:root{ --bg:#FAF7F4; --surface:#FFFFFF; --text:#2B2622; --muted:#6C635B; --faint:#928880; --border:#ECE5DE; --accent:#E8482A; --accent-soft:#FDECE7; --shadow:0 1px 2px rgba(43,38,34,.04), 0 8px 30px rgba(43,38,34,.05); }
@media (prefers-color-scheme:dark){ :root{ --bg:#141210; --surface:#1D1915; --text:#EBE6E0; --muted:#A79D93; --faint:#7C7268; --border:#2B251F; --accent:#FF6B4D; --accent-soft:#2A1B15; --shadow:0 1px 2px rgba(0,0,0,.3), 0 10px 34px rgba(0,0,0,.35);} }
*{box-sizing:border-box} html{-webkit-text-size-adjust:100%}
body{margin:0; background:var(--bg); color:var(--text); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; line-height:1.65; -webkit-font-smoothing:antialiased}
a{color:var(--accent); text-decoration:none; font-weight:600}
.topbar{max-width:720px; margin:0 auto; padding:20px clamp(20px,5vw,40px) 0; display:flex; justify-content:space-between; align-items:center}
.topbar .brand{display:inline-flex; align-items:center; gap:8px; font-weight:750; letter-spacing:-.01em; color:var(--text)}
.topbar .brand .dot{width:9px; height:9px; border-radius:50%; background:var(--accent)}
.topbar a{font-size:.9rem}
.wrap{max-width:720px; margin:0 auto; padding:clamp(20px,5vw,44px) clamp(20px,5vw,40px) 72px}
.mast{border-bottom:1px solid var(--border); padding-bottom:30px; margin-bottom:8px}
.kick{font-size:14px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--accent)}
h1{font-size:clamp(30px,6vw,42px); line-height:1.1; letter-spacing:-.02em; margin:12px 0 12px; font-weight:800}
.meta{font-size:13.5px; color:var(--faint); margin:0}
.lead{font-size:clamp(16px,2.4vw,18px); color:var(--muted); margin:22px 0 0; max-width:62ch}
.promise{margin:26px 0 4px; padding:18px 20px; background:var(--surface); border:1px solid var(--border); border-left:3px solid var(--accent); border-radius:12px; box-shadow:var(--shadow); color:var(--text); font-size:15.5px}
section{padding:30px 0; border-bottom:1px solid var(--border)} section:last-of-type{border-bottom:0}
.head{display:flex; gap:14px; align-items:baseline; margin-bottom:12px}
.num{flex:none; min-width:30px; height:30px; padding:0 6px; display:inline-flex; align-items:center; justify-content:center; border-radius:8px; background:var(--accent-soft); color:var(--accent); font-size:13px; font-weight:700; font-variant-numeric:tabular-nums; transform:translateY(1px)}
h2{font-size:clamp(19px,3vw,22px); font-weight:700; margin:0; letter-spacing:-.01em}
p{margin:0 0 14px; color:var(--text)} p:last-child{margin-bottom:0}
.body{color:var(--muted)} strong{color:var(--text); font-weight:650}
ul{margin:6px 0 14px; padding:0; list-style:none}
li{position:relative; padding:6px 0 6px 26px; color:var(--muted)}
li::before{content:""; position:absolute; left:4px; top:15px; width:7px; height:7px; border-radius:2px; background:var(--accent)}
.after{color:var(--muted)}
.big{display:flex; gap:16px; align-items:center; margin-top:8px}
.big a{font-size:1.15rem}
footer{margin-top:40px; padding-top:22px; border-top:1px solid var(--border); font-size:13px; color:var(--faint); display:flex; flex-wrap:wrap; gap:6px 16px; justify-content:space-between}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px; border-radius:6px}
