:root{color-scheme:light dark;--bg:#f8f8f3;--surface:#fffef9;--ink:#17251f;--muted:#4b5e51;--accent:#245b46;--soft:#ddebe0;--line:#c5d2c7}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:18px/1.65 system-ui,-apple-system,BlinkMacSystemFont,sans-serif}a{color:var(--accent);text-underline-offset:.2em;overflow-wrap:anywhere}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}a:hover{text-decoration-thickness:2px}.wrap{max-width:1120px;margin:auto;padding:0 28px}.skip{position:absolute;top:-100px}.skip:focus{top:12px;background:var(--surface);z-index:5;padding:12px}header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 0}header a{text-decoration:none}.wordmark{display:flex;align-items:center;gap:12px;font-weight:750;font-size:23px}header img{width:42px;height:42px;border-radius:12px}nav{display:flex;flex-wrap:wrap;gap:24px}.hero{display:grid;grid-template-columns:1.25fr 1fr;gap:70px;align-items:center;padding:72px 0 88px}.eyebrow{font-size:13px;letter-spacing:.13em;text-transform:uppercase;font-weight:750;color:var(--accent)}h1,h2,h3{line-height:1.1;letter-spacing:-.045em}h1{font-size:clamp(44px,6vw,76px);margin:20px 0 26px;font-weight:650}h2{font-size:clamp(32px,4vw,48px);font-weight:650}h3,.sample h2{font-size:24px;letter-spacing:-.025em}.sample h2{font-weight:bold;margin-block:1em}.lead{font-size:21px;color:var(--muted);max-width:570px}.button{display:inline-block;min-height:48px;padding:12px 22px;background:var(--accent);color:var(--bg);border-radius:100px;text-decoration:none;font-weight:650;margin:12px 12px 12px 0}.secondary{background:var(--soft);color:var(--ink)}.note{font-size:14px;color:var(--muted)}.preview{border-radius:36px;background:var(--soft);padding:32px;transform:rotate(2deg)}.preview img{max-width:100%;height:auto;border-radius:24px;display:block}.sample{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:28px;margin-top:16px}.sample p{margin:10px 0}.pill{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}section{padding:52px 0;border-top:1px solid var(--line);scroll-margin-top:24px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.number{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--soft);color:var(--accent);font-weight:700}.pricing{display:grid;grid-template-columns:1fr 1fr;gap:30px}.card{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:30px}.price{font-size:42px;font-weight:650;letter-spacing:-.04em}video{display:block;width:100%;max-height:680px;background:#111713;border-radius:24px}details{padding:20px 0;border-top:1px solid var(--line)}summary{cursor:pointer;font-weight:650;min-height:44px;display:list-item;padding:8px 0}footer{padding:40px 0;border-top:1px solid var(--line);font-size:15px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.legal{max-width:760px;padding:36px 0 72px}.legal h1{font-size:48px}.legal h2{font-size:27px;margin-top:40px}.legal li{margin:12px 0}.brand-grid img{width:130px;height:130px;border-radius:28px}.brand-grid .card{display:flex;flex-direction:column;align-items:flex-start}figure{margin:0}figcaption{font-size:14px;color:var(--muted);margin-top:12px} @media(prefers-color-scheme:dark){:root{--bg:#111713;--surface:#18201a;--ink:#e0e6df;--muted:#bfc9bf;--accent:#9bd4b3;--soft:#243d2e;--line:#47594c}}@media(max-width:760px){.hero{grid-template-columns:1fr;gap:32px;padding:28px 0 52px}.grid,.pricing{grid-template-columns:1fr}.preview{transform:none;max-width:420px}header{align-items:flex-start}nav{gap:14px;font-size:15px}.wrap{padding:0 20px}h1{font-size:46px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}