/* =========================================================
   GODREJ ELARIS — Landing Page Stylesheet
   Design tokens derived from brochure: deep teal + muted gold
   on warm cream, editorial italic serif headlines, thin gold
   diagonal "ray" motif echoing the brochure's "Symphony of
   Lights" cover treatment.
   ========================================================= */

:root{
  --ink:        #1c1a16;
  --teal:       #123331;
  --teal-dark:  #0b201f;
  --gold:       #b6902e;
  --gold-light: #d8b565;
  --terracotta: #a9552e;
  --cream:      #f6f1e6;
  --cream-2:    #efe8d8;
  --white:      #ffffff;
  --line:       rgba(28,26,22,0.12);
  --line-gold:  rgba(182,144,46,0.4);

  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --container: 1180px;
  --radius: 2px;
  --shadow: 0 18px 40px -20px rgba(11,32,31,0.35);
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family: inherit; cursor:pointer; }
h1,h2,h3,h4{
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.12;
  margin: 0 0 0.5em;
  color: var(--teal-dark);
}
p{ margin: 0 0 1em; }
.container{
  width:100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}
section{ position:relative; }

/* focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible{
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important; }
}

/* ---------- eyebrow / kicker ---------- */
.kicker{
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--gold);
  font-weight: 600;
  margin: 0 0 0.6em;
  display:block;
}
.section-head{ max-width: 620px; margin-bottom: 32px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head p{ color:#4a453c; font-size:1.02rem; }

.diag-rule{
  width:64px; height:2px; background: var(--gold); border:0; margin: 18px 0;
}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px;
  padding: 15px 28px;
  font-size: 0.92rem;
  font-weight:600;
  letter-spacing: 0.02em;
  border-radius: var(--radius);
  border: 1px solid transparent;
  min-height: 48px;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn-gold{
  background: var(--gold);
  color: var(--white);
}
.btn-gold:hover{ background:#9c7a26; }
.btn-outline{
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.55);
}
.btn-outline:hover{ background: rgba(255,255,255,0.12); }
.btn-dark{
  background: var(--teal-dark);
  color: var(--white);
}
.btn-dark:hover{ background: var(--teal); }
.btn-block{ width:100%; }
.btn-ghost-gold{
  background: transparent;
  color: var(--teal-dark);
  border-color: var(--line-gold);
}
.btn-ghost-gold:hover{ background: var(--cream-2); }

/* =========================================================
   HEADER
   ========================================================= */
.site-header{
  position: sticky; top:0; z-index: 60;
  background: rgba(246,241,230,0.96);
  backdrop-filter: saturate(140%) blur(6px);
  border-bottom: 1px solid var(--line);
}
.site-header .row{
  display:flex; align-items:center; justify-content:space-between;
  height: 62px;
}
.brand{ display:flex; flex-direction:column; line-height:1; flex-shrink:0; }
.brand strong{
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--teal-dark);
  letter-spacing: 0.02em;
}
.brand span{
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin-top:2px;
}
.header-actions{ display:flex; align-items:center; gap:10px; }
.icon-btn{
  width:42px; height:42px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  border: 1px solid var(--line);
  background: var(--white);
}
.nav-toggle{ background:none; border:0; padding:6px; }
.nav-toggle span{
  display:block; width:24px; height:2px; background: var(--teal-dark); margin:5px 0; transition:.2s;
}

/* Desktop-only CTA button, sibling of <nav> so the header row is a simple
   3-zone flex layout (logo / nav / cta) with nothing fighting for space
   inside the nav element itself. */
.header-cta{ display:none; flex-shrink:0; }

.main-nav{
  position: fixed; inset:0 0 0 auto; top:62px; width: 78%; max-width:320px;
  height: calc(100% - 62px);
  background: var(--teal-dark);
  transform: translateX(100%);
  transition: transform .28s ease;
  z-index: 55;
  overflow-y:auto;
}
.main-nav.open{ transform: translateX(0); }
.main-nav ul{ padding: 20px 0; }
.main-nav a{
  display:block; padding: 14px 26px; color: rgba(255,255,255,0.88);
  font-size: 1rem; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.main-nav a:hover{ color: var(--gold-light); }
.nav-cta-mobile{ padding: 20px 26px; }
.nav-scrim{
  position: fixed; inset: 62px 0 0 0; background: rgba(11,32,31,0.5);
  opacity:0; pointer-events:none; transition: opacity .25s ease; z-index:54;
}
.nav-scrim.show{ opacity:1; pointer-events:auto; }

@media (min-width: 960px){
  .nav-toggle{ display:none; }
  .header-actions{ display:none; }
  .site-header .container.row{
    max-width: 1320px;
    display:flex; align-items:center; gap: 28px;
  }
  .site-header .row{ height:84px; }

  .header-cta{ display:block; }
  .header-cta .btn{ padding: 13px 24px; font-size:0.86rem; min-height:auto; white-space:nowrap; }

  .main-nav{
    position:static; width:auto; height:auto; background:transparent; transform:none;
    overflow:visible; transition:none;
    flex: 1 1 auto;
    min-width: 0; /* allow the row to shrink links before anything overflows */
    display:flex; align-items:center; justify-content:center;
  }
  .main-nav ul{
    display:flex; align-items:center; justify-content:center;
    gap: 4px; padding:0; margin:0; flex-wrap:nowrap;
  }
  .main-nav li{ flex-shrink:0; }
  .main-nav a{
    display:inline-block;
    color: var(--ink); padding: 10px 13px; font-size:0.86rem;
    border-bottom:0; font-weight:500; white-space:nowrap;
  }
  .main-nav a:hover{ color: var(--gold); }
  .nav-cta-mobile{ display:none; } /* header-cta covers this at desktop width */
  .nav-scrim{ display:none; }
}

/* Between 960px and 1180px the seven nav labels + logo + button get tight —
   trim padding/font one notch further rather than let anything wrap. */
@media (min-width: 960px) and (max-width: 1180px){
  .main-nav a{ padding: 10px 9px; font-size:0.8rem; }
  .header-cta .btn{ padding: 12px 18px; font-size:0.8rem; }
}

/* =========================================================
   HERO
   ========================================================= */
.hero{
  position:relative;
  min-height: 92vh;
  display:flex;
  align-items:flex-end;
  color: var(--white);
  overflow:hidden;
}
.hero-media{ position:absolute; inset:0; z-index:0; }
.hero-media img{ width:100%; height:100%; object-fit:cover; object-position: center 55%; }
.hero-media picture, .hero-media img{ height:100%; }
.hero-scrim{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(11,32,31,0.15) 0%, rgba(11,32,31,0.35) 45%, rgba(9,22,21,0.92) 100%);
}
.hero-rays{
  position:absolute; inset:0; opacity:0.5; mix-blend-mode:screen; pointer-events:none;
  background: repeating-linear-gradient(115deg, rgba(216,181,101,0.14) 0px, rgba(216,181,101,0.14) 2px, transparent 2px, transparent 90px);
}
.hero-content{
  position:relative; z-index:2; width:100%;
  padding: 120px 20px 36px;
}
.hero-rera{
  font-size: 0.68rem; letter-spacing:0.04em; color: rgba(255,255,255,0.7);
  margin-bottom: 14px;
}
.hero-eyebrow{
  font-size:0.78rem; letter-spacing:0.14em; color: var(--gold-light); font-weight:600; margin-bottom:10px;
}
.hero h1{
  font-size: clamp(2.1rem, 8vw, 3.4rem);
  color: var(--white);
  margin-bottom: 6px;
  font-style: italic;
}
.hero-location{
  font-size: 1rem; color: rgba(255,255,255,0.88); margin-bottom: 18px;
}
.hero-headline{
  font-family: var(--font-display); font-style:italic; font-weight:400;
  font-size: clamp(1.15rem, 4vw, 1.55rem);
  color: var(--gold-light);
  max-width: 560px;
  margin-bottom: 10px;
}
.hero-sub{
  max-width: 520px; color: rgba(255,255,255,0.85); font-size:0.98rem;
}
.hero-facts{
  display:flex; flex-wrap:wrap; gap: 10px 22px;
  margin: 20px 0 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.22);
}
.hero-facts div{ min-width: 120px; }
.hero-facts .num{
  font-family: var(--font-display); font-size:1.3rem; color: var(--white);
}
.hero-facts .lbl{ font-size:0.72rem; letter-spacing:0.04em; color: rgba(255,255,255,0.65); }
.hero-price{
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.4rem, 5vw, 1.8rem);
  color: var(--white); margin-bottom: 18px;
}
.hero-price small{ font-family: var(--font-body); font-style:normal; font-size:0.62rem; color: rgba(255,255,255,0.7); vertical-align: super; }
.hero-cta-row{ display:flex; flex-direction:column; gap:12px; margin-bottom: 78px; }
@media (min-width:520px){ .hero-cta-row{ flex-direction:row; } }

