/* =======================================================
   Austin Aurus — Brand Palette (LP Brand Palette v1)
======================================================= */
:root {
  --aurus-black: #0b0b0a;
  --antique-gold: #c7a45a;
  --champagne-gold: #e2c98d;
  --soft-ivory: #f7f2e8;
  --pure-white: #ffffff;
  --bronze-brown: #24180f;
  --gold-gradient: linear-gradient(54deg, #e2c98d, #c7a45a);
  --gold-gradient-soft: linear-gradient(54deg, rgba(226, 201, 141, 0.12), rgba(199, 164, 90, 0.12));
}

/* Reusable gradient-text technique: apply alongside these 5 properties
   wherever solid gold text is needed (color can't hold a gradient value
   directly, so we clip a gradient background to the text shape instead). */
.gold-gradient-text {
  background: var(--gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/* =======================================================
   Austin Aurus — Landing Page Custom Styles
   (Extends all-custom.css / all-responsive.css)
======================================================= */

/* ---------- Hero ---------- */
.banner-deetail {
  width: 100%;
}
.container.has-text-centered {
    display: none;
}
.banner-deetail .container {
  max-width: 900px;
}

.hero-eyebrow {
  display: inline-block;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: calc(1em * 0.18);
  text-transform: uppercase;
  background: var(--gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  margin-bottom: 20px;
}

.hero-support {
  max-width: 680px;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 17px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  margin-bottom: 34px;
  background: var(--gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-facts .dot-sep {
  opacity: 0.5;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 22px;
}

.hero-microcopy {
  color: #ffffffb3;
  font-size: 14px;
  font-style: italic;
}

/* ---------- Section title helper ---------- */
.section-cta {
  margin-top: 40px;
}

.closing-line {
  background: var(--gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  font-style: italic;
}

/* ---------- Amenities ---------- */
.amenities-intro {
  max-width: 760px;
  margin-bottom: 60px;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.amenity-card {
  border: 1px solid #ffffff30;
  padding: 36px 28px;
  height: 100%;
  transition: all 0.3s linear;
}

.amenity-card:hover {
  border-color: #c7a45a;
  border-image: var(--gold-gradient) 1 !important;
  background-color: #ffffff08;
}

.amenity-icon-wrap {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--gold-gradient-soft) !important;
  margin-bottom: 22px;
}

.amenity-icon-wrap svg {
  width: 28px;
  height: 28px;
  stroke: url(#goldGradient);
}

.amenity-card h5 {
  margin-bottom: 12px;
  font-size: 20px;
}

.amenity-card p {
  margin-bottom: 0;
  color: #ffffffcc;
  font-size: 15px;
}

.amenity-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.amenity-tag {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #ffffff30;
  border-radius: 30px;
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: 13px;
  letter-spacing: 0.03em;
}

/* ---------- Legacy / Developer metrics ---------- */
.legacy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 30px 0 34px;
}

.legacy-item {
  border-top: 1px solid #ffffff30;
  padding-top: 18px;
}

.legacy-icon-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}

.legacy-icon-wrap svg {
  width: 26px;
  height: 26px;
  stroke: url(#goldGradient);
}

.legacy-value {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  background: var(--gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  line-height: 1.1;
  margin-bottom: 4px;
}

.legacy-label {
  display: block;
  font-family: "Inter Tight", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffffb3;
}

/* ---------- Residences ---------- */
.residence-meta {
  background: var(--gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  font-weight: 500;
}

.residence-support-line {
  margin: 10px 0 30px;
  color: #ffffffcc;
}

.cta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* ---------- Connectivity ---------- */
.connectivity-list {
  margin: 30px 0 30px;
}

.connectivity-list .highlight-item {
  padding: 14px 0;
  border-bottom: 1px solid #ffffff1e;
}

.connectivity-list .highlight-item:last-child {
  border-bottom: none;
}

.connectivity-item-name {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.connectivity-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--gold-gradient-soft) !important;
}

.connectivity-icon svg {
  width: 18px;
  height: 18px;
  stroke: url(#goldGradient);
}

.time-badge {
  font-family: "Inter Tight", sans-serif;
  background: var(--gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  font-size: 14px;
  white-space: nowrap;
}

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item picture {
  overflow: hidden;
  display: block;
}

.gallery-item img {
  transition: all 0.4s linear;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  font-size: 14px;
}

/* ---------- Scarcity ---------- */
.section-scarcity {
  text-align: center;
}

.section-scarcity .section-title {
  display: block;
}

.scarcity-body {
  max-width: 680px;
  margin: 0 auto 30px;
}

.scarcity-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 18px;
}

.scarcity-microcopy {
  color: #ffffffb3;
  font-size: 14px;
  font-style: italic;
}

/* ---------- Anti-spam honeypot (visually hidden, still present for bots) ---------- */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none;
}

/* ---------- RERA QR block ---------- */
.footer-col-qr {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.rera-qr-block {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.rera-qr-block img {
  width: 90px;
  height: 90px;
  border: 1px solid #ffffff30;
  padding: 6px;
  background-color: #fff;
}

.rera-qr-block .rera-qr-label {
  font-size: 12px;
  line-height: 1.5;
  color: #ffffffb3;
  max-width: 140px;
}

@media screen and (max-width: 1024px) {
  .footer-col-qr {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

/* ---------- Enquiry ---------- */
.enquiry-support {
  margin-top: 14px;
  color: #ffffffcc;
  font-size: 16px;
}

.enquiry-phone-line {
  color: #ffffffb3;
}

.enquiry-phone-line a {
  font-weight: 600;
}

/* ---------- Footer additions ---------- */
.footer-positioning {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-positioning p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 20px;
}

.footer-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-menu.dark li {
  display: inline-block;
  margin-left: 16px;
}

.footer-legal {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ffffff10;
}

.footer-legal p {
  font-size: 12px !important;
  line-height: 1.6;
  color: #ffffff80 !important;
  margin-bottom: 0;
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 1024px) {
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .legacy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-positioning {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 575px) {
  .amenities-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .legacy-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
  .cta-strip,
  .hero-cta-row,
  .scarcity-cta-row {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-strip .btn,
  .hero-cta-row .btn,
  .scarcity-cta-row .btn {
    justify-content: center;
  }
}

/* ---------- Thank you page ---------- */
.section-thankyou {
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.thankyou-content {
  max-width: 720px;
  margin: 0 auto;
}

.thankyou-message {
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 18px;
  color: #ffffffcc;
}

.thankyou-next-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  background-color: var(--soft-ivory);
  padding: 34px 28px;
  border-radius: 4px;
}

.thankyou-step {
  text-align: left;
}

.thankyou-step p {
  margin-bottom: 0;
  color: var(--aurus-black);
  font-size: 14px;
  line-height: 1.5;
}

.thankyou-step .thankyou-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 100%;
  background: var(--gold-gradient);
  color: var(--aurus-black);
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.thankyou-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 18px;
}

.thankyou-microcopy {
  color: #ffffffb3;
  font-size: 14px;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .thankyou-next-steps {
    grid-template-columns: 1fr;
  }
}

/* ---------- Small layout utilities (replacing inline styles) ---------- */
.btn-inline-flex {
  display: inline-flex;
}

.why-matters-cols-stretch {
  align-items: stretch;
}

.why-matters-img-fill {
  height: 100%;
}

.picture-fill {
  display: block;
  height: 100%;
}

.img-cover-fill {
  height: 100%;
  width: 100%;
  object-fit: cover;
}