:root{
  --green:#1d6b3a;--green2:#0e4d2a;--yellow:#f4c542;--orange:#f28c28;--red:#d94841;
  --ink:#173126;--muted:#5e6b64;--cream:#fffaf0;--white:#fff;--line:#e5e8e4;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.55}
a{text-decoration:none;color:inherit}.nav{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:12px 5%;background:rgba(255,250,240,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:9px;font-weight:800}.brand img{width:42px;height:42px;border-radius:12px}.brand b{color:var(--orange)}.nav-cta{background:var(--green);color:white;padding:10px 17px;border-radius:999px;font-weight:800}
.hero{max-width:1200px;margin:auto;padding:70px 5% 55px;display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.eyebrow{font-size:.78rem;letter-spacing:.12em;font-weight:900;color:var(--green);text-transform:uppercase}
h1{font-size:clamp(2.6rem,6vw,5rem);line-height:1.02;margin:15px 0 20px;letter-spacing:-.045em}h1 em{font-style:normal;color:var(--red)}h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.08;letter-spacing:-.03em;margin:10px 0 16px}h3{margin:8px 0;font-size:1.1rem}.lead{font-size:1.25rem;color:var(--muted);max-width:600px}
.hero-visual img{width:100%;border-radius:26px;display:block;box-shadow:0 25px 70px rgba(0,0,0,.16)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;padding:15px 22px;border-radius:14px;font-weight:900;font-size:1rem}.primary{background:var(--green);color:white;box-shadow:0 10px 24px rgba(29,107,58,.2)}.secondary{background:white;border:1px solid var(--line)}.wide{width:100%}.trust-row{display:flex;gap:15px;flex-wrap:wrap;font-size:.9rem;font-weight:700;color:var(--muted)}
.problem,.features,.how,.faq,.order{max-width:1200px;margin:auto;padding:80px 5%}.problem{background:white;border-radius:30px;margin-top:20px}.problem-grid,.feature-grid,.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.problem-grid article,.feature-grid article,.steps>div{padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff}.problem-grid strong{font-size:2rem}
.section-head{text-align:center;max-width:760px;margin:0 auto 35px}.feature-grid{grid-template-columns:repeat(4,1fr)}.feature-grid article span{font-size:2rem}.how{background:#eff7f0;max-width:none;padding-left:calc((100% - 1080px)/2);padding-right:calc((100% - 1080px)/2)}.steps{grid-template-columns:repeat(3,1fr)}.steps b{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--yellow);font-size:1.2rem}
.offer{max-width:1100px;margin:35px auto;padding:55px 5%;display:grid;grid-template-columns:1fr 320px;gap:30px;align-items:center;background:linear-gradient(135deg,var(--green2),var(--green));color:white;border-radius:32px}.offer .eyebrow{color:var(--yellow)}.offer p{color:#e8f2eb}.price-card{background:white;color:var(--ink);border-radius:22px;padding:25px;text-align:center}.price-card span{font-weight:900;color:var(--red);font-size:.8rem}.price-card strong{display:block;font-size:3rem;line-height:1.1;margin:5px 0}.price-card del{color:var(--muted)}.price-card small{display:block;margin:8px 0 15px;color:var(--muted)}
.faq details{background:white;border:1px solid var(--line);border-radius:14px;margin:10px 0;padding:16px 18px}.faq summary{cursor:pointer;font-weight:800}.faq details p{color:var(--muted);margin-bottom:0}
.order{display:grid;grid-template-columns:.9fr 1.1fr;gap:45px;align-items:start}.order-form{background:white;padding:28px;border-radius:25px;box-shadow:0 15px 50px rgba(0,0,0,.08)}label{display:block;font-weight:800;margin-bottom:15px}input,select{display:block;width:100%;margin-top:7px;padding:14px;border:1px solid #d7ddd8;border-radius:11px;font:inherit;background:white}.form-message{font-weight:700;color:var(--green);min-height:1.4em}footer{background:#10291c;color:#dbe8df;padding:35px 5%;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}footer strong{color:white}footer p{margin:4px 0}
@media(max-width:900px){.hero,.order,.offer{grid-template-columns:1fr}.hero{padding-top:45px}.feature-grid{grid-template-columns:repeat(2,1fr)}.problem-grid,.steps{grid-template-columns:1fr}.how{padding-left:5%;padding-right:5%}}
@media(max-width:560px){.nav-cta{padding:9px 12px;font-size:.85rem}.brand span{font-size:.9rem}.hero{padding-top:35px}h1{font-size:2.7rem}.feature-grid{grid-template-columns:1fr}.problem,.features,.how,.faq,.order{padding-top:55px;padding-bottom:55px}.offer{margin:15px 4%;padding:38px 5%}}