@media (min-width: 960px){
  .hero{ min-height: 88vh; align-items:center; }
  .hero-content{ padding: 40px 20px 60px; max-width: var(--container); margin:0 auto; }
  .hero-cta-row{ margin-bottom:0; }
}

/* =========================================================
   STICKY MOBILE CTA BAR
   ========================================================= */
.sticky-cta{
  position: fixed; left:0; right:0; bottom:0; z-index: 50;
  display:flex; gap:10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(11,32,31,0.97);
  border-top: 1px solid rgba(216,181,101,0.35);
}
.sticky-cta .btn{ flex:1; padding: 13px 10px; font-size:0.82rem; min-height:46px; }
@media (min-width: 960px){ .sticky-cta{ display:none; } }

/* =========================================================
   PROJECT OVERVIEW
   ========================================================= */
.overview{ padding: 64px 0; background: var(--cream); }
.overview-grid{ display:grid; gap: 30px; }
.overview-copy p{ color:#4a453c; }
.overview-img{
  border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow);
  aspect-ratio: 5 / 4; align-self: start;
}
.overview-img img{ width:100%; height:100%; object-fit: cover; object-position: center; }
.overview-stats{
  display:grid; grid-template-columns: repeat(2,1fr); gap: 1px;
  background: var(--line); margin-top: 28px; border: 1px solid var(--line);
}
.overview-stats div{ background: var(--white); padding: 20px 16px; }
.overview-stats .num{ font-family: var(--font-display); font-size:1.6rem; color: var(--teal-dark); font-style: italic;}
.overview-stats .lbl{ font-size:0.76rem; color:#6b6558; letter-spacing:0.02em; margin-top:4px; }

@media (min-width: 900px){
  .overview-grid{ grid-template-columns: 1.05fr 0.95fr; align-items:center; gap:60px; }
  .overview-stats{ grid-template-columns: repeat(4,1fr); }
}

/* =========================================================
   HIGHLIGHTS (stat band)
   ========================================================= */
.highlights{ background: var(--teal-dark); color: var(--white); padding: 54px 0; position:relative; overflow:hidden; }
.highlights::before{
  content:""; position:absolute; inset:0; opacity:0.35;
  background: repeating-linear-gradient(115deg, rgba(216,181,101,0.10) 0px, rgba(216,181,101,0.10) 1.5px, transparent 1.5px, transparent 70px);
}
.highlights .container{ position:relative; }
.highlights-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap: 28px 20px; text-align:center; }
.highlights-grid .num{ font-family: var(--font-display); font-style:italic; font-size: clamp(1.7rem,5vw,2.4rem); color: var(--gold-light); }
.highlights-grid .lbl{ font-size:0.76rem; letter-spacing:0.06em; color: rgba(255,255,255,0.8); margin-top:6px; }
@media (min-width: 760px){ .highlights-grid{ grid-template-columns: repeat(4,1fr); } }

