:root{--bg:#faf7f2;--ink:#2b2420;--muted:#6f655d;--blush:#c47b6e;--blush-deep:#a85f53;--gold:#c9a96e;--line:#e7ddd2;--card:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:Georgia,Times New Roman,serif;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}body:before{top:-30%;right:-20%;width:70vw;height:70vw;background:radial-gradient(circle,hsla(9,42%,60%,.1),transparent 60%)}body:after,body:before{content:"";position:fixed;pointer-events:none;z-index:0}body:after{bottom:-30%;left:-25%;width:65vw;height:65vw;background:radial-gradient(circle,hsla(39,46%,61%,.1),transparent 60%)}.wrap{max-width:1040px;margin:0 auto;padding:0 28px;position:relative;z-index:1}nav{display:flex;align-items:center;justify-content:space-between;padding:28px 0}.brand{font-size:26px;font-weight:700;letter-spacing:-.01em}.brand .dot{color:var(--gold)}nav .cta-mini{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;background:var(--ink);color:var(--bg);padding:10px 20px;border-radius:100px;text-decoration:none;transition:transform .2s ease,background .2s ease}nav .cta-mini:hover{background:var(--blush-deep);transform:translateY(-1px)}.hero{padding:56px 0 40px}.eyebrow{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:12px;color:var(--blush);margin-bottom:24px;opacity:0;animation:rise .7s ease .1s forwards}h1{font-size:clamp(40px,7vw,76px);line-height:1.04;letter-spacing:-.03em;max-width:14ch;margin-bottom:26px;opacity:0;animation:rise .7s ease .22s forwards}h1 .em{font-style:italic;color:var(--blush-deep)}.sub{font-size:clamp(18px,2.4vw,22px);color:var(--muted);max-width:52ch;margin-bottom:40px;opacity:0;animation:rise .7s ease .34s forwards}.demo{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:34px 36px;display:flex;flex-wrap:wrap;align-items:center;gap:28px;box-shadow:0 24px 60px -32px rgba(120,80,70,.35);max-width:680px;opacity:0;animation:rise .7s ease .46s forwards}.demo .label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:.14em;color:var(--blush);margin-bottom:8px}.demo .instruction{font-size:20px;line-height:1.4}.phone{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:26px;letter-spacing:-.01em;color:var(--blush-deep);white-space:nowrap}.demo .divider{width:1px;align-self:stretch;background:var(--line)}section{padding:72px 0}.kicker{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:12px;color:var(--gold);margin-bottom:14px}h2{font-size:clamp(30px,4.5vw,44px);letter-spacing:-.02em;line-height:1.1;margin-bottom:18px;max-width:18ch}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:44px}.step{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:30px 26px}.step .num{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg);border:1px solid var(--gold);color:var(--blush-deep);margin-bottom:18px;font-size:15px}.step h3{font-size:20px;margin-bottom:8px;letter-spacing:-.01em}.step p{font-size:15.5px;color:var(--muted)}.math{background:var(--ink);color:var(--bg);border-radius:24px;padding:64px 48px;text-align:center;position:relative;overflow:hidden}.math:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,hsla(39,46%,61%,.18),transparent 55%)}.math>*{position:relative}.math .price{font-size:clamp(56px,9vw,92px);letter-spacing:-.03em;line-height:1}.math .price span{color:var(--gold)}.math .per{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;opacity:.7;letter-spacing:.04em;margin-top:6px}.math p.line{font-size:clamp(20px,3vw,26px);max-width:30ch;margin:28px auto 0;line-height:1.4}.math .tiny{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;opacity:.6;margin-top:18px}.final{text-align:center;padding:88px 0 64px}.final h2{margin:0 auto 28px;max-width:20ch}.btn{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:17px;background:var(--blush);color:#fff;padding:17px 40px;border-radius:100px;text-decoration:none;box-shadow:0 16px 36px -16px rgba(168,95,83,.7);transition:transform .2s ease,background .2s ease}.btn:hover{background:var(--blush-deep);transform:translateY(-2px)}.trust{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:var(--muted);margin-top:22px}.trust b{color:var(--ink)}footer{border-top:1px solid var(--line);padding:40px 0 60px;display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}footer,footer a{color:var(--muted)}footer a{text-decoration:none;margin-left:22px}footer a:hover{color:var(--blush)}footer .links{display:flex}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:720px){.steps{grid-template-columns:1fr}.demo{flex-direction:column;align-items:flex-start;gap:20px}.demo .divider{display:none}footer{flex-direction:column;align-items:flex-start}footer .links{margin-top:4px}footer a{margin-left:0;margin-right:22px}}