/* MostlyRender — marketing + signature-widget styles (extracted from the Claude
   Design prototype). Linked by the per-path shells. Pairs with the Forge design
   system (styles.css) + the indigo accent override below. */

/* ── MostlyRender accent override: electric indigo #5B5BD6 on the Forge base ── */
html[data-accent="render"] {
  --accent: #5b5bd6; --accent-hover: #4a4ac6; --accent-fg: #fff;
  --accent-bg-soft: rgba(91, 91, 214, 0.12);
  --accent-grad: linear-gradient(135deg, #5b5bd6, #8a7cf0);
}
html[data-theme="dark"][data-accent="render"] {
  --accent: #8a7cf0; --accent-hover: #9c90f4; --accent-fg: #fff;
  --accent-bg-soft: rgba(138, 124, 240, 0.20);
  --accent-grad: linear-gradient(135deg, #8a7cf0, #5b5bd6);
}

html, body { margin: 0; }
body { background: var(--bg); }
@keyframes mrspin { to { transform: rotate(360deg); } }
#mr-app { min-height: 100vh; }
.mk-root { font-family: var(--font-sans); color: var(--fg); }
.mk-wrap { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
.mk-eyebrow { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); }
.mk-h1 { font-family: var(--font-display); font-weight: 600; font-size: 60px; line-height: 1.02; letter-spacing: -0.045em; margin: 16px 0 0; text-wrap: balance; }
.mk-h2 { font-family: var(--font-display); font-weight: 600; font-size: 36px; line-height: 1.08; letter-spacing: -0.034em; margin: 10px 0 0; text-wrap: balance; }
.mk-lead { font-size: 17.5px; line-height: 1.55; color: var(--fg-muted); margin: 16px 0 0; }
.mk-lead strong { color: var(--fg); font-weight: 600; }
.mk-dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }

/* Nav */
.mk-nav { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--bg) 80%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--hairline); }
.mk-nav__inner { height: 62px; display: flex; align-items: center; gap: 28px; }
.mk-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.mk-nav__links { display: flex; gap: 26px; margin-left: 14px; }
.mk-nav__links a { font-size: 13.5px; font-weight: 500; color: var(--fg-muted); text-decoration: none; transition: color .12s; }
.mk-nav__links a:hover { color: var(--fg); }
.mk-nav__cta { margin-left: auto; display: flex; gap: 8px; align-items: center; }

/* Hero */
.mk-hero { padding: 64px 0 36px; }
.mk-hero__head { text-align: center; max-width: 760px; margin: 0 auto; }
.mk-hero__lead { margin-left: auto; margin-right: auto; max-width: 36em; font-size: 18.5px; }
.mk-hero__actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.mk-hero__head .mk-hero__actions { justify-content: center; }
.mk-hero__meta { display: flex; gap: 22px; margin-top: 24px; flex-wrap: wrap; justify-content: center; }
.mk-hero__meta span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--fg-muted); font-weight: 500; }
.mk-hero__meta svg { color: var(--good); }
.mk-hero__widget { margin-top: 46px; }
.mk-hero__caption { text-align: center; font-size: 13.5px; color: var(--fg-subtle); margin: 18px auto 0; max-width: 40em; }

/* ── The signature widget ── */
.hw { background: var(--bg-elev); border: 1px solid var(--border); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); overflow: hidden; }
.hw__bar { display: flex; align-items: center; gap: 7px; padding: 0 16px; height: 46px; border-bottom: 1px solid var(--hairline); background: var(--bg); }
.hw__method { margin-left: 10px; font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; letter-spacing: 0.04em; color: var(--accent); background: var(--accent-bg-soft); padding: 3px 8px; border-radius: var(--radius-xs); }
.hw__url { font-family: var(--font-mono); font-size: 12px; color: var(--fg-muted); }
.hw__seal { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-size: 11px; color: var(--fg-subtle); font-weight: 500; }
.hw__grid { display: grid; grid-template-columns: 1fr 1fr; }
.hw__left { border-right: 1px solid var(--hairline); min-width: 0; }
.hw__right { min-width: 0; background: var(--bg); }
.hw--code-left .hw__left { order: 2; border-right: 0; border-left: 1px solid var(--hairline); }
.hw--code-left .hw__right { order: 1; }
.hw--stacked .hw__grid { grid-template-columns: 1fr; }
.hw--stacked .hw__left { border-right: 0; border-bottom: 1px solid var(--hairline); }

