
:root{
  --bg:#f4f7f5;
  --ink:#17221c;
  --muted:#66736b;
  --brand:#35c941;
  --brand-dark:#16231d;
  --card:#fff;
  --line:#dfe8e2;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--bg);
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,calc(100% - 32px));margin:0 auto}

.header{
  position:sticky;
  top:0;
  z-index:30;
  background:#0f1f2b;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.header-inner{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  flex:0 1 auto;
}
.brand-logo{
  width:104px !important;
  height:56px !important;
  max-width:104px !important;
  object-fit:contain !important;
  flex:0 0 104px;
}
.brand-copy{display:flex;flex-direction:column;min-width:0}
.brand-name{
  color:#fff;
  font-size:27px;
  line-height:.9;
  font-weight:950;
  letter-spacing:-1px;
  white-space:nowrap;
}
.brand-slogan{
  color:#d8e3dc;
  font-size:7.5px;
  line-height:1;
  letter-spacing:.6px;
  font-weight:800;
  margin-top:6px;
  white-space:nowrap;
}
.nav{display:flex;align-items:center;gap:22px;flex:0 0 auto}
.nav a{color:#dfe7e2;font-size:14px;font-weight:700;white-space:nowrap}
.nav a:hover{color:#fff}
.cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--brand);
  color:#102215!important;
  min-height:44px;
  padding:0 17px;
  border-radius:10px;
  font-weight:900!important;
}

.hero{
  background:
    radial-gradient(circle at 86% 15%,rgba(53,201,65,.14),transparent 30%),
    linear-gradient(135deg,#14251d,#183127);
  color:#fff;
  padding:82px 0 76px;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:46px;
  align-items:center;
}
.eyebrow{
  display:inline-block;
  color:#92ed99;
  font-size:13px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:14px;
}
h1{
  font-size:54px;
  line-height:1.04;
  margin:0 0 20px;
  max-width:740px;
  letter-spacing:-1.5px;
}
.hero p{
  font-size:18px;
  line-height:1.65;
  color:#cad6cf;
  max-width:690px;
  margin:0 0 28px;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:11px;
  font-weight:900;
}
.btn-primary{background:var(--brand);color:#102215}
.btn-secondary{border:1px solid rgba(255,255,255,.18);color:#fff;background:rgba(255,255,255,.06)}
.hero-badge-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}
.hero-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#d9e5dd;
  padding:0 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:750;
}
.hero-card{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  padding:26px;
}
.hero-card h3{margin:0 0 16px;font-size:20px}
.hero-card ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.hero-card li{display:flex;gap:10px;color:#d9e4dd;font-size:15px;line-height:1.45}
.check{
  width:22px;height:22px;border-radius:50%;
  background:rgba(53,201,65,.17);
  color:#72e27a;
  display:grid;place-items:center;
  flex:0 0 auto;
}
.trust-strip{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.trust-item{
  min-width:0;
  border-radius:12px;
  padding:12px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.08);
}
.trust-item b{display:block;font-size:13px;color:#fff;margin-bottom:4px;white-space:normal}
.trust-item span{display:block;font-size:11px;line-height:1.35;color:#afbeb5}

.section{padding:72px 0}
.section-title{max-width:760px;margin-bottom:32px}
.section-title h2{font-size:38px;line-height:1.12;margin:0 0 12px}
.section-title p{color:var(--muted);font-size:17px;line-height:1.6;margin:0}
.kicker{
  font-size:13px;
  color:#2d9f39;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.9px;
  margin-bottom:10px;
}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.card{
  min-width:0;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:18px;
  padding:24px;
  box-shadow:0 10px 30px rgba(20,40,27,.04);
}
.feature-no{
  width:34px;height:34px;border-radius:10px;
  display:grid;place-items:center;
  background:#e9f8ec;color:#2da63b;
  font-size:13px;font-weight:950;
  margin-bottom:14px;
}
.card h3{margin:0 0 10px;font-size:20px}
.card p{margin:0;color:var(--muted);line-height:1.6;font-size:15px}

.band{background:#eaf5ed;border-top:1px solid #d4e8d8;border-bottom:1px solid #d4e8d8}
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.step{padding:18px;border-radius:14px;background:#fff;border:1px solid var(--line);min-width:0}
.step b{display:block;color:var(--brand-dark);font-size:14px;margin-bottom:7px}
.step span{display:block;color:var(--muted);font-size:14px;line-height:1.45}

.meta-ready{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:start}
.content-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px}
.content-card h2,.content-card h3{margin-top:0}
.content-card p,.content-card li{color:#5d6a62;line-height:1.7}
.meta-list{display:grid;gap:10px;margin-top:15px}
.meta-list div{display:flex;gap:10px;align-items:flex-start;color:#58665e;line-height:1.5;font-size:14px}
.meta-dot{
  width:20px;height:20px;flex:0 0 auto;border-radius:50%;
  display:grid;place-items:center;background:#eaf8ed;color:#2ca43a;font-weight:900;font-size:11px;margin-top:1px
}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.contact-item{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}
.label{font-size:12px;text-transform:uppercase;letter-spacing:.8px;color:#8a958e;font-weight:800}
.value{font-size:18px;font-weight:800;margin-top:6px}
.notice{margin-top:22px;padding:18px;border-radius:12px;background:#fff8e8;border:1px solid #f1dfad;color:#725b1f;font-size:14px;line-height:1.55}

.footer{background:var(--brand-dark);color:#cbd6cf;padding:34px 0}
.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}
.footer-brand{display:flex;align-items:center;gap:8px}
.footer-brand img{width:68px !important;height:40px !important;object-fit:contain !important}
.footer-brand strong{color:#fff;font-size:20px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-size:13px}

.muted{color:var(--muted)}
.legal h1{font-size:42px;color:var(--ink)}
.legal .content-card{margin-top:26px}

@media(max-width:900px){
  .nav{gap:14px}
  .nav a:not(.cta){display:none}
  .hero-grid{grid-template-columns:1fr}
  .trust-strip{grid-template-columns:repeat(3,1fr)}
  .grid-3{grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(2,1fr)}
  .meta-ready{grid-template-columns:1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 24px,1120px)}
  .header-inner{min-height:68px}
  .brand-logo{width:82px !important;height:48px !important;max-width:82px !important;flex-basis:82px}
  .brand-name{font-size:22px}
  .brand-slogan{font-size:6.2px;letter-spacing:.45px}
  .nav .cta{display:none}
  .hero{padding:58px 0 54px}
  h1{font-size:38px}
  .hero p{font-size:16px}
  .trust-strip{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .section{padding:52px 0}
  .section-title h2{font-size:30px}
  .footer-grid{flex-direction:column}
}
