:root{--ink:#17233a;--muted:#647087;--paper:#f7f4ee;--blue:#174ea6;--line:rgba(23,35,58,.14)}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.wrap{width:min(1080px,calc(100% - 40px));margin:auto}.header{height:80px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font-weight:800}.mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--ink);color:#fff;font-size:11px}.nav{display:flex;gap:22px;color:var(--muted);font-size:14px}.hero{padding:110px 0 130px}.kicker{color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.16em}.hero h1{max-width:800px;margin:20px 0;font-size:clamp(50px,8vw,90px);line-height:.95;letter-spacing:-.07em}.hero h1 em{color:var(--blue);font-family:Georgia,serif;font-weight:400}.hero p{max-width:650px;color:var(--muted);font-size:18px;line-height:1.8}.button{display:inline-block;margin-top:22px;padding:14px 22px;border-radius:999px;background:var(--ink);color:#fff;font-weight:750}.section{padding:85px 0;background:var(--ink);color:#fff}.section h2{font:400 clamp(42px,6vw,70px) Georgia,serif;margin:10px 0 40px}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.card{padding:28px;min-height:210px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:#24324e}.card h3{font-size:27px;margin:0 0 10px}.card p{color:#bbc5d6;line-height:1.7}.featured{display:flex;justify-content:space-between;align-items:center;gap:28px;margin-top:28px;padding:26px;border:1px solid rgba(255,255,255,.14);border-radius:20px}.featured .button{margin:0;background:#8175ef}.footer{padding:38px 0;color:var(--muted);font-size:13px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:16px}.doc{padding:75px 0 100px}.doc h1{font-size:clamp(46px,7vw,76px);letter-spacing:-.06em;margin:18px 0}.doc .intro{max-width:720px;color:var(--muted);font-size:18px;line-height:1.8}.doc section{display:grid;grid-template-columns:60px 1fr;gap:24px;padding:34px 0;border-top:1px solid var(--line)}.doc section span{color:var(--blue);font-weight:800}.doc h2{margin:0 0 12px;font-size:26px}.doc section p{max-width:760px;color:#536077;line-height:1.8}.price{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:34px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 45px rgba(23,35,58,.08);margin:34px 0 60px}.price strong{font-size:52px;letter-spacing:-.06em}.price p{max-width:600px;color:var(--muted);line-height:1.7}.links{display:flex;gap:20px;flex-wrap:wrap;color:var(--blue);font-weight:700;margin-top:38px}@media(max-width:650px){.nav{gap:12px;font-size:12px}.hero{padding:75px 0 90px}.cards{grid-template-columns:1fr}.featured,.price{align-items:flex-start;flex-direction:column}.footer{align-items:flex-start;flex-direction:column}.doc section{grid-template-columns:1fr;gap:12px}}
