
:root{
  --green:#7FEA4C;
  --green2:#42DE68;
  --lime:#CAFF82;
  --ink:#10170C;
  --muted:#66735E;
  --soft:#F4FBEA;
  --card:#FFFFFF;
  --line:#DDE8D4;
  --shadow:0 18px 50px rgba(31,76,27,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0%,#F7FCEB 100%);line-height:1.65}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1160px,92%);margin:auto}
.nav{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.90);backdrop-filter:blur(14px);border-bottom:1px solid rgba(221,232,212,.86)}
.nav-inner{height:78px;display:flex;align-items:center;justify-content:space-between}
.logo{height:48px;width:auto;border-radius:13px}
.menu{display:flex;align-items:center;gap:24px;font-weight:800;color:#47533F}
.menu a:hover{color:#2A8B2E}
.menu .cta{padding:11px 18px;border-radius:14px;background:var(--ink);color:#fff}
.mobile-btn{display:none;border:0;background:none;font-size:28px}
.hero{padding:80px 0 70px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.pill{display:inline-flex;padding:9px 13px;border-radius:999px;background:#EEFFD9;border:1px solid #D4EDBC;color:#3F7832;font-weight:900;font-size:13px}
h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-2.7px;margin:18px 0}
.hero h1 span{background:linear-gradient(90deg,var(--green2),#35C96F);-webkit-background-clip:text;color:transparent}
.lead{font-size:19px;color:var(--muted);max-width:700px}
.actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:15px;font-weight:900;border:1px solid transparent}
.btn-primary{background:linear-gradient(135deg,var(--green),var(--green2));color:#0E190B;box-shadow:0 12px 28px rgba(66,222,104,.22)}
.btn-dark{background:var(--ink);color:#fff}
.btn-light{background:#fff;border-color:var(--line)}
.small-note{font-size:13px;color:var(--muted);margin-top:10px}
.hero-art{min-height:500px;border-radius:38px;background:radial-gradient(circle at 20% 18%,#EAFFD1,transparent 28%),radial-gradient(circle at 82% 18%,#C8FF9D,transparent 32%),linear-gradient(135deg,#F0FFD9,#C9FA9E);border:1px solid #D2EBC0;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.hero-art .circle{position:absolute;border-radius:50%}
.hero-art .c1{width:280px;height:280px;background:#92F161;left:-60px;bottom:-70px}
.hero-art .c2{width:190px;height:190px;background:#C6FF7A;right:-40px;top:30px}
.hero-art .logo-card{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:210px;height:210px;background:#fff;border-radius:42px;display:grid;place-items:center;box-shadow:0 28px 65px rgba(27,71,25,.18)}
.hero-art .logo-card img{width:160px;height:160px;object-fit:contain;border-radius:30px}
.hero-art .float-tag{position:absolute;left:26px;top:28px;padding:10px 13px;border-radius:13px;background:#10170C;color:#fff;font-size:12px;font-weight:900}
.section{padding:92px 0}
.section-head{text-align:center;max-width:790px;margin:0 auto 44px}
.eyebrow{text-transform:uppercase;letter-spacing:1.5px;color:#4B9237;font-size:13px;font-weight:900}
.section h2{font-size:clamp(32px,4.7vw,56px);line-height:1.04;letter-spacing:-1.6px;margin:9px 0 12px}
.section-head p{color:var(--muted);font-size:17px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 8px 28px rgba(31,76,27,.04)}
.card .icon{width:52px;height:52px;border-radius:16px;background:#EEFFD8;display:grid;place-items:center;margin-bottom:12px}
.card .icon img{width:32px;height:32px}
.card h3{margin:0 0 7px;font-size:23px}
.card p{margin:0;color:var(--muted)}
.feature{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.feature.reverse .feature-copy{order:1}.feature.reverse .visual{order:2}
.feature .feature-copy p{color:var(--muted);font-size:18px}
.visual{min-height:420px;border-radius:32px;background:linear-gradient(145deg,#EFFFD9,#C9FA9E);border:1px solid #D4EBC4;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.visual .word{position:absolute;left:24px;top:10px;font-size:82px;font-weight:950;color:rgba(49,104,30,.10);letter-spacing:-4px}
.visual .shape{position:absolute;border-radius:50%}
.visual .s1{width:250px;height:250px;left:40px;bottom:-40px;background:#7DF04C}
.visual .s2{width:160px;height:160px;right:55px;top:75px;background:#D3FF84;border-radius:38px;transform:rotate(14deg)}
.visual .icon-wrap{position:absolute;left:50%;top:53%;transform:translate(-50%,-50%);width:138px;height:138px;border-radius:36px;background:#fff;display:grid;place-items:center;box-shadow:0 22px 50px rgba(41,84,34,.15)}
.visual .icon-wrap img{width:76px;height:76px}
.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.chip{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:800}
.path-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.path-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:var(--shadow)}
.path-top{display:flex;gap:15px;align-items:flex-start}.path-icon{width:68px;height:68px;border-radius:20px;background:#EEFFD8;display:grid;place-items:center;flex:0 0 auto}.path-icon img{width:42px;height:42px}
.path-card h3{font-size:28px;margin:0}.path-card p{color:var(--muted);margin:4px 0 0}
.path-list{margin:20px 0 0;padding-left:20px;color:var(--muted)}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.metric{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;text-align:center}
.metric strong{display:block;font-size:31px;color:#3D8C2C}.metric span{color:var(--muted);font-size:14px;font-weight:800}
.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.trust-card{background:#10200E;color:#fff;border-radius:24px;padding:26px}
.trust-card p{color:#C8D3C1;margin:7px 0 0}
.trust-icon{width:48px;height:48px;border-radius:16px;background:#D2FF86;display:grid;place-items:center}.trust-icon img{width:30px;height:30px}
.cta-band{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;background:linear-gradient(135deg,#11170D,#25321D);color:#fff;border-radius:30px;padding:36px}
.cta-band p{color:#C8D2BF;max-width:680px}
.faq{max-width:900px;margin:auto}
details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;margin:11px 0}
summary{font-weight:900;cursor:pointer}
details p{color:var(--muted)}
.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:20px}
table{width:100%;border-collapse:collapse;min-width:640px}th,td{padding:15px 16px;border-bottom:1px solid var(--line);text-align:left}th{background:#F2FAE7}
.notice{background:#EFFFD9;border:1px solid #D0EABD;border-radius:17px;padding:18px 20px;color:#355E2C}
.page-hero{padding:70px 0 26px}.page-hero h1{font-size:clamp(40px,6vw,64px)}.page-hero p{max-width:820px;color:var(--muted);font-size:18px}
.formless-contact{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px}
.contact-box > .icon{width:190px;height:190px;margin:0 auto 20px;display:grid;place-items:center}
.contact-box > .icon img{width:100%;height:100%;object-fit:contain}
.contact-box h3{margin:0 0 7px;font-size:25px}.contact-box p{color:var(--muted)}
.footer{border-top:1px solid var(--line);padding:32px 0;color:var(--muted)}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:28px}
.footer h3{margin:0 0 9px;color:var(--ink)}.footer-links{display:grid;gap:7px}.footer-links a:hover{color:#2D8A31}
.footer-bottom{border-top:1px solid var(--line);padding-top:17px;margin-top:18px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px}
.disclaimer{font-weight:900;color:#46523E}
.floating-wa{position:fixed;right:18px;bottom:18px;z-index:120;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#25D366;border:3px solid #fff;box-shadow:0 15px 35px rgba(25,135,66,.34)}
.floating-wa svg{width:32px;height:32px}
@media(max-width:920px){.menu{display:none;position:absolute;left:4%;right:4%;top:76px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}.menu.open{display:flex}.mobile-btn{display:block}.hero-grid,.feature,.path-grid,.formless-contact{grid-template-columns:1fr}.feature.reverse .feature-copy{order:2}.feature.reverse .visual{order:1}.cards{grid-template-columns:1fr}.metrics{grid-template-columns:repeat(2,1fr)}.trust{grid-template-columns:1fr}.cta-band{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.contact-box > .icon{width:150px;height:150px;margin-bottom:16px}.hero{padding-top:54px}.hero-art{min-height:390px}.hero-art .logo-card{width:170px;height:170px}.hero-art .logo-card img{width:128px;height:128px}.metrics{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.floating-wa{right:12px;bottom:12px}}

.footer-simple{padding:26px 0 20px}
.footer-simple .footer-grid{grid-template-columns:1.2fr 1fr 1.2fr;gap:20px}
.footer-simple .footer-links{gap:5px}
.footer-simple .footer-description{color:var(--muted);max-width:460px}
.footer-simple .footer-bottom{margin-top:14px;padding-top:14px}
.footer-simple .disclaimer{font-size:12px;font-weight:600;color:#7a8476}
@media(max-width:900px){.footer-simple .footer-grid{grid-template-columns:1fr}}

/* CTA contrast & visibility safeguards */
.cta-band .btn-light{color:var(--ink);background:#fff;border-color:#fff}
.cta-band .btn-light:hover{background:var(--lime);border-color:var(--lime)}
.cta-band .btn-primary{color:#0b1808}
.btn-light{color:var(--ink)}
.btn-light:hover{background:var(--soft);color:var(--ink)}
.btn-dark{color:#fff!important}
.actions .btn{min-height:50px}
.cta-band .actions{align-items:center;justify-content:flex-end}
.cta-band .actions .btn{white-space:nowrap}
.path-card .actions,.card .actions,.contact-box .actions{display:flex;flex-wrap:wrap}
@media(max-width:920px){
  .cta-band .actions{justify-content:flex-start}
}
@media(max-width:520px){
  .cta-band .actions .btn{width:100%}
  .actions .btn{width:100%}
}

.role-helper{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}
.role-helper a{display:flex;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 8px 25px rgba(31,76,27,.04)}
.role-helper a:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(31,76,27,.08)}
.role-helper .mini-icon{width:44px;height:44px;border-radius:14px;background:#EEFFD8;display:grid;place-items:center;flex:0 0 auto}
.role-helper .mini-icon img{width:26px;height:26px}
.role-helper strong{display:block}
.role-helper span{display:block;font-size:13px;color:var(--muted)}
@media(max-width:680px){.role-helper{grid-template-columns:1fr}}
