@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--bg:#f5f0e6;--ink:#172019;--muted:#667068;--line:#d8d3c8;--card:#fffdf8;--green:#1d6339;--lime:#d9f46c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}header{height:80px;max-width:1200px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;gap:11px;font-weight:800}.logo b{width:38px;height:38px;display:grid;place-items:center;background:var(--ink);color:var(--lime);border-radius:11px;font:500 12px DM Mono}nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700}.pill{border:1px solid var(--line);background:var(--card);padding:10px 15px;border-radius:99px}main{max-width:1200px;margin:auto;padding:0 24px}.hero{min-height:650px;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.kicker{font:500 12px DM Mono;text-transform:uppercase;letter-spacing:.15em;color:var(--green)}h1{font-size:clamp(58px,8vw,96px);line-height:.94;letter-spacing:-.065em;margin:18px 0 28px}h1 i{color:var(--green);font-style:normal}.hero-copy>p{max-width:650px;color:var(--muted);font-size:20px;line-height:1.55}.buttons{display:flex;gap:12px;margin:30px 0}.buttons a,.primary{padding:14px 20px;border:1px solid var(--line);border-radius:11px;font-weight:800}.primary{background:var(--ink);color:white;border-color:var(--ink)}.proof{display:flex;gap:24px;color:var(--muted);font-size:13px}.visual{background:var(--green);padding:28px;border-radius:24px;transform:rotate(1deg);box-shadow:0 30px 70px #18371d22}.visual .label{color:var(--lime);font:11px DM Mono;letter-spacing:.14em;margin-bottom:20px}.box{display:grid;grid-template-columns:40px 1fr;gap:3px 12px;padding:18px;background:#fff;border-radius:12px;margin-top:10px}.box span{grid-row:span 2;font:12px DM Mono;color:var(--green)}.box small{color:var(--muted)}section{padding:90px 0}.section-title h2,.bundle h2{font-size:48px;line-height:1.05;letter-spacing:-.045em;margin:15px 0 35px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid article{min-height:260px;background:var(--card);border:1px solid var(--line);border-radius:17px;padding:25px;display:flex;flex-direction:column}.num{font:12px DM Mono;color:var(--green)}article h3{font-size:24px;margin:38px 0 10px}article p{color:var(--muted);line-height:1.55;flex:1}.grid footer{display:flex;align-items:center;justify-content:space-between}.grid footer b{font:500 20px DM Mono}.grid footer a{color:var(--green);font-size:13px;font-weight:800}.bundle{background:var(--green);color:white;padding:55px;border-radius:24px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:80px}.bundle .kicker{color:var(--lime)}.bundle p{color:#cfe0d2}.price{display:flex;flex-direction:column;align-items:center;gap:10px}.price strong{font:500 72px DM Mono}.price .primary{background:var(--lime);color:var(--ink);border-color:var(--lime);white-space:nowrap}.why-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.why-grid div{padding:28px 0;border-bottom:1px solid var(--line)}.why-grid div:nth-child(odd){padding-right:40px;border-right:1px solid var(--line)}.why-grid div:nth-child(even){padding-left:40px}.why-grid p{color:var(--muted);margin-bottom:0}.faq{max-width:820px}.faq details{border-top:1px solid var(--line);padding:22px 0}.faq summary{font-size:18px;font-weight:800;cursor:pointer}.faq details p{color:var(--muted);max-width:700px}.site-footer{max-width:1200px;margin:auto;padding:35px 24px 50px;border-top:1px solid var(--line);display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center;color:var(--muted);font-size:13px}.site-footer p{margin:0}.site-footer div{display:flex;gap:20px}.site-footer small{grid-column:1/-1}
@media(max-width:800px){header nav a:not(.pill){display:none}.hero{grid-template-columns:1fr;gap:20px;padding:70px 0}.grid{grid-template-columns:1fr}.bundle{grid-template-columns:1fr;padding:30px}.price{align-items:flex-start}.why-grid{grid-template-columns:1fr}.why-grid div:nth-child(n){padding:24px 0;border-right:0}.proof{flex-direction:column;gap:5px}.site-footer{grid-template-columns:1fr}.site-footer div{flex-direction:column;gap:7px}}
.legal{max-width:820px;margin:0 auto;padding:80px 24px 120px}.legal h1{font-size:56px}.legal h2{margin-top:38px}.legal p,.legal li{color:var(--muted);line-height:1.75}.legal .back{font-weight:800;color:var(--green)}
