:root{
  --forest:#1E3A24; --forest-2:#2C5F2D; --moss:#8FBC6E; --moss-soft:#EAF2E3;
  --gold:#C9A227; --gold-dark:#A5831B;
  --ink:#1C2320; --muted:#5B6660; --line:#E3E8E1;
  --bg:#FFFFFF; --surface:#F6F8F4;
  --radius:14px; --shadow:0 10px 30px rgba(30,58,36,.10);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto} *{animation:none!important;transition:none!important}}
body{font-family:'Inter',system-ui,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;font-size:16px}
h1,h2,h3{font-family:'Fraunces',Georgia,serif;line-height:1.15;color:var(--forest)}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{max-width:1160px;margin:0 auto;padding:0 24px}
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:999px;font-weight:600;font-size:15px;text-decoration:none;cursor:pointer;border:none;transition:transform .2s ease, box-shadow .2s ease, background .2s ease;min-height:48px}
.btn:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.btn-gold{background:var(--gold);color:#221A00}
.btn-gold:hover{background:var(--gold-dark);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(201,162,39,.35)}
.btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.55)}
.btn-ghost:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}
.btn-forest{background:var(--forest-2);color:#fff}
.btn-forest:hover{background:var(--forest);transform:translateY(-2px);box-shadow:0 8px 20px rgba(44,95,45,.3)}
.eyebrow{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--forest-2);background:var(--moss-soft);padding:6px 14px;border-radius:999px;margin-bottom:16px}
section{padding:88px 0}
.section-head{max-width:640px;margin-bottom:48px}
.section-head h2{font-size:clamp(28px,4vw,40px);margin-bottom:14px}
.section-head p{color:var(--muted);font-size:17px}

/* NAV */
nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{display:flex;align-items:center;gap:10px;font-family:'Fraunces',serif;font-weight:700;font-size:22px;color:var(--forest);text-decoration:none}
.logo svg{width:34px;height:34px}
.nav-links{display:flex;gap:28px;list-style:none}
.nav-links a{text-decoration:none;font-size:14.5px;font-weight:500;color:var(--ink);padding:8px 2px;transition:color .2s}
.nav-links a:hover{color:var(--forest-2)}
.nav-cta{display:flex;gap:12px;align-items:center}
.hamburger{display:none;background:none;border:none;cursor:pointer;padding:10px}
.hamburger svg{width:26px;height:26px;stroke:var(--forest)}

