:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #17211b; background: #f4f7f4; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding: 32px 20px; background: radial-gradient(circle at top left, #e8f5eb 0, transparent 38%), #f4f7f4; }
main { max-width: 1080px; margin: 0 auto; background: #fff; padding: clamp(24px, 6vw, 64px); border: 1px solid #dfe7e1; border-radius: 24px; box-shadow: 0 18px 50px rgba(20, 45, 29, .08); }
nav { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 28px; border-bottom: 1px solid #dfe7e1; }
nav span { display: flex; flex-wrap: wrap; gap: 14px; }
header { padding: 64px 0 36px; }
.hero { max-width: 820px; }
h1 { margin: 8px 0 18px; font-size: clamp(2.5rem, 7vw, 5rem); line-height: .98; letter-spacing: -.05em; }
h2 { margin-top: 32px; }
p, li { line-height: 1.65; }
a { color: #126331; }
.eyebrow { color: #176b35; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }
.lede { max-width: 720px; font-size: clamp(1.08rem, 2vw, 1.35rem); color: #455349; }
.button-link { display: inline-block; margin: 16px 14px 0 0; padding: 12px 18px; border-radius: 10px; background: #176b35; color: #fff; font-weight: 750; text-decoration: none; }
.text-link { display: inline-block; padding: 12px 0; font-weight: 700; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0 0 56px; border: 1px solid #dfe7e1; border-radius: 14px; overflow: hidden; background: #dfe7e1; }
.trust-strip span { padding: 15px; background: #f8faf8; text-align: center; font-size: .9rem; font-weight: 700; }
section { margin-top: 64px; }
.feature-grid, .offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 0; list-style: none; }
.feature-grid li { padding: 20px; border-radius: 14px; background: #edf6ef; font-weight: 650; }
.offer-card, .notice { padding: 20px; border: 1px solid #dfe7e1; border-radius: 14px; background: #f8faf8; }
.offer-card h2 { margin-top: 0; }
.price { color: #176b35; font-size: 1.35rem; font-weight: 750; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 0; list-style: none; }
.steps li { padding: 20px; border-top: 3px solid #176b35; background: #f8faf8; }
.steps span { display: block; margin-bottom: 10px; color: #176b35; font-size: 1.5rem; font-weight: 800; }
.faq-list { padding-left: 22px; }
.faq-list li + li { margin-top: 10px; }
.meta, footer { color: #53605a; }
footer { margin-top: 44px; padding-top: 22px; border-top: 1px solid #dfe7e1; }
form { display: grid; gap: 16px; margin-top: 20px; padding: 22px; border: 1px solid #dfe7e1; border-radius: 14px; background: #f8faf8; }
label { display: grid; gap: 7px; font-weight: 650; }
input, textarea { width: 100%; padding: 11px 12px; border: 1px solid #b9c8bd; border-radius: 8px; background: #fff; color: inherit; font: inherit; }
textarea { resize: vertical; }
.check { display: grid; grid-template-columns: 20px 1fr; align-items: start; font-weight: 450; }
.check input { width: auto; margin-top: 5px; }
button { justify-self: start; border: 0; border-radius: 9px; padding: 11px 18px; background: #176b35; color: #fff; font: inherit; font-weight: 750; cursor: pointer; }
button:disabled { opacity: .55; cursor: wait; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 720px) { nav { flex-direction: column; } main { padding: 22px; } .trust-strip, .feature-grid, .offer-grid, .steps { grid-template-columns: 1fr; } }
