
:root{--green:#548c2f;--lime:#ccff33;--ink:#1a1f14;--muted:#5b6650;--bg:#ffffff;--soft:#f4f7ee;--border:#e2e8d6;}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Outfit','Inter',system-ui,sans-serif;letter-spacing:-.02em;line-height:1.1;margin:0 0 .5em}
h1{font-size:clamp(2rem,5vw,3.6rem);font-weight:700}
h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700}
p{margin:0 0 1em}a{color:var(--green)}
.container{max-width:1120px;margin:0 auto;padding:0 20px}
.btn{display:inline-block;background:var(--green);color:#fff;padding:14px 26px;border-radius:8px;font-weight:600;text-decoration:none;box-shadow:0 8px 24px -8px rgba(84,140,47,.5);transition:transform .15s}
.btn:hover{transform:translateY(-1px);opacity:.95}
.btn-lg{padding:18px 34px;font-size:1.1rem}
.btn-lime{background:var(--lime);color:var(--ink)}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
header .bar{display:flex;align-items:center;justify-content:space-between;padding:16px 0}
.logo{display:flex;align-items:center;gap:10px;font-family:'Outfit';font-weight:700;font-size:1.3rem;color:var(--ink);text-decoration:none}
.logo span{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,#548c2f,#ccff33)}
.hero{position:relative;overflow:hidden;background:radial-gradient(60% 60% at 80% 0%,rgba(204,255,51,.35),transparent 60%),linear-gradient(180deg,#fff,#f4f7ee)}
.hero-grid{display:grid;gap:40px;padding:60px 0 80px;align-items:center}
@media(min-width:900px){.hero-grid{grid-template-columns:1.05fr 1fr}}
.kicker{display:inline-block;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--green);background:rgba(204,255,51,.45);padding:6px 14px;border-radius:999px}
.subtitle{font-size:1.12rem;color:var(--muted);max-width:540px}
.bullets{list-style:none;padding:0;margin:24px 0}
.bullets li{display:flex;gap:10px;margin:8px 0;font-size:15px}
.bullets li::before{content:"✓";color:var(--green);font-weight:700}
.stars{color:var(--green);letter-spacing:2px}
img{max-width:100%;height:auto;display:block}
.hero .hero-img{aspect-ratio:3/4;max-height:580px;width:auto;margin:0 auto;object-fit:contain;border-radius:24px;background:#fff;box-shadow:0 30px 60px -20px rgba(84,140,47,.4)}
section{padding:64px 0}
.section-title{text-align:center;max-width:640px;margin:0 auto 40px}
.benefits{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.card{border:1px solid var(--border);border-radius:18px;padding:24px;background:#fff;transition:border-color .2s}
.card:hover{border-color:var(--green)}
.icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#548c2f,#ccff33);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;margin-bottom:14px}
.soft{background:var(--soft)}
.split{display:grid;gap:32px;align-items:center}
@media(min-width:800px){.split{grid-template-columns:1fr 1fr}}
.split img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px;box-shadow:0 20px 50px -20px rgba(0,0,0,.25)}
.split.rev .img-col{order:-1}
@media(min-width:800px){.split.rev .img-col{order:2}}
.specs{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-top:24px}
.specs .row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--border);font-size:14px}
.specs .row:last-child{border-bottom:none}
.specs .k{color:var(--muted)}.specs .v{font-weight:600}
.testimonials{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.quote{background:#fff;border:1px solid var(--border);border-radius:18px;padding:24px;box-shadow:0 4px 12px -6px rgba(0,0,0,.05)}
.quote .stars{margin-bottom:10px;display:block}
.quote cite{display:block;margin-top:14px;color:var(--muted);font-style:normal;font-size:14px}
.trust{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.trust .item{display:flex;gap:12px}
.trust .item .ico{font-size:1.6rem}
.cta-band{border-radius:28px;padding:60px 40px;color:#fff;background:linear-gradient(135deg,#548c2f,#1a1f14);display:grid;gap:30px;align-items:center}
@media(min-width:800px){.cta-band{grid-template-columns:1.1fr 1fr}}
.cta-band img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px;box-shadow:0 20px 50px -20px rgba(0,0,0,.5)}
.cta-band p{color:rgba(255,255,255,.85)}
footer{background:#1a1f14;color:rgba(255,255,255,.75);margin-top:60px}
footer .grid{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:50px 0}
footer h4{color:#fff;font-size:14px;margin-bottom:12px}
footer ul{list-style:none;padding:0;margin:0}
footer li{margin:6px 0;font-size:14px}
footer a{color:rgba(255,255,255,.75);text-decoration:none}
footer a:hover{color:var(--lime)}
footer .legal{border-top:1px solid rgba(255,255,255,.1);padding:16px 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:12px;color:rgba(255,255,255,.5)}
.legal-article{max-width:780px;margin:0 auto;padding:60px 20px}
.legal-article h1{font-size:2.6rem;margin-bottom:.2em}
.legal-article .meta{color:var(--muted);font-size:14px;margin-bottom:40px}
.legal-article h2{font-size:1.2rem;color:var(--green);margin-top:32px;margin-bottom:6px;font-weight:600}
.legal-article p{font-size:15px;color:#2a2f24;white-space:pre-line}