/* HERO */
.hero{background:linear-gradient(160deg,#152B19 0%, #1E3A24 55%, #2C5F2D 100%);color:#fff;padding:96px 0 110px;position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;right:-140px;top:-140px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(143,188,110,.22),transparent 65%)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center;position:relative;z-index:1}
.hero h1{font-size:clamp(34px,5vw,54px);color:#fff;margin-bottom:20px}
.hero h1 em{font-style:italic;color:var(--moss)}
.hero p.lede{font-size:18px;color:#D8E4D2;max-width:520px;margin-bottom:32px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(201,162,39,.16);border:1px solid rgba(201,162,39,.45);color:#F0D77E;font-size:13px;font-weight:600;padding:7px 14px;border-radius:999px;margin-bottom:22px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-stats{display:flex;gap:36px;margin-top:44px;flex-wrap:wrap}
.hero-stats .stat b{display:block;font-family:'Fraunces',serif;font-size:30px;color:#fff}
.hero-stats .stat span{font-size:13px;color:#AFC5A6}
.hero-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:28px;backdrop-filter:blur(6px)}
.hero-card h3{color:#fff;font-size:19px;margin-bottom:18px}
.hero-check{display:flex;gap:12px;margin-bottom:16px;align-items:flex-start}
.hero-check svg{flex:0 0 22px;width:22px;height:22px;margin-top:2px}
.hero-check p{font-size:14.5px;color:#D8E4D2}
.hero-check b{color:#fff}

/* TRUST BAR */
.trustbar{background:var(--forest);padding:18px 0}
.trustbar .wrap{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.trustbar span{display:inline-flex;align-items:center;gap:9px;color:#CFE0C6;font-size:13.5px;font-weight:500}
.trustbar svg{width:18px;height:18px}

/* LISTINGS */
.tabs{display:flex;gap:10px;margin-bottom:34px;flex-wrap:wrap}
.tab{padding:11px 22px;border-radius:999px;border:1.5px solid var(--line);background:#fff;font-weight:600;font-size:14.5px;cursor:pointer;color:var(--muted);transition:all .2s;min-height:44px}
.tab:hover{border-color:var(--forest-2);color:var(--forest-2)}
.tab.active{background:var(--forest-2);border-color:var(--forest-2);color:#fff}
.tab:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .25s ease, box-shadow .25s ease;display:flex;flex-direction:column}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.card-img{height:190px;position:relative;background:linear-gradient(135deg,var(--moss-soft),#CDE0BC)}
.card-img .ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.card-img .ph svg{width:54px;height:54px;opacity:.5}
.card-tag{position:absolute;top:14px;left:14px;background:var(--forest);color:#fff;font-size:11.5px;font-weight:700;letter-spacing:.06em;padding:5px 12px;border-radius:999px;text-transform:uppercase}
.card-verified{position:absolute;top:14px;right:14px;background:#fff;color:var(--forest-2);font-size:11.5px;font-weight:700;padding:5px 10px;border-radius:999px;display:inline-flex;gap:5px;align-items:center}
.card-verified svg{width:13px;height:13px}
.card-body{padding:22px;flex:1;display:flex;flex-direction:column}
.card-body h3{font-size:18.5px;margin-bottom:6px}
.card-loc{font-size:13.5px;color:var(--muted);display:flex;align-items:center;gap:6px;margin-bottom:14px}
.card-loc svg{width:15px;height:15px}
.card-feats{display:flex;gap:14px;font-size:13px;color:var(--muted);margin-bottom:16px;flex-wrap:wrap}
.card-price{margin-top:auto;display:flex;justify-content:space-between;align-items:center}
.card-price b{font-family:'Fraunces',serif;font-size:20px;color:var(--forest)}
.card-price small{display:block;font-size:12px;color:var(--muted);font-weight:400}
.card-link{font-size:13.5px;font-weight:600;color:var(--forest-2);text-decoration:none;display:inline-flex;align-items:center;gap:5px;padding:10px 0}
.card-link:hover{color:var(--forest)}
.listing-note{margin-top:26px;font-size:13.5px;color:var(--muted);font-style:italic}

/* GAP / WHY */
.gap-section{background:var(--surface)}
.gap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.gap-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px}
.gap-card .icon-wrap{width:52px;height:52px;border-radius:50%;background:var(--moss-soft);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.gap-card .icon-wrap svg{width:26px;height:26px}
.gap-card h3{font-size:19px;margin-bottom:10px}
.gap-card p{font-size:14.5px;color:var(--muted)}
.gap-card .vs{margin-top:16px;padding-top:16px;border-top:1px dashed var(--line);font-size:13px;color:var(--muted)}
.gap-card .vs b{color:var(--forest-2)}

/* AUDIENCES */
.aud-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.aud{border-radius:var(--radius);padding:34px 28px;display:flex;flex-direction:column}
.aud.local{background:var(--moss-soft)}
.aud.diaspora{background:var(--forest);color:#fff}
.aud.diaspora h3{color:#fff}
.aud.foreign{background:#FBF3DC}
.aud .pill{align-self:flex-start;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:999px;margin-bottom:18px}
.aud.local .pill{background:#fff;color:var(--forest-2)}
.aud.diaspora .pill{background:rgba(255,255,255,.15);color:#F0D77E}
.aud.foreign .pill{background:#fff;color:var(--gold-dark)}
.aud h3{font-size:21px;margin-bottom:14px}
.aud ul{list-style:none;margin-bottom:22px}
.aud li{display:flex;gap:10px;font-size:14.5px;margin-bottom:11px;align-items:flex-start}
.aud li svg{flex:0 0 18px;width:18px;height:18px;margin-top:3px}
.aud.diaspora li{color:#D8E4D2}
.aud .from{margin-top:auto;font-size:13px;color:var(--muted)}
.aud.diaspora .from{color:#AFC5A6}
.aud .from b{display:block;font-family:'Fraunces',serif;font-size:19px;color:var(--forest)}
.aud.diaspora .from b{color:#F0D77E}

/* PROCESS */
.process{background:linear-gradient(160deg,#152B19,#1E3A24)}
.process h2,.process .section-head p{color:#fff}
.process .section-head p{color:#AFC5A6}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;counter-reset:step}
.step{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:26px 22px;position:relative}
.step::before{counter-increment:step;content:counter(step,decimal-leading-zero);font-family:'Fraunces',serif;font-size:15px;font-weight:700;color:var(--gold);display:block;margin-bottom:12px}
.step h3{color:#fff;font-size:16.5px;margin-bottom:8px}
.step p{font-size:13.5px;color:#C4D4BC}

/* FAQ */
details{border:1px solid var(--line);border-radius:12px;margin-bottom:14px;background:#fff;overflow:hidden}
summary{padding:20px 24px;font-weight:600;font-size:15.5px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:48px}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";font-family:'Fraunces',serif;font-size:22px;color:var(--forest-2);transition:transform .2s}
details[open] summary::after{transform:rotate(45deg)}
summary:hover{color:var(--forest-2)}
summary:focus-visible{outline:3px solid var(--gold);outline-offset:-3px}
details .faq-body{padding:0 24px 22px;color:var(--muted);font-size:14.5px}

/* CONTACT */
.contact{background:var(--surface)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.contact form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}
.field{margin-bottom:18px}
.field label{display:block;font-size:13.5px;font-weight:600;margin-bottom:7px}
.field label span{color:#B4232A}
.field input,.field select,.field textarea{width:100%;padding:13px 15px;border:1.5px solid var(--line);border-radius:10px;font:inherit;font-size:14.5px;background:#fff;color:var(--ink);transition:border-color .2s}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--forest-2);box-shadow:0 0 0 3px rgba(44,95,45,.12)}
.form-msg{display:none;margin-top:14px;padding:13px 16px;border-radius:10px;background:var(--moss-soft);color:var(--forest-2);font-size:14px;font-weight:500}
.contact-info h3{font-size:19px;margin:26px 0 8px}
.contact-info p{color:var(--muted);font-size:14.5px}
.contact-info a{color:var(--forest-2);font-weight:600;text-decoration:none}
.contact-info a:hover{text-decoration:underline}

/* FOOTER */
footer{background:var(--forest);color:#AFC5A6;padding:56px 0 30px;font-size:14px}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
footer h4{color:#fff;font-size:14.5px;margin-bottom:16px;font-family:'Inter',sans-serif}
footer ul{list-style:none}
footer li{margin-bottom:10px}
footer a{color:#AFC5A6;text-decoration:none}
footer a:hover{color:#fff}
.foot-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:24px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12.5px}

/* SKIP LINK */
.skip-link{position:absolute;left:-9999px;top:0;background:var(--gold);color:#221A00;padding:12px 20px;font-weight:700;z-index:100;border-radius:0 0 10px 0}
.skip-link:focus{left:0}

/* ANCHOR OFFSET FOR STICKY NAV */
section,header[id]{scroll-margin-top:80px}

/* ACTIVE NAV */
.nav-links a.active{color:var(--forest-2);font-weight:700}

/* INNOVATIONS */
.innov{background:var(--surface)}
.innov-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.innov-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;transition:transform .25s ease, box-shadow .25s ease}
.innov-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.innov-card .icon-wrap{width:48px;height:48px;border-radius:12px;background:var(--moss-soft);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.innov-card .icon-wrap svg{width:24px;height:24px}
.innov-card h3{font-size:17px;margin-bottom:8px}
.innov-card p{font-size:13.5px;color:var(--muted)}
.innov-card .badge-new{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--gold);color:#221A00;padding:3px 9px;border-radius:999px;margin-left:8px;vertical-align:middle}
.innov-strip{margin-top:36px;background:var(--forest);border-radius:var(--radius);padding:28px 32px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.innov-strip p{color:#D8E4D2;font-size:15px;max-width:640px}
.innov-strip b{color:#fff}

/* REVEAL ON SCROLL */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .5s ease, transform .5s ease}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none}}

/* FLOATING BUTTONS */
.float-wa{position:fixed;right:22px;bottom:22px;z-index:60;width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.25);transition:transform .2s}
.float-wa:hover{transform:scale(1.08)}
.float-wa svg{width:30px;height:30px;fill:#fff}
.to-top{position:fixed;right:26px;bottom:92px;z-index:60;width:46px;height:46px;border-radius:50%;background:var(--forest);border:none;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.2)}
.to-top.show{display:flex}
.to-top svg{width:20px;height:20px;stroke:#fff}
.to-top:focus-visible,.float-wa:focus-visible{outline:3px solid var(--gold);outline-offset:2px}

/* RESPONSIVE */
@media(max-width:1024px){
  .cards,.gap-grid,.aud-grid,.innov-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .hero-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  section{padding:64px 0}
  .cards,.gap-grid,.aud-grid,.steps,.contact-grid,.innov-grid{grid-template-columns:1fr}
  .nav-links,.nav-cta .btn-forest{display:none}
  .hamburger{display:block}
  .nav-links.open{display:flex;position:absolute;top:72px;left:0;right:0;background:#fff;flex-direction:column;padding:20px 24px;border-bottom:1px solid var(--line);gap:6px}
  .nav-links.open a{padding:12px 0;font-size:16px}
  .hero{padding:64px 0 72px}
  .trustbar .wrap{justify-content:flex-start}
}
main{display:block}.required-note{font-size:13px;color:var(--muted);margin-bottom:16px}
.field-error{display:block;min-height:1.2em;margin-top:5px;color:#9b1c1c;font-size:13px}
.field input[aria-invalid="true"],.field select[aria-invalid="true"],.field textarea[aria-invalid="true"]{border-color:#9b1c1c;box-shadow:0 0 0 2px rgba(155,28,28,.12)}
.checkbox-field{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}.checkbox-field input{margin-top:5px;width:18px;height:18px}
.checkbox-field label{font-size:14px}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-msg{display:block;min-height:1.5em;margin-top:12px;font-weight:600}.form-msg.success{color:#1f6b35}.form-msg.error{color:#9b1c1c}
button:disabled{opacity:.65;cursor:not-allowed}.legal-page{padding:72px 0}.legal-page article{max-width:820px}.legal-page h1{font-size:clamp(34px,5vw,54px);margin-bottom:16px}.legal-page h2{margin:34px 0 10px}.legal-page p,.legal-page li{margin-bottom:12px}.legal-page ul{padding-left:24px}.legal-meta{color:var(--muted);margin-bottom:30px}
.footer-legal{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px}.footer-legal a{text-decoration:underline;text-underline-offset:3px}
