:root{--dark:#064328;--green:#087b43;--bright:#19bd69;--soft:#edf9f1;--orange:#ff7417;--text:#173c2a;--muted:#64776b;--line:#d7e9dc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:#f6fbf7}a{color:inherit}.hero{min-height:620px;background:radial-gradient(circle at 75% 15%,#1abb6c55,transparent 32%),linear-gradient(145deg,#032b1a,#075e32 58%,#119151);color:#fff}.nav,.hero-inner,.section,.footer{width:min(1100px,calc(100% - 34px));margin:auto}.nav{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.brand{font-weight:900;font-size:20px}.nav a{text-decoration:none;font-weight:800}.hero-inner{display:grid;grid-template-columns:1.15fr .85fr;gap:46px;align-items:center;padding:60px 0 90px}.logo{width:min(390px,100%);filter:drop-shadow(0 22px 30px #001b1070)}.eyebrow{display:inline-flex;background:#ffffff17;border:1px solid #ffffff30;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:900;letter-spacing:.7px}.hero h1{font-size:clamp(42px,6vw,72px);line-height:.98;margin:20px 0}.hero p{font-size:19px;line-height:1.6;color:#dcf6e7;max-width:650px}.buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:14px;text-decoration:none;font-weight:900}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 12px 25px #001c1045}.btn-secondary{border:1px solid #ffffff55;background:#ffffff12}.trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;color:#cdebd9;font-size:13px}.section{padding:76px 0}.section h2{font-size:36px;margin:0 0 12px}.lead{font-size:18px;color:var(--muted);margin:0 0 34px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px;box-shadow:0 9px 30px #0c55320c}.card .icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--soft);font-size:23px}.card h3{margin:18px 0 8px}.card p{color:var(--muted);line-height:1.55;margin:0}.steps{counter-reset:step;display:grid;gap:13px}.step{counter-increment:step;display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);padding:16px 20px;border-radius:16px}.step:before{content:counter(step);width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-weight:900}.notice{background:#fff6ec;border:1px solid #ffd6b5;padding:16px 18px;border-radius:14px;color:#75401a}.footer{padding:32px 0 46px;color:var(--muted);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.footer a{margin-right:14px}.doc{width:min(850px,calc(100% - 34px));margin:40px auto 80px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:clamp(24px,5vw,54px);line-height:1.7}.doc h1{line-height:1.1}.back{display:inline-block;margin-bottom:20px;font-weight:800;color:var(--green)}@media(max-width:760px){.hero{min-height:auto}.hero-inner{grid-template-columns:1fr;text-align:center;padding:36px 0 70px}.hero p{margin-left:auto;margin-right:auto}.buttons,.trust{justify-content:center}.logo{width:230px}.hero-visual{order:-1}.cards{grid-template-columns:1fr}.nav .hide-mobile{display:none}.section{padding:54px 0}}
