﻿:root{--green:#073827;--green2:#0b6b49;--gold:#c79a2b;--ink:#14221c;--muted:#65716b;--line:#dfe7e2;--bg:#f4f7f5;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}
a{color:inherit}.container{width:min(1160px,calc(100% - 32px));margin:auto}.topbar{background:var(--green);color:#fff;padding:14px 0}.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800}.brand img{width:46px;height:46px;object-fit:contain;background:#fff;border-radius:10px}.navlinks{display:flex;gap:18px;flex-wrap:wrap}.navlinks a{text-decoration:none;font-weight:700;font-size:14px}
.hero{background:linear-gradient(125deg,#073827,#0b6b49);color:#fff;padding:76px 0 64px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:900;font-size:12px;color:#f0c75a}.hero h1{font-size:clamp(36px,6vw,66px);line-height:1.04;max-width:940px;margin:12px 0 20px}.hero p{font-size:18px;max-width:780px;color:#dcebe4}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;padding:13px 18px;border-radius:10px;text-decoration:none;font-weight:850}.primary{background:var(--gold);color:#112017}.secondary{border:1px solid #ffffff55;color:#fff}
.section{padding:64px 0}.section h2{font-size:clamp(28px,4vw,42px);line-height:1.15;margin:0 0 14px}.lead{color:var(--muted);max-width:820px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 12px 30px #0738270d}.card h3{margin:0 0 10px}.card p{color:var(--muted);margin:0}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}.product-link{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;text-decoration:none;font-weight:850}.product-link:hover{border-color:var(--green2);transform:translateY(-2px)}
.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:26px}.step{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.step:before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e8f3ed;color:var(--green);font-weight:900;margin-bottom:12px}
.cta{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;display:flex;justify-content:space-between;align-items:center;gap:24px}.cta h2{margin-bottom:8px}.footer{background:#05291d;color:#d9e5df;padding:34px 0;margin-top:40px}.footer a{color:#fff}
.breadcrumb{font-size:13px;color:#d7e6df;margin-bottom:18px}.breadcrumb a{color:#fff}.faq{display:grid;gap:12px;margin-top:24px}.faq details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px}.faq summary{font-weight:850;cursor:pointer}.notice{background:#fff7df;border:1px solid #ead494;border-radius:12px;padding:16px 18px;color:#665117;margin-top:22px}
@media(max-width:800px){.grid,.product-grid,.steps{grid-template-columns:1fr}.topbar .container,.cta{align-items:flex-start;flex-direction:column}.navlinks{display:none}.hero{padding:54px 0}.section{padding:46px 0}}
