:root{--forest:#1a3d2b;--green:#2d7a52;--lime:#8fc43b;--pale:#e7f2d5;--cream:#f5f2ed;--ink:#183129;--muted:#62736c;--line:#d8e1dc;--shadow:0 18px 50px rgba(20,57,40,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8faf8;color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif}.topbar{height:82px;background:var(--forest);border-top:7px solid var(--lime);display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1240px)/2))}.brand{display:flex;align-items:center;gap:12px;color:white;text-decoration:none}.brand>span{font:800 24px Georgia;color:var(--lime);border:2px solid var(--lime);padding:5px 8px}.brand strong,.brand small{display:block}.brand small{font-weight:400;color:#d6e3dc;margin-top:2px}.top-cta,.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:13px 18px;font-weight:800;text-decoration:none}.top-cta{background:var(--lime);color:var(--forest)}main{overflow:hidden}.hero{background:linear-gradient(125deg,var(--forest),#255d43);color:white;padding:76px max(24px,calc((100% - 1240px)/2));display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:center}.eyebrow{font-size:11px;letter-spacing:1.6px;font-weight:850;color:var(--green);margin:0}.hero .eyebrow,.closing .eyebrow{color:var(--lime)}h1,h2,h3,p{margin-top:0}h1{font:700 clamp(40px,5.5vw,68px)/1.03 Georgia,serif;margin:12px 0 22px;max-width:820px}.lead{font-size:18px;line-height:1.6;color:#dae8e0;max-width:760px}.actions{display:flex;gap:12px;margin:30px 0}.primary{background:var(--lime);color:var(--forest)}.secondary{border:1px solid #a9c5b5;color:white}.proof{display:flex;gap:34px;margin-top:40px}.proof span{font-size:12px;color:#cfe0d6}.proof b{font:700 26px Georgia;color:white;display:block}.preview{background:white;color:var(--ink);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.preview-head{background:var(--pale);padding:15px 18px;display:flex;justify-content:space-between;font-size:10px;font-weight:800;letter-spacing:1px}.preview-head i{font-style:normal;color:var(--green)}.preview ol{list-style:none;margin:0;padding:18px}.preview li{position:relative;padding:12px 10px 12px 44px;border-bottom:1px solid var(--line)}.preview li:last-child{border:0}.preview li:before{content:counter(list-item);position:absolute;left:5px;top:9px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--forest);color:white;font-weight:800}.preview b,.preview small{display:block}.preview small{margin-top:4px;color:var(--muted)}.intro,.instructions,.modes,.tips{max-width:1240px;margin:0 auto;padding:82px 24px}.intro{text-align:center;max-width:900px}.intro h2,.section-title h2,.privacy h2,.closing h2{font:700 clamp(31px,4vw,46px)/1.1 Georgia,serif;margin:10px 0 18px}.intro>p:last-child{font-size:17px;line-height:1.7;color:var(--muted)}.benefits{max-width:1240px;margin:0 auto;padding:0 24px 75px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefits article,.mode-grid article{background:white;border:1px solid var(--line);border-radius:17px;padding:28px;box-shadow:var(--shadow)}.benefits span{font:700 27px Georgia;color:var(--lime)}.benefits h3,.mode-grid h3{font:700 22px Georgia;margin:16px 0 10px}.benefits p,.mode-grid p{color:var(--muted);line-height:1.6}.instructions{max-width:none;background:var(--cream);padding-left:max(24px,calc((100% - 1240px)/2));padding-right:max(24px,calc((100% - 1240px)/2))}.section-title{text-align:center;max-width:760px;margin:0 auto 42px}.steps{display:grid;grid-template-columns:1fr 1fr;gap:14px}.steps article{display:flex;gap:18px;background:white;border:1px solid var(--line);border-radius:14px;padding:22px}.steps article>b{flex:0 0 42px;height:42px;border-radius:11px;background:var(--forest);color:white;display:grid;place-items:center}.steps h3{font-size:17px;margin:2px 0 7px}.steps p{color:var(--muted);line-height:1.5;margin:0}.mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mode-grid .featured{border:2px solid var(--lime);transform:translateY(-8px)}.icon{width:50px;height:50px;border-radius:13px;background:var(--pale);display:grid;place-items:center;color:var(--forest);font-size:29px}.privacy{background:var(--forest);color:white;padding:60px max(24px,calc((100% - 1240px)/2));display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.privacy p{color:#d8e6de;line-height:1.65}.privacy b{color:white}.tips{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}.tips .section-title{text-align:left;margin:0}.tips ul{margin:0;padding:0;list-style:none}.tips li{padding:16px 12px 16px 42px;border-bottom:1px solid var(--line);position:relative;line-height:1.45}.tips li:before{content:'✓';position:absolute;left:8px;color:var(--green);font-weight:900}.closing{text-align:center;background:linear-gradient(125deg,#255d43,var(--forest));color:white;padding:78px 24px}.closing h2{max-width:760px;margin:12px auto 16px}.closing p{color:#d4e3db}.primary.light{margin-top:18px;background:white;color:var(--forest)}footer{padding:30px max(24px,calc((100% - 1240px)/2));display:flex;gap:18px;align-items:center;color:var(--muted);font-size:12px}footer strong{color:var(--forest)}footer a{margin-left:auto;color:var(--green)}@media(max-width:850px){.hero{grid-template-columns:1fr;gap:36px}.benefits,.mode-grid{grid-template-columns:1fr}.mode-grid .featured{transform:none}.privacy,.tips{grid-template-columns:1fr;gap:25px}.steps{grid-template-columns:1fr}.proof{flex-wrap:wrap}.top-cta{font-size:12px;padding:10px}.brand small{display:none}}@media(max-width:520px){.hero{padding-top:52px;padding-bottom:52px}.actions{display:grid}.proof{gap:20px}.intro,.instructions,.modes,.tips{padding-top:60px;padding-bottom:60px}footer{display:grid}footer a{margin-left:0}}
