/* =========================================================================
   SOS COMUNIDADE — FOLHA DE ESTILOS
   Comunidade Há Uma Esperança Jesus · Caçapava/SP
   ========================================================================= */

/* ---------- tokens ---------- */
:root{
  --ink:        #16241c;
  --ink-soft:   #435047;
  --forest:     #1f3b2c;
  --forest-2:   #12251b;
  --forest-3:   #2a4d38;
  --forest-tint:#e7ede5;
  --sand:       #f2ecdf;
  --paper:      #fbf8f2;
  --clay:       #8f5a3c;
  --clay-tint:  #f1e2d5;
  --gold:       #c8963c;
  --gold-light: #e0b566;
  --gold-soft:  #f2e3bd;
  --line:       #ddd2ba;
  --line-dark:  rgba(255,255,255,.16);
  --stone:      #5f5a4c;
  --white:      #ffffff;

  --font-display: "Bricolage Grotesque", "Segoe UI", Arial, sans-serif;
  --font-body: "Karla", "Segoe UI", Arial, sans-serif;

  --container: 1180px;
  --radius-s: 10px;
  --radius-m: 16px;
  --radius-l: 26px;
  --shadow-card: 0 1px 2px rgba(22,36,28,.06), 0 12px 28px -16px rgba(22,36,28,.28);
  --shadow-pop: 0 20px 44px -18px rgba(22,36,28,.4);
}

