/* Билдлига — сайт и блог */
:root {
  --bg: #fbfbf9; --bg-2: #f4f4f0; --surface: #fff; --line: #e9e8e3; --line-2: #dcdbd5;
  --ink: #111318; --ink-2: #363a42; --muted: #676b73; --faint: #9a9da4;
  --accent: #3050f0; --accent-ink: #2038c8; --accent-soft: #eef1ff;
  --ok: #0f9d6b; --ok-soft: #e7f6ef; --bad: #d93b30; --bad-soft: #fdecea; --warn: #b7791f; --warn-soft: #fdf5e6;
  --ozon: #005bff; --wb: #a3179e;
  --font: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --r: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-ink); }
img { max-width: 100%; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { letter-spacing: -0.035em; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(38px, 5.6vw, 64px); font-weight: 800; }
h2 { font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; }
h3 { font-size: 19px; font-weight: 750; letter-spacing: -0.02em; line-height: 1.3; }
p { margin: 0 0 14px; }
.lead { font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-2); line-height: 1.55; }
.muted { color: var(--muted); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--accent); background: var(--accent-soft); padding: 6px 12px; border-radius: 999px; letter-spacing: .01em; }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(48,80,240,.15); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font: inherit; font-weight: 700; font-size: 15px; padding: 13px 22px; border-radius: 12px; border: 1px solid transparent; cursor: pointer; transition: transform .15s, background .15s, box-shadow .15s, border-color .15s; white-space: nowrap; }
.btn-primary { background: var(--ink); color: #fff; box-shadow: 0 1px 0 rgba(255,255,255,.1) inset, 0 6px 18px rgba(17,19,24,.18); }
.btn-primary:hover { background: #262a33; color: #fff; transform: translateY(-1px); }
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 6px 18px rgba(48,80,240,.28); }
.btn-accent:hover { background: var(--accent-ink); color: #fff; transform: translateY(-1px); }
.btn-ghost { background: var(--surface); color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn-sm { padding: 9px 15px; font-size: 14px; border-radius: 10px; }

/* Шапка */
.nav { position: sticky; top: 0; z-index: 40; background: rgba(251,251,249,.82); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.nav.scrolled { border-bottom-color: var(--line); }
.nav-in { display: flex; align-items: center; gap: 28px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; letter-spacing: -0.03em; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand img { width: 30px; height: 30px; }
.nav-links { display: flex; gap: 26px; font-size: 15px; font-weight: 600; }
.nav-links a { color: var(--ink-2); }
.nav-links a:hover { color: var(--ink); }
.nav-cta { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.nav-cta .login { font-weight: 650; color: var(--ink-2); font-size: 15px; padding: 0 6px; }
.burger { display: none; margin-left: auto; background: none; border: 0; padding: 8px; cursor: pointer; }
.burger span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

/* Hero */
.hero { position: relative; padding: 72px 0 40px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, #000 20%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, #000 20%, transparent 75%); opacity: .55; pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 720px; height: 720px; right: -200px; top: -260px; background: radial-gradient(circle, rgba(48,80,240,.14), transparent 62%); pointer-events: none; }
.hero-in { position: relative; z-index: 1; text-align: center; max-width: 900px; margin: 0 auto; }
.hero h1 { margin: 22px 0 22px; }
.hero h1 em { font-style: normal; background: linear-gradient(92deg, var(--accent) 10%, #7a4dff 90%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lead { max-width: 700px; margin: 0 auto 32px; }
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.trust { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; margin-top: 26px; font-size: 14px; color: var(--muted); font-weight: 600; }
.trust span { display: inline-flex; align-items: center; gap: 7px; }
.trust svg { width: 16px; height: 16px; color: var(--ok); }

/* Макет продукта в hero */
.shot { position: relative; z-index: 1; margin: 56px auto 0; max-width: 1080px; border-radius: 22px; background: linear-gradient(180deg, #fff, #fbfbfa); border: 1px solid var(--line); box-shadow: 0 1px 0 #fff inset, 0 40px 90px -30px rgba(17,19,24,.28), 0 12px 30px -12px rgba(17,19,24,.12); overflow: hidden; text-align: left; }
.shot-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: #f7f7f4; }
.shot-bar i { width: 11px; height: 11px; border-radius: 50%; background: #e3e2dd; display: block; }
.shot-bar .url { margin-left: 14px; font-size: 12px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 7px; padding: 3px 12px; font-weight: 600; }
.shot-body { display: grid; grid-template-columns: 200px 1fr 300px; min-height: 420px; font-size: 13px; }
.shot-side { border-right: 1px solid var(--line); padding: 16px 12px; background: #fff; }
.shot-side .it { padding: 8px 10px; border-radius: 8px; color: var(--ink-2); font-weight: 600; margin-bottom: 2px; display: flex; gap: 8px; align-items: center; }
.shot-side .it.on { background: var(--accent-soft); color: var(--accent-ink); }
.shot-side .sel { border: 1px solid var(--line); border-radius: 8px; padding: 7px 10px; font-weight: 650; margin-bottom: 14px; display: flex; gap: 8px; align-items: center; background: #fafaf8; }
.mp { width: 8px; height: 8px; border-radius: 50%; display: inline-block; flex: none; }
.mp.o { background: var(--ozon); } .mp.w { background: var(--wb); }
.shot-main { padding: 20px; }
.shot-main .t { font-weight: 800; font-size: 18px; letter-spacing: -0.02em; margin-bottom: 14px; }
.kp { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.kp > div { border: 1px solid var(--line); border-radius: 10px; padding: 11px 12px; background: #fff; }
.kp small { display: block; color: var(--muted); font-weight: 600; font-size: 11px; }
.kp b { font-size: 19px; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.kp .up { color: var(--ok); font-size: 11px; font-weight: 700; }
.bars { display: flex; align-items: flex-end; gap: 6px; height: 110px; padding: 10px 0 0; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.bars span { flex: 1; background: var(--accent); opacity: .85; border-radius: 4px 4px 0 0; animation: grow 1.1s cubic-bezier(.2,.8,.2,1) both; transform-origin: bottom; }
@keyframes grow { from { transform: scaleY(0); } }
.rows div { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid var(--line); gap: 10px; }
.rows div:last-child { border: 0; }
.rows .p { color: var(--ok); font-weight: 700; }
.rows .n { color: var(--bad); font-weight: 700; }
.shot-feed { border-left: 1px solid var(--line); padding: 18px 16px; background: #fcfcfb; }
.shot-feed .h { font-weight: 800; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.live { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 0 rgba(15,157,107,.5); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(15,157,107,.45); } 70% { box-shadow: 0 0 0 8px rgba(15,157,107,0); } 100% { box-shadow: 0 0 0 0 rgba(15,157,107,0); } }
.ev { border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 10px 11px; margin-bottom: 8px; font-size: 12px; line-height: 1.45; animation: evin .6s both; }
.ev b { display: block; font-size: 12.5px; margin-bottom: 2px; }
.ev .tm { color: var(--faint); font-size: 11px; font-weight: 600; }
.ev.g b { color: var(--ok); } .ev.r b { color: var(--bad); } .ev.a b { color: var(--accent); }
@keyframes evin { from { opacity: 0; transform: translateY(6px); } }

/* Секции */
section { padding: 96px 0; }
.sec-head { max-width: 720px; margin-bottom: 48px; }
.sec-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.sec-head h2 { margin: 14px 0 16px; }
.alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dark { background: var(--ink); color: #fff; }
.dark .muted, .dark .lead { color: #a9adb6; }
.dark .eyebrow { background: rgba(255,255,255,.08); color: #b9c3ff; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); overflow: hidden; }
.stats > div { padding: 26px 26px; border-right: 1px solid var(--line); }
.stats > div:last-child { border-right: 0; }
.stats b { display: block; font-size: 34px; letter-spacing: -0.04em; font-weight: 800; line-height: 1.1; }
.stats span { color: var(--muted); font-size: 14px; font-weight: 600; }

.pains { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.pain { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; display: flex; gap: 18px; }
.pain .ic { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--bad-soft); color: var(--bad); }
.pain .ic svg { width: 22px; height: 22px; }
.pain p { margin: 8px 0 0; color: var(--muted); font-size: 15px; }
.pain .fix { margin-top: 12px; font-size: 14px; font-weight: 650; color: var(--ok); display: flex; gap: 6px; align-items: flex-start; }
.pain .fix svg { width: 18px; height: 18px; flex: none; margin-top: 1px; }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; position: relative; transition: border-color .2s, transform .2s, box-shadow .2s; }
.feat:hover { border-color: var(--line-2); transform: translateY(-2px); box-shadow: 0 18px 40px -24px rgba(17,19,24,.25); }
.feat .ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); margin-bottom: 18px; }
.feat .ic svg { width: 23px; height: 23px; }
.feat p { color: var(--muted); font-size: 15px; margin: 10px 0 0; }
.feat ul { margin: 14px 0 0; padding: 0; list-style: none; font-size: 14px; color: var(--ink-2); }
.feat li { padding: 4px 0 4px 22px; position: relative; }
.feat li::before { content: ""; position: absolute; left: 2px; top: 11px; width: 10px; height: 6px; border-left: 2px solid var(--ok); border-bottom: 2px solid var(--ok); transform: rotate(-45deg); }
.tag { position: absolute; top: 22px; right: 22px; font-size: 11.5px; font-weight: 750; padding: 4px 10px; border-radius: 999px; background: var(--ok-soft); color: var(--ok); }
.tag.soon { background: var(--warn-soft); color: var(--warn); }
.feat.wide { grid-column: span 2; }

.save { display: grid; grid-template-columns: 1.15fr 1fr; gap: 24px; align-items: stretch; }
.save-table { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 10px 26px; display: flex; flex-direction: column; justify-content: space-between; }
.save-table .r { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.save-table .r:last-child { border: 0; }
.save-table .r b { font-weight: 700; }
.save-table .r small { display: block; color: var(--muted); font-size: 13px; }
.save-table .v { font-weight: 800; white-space: nowrap; font-variant-numeric: tabular-nums; }
.save-table .r.total { font-size: 18px; }
.save-table .r.total .v { color: var(--bad); }
.save-card { background: var(--ink); color: #fff; border-radius: var(--r); padding: 34px; display: flex; flex-direction: column; }
.save-card .eyebrow { align-self: flex-start; }
.save-card .big { font-size: 56px; font-weight: 800; letter-spacing: -0.045em; line-height: 1; margin: 14px 0 8px; }
.save-card p { color: #b3b7bf; }
.save-card ul { list-style: none; padding: 0; margin: 10px 0 26px; }
.save-card li { padding: 7px 0 7px 26px; position: relative; color: #e6e8ec; }
.save-card li::before { content: ""; position: absolute; left: 3px; top: 13px; width: 11px; height: 6px; border-left: 2px solid #6ee7b7; border-bottom: 2px solid #6ee7b7; transform: rotate(-45deg); }
.save-card .btn { margin-top: auto; align-self: flex-start; }
.footnote { font-size: 13px; color: var(--faint); margin-top: 14px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: s; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; position: relative; }
.step::before { counter-increment: s; content: counter(s); display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--ink); color: #fff; font-weight: 800; margin-bottom: 18px; }
.step p { color: var(--muted); font-size: 15px; margin: 8px 0 0; }
.step .time { display: inline-block; margin-top: 14px; font-size: 12.5px; font-weight: 700; color: var(--accent); background: var(--accent-soft); padding: 3px 10px; border-radius: 999px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.col { border-radius: var(--r); padding: 30px; border: 1px solid var(--line); background: var(--surface); }
.col.us { background: var(--ink); color: #fff; border-color: var(--ink); }
.col h3 { font-size: 22px; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.col ul { list-style: none; padding: 0; margin: 0; }
.col li { padding: 11px 0; border-bottom: 1px solid var(--line); display: flex; gap: 12px; font-size: 15px; }
.col.us li { border-color: rgba(255,255,255,.1); color: #e6e8ec; }
.col li:last-child { border: 0; }
.col li .n { flex: none; font-weight: 800; color: var(--faint); font-variant-numeric: tabular-nums; min-width: 22px; }
.col.us li .n { color: #7d8bff; }

.formula { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; }
.fcard { background: #0f1116; color: #e6e8ec; border-radius: var(--r); padding: 30px; font-size: 15px; box-shadow: 0 30px 60px -30px rgba(17,19,24,.5); }
.fcard .ln { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed rgba(255,255,255,.1); font-variant-numeric: tabular-nums; }
.fcard .ln span:first-child { color: #a9adb6; }
.fcard .ln.hl { color: #fff; font-weight: 800; border-bottom: 0; padding-top: 14px; font-size: 17px; }
.fcard .ln.hl span:first-child { color: #fff; }
.fcard .ln.g span:last-child { color: #6ee7b7; }
.fcard .ln.b span:last-child { color: #9db0ff; }
.fcard code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; color: #9db0ff; display: block; margin-bottom: 16px; background: rgba(255,255,255,.05); padding: 10px 12px; border-radius: 8px; }

.price-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.calc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 32px; }
.calc-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.calc-row b { font-size: 17px; display: flex; gap: 10px; align-items: center; }
.calc-row small { display: block; color: var(--muted); font-size: 13px; font-weight: 500; }
.stepper { display: inline-flex; align-items: center; border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; background: #fff; }
.stepper button { width: 42px; height: 42px; border: 0; background: #fff; font-size: 20px; cursor: pointer; color: var(--ink); font-family: inherit; }
.stepper button:hover { background: var(--bg-2); }
.stepper span { min-width: 42px; text-align: center; font-weight: 800; font-size: 17px; font-variant-numeric: tabular-nums; }
.calc-total { display: flex; align-items: baseline; justify-content: space-between; padding-top: 22px; gap: 10px; flex-wrap: wrap; }
.calc-total .v { font-size: 44px; font-weight: 800; letter-spacing: -0.045em; font-variant-numeric: tabular-nums; }
.calc-lines { margin: 14px 0 0; font-size: 14px; color: var(--muted); }
.calc-lines div { display: flex; justify-content: space-between; padding: 3px 0; }
.incl { background: var(--ink); color: #fff; border-radius: var(--r); padding: 32px; }
.incl h3 { font-size: 22px; margin-bottom: 14px; }
.incl ul { list-style: none; padding: 0; margin: 0 0 22px; columns: 1; }
.incl li { padding: 8px 0 8px 26px; position: relative; color: #e6e8ec; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.07); }
.incl li::before { content: ""; position: absolute; left: 3px; top: 15px; width: 11px; height: 6px; border-left: 2px solid #6ee7b7; border-bottom: 2px solid #6ee7b7; transform: rotate(-45deg); }
.incl .note { color: #a9adb6; font-size: 14px; }

.sec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sec-item { padding: 24px; border-radius: var(--r); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
.sec-item svg { width: 26px; height: 26px; color: #9db0ff; margin-bottom: 14px; }
.sec-item p { color: #a9adb6; font-size: 14.5px; margin: 8px 0 0; }

.guides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.guide { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; color: var(--ink); transition: border-color .2s, transform .2s, box-shadow .2s; }
.guide:hover { color: var(--ink); border-color: var(--line-2); transform: translateY(-2px); box-shadow: 0 18px 40px -24px rgba(17,19,24,.25); }
.guide .k { font-size: 12.5px; font-weight: 750; color: var(--accent); text-transform: uppercase; letter-spacing: .05em; }
.guide h3 { margin: 10px 0 10px; }
.guide p { color: var(--muted); font-size: 15px; }
.guide .more { margin-top: auto; font-weight: 700; color: var(--accent); font-size: 14.5px; }

.faq { max-width: 820px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq summary { cursor: pointer; list-style: none; font-weight: 700; font-size: 18px; padding: 20px 40px 20px 0; position: relative; letter-spacing: -0.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 6px; top: 28px; width: 10px; height: 10px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(-135deg); top: 32px; }
.faq details p { color: var(--ink-2); padding-right: 40px; }

.final { text-align: center; padding: 110px 0; position: relative; overflow: hidden; }
.final::before { content: ""; position: absolute; width: 900px; height: 900px; left: 50%; top: 40%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(48,80,240,.35), transparent 60%); pointer-events: none; }
.final .container { position: relative; }
.final h2 { max-width: 780px; margin: 0 auto 18px; }
.final .lead { max-width: 620px; margin: 0 auto 32px; }

footer { background: var(--ink); color: #a9adb6; padding: 56px 0 40px; font-size: 14px; border-top: 1px solid rgba(255,255,255,.08); }
.foot { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; }
footer .brand { color: #fff; margin-bottom: 12px; }
footer h4 { color: #fff; margin: 0 0 12px; font-size: 14px; }
footer a { color: #a9adb6; display: block; padding: 3px 0; }
footer a:hover { color: #fff; }
.foot-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }

/* Появление при прокрутке */
.rv { opacity: 0; transform: translateY(14px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } .bars span, .ev { animation: none; } html { scroll-behavior: auto; } }

/* Блог */
.blog-hero { padding: 64px 0 36px; }
.blog-hero h1 { font-size: clamp(34px, 4.4vw, 52px); margin: 14px 0 14px; }
.blog-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding-bottom: 90px; }
.article { max-width: 760px; margin: 0 auto; padding: 56px 24px 90px; }
.article .crumbs { font-size: 14px; font-weight: 600; margin-bottom: 20px; color: var(--muted); }
.article h1 { font-size: clamp(32px, 4.2vw, 48px); margin: 12px 0 16px; }
.article .meta { color: var(--muted); font-size: 14px; margin-bottom: 34px; font-weight: 600; }
.prose { font-size: 17.5px; line-height: 1.72; color: #22252b; }
.prose h2 { font-size: 27px; margin: 44px 0 14px; letter-spacing: -0.025em; }
.prose h3 { font-size: 20px; margin: 30px 0 10px; }
.prose p { margin: 0 0 18px; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 18px; }
.prose li { margin: 6px 0; }
.prose code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .88em; background: var(--bg-2); padding: 2px 6px; border-radius: 6px; }
.prose pre { background: #0f1116; color: #e6e8ec; padding: 18px 20px; border-radius: 12px; overflow-x: auto; font-size: 14px; line-height: 1.6; }
.prose pre code { background: none; padding: 0; color: inherit; }
.prose table { width: 100%; border-collapse: collapse; margin: 0 0 20px; font-size: 15.5px; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.prose th { font-size: 13px; color: var(--muted); font-weight: 700; }
.callout { border-radius: 14px; padding: 18px 20px; margin: 0 0 22px; font-size: 16px; border: 1px solid; }
.callout.info { background: var(--accent-soft); border-color: #d6ddff; }
.callout.warn { background: var(--warn-soft); border-color: #f3dfb8; }
.callout.ok { background: var(--ok-soft); border-color: #bfe6d4; }
.article-cta { margin-top: 48px; background: var(--ink); color: #fff; border-radius: var(--r); padding: 30px; display: flex; gap: 20px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.article-cta h3 { font-size: 22px; }
.article-cta p { color: #a9adb6; margin: 6px 0 0; }
.next-read { margin-top: 40px; }
.next-read h3 { margin-bottom: 14px; }

@media (max-width: 1020px) {
  .shot-body { grid-template-columns: 1fr 280px; }
  .shot-side { display: none; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .feat.wide { grid-column: span 2; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .sec-grid { grid-template-columns: repeat(2, 1fr); }
  .foot { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .nav-links, .nav-cta { display: none; }
  .burger { display: block; }
  .nav.open .nav-in { flex-wrap: wrap; height: auto; padding: 14px 0; }
  .nav.open .nav-links { display: flex; flex-direction: column; width: 100%; gap: 14px; order: 3; padding: 10px 0; }
  .nav.open .nav-cta { display: flex; width: 100%; order: 4; margin: 0 0 8px; }
  section { padding: 72px 0; }
  .hero { padding-top: 48px; }
  .shot-body { grid-template-columns: 1fr; }
  .shot-feed { border-left: 0; border-top: 1px solid var(--line); }
  .kp { grid-template-columns: 1fr 1fr; }
  .kp > div:nth-child(3) { display: none; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats > div:nth-child(2) { border-right: 0; }
  .stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pains, .features, .save, .split, .formula, .price-wrap, .guides, .blog-list { grid-template-columns: 1fr; }
  .feat.wide { grid-column: auto; }
  .steps, .sec-grid { grid-template-columns: 1fr; }
  .save-card .eyebrow { align-self: flex-start; }
.save-card .big { font-size: 44px; }
}