.hw-pane-label { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fg-subtle); }
.hw-pane-label svg { color: var(--accent); }

.hw-preview { padding: 18px 20px; }
.hw-preview__head, .hw-edit__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.hw-preview__stage { background: var(--bg); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 18px; display: block; }
.hw-preview__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.hw-preview__foot code { font-family: var(--font-mono); font-size: 10.5px; color: var(--fg-subtle); }
.hw-preview__live { font-size: 11px; color: var(--accent); font-weight: 600; }

.hw-edit { padding: 16px 20px 22px; border-top: 1px solid var(--hairline); }
.hw-modeswap { display: inline-flex; background: var(--bg-chip); border-radius: var(--radius-pill); padding: 2px; }
.hw-modeswap button { border: 0; background: transparent; font-size: 12px; font-weight: 600; color: var(--fg-muted); padding: 4px 12px; border-radius: var(--radius-pill); cursor: pointer; }
.hw-modeswap button.is-active { background: var(--bg-elev); color: var(--fg); box-shadow: var(--shadow-xs); }
.hw-fields { display: flex; flex-direction: column; gap: 12px; }
.hw-fields__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hw-field { display: flex; flex-direction: column; gap: 6px; }
.hw-field__top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.hw-field__label { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--fg); }
.hw-field__label svg { color: var(--fg-subtle); }
.hw-field__key { font-family: var(--font-mono); font-size: 10px; color: var(--accent); background: var(--accent-bg-soft); padding: 2px 7px; border-radius: var(--radius-xs); }
.hw-field .forge-input { font-size: 13px; }
.hw-themes { display: flex; gap: 7px; flex-wrap: wrap; }
.hw-theme { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--border); background: var(--bg-elev); border-radius: var(--radius-pill); padding: 5px 12px 5px 6px; font-size: 12px; font-weight: 500; color: var(--fg-muted); cursor: pointer; transition: all .12s; }
.hw-theme:hover { border-color: var(--border-strong); }
.hw-theme.is-active { border-color: var(--accent); color: var(--fg); background: var(--accent-bg-soft); }
.hw-theme__sw { width: 18px; height: 18px; border-radius: 6px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.hw-json { background: var(--bg); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 14px 16px; }
.hw-json pre { margin: 0; font-family: var(--font-mono); font-size: 12px; line-height: 1.55; overflow-x: auto; color: var(--fg); }
.hw-json__note { font-size: 11.5px; color: var(--fg-subtle); margin: 10px 0 0; }

.hw-code { padding: 18px 20px; display: flex; flex-direction: column; gap: 12px; }
.hw-run { display: flex; align-items: center; gap: 12px; }
.hw-run__hint { font-size: 11.5px; color: var(--fg-subtle); }

/* ── Dark code panel (Stripe-style) ── */
.code-panel { background: #14141c; border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); overflow: hidden; }
[data-codetheme="light"] .code-panel { background: var(--bg); border-color: var(--border); }
.code-panel__head { display: flex; align-items: center; justify-content: space-between; padding: 6px 8px 6px 10px; border-bottom: 1px solid rgba(255,255,255,0.07); }
[data-codetheme="light"] .code-panel__head { border-color: var(--hairline); }
.code-tabs { display: flex; gap: 2px; }
.code-tab { border: 0; background: transparent; color: rgba(255,255,255,0.5); font-size: 12px; font-weight: 600; font-family: var(--font-mono); padding: 5px 11px; border-radius: var(--radius-xs); cursor: pointer; }
.code-tab:hover { color: rgba(255,255,255,0.8); }
.code-tab.is-active { background: rgba(255,255,255,0.08); color: #fff; }
[data-codetheme="light"] .code-tab { color: var(--fg-subtle); }
[data-codetheme="light"] .code-tab:hover { color: var(--fg); }
[data-codetheme="light"] .code-tab.is-active { background: var(--bg-chip); color: var(--fg); }
.code-copy { display: inline-flex; align-items: center; gap: 5px; border: 0; background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.7); font-size: 11px; font-weight: 600; padding: 5px 10px; border-radius: var(--radius-xs); cursor: pointer; }
.code-copy:hover { background: rgba(255,255,255,0.12); color: #fff; }
[data-codetheme="light"] .code-copy { background: var(--bg-chip); color: var(--fg-muted); }
.code-body { margin: 0; padding: 16px 18px; font-family: var(--font-mono); font-size: 12.5px; line-height: 1.62; color: #e6e6ef; overflow-x: auto; white-space: pre; }
[data-codetheme="light"] .code-body { color: var(--fg); }
.code-body .tok-str { color: #9ff0b5; }
.code-body .tok-kw { color: #c4bbff; }
.code-body .tok-num { color: #ffd479; }
.code-body .tok-com { color: rgba(255,255,255,0.38); }
[data-codetheme="light"] .code-body .tok-str { color: #2f9e6f; }
[data-codetheme="light"] .code-body .tok-kw { color: #5b5bd6; }
[data-codetheme="light"] .code-body .tok-num { color: #c9762f; }
[data-codetheme="light"] .code-body .tok-com { color: var(--fg-subtle); }

.code-resp { background: #14141c; border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); overflow: hidden; }
.code-resp__head { display: flex; align-items: center; justify-content: space-between; padding: 8px 14px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.code-resp__status { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 12px; font-weight: 600; color: #9ff0b5; }
.code-resp.is-running .code-resp__status { color: #ffd479; }
.code-resp__dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 30%, transparent); }
.code-resp__ms { font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,0.4); }
.code-resp__body { display: flex; gap: 14px; padding: 14px; }
.code-resp__thumb { flex-shrink: 0; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,.4); }
.code-resp__json { margin: 0; font-family: var(--font-mono); font-size: 11.5px; line-height: 1.6; color: #e6e6ef; overflow-x: auto; }

/* ── Wedge band ── */
.mk-band { margin: 44px 0; }
.mk-band__inner { background: var(--brand-midnight); border-radius: var(--radius-xl); padding: 52px 52px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.mk-band__pills { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.mk-band__pill { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 500; color: rgba(255,255,255,0.82); background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); padding: 7px 13px; border-radius: var(--radius-pill); }
.mk-band__pill svg { color: var(--accent); }

/* ── Usage meter ── */
.meter-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 22px 24px; backdrop-filter: blur(6px); }
.meter-card__head { display: flex; align-items: baseline; justify-content: space-between; color: rgba(255,255,255,0.7); font-size: 13px; font-weight: 500; }
.meter-card__count { font-family: var(--font-mono); font-size: 18px; font-weight: 700; color: #fff; font-variant-numeric: tabular-nums; }
.meter-card__count span { color: rgba(255,255,255,0.45); font-weight: 500; font-size: 14px; }
.meter-track { position: relative; height: 14px; border-radius: 999px; background: rgba(255,255,255,0.1); margin: 16px 0 14px; overflow: hidden; }
.meter-fill { position: absolute; left: 0; top: 0; bottom: 0; background: var(--accent-grad); border-radius: 999px; transition: width .6s var(--ease-out); }
.meter-over { position: absolute; top: 0; bottom: 0; left: 100%; transform: translateX(-100%); background: repeating-linear-gradient(45deg, var(--warn), var(--warn) 5px, color-mix(in srgb, var(--warn) 70%, #000) 5px, color-mix(in srgb, var(--warn) 70%, #000) 10px); border-radius: 0 999px 999px 0; transition: width .6s var(--ease-out); opacity: 0; }
.meter-track:has(.meter-over) .meter-over { opacity: 1; }
.meter-quota { position: absolute; left: calc(100% / 1.16); top: -3px; bottom: -3px; width: 2px; background: rgba(255,255,255,0.5); }
.meter-card__foot { display: flex; align-items: center; justify-content: space-between; }
.meter-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.78); }
.meter-tag__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--good); }
.meter-tag.is-over { color: var(--warn); }
.meter-tag.is-over .meter-tag__dot { background: var(--warn); }
.meter-card__note { font-size: 11px; color: rgba(255,255,255,0.4); }

/* ── Proof shot ── */
.mk-proof { padding: 40px 0 8px; }
.mk-section-head { text-align: center; margin-bottom: 36px; }
.mk-section-head .mk-h2 { max-width: 18em; margin-inline: auto; }
.mk-proof__grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; max-width: 820px; margin: 0 auto; }
.proof-card { border-radius: var(--radius-lg); padding: 26px 26px 22px; border: 1px solid var(--border); background: var(--bg-elev); }
.proof-card--ours { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), var(--shadow-md); }
.proof-card__top { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: var(--fg-muted); }
.proof-card__generic { width: 22px; height: 22px; border-radius: 7px; background: repeating-linear-gradient(45deg, var(--bg-chip), var(--bg-chip) 3px, transparent 3px, transparent 6px); border: 1px solid var(--border); }
.proof-card__price { font-family: var(--font-display); font-size: 26px; font-weight: 600; margin-top: 16px; letter-spacing: -0.03em; }
.proof-card__price span { font-size: 15px; color: var(--fg-subtle); font-weight: 500; }
.proof-card__price--muted { color: var(--fg-muted); }
.proof-card__big { font-family: var(--font-display); font-size: 54px; font-weight: 700; letter-spacing: -0.04em; line-height: 1; margin-top: 14px; background: var(--accent-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.proof-card__big--muted { background: none; -webkit-text-fill-color: var(--fg-subtle); color: var(--fg-subtle); }
.proof-card__lbl { font-size: 13px; color: var(--fg-muted); margin-top: 2px; }
.proof-card__row { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 500; margin-top: 12px; color: var(--fg); }
.proof-card__row svg { color: var(--good); flex-shrink: 0; }
.proof-card__row--no { color: var(--fg-muted); }
.proof-card__row--no svg { color: var(--fg-subtle); }
.proof-vs { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--fg-subtle); }
.mk-proof__foot { text-align: center; font-size: 13px; color: var(--fg-subtle); margin-top: 24px; }
.mk-proof__foot a { color: var(--accent); font-weight: 600; text-decoration: none; }

/* ── Features ── */
.mk-features { padding: 56px 0; }
.mk-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mk-feature__icon { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--accent-bg-soft); color: var(--accent); margin-bottom: 14px; }
.mk-feature__title { font-family: var(--font-display); font-size: 17px; font-weight: 600; letter-spacing: -0.014em; margin: 0 0 7px; }
.mk-feature__body { font-size: 13.5px; line-height: 1.55; color: var(--fg-muted); margin: 0; }

/* ── Pricing line ── */
.mk-priceline { padding: 24px 0 8px; }
.mk-priceline__inner { background: var(--bg-elev); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 44px 48px; box-shadow: var(--shadow-sm); }
.mk-priceline__big { font-family: var(--font-display); font-size: 26px; font-weight: 500; letter-spacing: -0.02em; margin: 18px 0 0; line-height: 1.3; }
.mk-priceline__big strong { color: var(--accent); font-weight: 600; }

/* ── Quotes ── */
.mk-quotes { padding: 56px 0 32px; }
.mk-row-label { text-align: center; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fg-subtle); margin: 0 0 26px; }
.mk-quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mk-quote__t { font-size: 15px; line-height: 1.5; color: var(--fg); margin: 0; letter-spacing: -0.01em; }
.mk-quote__a { font-size: 12.5px; color: var(--fg-subtle); margin: 16px 0 0; font-weight: 500; }

/* ── CTA ── */
.mk-cta { padding: 56px 0 76px; }
.mk-cta__inner { text-align: center; }
.mk-cta__inner .mk-lead { margin-inline: auto; max-width: 32em; }

/* ── Footer ── */
.mk-footer { border-top: 1px solid var(--hairline); background: var(--bg-elev); }
.mk-footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding: 48px 32px 32px; max-width: 1160px; margin: 0 auto; }
.mk-footer__tag { font-size: 13px; color: var(--fg-muted); max-width: 24em; margin: 14px 0 0; line-height: 1.5; }
.mk-footer__h { font-size: 11px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fg-subtle); margin-bottom: 14px; }
.mk-footer__col { display: flex; flex-direction: column; gap: 10px; }
.mk-footer__col a { font-size: 13.5px; color: var(--fg-muted); text-decoration: none; transition: color .12s; cursor: pointer; }
.mk-footer__col a:hover { color: var(--fg); }
.mk-footer__base { display: flex; justify-content: space-between; align-items: center; padding: 18px 32px; border-top: 1px solid var(--hairline); font-size: 12.5px; color: var(--fg-subtle); max-width: 1160px; margin: 0 auto; }

.logo-dot { transform-box: fill-box; transform-origin: center; }
@keyframes dotDrop { 0% { transform: translateY(-7px) scale(0); opacity: 0; } 60% { transform: translateY(1px) scale(1.18); opacity: 1; } 100% { transform: translateY(0) scale(1); } }
@media (prefers-reduced-motion: reduce) { .logo-dot { animation: none; } }

/* ── Pricing ── */
.pr { padding: 48px 0 64px; }
.pr-toggle { display: inline-flex; background: var(--bg-chip); border-radius: var(--radius-pill); padding: 3px; margin-top: 22px; }
.pr-toggle button { border: 0; background: transparent; font-size: 13px; font-weight: 600; color: var(--fg-muted); padding: 7px 18px; border-radius: var(--radius-pill); cursor: pointer; display: inline-flex; align-items: center; gap: 7px; }
.pr-toggle button.is-active { background: var(--bg-elev); color: var(--fg); box-shadow: var(--shadow-xs); }
.pr-toggle__save { font-size: 10px; font-weight: 700; color: var(--accent); background: var(--accent-bg-soft); padding: 2px 6px; border-radius: 999px; }
.pr-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; align-items: start; }
.pr-card { position: relative; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--bg-elev); padding: 22px 20px; display: flex; flex-direction: column; }
.pr-card--hl { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), var(--shadow-md); }
.pr-card--ent { background: var(--bg); }
.pr-card__ribbon { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 3px 11px; border-radius: 999px; white-space: nowrap; }
.pr-card__name { font-family: var(--font-display); font-size: 16px; font-weight: 600; }
.pr-card__price { margin: 10px 0 2px; display: flex; align-items: baseline; gap: 3px; }
.pr-card__amt { font-family: var(--font-display); font-size: 38px; font-weight: 600; letter-spacing: -0.04em; }
.pr-card__per { font-size: 14px; color: var(--fg-subtle); }
.pr-card__unit { font-size: 13px; font-weight: 600; color: var(--fg); }
.pr-card__over { font-size: 12px; color: var(--fg-muted); margin: 3px 0 16px; min-height: 2.6em; }
.pr-card__feats { display: flex; flex-direction: column; gap: 9px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--hairline); }
.pr-feat { display: flex; align-items: flex-start; gap: 8px; font-size: 12.5px; color: var(--fg); line-height: 1.4; }
.pr-feat svg { color: var(--accent); flex-shrink: 0; margin-top: 1px; }
.pr-rule { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 28px; align-items: center; background: var(--bg-elev); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 36px; margin-top: 40px; box-shadow: var(--shadow-sm); }
.pr-worked { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 22px; }
.pr-worked__h { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-subtle); margin-bottom: 12px; }
.pr-worked__row { display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; padding: 6px 0; color: var(--fg-muted); }
.pr-worked__row b { color: var(--fg); font-variant-numeric: tabular-nums; }
.pr-worked__total { border-top: 1px solid var(--hairline); margin-top: 4px; padding-top: 12px; font-size: 15px; }
.pr-worked__total b { color: var(--accent); font-family: var(--font-display); font-size: 18px; }
.pr-worked__note { font-size: 11.5px; color: var(--fg-subtle); margin-top: 12px; line-height: 1.5; }
.pr-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 40px; margin-top: 48px; }
.pr-faq__q { font-family: var(--font-display); font-size: 15px; font-weight: 600; }
.pr-faq__a { font-size: 13.5px; color: var(--fg-muted); line-height: 1.55; margin-top: 6px; }

