:root{
  --green:#124f2b;
  --green-2:#1d7a3b;
  --gold:#c99322;
  --cream:#fbf7ee;
  --soft:#f3f6ef;
  --ink:#142016;
  --muted:#667263;
  --line:#e3e9dc;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--cream);color:var(--ink)}
a{text-decoration:none;color:inherit}
.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 6vw;background:rgba(251,247,238,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px}.brand-badge{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,var(--green),var(--gold));color:white;font-weight:900}.brand small{display:block;color:var(--muted);margin-top:2px}.nav-links{display:flex;gap:26px;color:var(--muted);font-weight:700}.nav-links a:hover{color:var(--green)}.login-button,.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-weight:900}.login-button,.primary{background:var(--green);color:white;padding:13px 18px;box-shadow:0 16px 30px rgba(18,79,43,.18)}.secondary{background:white;color:var(--green);padding:13px 18px;border:1px solid var(--line)}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding:82px 6vw 54px;background:radial-gradient(circle at 80% 10%,#ffe7a3 0,#fbf7ee 28%,#eef5e9 72%)}.eyebrow{margin:0 0 12px;color:var(--gold);text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:900}.hero h1{margin:0;font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.055em}.hero-text{max-width:680px;color:var(--muted);font-size:20px;line-height:1.65;margin:26px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.trust-row span{background:white;border:1px solid var(--line);border-radius:999px;padding:9px 13px;color:var(--muted);font-weight:800;font-size:13px}.hero-card{background:white;border:1px solid var(--line);border-radius:30px;padding:22px;box-shadow:0 30px 80px rgba(20,32,22,.16);transform:rotate(1deg)}.preview-top{display:flex;gap:7px;margin-bottom:18px}.preview-top span{width:12px;height:12px;border-radius:999px;background:var(--line)}.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.metric-grid div,.timeline p{background:var(--soft);border:1px solid var(--line);border-radius:18px;padding:18px}.metric-grid small{display:block;color:var(--muted);font-weight:800}.metric-grid strong{display:block;color:var(--green);font-size:32px;margin-top:8px}.timeline{display:grid;gap:10px;margin-top:16px}.timeline p{display:flex;justify-content:space-between;gap:12px;margin:0}.timeline span{color:var(--muted)}
.section{padding:74px 6vw}.section-heading{max-width:740px;margin-bottom:28px}.section-heading h2,.cta-section h2{font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.035em;margin:0}.cards{display:grid;gap:18px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}article{background:white;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 12px 30px rgba(20,32,22,.05)}article h3{font-size:22px;margin:16px 0 10px}article p,article li,.cta-section p{color:var(--muted);line-height:1.65}.icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#eaf2e5;color:var(--green);font-weight:900}.workflow-section{background:white}.workflow{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.workflow div{position:relative;background:var(--soft);border:1px solid var(--line);border-radius:22px;padding:22px}.workflow strong{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--green);color:white}.workflow h3{margin:18px 0 8px}.workflow p{color:var(--muted);line-height:1.55;margin:0}.pricing-section{background:linear-gradient(180deg,var(--cream),#eef5e9)}.price-card .price{font-size:38px;color:var(--green);font-weight:950;margin:12px 0}.price span{font-size:14px;color:var(--muted)}.price-card ul{padding-left:18px}.featured{border:2px solid var(--gold);transform:translateY(-10px)}.cta-section{margin:48px 6vw 74px;border-radius:32px;padding:42px;background:linear-gradient(135deg,var(--green),#1e7138);color:white;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-section .eyebrow{color:#ffd36f}.cta-section p{color:rgba(255,255,255,.82);max-width:720px}.cta-section .primary{background:white;color:var(--green);box-shadow:none;white-space:nowrap}footer{text-align:center;padding:24px 6vw;color:var(--muted);border-top:1px solid var(--line)}
@media (max-width:980px){.nav-links{display:none}.hero{grid-template-columns:1fr}.cards.four,.cards.three,.workflow{grid-template-columns:1fr 1fr}.cta-section{align-items:flex-start;flex-direction:column}.hero-card{transform:none}}
@media (max-width:640px){.site-header{padding:14px 18px}.login-button{display:none}.hero,.section{padding-left:18px;padding-right:18px}.cards.four,.cards.three,.workflow{grid-template-columns:1fr}.timeline p{display:block}.cta-section{margin-left:18px;margin-right:18px;padding:28px}}
