:root{--ink:#191916;--paper:#f4f0e8;--white:#fff;--orange:#e96f3d;--lime:#d6e76a;--muted:#77746c;--line:#d9d4ca}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{height:78px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;font-size:15px;font-weight:800;letter-spacing:-.03em}.brand-mark,.mini-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--ink);color:var(--paper);font-size:11px}.desktop-nav{display:flex;gap:34px;font-size:13px;font-weight:600}.desktop-nav a:hover{color:var(--orange)}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:700;transition:.2s transform,.2s background}.button:hover{transform:translateY(-2px)}.button-small{padding:11px 20px;font-size:12px}.button-dark{background:var(--ink);color:white}.button-accent{padding:16px 25px;background:var(--orange);color:white;font-size:14px;box-shadow:0 8px 24px #e96f3d35}.section-shell{max-width:1184px;margin-left:auto;margin-right:auto}.hero{min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;gap:80px;align-items:center;padding:72px 28px 92px}.eyebrow{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:800}.eyebrow>span{width:22px;height:2px;background:var(--orange)}h1{font-size:clamp(48px,6vw,78px);line-height:.97;letter-spacing:-.065em;margin:24px 0 25px;max-width:700px}h1 em{font-family:"Source Serif 4",serif;font-weight:600;color:var(--orange)}.hero-lead{font-size:17px;line-height:1.7;color:#5e5b55;max-width:610px}.hero-actions{display:flex;align-items:center;gap:28px;margin:34px 0}.text-link{font-size:13px;font-weight:800;border-bottom:1px solid var(--ink);padding-bottom:4px}.text-link span{margin-left:5px}.hero-note{display:flex;align-items:center;gap:14px;margin-top:40px}.hero-note p{font-size:11px;line-height:1.5;color:var(--muted)}.hero-note strong{color:var(--ink)}.avatars{display:flex}.avatars span{width:32px;height:32px;margin-right:-8px;border:2px solid var(--paper);border-radius:50%;display:grid;place-items:center;color:white;font-size:10px;font-weight:800;background:#49635a}.avatars span:nth-child(2){background:#d28359}.avatars span:nth-child(3){background:#524b65}.product-preview{position:relative;background:var(--white);border-radius:22px;box-shadow:0 30px 80px #27231c1c;transform:rotate(1.5deg);overflow:visible}.preview-top{height:65px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee}.preview-brand{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:800}.mini-mark{width:25px;height:25px;font-size:8px}.preview-score{font-size:10px;color:var(--muted)}.preview-score strong{color:var(--ink);margin-left:3px}.preview-body{padding:28px 30px 34px}.preview-meta{display:flex;justify-content:space-between;font-size:9px;color:var(--muted);font-weight:700}.preview-progress{height:4px;background:#eee;border-radius:3px;margin:10px 0 25px}.preview-progress i{display:block;width:68%;height:100%;background:var(--orange);border-radius:3px}.preview-kicker{text-transform:uppercase;color:var(--orange);font-size:9px;letter-spacing:.12em;font-weight:800}.preview-body h2{font-size:18px;line-height:1.45;margin:10px 0 20px;letter-spacing:-.02em}.answers{display:grid;gap:8px}.answers div{border:1px solid #e4e2dc;border-radius:8px;padding:12px 13px;font-size:10px;color:#625f59}.answers b{display:inline-grid;place-items:center;width:20px;height:20px;margin-right:9px;border-radius:50%;background:#f1efe9;color:var(--ink)}.answers .answer-active{border-color:#8fac56;background:#f5f9df;color:var(--ink)}.answer-active span{float:right;color:#6f8d3d;font-size:15px}.explain{margin-top:16px;background:#f2f0ea;padding:12px;border-radius:7px;font-size:9px;line-height:1.5;color:#666}.explain strong{color:#59752c}.floating-card{position:absolute;right:-35px;bottom:-32px;background:var(--ink);color:white;border-radius:11px;padding:16px 19px;display:flex;align-items:center;gap:12px;box-shadow:0 15px 30px #0003;transform:rotate(-1.5deg)}.floating-card>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--lime);color:var(--ink);font-weight:900}.floating-card strong,.floating-card small{display:block}.floating-card strong{font-size:10px}.floating-card small{font-size:8px;color:#aaa;margin-top:2px}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:100%}.trust-strip div{padding:28px;text-align:center;border-right:1px solid var(--line)}.trust-strip div:last-child{border:0}.trust-strip strong{display:block;font-family:"Source Serif 4",serif;font-size:28px}.trust-strip span{font-size:10px;color:var(--muted)}.section{padding:110px 28px}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}.section-title{font-size:clamp(36px,4.7vw,61px);line-height:1.04;letter-spacing:-.055em;margin:24px 0 0}.section-intro,.price-copy>p{font-size:15px;line-height:1.8;color:var(--muted);max-width:510px}.feature-grid{padding:0 28px 110px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.feature{position:relative;min-height:300px;padding:32px;background:#fff;border-radius:15px;overflow:hidden}.feature-large{background:var(--orange);color:white}.feature-dark{background:var(--ink);color:white}.feature-number{position:absolute;right:25px;top:24px;font-size:10px;opacity:.55}.feature-icon{font-family:serif;font-size:45px;margin:25px 0 60px}.feature h3{font-size:23px;letter-spacing:-.035em;margin:0 0 13px}.feature p{font-size:12px;line-height:1.7;max-width:440px;opacity:.7}.feature a{display:inline-block;margin-top:14px;font-size:11px;font-weight:800;border-bottom:1px solid currentColor}.feature-wide{grid-column:1/-1;min-height:220px;display:flex;align-items:center;justify-content:space-between;gap:50px;padding-right:70px}.domain-bars{width:38%;display:grid;gap:9px}.domain-bars i{height:8px;width:var(--w);background:var(--lime);border-radius:5px}.steps-section{max-width:none;background:var(--ink);color:white;padding-left:max(28px,calc((100% - 1128px)/2));padding-right:max(28px,calc((100% - 1128px)/2))}.eyebrow-light{color:#aaa}.steps{display:grid;grid-template-columns:repeat(4,1fr);margin-top:70px}.steps article{border-top:1px solid #444;padding:28px 25px 0 0}.steps article+article{padding-left:25px}.steps span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--lime);color:var(--ink);font-size:11px;font-weight:800}.steps h3{font-size:15px;margin:25px 0 12px}.steps p{font-size:11px;line-height:1.7;color:#9e9e98}.price-section{display:grid;grid-template-columns:1fr 430px;gap:90px;align-items:center}.price-copy>p{margin-top:28px}.price-card{background:white;border-radius:18px;padding:38px;box-shadow:0 25px 60px #2e281e12}.price-label{text-transform:uppercase;letter-spacing:.13em;font-size:9px;font-weight:800;color:var(--orange)}.price{display:flex;align-items:center;margin:18px 0}.price>strong{font-size:64px;letter-spacing:-.06em}.price>span{font-size:23px;font-weight:800;margin-left:8px}.price small{display:block;font-size:8px;color:var(--muted);font-weight:500}.price-card ul{list-style:none;padding:22px 0;margin:0;border-top:1px solid #eee}.price-card li{font-size:12px;padding:7px 0}.price-card li:before{content:"✓";color:#77913d;font-weight:900;margin-right:10px}.price-card .button{width:100%}.safe-note{display:block;text-align:center;color:var(--muted);margin-top:13px;font-size:9px}.faq-section{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;padding:24px 0;font-size:14px;font-weight:700;display:flex;justify-content:space-between}summary::-webkit-details-marker{display:none}summary span{font-size:20px;font-weight:400;transition:.2s}details[open] summary span{transform:rotate(45deg)}details p{margin:-8px 35px 24px 0;color:var(--muted);font-size:12px;line-height:1.7}.site-footer{max-width:1184px;margin:auto;border-top:1px solid var(--line);padding:35px 28px;display:flex;align-items:center;justify-content:space-between}.site-footer p{font-size:9px;color:var(--muted)}
@media(max-width:850px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.product-preview{max-width:600px}.problem-grid,.price-section,.faq-section{grid-template-columns:1fr;gap:45px}.steps{grid-template-columns:1fr 1fr;gap:35px}.feature-wide{align-items:flex-start}.domain-bars{width:45%}}
@media(max-width:560px){.site-header{height:68px;padding:0 18px}.site-header .button{display:none}.hero{padding:48px 18px 75px;gap:55px}h1{font-size:47px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.product-preview{transform:none}.preview-body{padding:22px 18px}.floating-card{right:8px;bottom:-42px}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip div:nth-child(2){border-right:0}.trust-strip div:nth-child(-n+2){border-bottom:1px solid var(--line)}.section{padding:80px 18px}.feature-grid{padding:0 18px 80px;grid-template-columns:1fr}.feature-wide{grid-column:auto;display:block}.domain-bars{width:100%;margin-top:35px}.steps{grid-template-columns:1fr}.steps article+article{padding-left:0}.price-card{padding:28px 22px}.price>strong{font-size:55px}.faq-section{gap:35px}.site-footer{margin:0 18px;padding:30px 0;align-items:flex-start;gap:20px;flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