/* ── Compare ── */
.cmp { padding: 48px 0 64px; }
.cmp-concede { display: flex; gap: 16px; background: var(--good-soft); border: 1px solid color-mix(in srgb, var(--good) 30%, transparent); border-radius: var(--radius-lg); padding: 22px 24px; margin-bottom: 16px; }
.cmp-concede--alt { background: var(--warn-soft); border-color: color-mix(in srgb, var(--warn) 32%, transparent); margin-top: 28px; margin-bottom: 0; }
.cmp-concede__icon { width: 40px; height: 40px; border-radius: 11px; background: var(--good); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.cmp-concede__icon--warn { background: var(--warn); }
.cmp-concede__t { font-family: var(--font-display); font-size: 16px; font-weight: 600; }
.cmp-concede__d { font-size: 14px; color: var(--fg-muted); line-height: 1.55; margin: 6px 0 0; }
.cmp-wedge { display: flex; align-items: stretch; gap: 0; background: var(--brand-midnight); border-radius: var(--radius-xl); padding: 32px 40px; margin: 22px 0 32px; }
.cmp-wedge__col { flex: 1; }
.cmp-wedge__div { width: 1px; background: rgba(255,255,255,0.12); margin: 0 36px; }
.cmp-wedge__lbl { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.cmp-wedge__big { font-family: var(--font-display); font-size: 44px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.05; margin-top: 10px; background: var(--accent-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cmp-wedge__big--alt { font-size: 38px; }
.cmp-wedge__sub { font-size: 13.5px; color: rgba(255,255,255,0.62); margin-top: 8px; line-height: 1.5; max-width: 26em; }
.cmp-table { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--bg-elev); }
.cmp-table__head, .cmp-table__row { display: grid; grid-template-columns: 1.6fr 1fr 1fr; align-items: center; }
.cmp-table__head { background: var(--bg); border-bottom: 1px solid var(--border); padding: 14px 22px; font-size: 13px; font-weight: 600; }
.cmp-table__head .cmp-table__us, .cmp-table__head .cmp-table__them { display: inline-flex; align-items: center; gap: 8px; justify-content: center; }
.cmp-table__head .cmp-table__us { color: var(--accent); }
.cmp-table__row { padding: 13px 22px; border-bottom: 1px solid var(--hairline); font-size: 13.5px; }
.cmp-table__row:last-child { border-bottom: 0; }
.cmp-table__row:nth-child(even) { background: color-mix(in srgb, var(--bg) 50%, transparent); }
.cmp-table__us, .cmp-table__them { text-align: center; }
.cmp-table__feat { font-weight: 500; display: flex; align-items: center; gap: 8px; }
.cmp-fact { font-size: 9px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fg-subtle); border: 1px solid var(--border); padding: 1px 5px; border-radius: 999px; }
.cmp-yes { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 999px; background: var(--accent-bg-soft); color: var(--accent); }
.cmp-no { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 999px; background: var(--bg-chip); color: var(--fg-subtle); }
.cmp-val { font-weight: 600; font-size: 13px; }
.cmp-val--muted { color: var(--fg-muted); font-weight: 500; }
.cmp-table__them .cmp-yes { background: var(--bg-chip); color: var(--fg-muted); }

/* ── Auth ── */
.au { display: grid; grid-template-columns: 1.05fr 0.95fr; min-height: 100vh; }
.au__brand { position: relative; background: var(--brand-midnight); display: flex; align-items: center; justify-content: center; padding: 56px; overflow: hidden; }
.au__brand::before { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 60% at 80% 10%, rgba(91,91,214,0.4), transparent 60%), radial-gradient(50% 50% at 10% 100%, rgba(138,124,240,0.25), transparent 60%); }
.au__brandinner { position: relative; max-width: 480px; }
.au__pitch { font-family: var(--font-display); font-size: 28px; font-weight: 600; letter-spacing: -0.03em; color: #fff; line-height: 1.2; margin: 0 0 28px; text-wrap: balance; }
.au__showcase { box-shadow: 0 24px 60px rgba(0,0,0,0.4); border-radius: 14px; overflow: hidden; }
.au__meta { display: flex; gap: 18px; margin-top: 26px; flex-wrap: wrap; }
.au__meta span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: rgba(255,255,255,0.78); font-weight: 500; }
.au__meta svg { color: #9ff0b5; }
.au__panel { display: flex; align-items: center; justify-content: center; padding: 48px 32px; background: var(--bg); }
.au__card { width: 100%; max-width: 380px; }
.au__title { font-family: var(--font-display); font-size: 26px; font-weight: 600; letter-spacing: -0.03em; margin: 0; }
.au__sub { font-size: 14px; color: var(--fg-muted); margin: 8px 0 24px; }
.au-oauth { display: flex; flex-direction: column; gap: 9px; }
.au-oauth__btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 42px; border: 1px solid var(--border); background: var(--bg-elev); border-radius: var(--radius); font-size: 13.5px; font-weight: 600; color: var(--fg); cursor: pointer; transition: all .12s; white-space: nowrap; }
.au-oauth__btn:hover { border-color: var(--border-strong); background: var(--bg-row-hover); }
.au__divider { display: flex; align-items: center; gap: 12px; margin: 18px 0; color: var(--fg-subtle); font-size: 12px; }
.au__divider::before, .au__divider::after { content: ""; flex: 1; height: 1px; background: var(--hairline); }
.au__form { display: flex; flex-direction: column; gap: 14px; }
.au__form .forge-btn { margin-top: 4px; }
.au__link { font-size: 12.5px; color: var(--accent); text-decoration: none; font-weight: 500; }
.au__switch { text-align: center; font-size: 13.5px; color: var(--fg-muted); margin-top: 20px; }
.au__switch a { color: var(--accent); font-weight: 600; text-decoration: none; }
.au__legal { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 11.5px; color: var(--fg-subtle); margin-top: 26px; }
.au__legal strong { color: var(--fg-muted); font-weight: 600; }

@media (max-width: 960px) {
  .hw__grid { grid-template-columns: 1fr; }
  .hw__left { border-right: 0; border-bottom: 1px solid var(--hairline); }
  .mk-band__inner, .mk-footer__inner { grid-template-columns: 1fr; }
  .mk-feature-grid, .mk-quote-grid { grid-template-columns: 1fr 1fr; }
  .mk-h1 { font-size: 44px; }
  .mk-nav__links { display: none; }
  .mk-proof__grid { grid-template-columns: 1fr; }
  .proof-vs { justify-self: center; }
  .pr-grid { grid-template-columns: 1fr 1fr; }
  .pr-rule, .pr-faq { grid-template-columns: 1fr; }
  .cmp-wedge { flex-direction: column; gap: 24px; }
  .cmp-wedge__div { width: 100%; height: 1px; margin: 0; }
  .au { grid-template-columns: 1fr; }
  .au__brand { display: none; }
}