*,*::before,*::after{ box-sizing: border-box; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
video{ max-width:100%; display:block; background:#000; }
a{ color:inherit; }
button{ font-family:inherit; }
ul,ol{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4,p,figure{ margin:0; }
h1,h2,h3,h4{ font-family:var(--font-display); color:var(--ink); text-wrap:balance; font-weight:700; }
:focus-visible{ outline:3px solid var(--gold); outline-offset:2px; }

.container{ width:100%; max-width:var(--container); margin-inline:auto; padding-inline:20px; }
@media(min-width:768px){ .container{ padding-inline:32px; } }

.section{ padding:64px 0; }
@media(min-width:768px){ .section{ padding:96px 0; } }
.section--tight{ padding:48px 0; }
@media(min-width:768px){ .section--tight{ padding:64px 0; } }
.section--dark{ background:var(--forest-2); color:var(--sand); }
.section--dark h1,.section--dark h2,.section--dark h3{ color:var(--white); }
.section--sand{ background:var(--sand); }
.section--tint{ background:var(--forest-tint); }
.section--paper{ background:var(--paper); }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--font-body); font-weight:700; font-size:.72rem;
  letter-spacing:.14em; text-transform:uppercase; color:var(--clay);
}
.section--dark .eyebrow{ color:var(--gold-light); }
.eyebrow::before{ content:""; width:22px; height:2px; background:currentColor; border-radius:2px; }

h1{ font-size:clamp(2.15rem, 1.3rem + 5vw, 4.1rem); line-height:1.04; letter-spacing:-.015em; }
h2{ font-size:clamp(1.7rem, 1.2rem + 2.4vw, 2.7rem); line-height:1.1; letter-spacing:-.01em; }
h3{ font-size:clamp(1.2rem, 1rem + .8vw, 1.4rem); line-height:1.25; }
.lede{ font-size:clamp(1.05rem, .95rem + .5vw, 1.25rem); line-height:1.55; color:var(--ink-soft); max-width:52ch; }
.section--dark .lede{ color:#d9e2da; }
p.body-text{ max-width:62ch; color:var(--ink-soft); }
.section--dark p.body-text{ color:#cdd8ce; }

.stack{ display:flex; flex-direction:column; }
.gap-8{ gap:8px;} .gap-12{gap:12px;} .gap-16{gap:16px;} .gap-24{gap:24px;} .gap-32{gap:32px;} .gap-48{gap:48px;}
.center-copy{ text-align:center; margin-inline:auto; align-items:center; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:var(--font-body); font-weight:700; font-size:.95rem;
  letter-spacing:.01em; text-decoration:none; cursor:pointer;
  padding:16px 26px; border-radius:100px; border:2px solid transparent;
  transition:transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
  white-space:nowrap;
}
.btn:hover{ transform:translateY(-1px); }
.btn:active{ transform:translateY(0); }
.btn-block{ width:100%; }

.btn-gold{ background:var(--gold); color:var(--forest-2); box-shadow:var(--shadow-pop); }
.btn-gold:hover{ background:var(--gold-light); }

.btn-forest{ background:var(--forest); color:var(--white); box-shadow:var(--shadow-card); }
.btn-forest:hover{ background:var(--forest-3); }

.btn-outline{ background:transparent; border-color:currentColor; color:var(--forest); }
.btn-outline:hover{ background:var(--forest); color:var(--white); }
.section--dark .btn-outline{ color:var(--white); }
.section--dark .btn-outline:hover{ background:var(--white); color:var(--forest-2); }
.hero .btn-outline, .final-cta .btn-outline{ color:var(--white); border-color:rgba(255,255,255,.75); }
.hero .btn-outline:hover, .final-cta .btn-outline:hover{ background:var(--white); color:var(--forest-2); }

.btn-ghost{ background:rgba(255,255,255,.08); color:var(--white); border-color:var(--line-dark); }
.btn-ghost:hover{ background:rgba(255,255,255,.16); }

.btn-sm{ padding:11px 18px; font-size:.85rem; }

.cta-row{ display:flex; flex-wrap:wrap; gap:14px; }
.cta-row.center{ justify-content:center; }

/* ---------- header / nav ---------- */
.site-header{
  position:sticky; top:0; z-index:60;
  background:rgba(251,248,242,.92); backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.site-header__bar{ display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 20px; }
@media(min-width:768px){ .site-header__bar{ padding:16px 32px; } }
.brand{ display:flex; align-items:center; gap:10px; text-decoration:none; color:var(--ink); flex:0 0 auto; }
.brand__mark{
  width:38px; height:38px; border-radius:10px; background:var(--forest);
  color:var(--gold-light); display:flex; align-items:center; justify-content:center;
  font-family:var(--font-display); font-weight:800; font-size:1.05rem; flex:none;
}
.brand__text{ display:flex; flex-direction:column; line-height:1.15; }
.brand__text strong{ font-family:var(--font-display); font-size:.92rem; font-weight:700; }
.brand__text span{ font-size:.72rem; color:var(--stone); }

.nav-desktop{ display:none; }
@media(min-width:1024px){
  .nav-desktop{ display:flex; align-items:center; gap:28px; }
  .nav-desktop a{ text-decoration:none; font-size:.88rem; font-weight:600; color:var(--ink-soft); }
  .nav-desktop a:hover{ color:var(--forest); }
}
.header__actions{ display:flex; align-items:center; gap:10px; }
.nav-toggle{
  display:inline-flex; width:42px; height:42px; border-radius:10px; border:1px solid var(--line);
  background:var(--white); align-items:center; justify-content:center; flex:none;
}
@media(min-width:1024px){ .nav-toggle{ display:none; } }
.nav-toggle svg{ width:20px; height:20px; }
.header__actions .btn{ display:none; }
@media(min-width:1024px){ .header__actions .btn{ display:inline-flex; } }

.mobile-menu{
  position:fixed; inset:0; z-index:70; background:var(--forest-2);
  color:var(--white); transform:translateY(-100%); transition:transform .28s ease;
  display:flex; flex-direction:column;
}
.mobile-menu.is-open{ transform:translateY(0); }
.mobile-menu__top{ display:flex; align-items:center; justify-content:space-between; padding:16px 20px; border-bottom:1px solid var(--line-dark); }
.mobile-menu__close{ width:42px; height:42px; border-radius:10px; border:1px solid var(--line-dark); background:transparent; color:var(--white); display:flex; align-items:center; justify-content:center; }
.mobile-menu nav{ display:flex; flex-direction:column; padding:24px 20px; gap:4px; overflow-y:auto; }
.mobile-menu nav a{ text-decoration:none; color:var(--white); font-family:var(--font-display); font-size:1.5rem; padding:12px 4px; border-bottom:1px solid var(--line-dark); }
.mobile-menu__foot{ margin-top:auto; padding:20px; display:flex; flex-direction:column; gap:12px; }

/* ---------- hero ---------- */
.hero{ position:relative; color:var(--white); overflow:hidden; background:var(--forest-2); }
.hero__media{ position:absolute; inset:0; }
.hero__media img, .hero__media video{ width:100%; height:100%; object-fit:cover; }
.hero__scrim{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(13,24,17,.55) 0%, rgba(13,24,17,.55) 30%, rgba(13,24,17,.86) 100%),
    linear-gradient(90deg, rgba(10,20,14,.65) 0%, rgba(10,20,14,.15) 62%);
}
.hero__content{ position:relative; padding:132px 0 56px; }
@media(min-width:768px){ .hero__content{ padding:172px 0 88px; } }
.hero__eyebrow{
  display:inline-flex; align-items:center; gap:8px; padding:7px 14px 7px 10px; border-radius:100px;
  background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.28);
  font-size:.72rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; margin-bottom:22px;
}
.hero__eyebrow .dot{ width:8px; height:8px; border-radius:50%; background:var(--gold); }
.hero h1{ color:var(--white); max-width:15ch; }
.hero__sub{ margin-top:20px; max-width:46ch; font-size:clamp(1.02rem,.9rem+.6vw,1.2rem); color:#e7ede4; }
.hero__now{ margin-top:14px; font-family:var(--font-display); font-weight:700; font-size:1.15rem; color:var(--gold-light); }
.hero__ctas{ margin-top:32px; }
.hero__trust{ margin-top:26px; display:flex; flex-wrap:wrap; gap:10px 22px; align-items:center; font-size:.85rem; color:#d7e0d5; }
.hero__trust strong{ color:var(--white); }

.progress{ margin-top:28px; max-width:440px; }
.progress__labels{ display:flex; justify-content:space-between; font-size:.82rem; color:#d7e0d5; margin-bottom:8px; }
.progress__labels b{ color:var(--white); font-family:var(--font-display); font-size:.95rem; }
.progress__track{ height:10px; border-radius:100px; background:rgba(255,255,255,.18); overflow:hidden; }
.progress__fill{ height:100%; border-radius:100px; background:linear-gradient(90deg,var(--gold),var(--gold-light)); width:0%; transition:width 1s ease; }
.progress__note{ margin-top:8px; font-size:.78rem; color:#c3cfc2; }

/* progress module reused on a light surface (e.g. inside .give-panel) */
.give-panel .progress__labels{ color:var(--stone); }
.give-panel .progress__labels b{ color:var(--forest); }
.give-panel .progress__track{ background:var(--forest-tint); }
.give-panel .progress__note{ color:var(--stone); }

/* urgency date highlight (used in place of a fixed campaign value) */
.urgency-date{ font-family:var(--font-display); font-size:clamp(1.5rem,1.2rem+1.4vw,2.1rem); color:var(--forest); }
.section--dark .urgency-date{ color:var(--white); }
.urgency-date-inline{ color:var(--gold); }
.section--dark .urgency-date-inline{ color:var(--gold-light); }

/* ---------- split layout ---------- */
.split{ display:grid; gap:36px; align-items:center; }
@media(min-width:900px){ .split{ grid-template-columns:1fr 1fr; gap:64px; } }
.split.reverse{ direction:rtl; }
.split.reverse > *{ direction:ltr; }
.media-frame{ position:relative; border-radius:var(--radius-l); overflow:hidden; box-shadow:var(--shadow-card); background:var(--forest); }
.media-frame img,.media-frame video{ width:100%; height:100%; object-fit:cover; display:block; }
.media-frame--tall{ aspect-ratio:4/5; }
.media-frame--wide{ aspect-ratio:16/10; }
.media-frame--square{ aspect-ratio:1/1; }
.media-caption{ position:absolute; left:16px; right:16px; bottom:16px; color:var(--white); font-size:.82rem; background:rgba(10,20,14,.55); backdrop-filter:blur(4px); padding:10px 14px; border-radius:12px; }

/* ---------- video card ---------- */
.video-card{ position:relative; border-radius:var(--radius-l); overflow:hidden; background:#0e1a13; box-shadow:var(--shadow-card); aspect-ratio:9/16; max-width:340px; }
.video-card video{ width:100%; height:100%; object-fit:cover; }
.video-card__play{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(180deg, rgba(10,20,14,0) 45%, rgba(10,20,14,.75) 100%);
  border:0; cursor:pointer; padding:0;
}
.video-card__play .ring{
  width:64px; height:64px; border-radius:50%; background:rgba(255,255,255,.16); border:1.5px solid rgba(255,255,255,.7);
  display:flex; align-items:center; justify-content:center; backdrop-filter:blur(3px);
}
.video-card__play svg{ width:22px; height:22px; margin-left:3px; }
.video-card__tag{ position:absolute; left:14px; top:14px; background:rgba(12,22,16,.6); color:var(--white); font-size:.72rem; font-weight:700; letter-spacing:.04em; padding:6px 12px; border-radius:100px; border:1px solid rgba(255,255,255,.25); }
.video-card__label{ position:absolute; left:14px; right:14px; bottom:14px; color:var(--white); font-size:.86rem; font-weight:600; }
.video-card.is-playing .video-card__play{ display:none; }

/* ---------- what-happened block ---------- */
.fact-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius-l);
  padding:30px 26px; box-shadow:var(--shadow-card);
}
.fact-card__amount{ font-family:var(--font-display); font-weight:800; font-size:clamp(2.1rem,1.6rem+2vw,2.9rem); color:var(--forest); letter-spacing:-.01em; }
.fact-card__label{ margin-top:4px; font-size:.92rem; color:var(--stone); max-width:34ch; }
.fact-grid{ display:grid; gap:16px; margin-top:26px; }
@media(min-width:640px){ .fact-grid{ grid-template-columns:repeat(3,1fr); } }
.fact-chip{ display:flex; gap:12px; align-items:flex-start; padding:18px; border-radius:var(--radius-m); background:var(--forest-tint); }
.fact-chip__icon{ width:34px; height:34px; border-radius:9px; background:var(--forest); color:var(--gold-light); display:flex; align-items:center; justify-content:center; flex:none; }
.fact-chip__icon svg{ width:17px; height:17px; }
.fact-chip h4{ font-size:.92rem; font-family:var(--font-body); font-weight:700; }
.fact-chip p{ font-size:.84rem; color:var(--ink-soft); margin-top:2px; }
.legal-note{ margin-top:22px; font-size:.82rem; color:var(--stone); border-left:3px solid var(--gold); padding-left:14px; }

.ig-callout{ margin-top:24px; display:flex; flex-wrap:wrap; align-items:center; gap:16px; padding:20px; border-radius:var(--radius-m); background:var(--forest-tint); }
.ig-callout__icon{ width:40px; height:40px; border-radius:11px; background:var(--forest); color:var(--gold-light); display:flex; align-items:center; justify-content:center; flex:none; }
.ig-callout__icon svg{ width:19px; height:19px; }
.ig-callout h4{ font-family:var(--font-body); font-weight:700; font-size:.92rem; }
.ig-callout p{ font-size:.85rem; color:var(--ink-soft); margin-top:2px; }
.ig-callout > div{ flex:1 1 220px; }
.ig-callout .btn{ flex:none; }

/* ---------- pull quote ---------- */
.pull{ font-family:var(--font-display); font-weight:700; font-size:clamp(1.6rem,1.2rem+2.4vw,2.6rem); line-height:1.18; letter-spacing:-.01em; text-wrap:balance; }
.pull em{ font-style:normal; color:var(--gold-light); }
.section--sand .pull, .section--paper .pull{ color:var(--forest); }
.section--sand .pull em, .section--paper .pull em{ color:var(--clay); }

/* ---------- impact cards ---------- */
.card-grid{ display:grid; gap:18px; margin-top:40px; }
@media(min-width:640px){ .card-grid{ grid-template-columns:repeat(2,1fr); } }
@media(min-width:1024px){ .card-grid--5{ grid-template-columns:repeat(5,1fr); } }
@media(min-width:1024px) and (max-width:1279px){ .card-grid--5{ grid-template-columns:repeat(3,1fr); } }
.impact-card{
  background:var(--white); border-radius:var(--radius-m); padding:26px 22px; border:1px solid var(--line);
  display:flex; flex-direction:column; gap:12px; box-shadow:var(--shadow-card);
}
.impact-card__icon{ width:42px; height:42px; border-radius:11px; background:var(--forest-tint); color:var(--forest); display:flex; align-items:center; justify-content:center; }
.impact-card__icon svg{ width:20px; height:20px; }
.impact-card h3{ font-size:1.02rem; }
.impact-card p{ font-size:.88rem; color:var(--ink-soft); }

/* ---------- testimonials ---------- */
.testi-grid{ display:grid; gap:22px; margin-top:44px; max-width:820px; }
@media(min-width:640px){ .testi-grid{ grid-template-columns:repeat(2,1fr); } }
.testi-card{ background:var(--forest-2); border-radius:var(--radius-l); overflow:hidden; color:var(--white); box-shadow:var(--shadow-card); }
.testi-card__media{ display:block; position:relative; aspect-ratio:4/5; }
.testi-card__media img,.testi-card__media video{ width:100%; height:100%; object-fit:cover; }
.testi-card__body{ padding:22px 22px 26px; }
.testi-card__quote{ font-size:.98rem; line-height:1.55; color:#e7ede4; }
.testi-card__quote::before{ content:"“"; color:var(--gold-light); font-family:var(--font-display); }
.testi-card__quote::after{ content:"”"; color:var(--gold-light); font-family:var(--font-display); }
.testi-card__who{ margin-top:16px; display:flex; flex-direction:column; }
.testi-card__who strong{ font-family:var(--font-display); font-size:.98rem; }
.testi-card__who span{ font-size:.78rem; color:#b9c6b8; }
.testi-card--placeholder{ background:var(--white); color:var(--ink); border:1.5px dashed var(--line); display:flex; flex-direction:column; }
.testi-card--placeholder .testi-card__media{ background:var(--forest-tint); display:flex; align-items:center; justify-content:center; color:var(--forest); }
.testi-card--placeholder .testi-card__quote{ color:var(--stone); font-style:normal; }
.testi-card--placeholder .testi-card__quote::before,.testi-card--placeholder .testi-card__quote::after{ content:""; }

/* ---------- stats ---------- */
.stat-row{ display:grid; gap:28px; margin-top:44px; }
@media(min-width:768px){ .stat-row{ grid-template-columns:repeat(3,1fr); } }
.stat{ border-top:1px solid var(--line-dark); padding-top:18px; }
.stat b{ display:block; font-family:var(--font-display); font-size:clamp(2.4rem,1.8rem+2.4vw,3.6rem); font-weight:800; color:var(--gold-light); letter-spacing:-.01em; }
.stat span{ font-size:.9rem; color:#cdd8ce; }

/* ---------- giving module ---------- */
.give-panel{
  background:var(--white); border-radius:var(--radius-l); padding:32px 26px; box-shadow:var(--shadow-pop);
  display:flex; flex-direction:column; gap:20px; border:1px solid var(--line);
}
@media(min-width:768px){ .give-panel{ padding:44px 40px; } }
.give-panel__goal{ display:flex; flex-wrap:wrap; align-items:baseline; gap:10px 14px; }
.give-panel__goal b{ font-family:var(--font-display); font-size:clamp(2rem,1.6rem+1.6vw,2.6rem); color:var(--forest); }
.share-row{ display:flex; flex-wrap:wrap; gap:10px; }
.share-btn{
  display:inline-flex; align-items:center; gap:8px; padding:10px 16px; border-radius:100px;
  border:1px solid var(--line); background:var(--paper); font-size:.84rem; font-weight:700; color:var(--ink);
  cursor:pointer; text-decoration:none;
}
.share-btn svg{ width:16px; height:16px; }
.share-btn:hover{ background:var(--forest-tint); }

/* ---------- monthly plans ---------- */
.plan-grid{ display:grid; gap:16px; margin-top:40px; grid-template-columns:repeat(2,1fr); }
@media(min-width:640px){ .plan-grid{ grid-template-columns:repeat(3,1fr); } }
@media(min-width:1024px){ .plan-grid{ grid-template-columns:repeat(7,1fr); gap:14px; } }
.plan-card{
  position:relative; background:var(--white); border:1.5px solid var(--line); border-radius:var(--radius-m);
  padding:22px 16px; text-align:center; display:flex; flex-direction:column; align-items:center; gap:10px;
  text-decoration:none; color:var(--ink); transition:border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.plan-card:hover{ border-color:var(--forest); transform:translateY(-2px); box-shadow:var(--shadow-card); }
.plan-card--featured{ border-color:var(--gold); background:var(--gold-soft); }
.plan-card__badge{
  position:absolute; top:-13px; left:50%; transform:translateX(-50%); white-space:nowrap;
  background:var(--forest); color:var(--white); font-size:.66rem; font-weight:700; letter-spacing:.06em;
  text-transform:uppercase; padding:5px 12px; border-radius:100px;
}
.plan-card__value{ font-family:var(--font-display); font-weight:800; font-size:1.5rem; color:var(--forest); }
.plan-card__period{ font-size:.68rem; letter-spacing:.08em; text-transform:uppercase; color:var(--stone); margin-top:-6px; }
.plan-card__cta{ margin-top:auto; font-size:.78rem; font-weight:700; color:var(--clay); display:flex; align-items:center; gap:4px; }

.benefit-row{ display:grid; gap:18px; margin-top:40px; }
@media(min-width:768px){ .benefit-row{ grid-template-columns:repeat(3,1fr); } }
.benefit{ padding:24px; border-radius:var(--radius-m); background:var(--forest-tint); }
.benefit h4{ font-family:var(--font-display); font-size:1rem; color:var(--forest); }
.benefit p{ font-size:.88rem; color:var(--ink-soft); margin-top:6px; }

/* ---------- transparency ---------- */
.doc-list{ display:grid; gap:14px; margin-top:30px; }
@media(min-width:640px){ .doc-list{ grid-template-columns:repeat(2,1fr); } }
.doc-item{ display:flex; gap:14px; align-items:flex-start; padding:18px 20px; border:1px solid var(--line-dark); border-radius:var(--radius-m); background:rgba(255,255,255,.04); }
.doc-item__icon{ width:36px; height:36px; border-radius:9px; background:rgba(255,255,255,.09); display:flex; align-items:center; justify-content:center; flex:none; }
.doc-item__icon svg{ width:17px; height:17px; color:var(--gold-light); }
.doc-item h4{ font-family:var(--font-body); font-weight:700; font-size:.92rem; color:var(--white); }
.doc-item p{ font-size:.82rem; color:#c3cfc2; margin-top:3px; }

/* ---------- FAQ ---------- */
.faq-list{ margin-top:36px; border-top:1px solid var(--line); }
.faq-item{ border-bottom:1px solid var(--line); }
.faq-item__q{
  width:100%; text-align:left; background:none; border:0; padding:20px 4px; cursor:pointer;
  display:flex; align-items:center; justify-content:space-between; gap:16px; color:var(--ink);
}
.faq-item__q span{ font-family:var(--font-display); font-weight:700; font-size:1rem; }
.faq-item__icon{ width:26px; height:26px; border-radius:50%; border:1.5px solid var(--forest); color:var(--forest); display:flex; align-items:center; justify-content:center; flex:none; transition:transform .2s ease; }
.faq-item[open] .faq-item__icon{ transform:rotate(45deg); }
.faq-item__a{ padding:0 4px 20px; max-width:68ch; color:var(--ink-soft); font-size:.94rem; line-height:1.6; }
.faq-item summary{ list-style:none; }
.faq-item summary::-webkit-details-marker{ display:none; }

/* ---------- final CTA ---------- */
.final-cta{ position:relative; color:var(--white); overflow:hidden; }
.final-cta__media{ position:absolute; inset:0; }
.final-cta__media img{ width:100%; height:100%; object-fit:cover; }
.final-cta__scrim{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,20,14,.78), rgba(10,20,14,.92)); }
.final-cta__content{ position:relative; }
.final-cta .pull{ color:var(--white); max-width:22ch; }
.final-cta .pull em{ color:var(--gold-light); }

/* ---------- footer ---------- */
.site-footer{ background:var(--forest-2); color:#cdd8ce; padding:64px 0 28px; }
.footer-grid{ display:grid; gap:40px; }
@media(min-width:860px){ .footer-grid{ grid-template-columns:1.3fr 1fr 1fr; } }
.footer-brand p{ margin-top:14px; font-size:.88rem; max-width:36ch; color:#b9c6b8; }
.footer-col h5{ font-family:var(--font-display); color:var(--white); font-size:.85rem; letter-spacing:.04em; text-transform:uppercase; margin-bottom:16px; }
.footer-col ul{ display:flex; flex-direction:column; gap:10px; }
.footer-col a{ text-decoration:none; font-size:.9rem; color:#cdd8ce; }
.footer-col a:hover{ color:var(--white); }
.footer-social{ display:flex; gap:10px; margin-top:16px; }
.footer-social a{ width:38px; height:38px; border-radius:10px; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; }
.footer-social svg{ width:17px; height:17px; }
.footer-bottom{ margin-top:52px; padding-top:24px; border-top:1px solid var(--line-dark); display:flex; flex-wrap:wrap; gap:14px; justify-content:space-between; font-size:.78rem; color:#9fae9d; }
.footer-bottom a{ text-decoration:none; color:#9fae9d; }
.footer-bottom a:hover{ color:var(--white); }

/* ---------- sticky mobile CTA ---------- */
.sticky-cta{
  position:fixed; left:0; right:0; bottom:0; z-index:65; padding:12px 16px calc(12px + env(safe-area-inset-bottom));
  background:rgba(18,37,27,.94); backdrop-filter:blur(10px); border-top:1px solid var(--line-dark);
  display:flex; gap:10px; transform:translateY(120%); transition:transform .25s ease;
}
.sticky-cta.is-visible{ transform:translateY(0); }
@media(min-width:1024px){ .sticky-cta{ display:none; } }
.sticky-cta .btn{ flex:1; padding:14px 10px; font-size:.86rem; }

/* ---------- misc ---------- */
.badge-soft{ display:inline-flex; align-items:center; gap:6px; padding:6px 12px; border-radius:100px; background:var(--forest-tint); color:var(--forest); font-size:.76rem; font-weight:700; }
.divider{ height:1px; background:var(--line); border:0; margin:0; }
.section--dark .divider{ background:var(--line-dark); }
.skip-link{ position:absolute; left:-999px; top:auto; background:var(--forest); color:var(--white); padding:12px 18px; border-radius:8px; z-index:100; }
.skip-link:focus{ left:16px; top:16px; }
.section-head{ max-width:640px; }
.section-head.wide{ max-width:760px; }
.mt-40{ margin-top:40px; } .mt-32{margin-top:32px;} .mt-24{margin-top:24px;}