/* =========================================================
   WHY GODREJ
   ========================================================= */
.why{ padding: 64px 0; }
.why-grid{ display:grid; gap: 22px; }
.why-item{
  background: var(--white); border: 1px solid var(--line);
  padding: 26px 22px; border-left: 3px solid var(--gold);
}
.why-item h3{ font-size:1.12rem; margin-bottom:8px; }
.why-item p{ color:#4a453c; font-size:0.95rem; margin:0; }
@media (min-width: 760px){ .why-grid{ grid-template-columns: repeat(3,1fr); } }

/* =========================================================
   PRICING / CONFIGURATIONS
   ========================================================= */
.pricing{ padding: 64px 0; background: var(--cream-2); }
.price-grid{ display:grid; gap: 18px; }
.price-card{
  background: var(--white); border: 1px solid var(--line);
  padding: 26px; display:flex; flex-direction:column; gap: 10px;
}
.price-card .tag{ font-size:0.72rem; letter-spacing:0.06em; color: var(--gold); font-weight:600; }
.price-card h3{ font-size: 1.3rem; margin: 0; }
.price-card .area{ color:#6b6558; font-size:0.9rem; }
.price-card .price{ font-family: var(--font-display); font-style:italic; font-size:1.5rem; color: var(--teal-dark); margin-top:6px; }
.price-card .price small{ font-family:var(--font-body); font-style:normal; font-size:0.6rem; color:#8a8577; }
.price-card .btn{ margin-top: 10px; }
@media (min-width: 700px){ .price-grid{ grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1080px){ .price-grid{ grid-template-columns: repeat(4,1fr); } }
.price-note{ font-size:0.8rem; color:#6b6558; margin-top:22px; max-width:760px; }

/* =========================================================
   AMENITIES
   ========================================================= */
.amenities{ padding: 64px 0; }
.amenity-scroll{
  display:grid; grid-template-columns: 1fr; gap:14px;
}
.amenity-card{
  background: var(--white); border:1px solid var(--line);
}
.amenity-card .img{ aspect-ratio: 4/3; overflow:hidden; }
.amenity-card img{ width:100%; height:100%; object-fit:cover; }
.amenity-card .cap{ padding: 12px 14px; font-size:0.9rem; font-weight:600; }
@media (min-width: 480px){
  .amenity-scroll{ grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 900px){
  .amenity-scroll{ grid-template-columns: repeat(4,1fr); gap: 18px; }
}
.amenity-list{
  margin-top: 30px; display:grid; grid-template-columns: repeat(2,1fr); gap: 10px 20px;
}
.amenity-list li{ font-size:0.92rem; color:#3a362f; padding-left:16px; position:relative; }
.amenity-list li::before{ content:"—"; position:absolute; left:0; color: var(--gold); }
@media (min-width:700px){ .amenity-list{ grid-template-columns: repeat(3,1fr); } }

/* =========================================================
   LIFESTYLE
   ========================================================= */
.lifestyle{ padding: 0; }
.lifestyle-slide{
  position:relative; min-height: 420px; display:flex; align-items:flex-end; color:var(--white);
}
.lifestyle-slide img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.lifestyle-slide::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(0deg, rgba(9,22,21,0.85) 0%, rgba(9,22,21,0.1) 60%);
}
.lifestyle-slide .txt{ position:relative; z-index:1; padding: 34px 20px; max-width: 480px; }
.lifestyle-slide .kicker{ color: var(--gold-light); }
.lifestyle-slide h3{ color:var(--white); font-style:italic; font-size:1.5rem; }
.lifestyle-slide p{ color: rgba(255,255,255,0.85); font-size:0.94rem; }
.lifestyle-grid{ display:grid; }
@media (min-width: 900px){ .lifestyle-grid{ grid-template-columns: repeat(2,1fr); } .lifestyle-slide{ min-height:480px; } }

/* =========================================================
   LOCATION
   ========================================================= */
.location{ padding: 64px 0; background: var(--teal-dark); color: var(--white); }
.location .kicker{ color: var(--gold-light); }
.location h2{ color: var(--white); }
.location-cols{ display:grid; gap: 28px; margin-top: 28px; }
.location-col h4{
  font-family: var(--font-body); font-size:0.78rem; letter-spacing:0.06em; color: var(--gold-light);
  margin-bottom: 12px; padding-bottom:10px; border-bottom: 1px solid rgba(255,255,255,0.16);
}
.location-col ul li{
  display:flex; justify-content:space-between; gap:10px;
  padding: 8px 0; font-size:0.88rem; color: rgba(255,255,255,0.88);
  border-bottom: 1px dashed rgba(255,255,255,0.12);
}
.location-col ul li span:last-child{ color: rgba(255,255,255,0.6); white-space:nowrap; font-size:0.8rem; }
@media (min-width: 760px){ .location-cols{ grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1080px){ .location-cols{ grid-template-columns: repeat(3,1fr); } }
.location-disclaimer{ margin-top:24px; font-size:0.74rem; color: rgba(255,255,255,0.55); max-width:700px; }

/* =========================================================
   FLOOR PLANS
   ========================================================= */
.floorplans{ padding: 64px 0; }
.fp-tabs{ display:flex; gap:8px; flex-wrap:nowrap; margin-bottom: 22px; }
.fp-tab{
  padding: 10px 20px; font-size:0.86rem; font-weight:600; white-space:nowrap;
  border: 1px solid var(--line); background: var(--white); color: var(--ink);
}
.fp-tab.active{ background: var(--teal-dark); color: var(--white); border-color: var(--teal-dark); }
.fp-panel{ display:none; }
.fp-panel.active{ display:grid; gap: 22px; }
.fp-card{
  border: 1px solid var(--line); background: var(--white);
  display:grid; gap:0;
}
.fp-card .fp-locked{
  position:relative; aspect-ratio: 4/3; background: var(--cream-2);
  display:flex; align-items:center; justify-content:center; overflow:hidden;
}
.fp-card .fp-locked img{ width:100%; height:100%; object-fit:cover; filter: blur(9px) brightness(0.9); transform:scale(1.08); }
.fp-locked .lock-cta{
  position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px;
  background: rgba(11,32,31,0.35); text-align:center; padding:20px;
}
.fp-locked .lock-cta p{ color:#fff; font-size:0.85rem; margin:0 0 4px; max-width:220px; }
.fp-card .fp-info{ padding: 20px; }
.fp-card h3{ font-size:1.1rem; margin-bottom:4px; }
.fp-card .area{ color:#6b6558; font-size:0.88rem; margin-bottom:14px; }
@media (min-width: 700px){ .fp-panel.active{ grid-template-columns: repeat(2,1fr); } }

/* =========================================================
   GALLERY
   ========================================================= */
.gallery{ padding: 64px 0; background: var(--cream-2); }
.gallery-grid{
  display:grid; grid-template-columns: repeat(2,1fr); gap: 8px;
}
.gallery-grid button{
  border:0; padding:0; background:none; aspect-ratio: 4/3; overflow:hidden; position:relative;
}
.gallery-grid img{ width:100%; height:100%; object-fit:cover; transition: transform .3s ease; }
.gallery-grid button:hover img{ transform: scale(1.05); }
@media (min-width: 700px){ .gallery-grid{ grid-template-columns: repeat(3,1fr); } }
@media (min-width: 1080px){ .gallery-grid{ grid-template-columns: repeat(4,1fr); } }

.lightbox{
  position: fixed; inset:0; background: rgba(9,16,15,0.94); z-index: 90;
  display:none; align-items:center; justify-content:center; padding: 40px 16px;
}
.lightbox.open{ display:flex; }
.lightbox img{ max-width: 100%; max-height: 85vh; margin:auto; }
.lightbox-close{
  position:absolute; top:18px; right:18px; width:42px;height:42px;border-radius:50%;
  background: rgba(255,255,255,0.12); color:#fff; border:0; font-size:1.2rem;
}
.lightbox-nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:42px;height:42px;border-radius:50%; background: rgba(255,255,255,0.12); color:#fff; border:0; font-size:1.3rem;
}
.lightbox-prev{ left:12px; } .lightbox-next{ right:12px; }

/* =========================================================
   LEAD FORM (inline section + modal share styles)
   ========================================================= */
.lead-section{ padding: 64px 0; }
.lead-wrap{
  background: var(--teal-dark); color:#fff;
  display:grid; gap:0; border-radius: var(--radius); overflow:hidden;
}
.lead-copy{ padding: 36px 26px; }
.lead-copy .kicker{ color: var(--gold-light); }
.lead-copy h2{ color:#fff; }
.lead-copy p{ color: rgba(255,255,255,0.82); }
.lead-copy ul{ margin-top:18px; }
.lead-copy ul li{ padding:6px 0 6px 18px; position:relative; font-size:0.9rem; color: rgba(255,255,255,0.85); }
.lead-copy ul li::before{ content:"—"; position:absolute; left:0; color: var(--gold-light); }
.lead-form-panel{ background: var(--cream); padding: 30px 22px; color: var(--ink); }
@media (min-width: 900px){ .lead-wrap{ grid-template-columns: 1fr 1fr; } .lead-form-panel{ padding: 44px 40px; } .lead-copy{ padding:44px 40px; } }

.field{ margin-bottom: 16px; }
.field label{ display:block; font-size:0.8rem; font-weight:600; margin-bottom:6px; }
.field input, .field select{
  width:100%; padding: 13px 14px; border:1px solid var(--line); background: var(--white);
  font-family: inherit; font-size:0.94rem; border-radius: var(--radius);
}
.field-error{ color:#a12f2f; font-size:0.76rem; margin-top:4px; display:none; }
.field.invalid input, .field.invalid select{ border-color:#a12f2f; }
.field.invalid .field-error{ display:block; }
.hp-field{ position:absolute; left:-9999px; top:-9999px; }
.consent{ font-size:0.76rem; color:#6b6558; margin-top: 14px; }
.form-status{ margin-top: 14px; font-size:0.88rem; display:none; padding:10px 12px; }
.form-status.success{ display:block; background:#e4f2e4; color:#265b26; }
.form-status.error{ display:block; background:#fbe4e4; color:#8a2b2b; }

/* Modal popup */
.modal-overlay{
  position: fixed; inset:0; background: rgba(9,16,15,0.6); z-index: 100;
  display:none; align-items:flex-end; justify-content:center;
}
.modal-overlay.open{ display:flex; }
.modal{
  background: var(--cream); width:100%; max-height: 92vh; overflow-y:auto;
  border-radius: 14px 14px 0 0; padding: 26px 20px 30px; position:relative;
  animation: modalUp .25s ease;
}
@keyframes modalUp{ from{ transform: translateY(24px); opacity:0; } to{ transform:none; opacity:1; } }
.modal-close{
  position:absolute; top:14px; right:14px; width:38px;height:38px;border-radius:50%;
  background: var(--white); border:1px solid var(--line); font-size:1.1rem;
}
.modal h3{ font-size:1.3rem; margin-bottom:4px; padding-right:40px; }
.modal .sub{ color:#6b6558; font-size:0.9rem; margin-bottom:18px; }
@media (min-width: 640px){
  .modal-overlay{ align-items:center; }
  .modal{ max-width: 460px; border-radius: var(--radius); padding: 34px 32px; }
}


/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta{
  padding: 64px 0; text-align:center;
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  color:#fff; position:relative; overflow:hidden;
}
.final-cta::before{
  content:""; position:absolute; inset:0; opacity:0.4;
  background: repeating-linear-gradient(115deg, rgba(216,181,101,0.12) 0px, rgba(216,181,101,0.12) 1.5px, transparent 1.5px, transparent 60px);
}
.final-cta .container{ position:relative; }
.final-cta h2{ color:#fff; }
.final-cta p{ color: rgba(255,255,255,0.82); max-width:520px; margin-left:auto; margin-right:auto; }
.final-cta .btn-row{ display:flex; flex-direction:column; gap:12px; max-width:340px; margin: 26px auto 0; }
@media (min-width:520px){ .final-cta .btn-row{ flex-direction:row; max-width:none; justify-content:center; } }

/* =========================================================
   DISCLAIMER STRIP
   ========================================================= */
.disclaimer-strip{ padding: 30px 0; background: var(--cream-2); }
.disclaimer-strip p{ font-size:0.74rem; color:#6b6558; margin:0; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{ background: var(--teal-dark); color: rgba(255,255,255,0.75); padding: 44px 0 100px; }
@media (min-width:960px){ .site-footer{ padding: 44px 0 44px; } }
.footer-grid{ display:grid; gap: 26px; margin-bottom: 26px; }
.footer-grid h4{ color:#fff; font-family:var(--font-body); font-size:0.82rem; letter-spacing:0.05em; margin-bottom:12px; }
.footer-grid ul li{ padding:5px 0; font-size:0.86rem; }
.footer-grid ul li a:hover{ color: var(--gold-light); }
.footer-brand strong{ font-family: var(--font-display); color:#fff; font-size:1.2rem; }
.footer-brand p{ font-size:0.82rem; margin-top:10px; color: rgba(255,255,255,0.6); }
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.12); padding-top: 18px;
  font-size:0.74rem; color: rgba(255,255,255,0.5); display:flex; flex-wrap:wrap; gap:10px 20px; justify-content:space-between;
}
@media (min-width: 760px){ .footer-grid{ grid-template-columns: 1.3fr repeat(3,1fr); } }

/* Utility */
.visually-hidden{ position:absolute; width:1px;height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }
.no-scroll{ overflow:hidden; }
