:root {
  --bg: #071018;
  --bg-deep: #050b10;
  --panel: #0b141c;
  --panel-2: #0f1a23;
  --line: #2b3944;
  --line-soft: rgba(145, 171, 191, 0.18);
  --text: #f4f1e9;
  --muted: #aab4bc;
  --orange: #ff4f16;
  --orange-2: #e9400c;
  --blue: #2f7cff;
  --blue-soft: #65a0ff;
  --green: #58cf9a;
  --radius: 8px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text); background: radial-gradient(circle at 76% 8%, rgba(20, 54, 78, 0.2), transparent 30%), var(--bg); font-size: 14px; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.025em; line-height: 1.08; }
ul, ol { margin: 0; padding: 0; }
.shell { width: min(calc(100% - 32px), 1000px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 14px; color: #081019; background: var(--text); border-radius: 6px; }
.skip-link:focus { transform: none; }
.visually-hidden, .honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
:focus-visible { outline: 3px solid var(--blue-soft); outline-offset: 3px; }

.site-header { position: sticky; z-index: 100; top: 0; height: 68px; border-bottom: 1px solid rgba(129, 154, 174, 0.12); background: rgba(4, 10, 15, 0.94); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-lockup { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand-logo--nav { width: 205px; height: 62px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 3vw, 34px); color: #f3f0e8; font-size: 12px; }
.site-nav > a:not(.button) { padding: 10px 0; }
.site-nav > a:not(.button):hover, .footer-nav a:hover, .legal-header__nav a:hover { color: var(--blue-soft); }
.button { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; border: 0; border-radius: 5px; padding: 0 21px; color: #fff; background: linear-gradient(135deg, var(--orange), #ff5d0a); box-shadow: 0 9px 24px rgba(255, 79, 22, 0.2); text-transform: uppercase; letter-spacing: 0.045em; font-size: 11px; font-weight: 800; cursor: pointer; }
.button:hover { background: #ff642d; }
.button--small { min-height: 36px; padding-inline: 18px; }
.text-link { color: var(--blue-soft); font-weight: 650; }
.text-link:hover { color: #9bc2ff; }
.menu-toggle { display: none; border: 0; color: var(--text); background: transparent; }

.hero { min-height: 394px; display: grid; grid-template-columns: minmax(0, 0.385fr) minmax(0, 0.615fr); gap: 30px; align-items: start; padding-block: 12px 18px; }
.hero-copy { min-width: 0; padding: 24px 0 0 18px; }
.hero h1 { margin-bottom: 14px; font-size: clamp(43px, 4.8vw, 50px); font-weight: 720; letter-spacing: -0.055em; line-height: 0.98; }
.hero h1 span { color: var(--orange); }
.hero-copy > p:not(.eyebrow) { max-width: 350px; margin-bottom: 9px; color: #c6ccd1; font-size: 12.5px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 20px; }
.hero-eyebrow { margin: 21px 0 9px; }
.eyebrow { color: var(--blue-soft); text-transform: uppercase; letter-spacing: 0.14em; font-size: 9px; font-weight: 800; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; color: #cbd2d7; font-size: 9px; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row b { min-width: 18px; color: var(--blue-soft); text-align: center; font-size: 10px; }

.product-frame { min-width: 0; display: grid; grid-template-columns: 56px minmax(0, 1fr) 166px; min-height: 350px; overflow: hidden; border: 1px solid #31404c; border-radius: 10px; background: linear-gradient(145deg, rgba(16, 27, 36, 0.98), rgba(6, 13, 19, 0.98)); box-shadow: var(--shadow); }
.product-rail { display: flex; flex-direction: column; align-items: stretch; border-right: 1px solid #263540; background: #0a141d; }
.rail-mark { display: grid; height: 52px; place-items: center; color: var(--blue); font-size: 26px; font-weight: 750; }
.rail-item { display: grid; min-height: 50px; place-items: center; align-content: center; gap: 2px; color: #9ba8b2; font-size: 7px; }
.rail-item i { color: #d0d7dd; font-size: 13px; font-style: normal; }
.rail-item.is-active { color: #fff; background: #102842; }
.run-panel { min-width: 0; padding: 16px 14px 12px; }
.product-toolbar { display: flex; min-width: 0; align-items: flex-start; justify-content: space-between; gap: 10px; }
.product-toolbar small { display: block; margin-bottom: 4px; color: var(--blue-soft); letter-spacing: 0.08em; font-size: 7px; }
.product-toolbar h2 { margin-bottom: 0; font-size: 16px; }
.toolbar-actions { display: flex; gap: 8px; font-size: 7px; }
.toolbar-actions span, .toolbar-actions b { display: inline-flex; min-height: 25px; align-items: center; border: 1px solid #33424e; border-radius: 4px; padding: 0 10px; font-weight: 600; }
.toolbar-actions b { border-color: #1b55a9; color: #fff; background: #174b9b; }
.search-field { width: 48%; height: 24px; margin: 12px 0 8px; border: 1px solid #32404a; border-radius: 4px; padding: 4px 8px; color: #9ea9b1; font-size: 7px; }
.run-columns, .run-row { display: grid; grid-template-columns: 18px 30px minmax(85px, 1fr) 46px 38px 43px; align-items: center; column-gap: 6px; }
.run-columns { padding: 0 7px 5px; color: #788993; font-size: 6px; }
.run-columns span:nth-child(2) { grid-column: 2 / 4; }
.run-list { list-style: none; border-top: 1px solid #27343e; }
.run-row { min-height: 45px; padding: 5px 7px; border-bottom: 1px solid #23313a; color: #cbd3d8; font-size: 8px; }
.run-row.is-selected { background: rgba(25, 74, 119, 0.16); }
.row-number { color: #8b98a1; text-align: center; }
.item-thumb { display: inline-grid; width: 27px; height: 36px; flex: 0 0 auto; place-items: center; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 3px; color: rgba(255, 255, 255, 0.88); background: linear-gradient(155deg, #394a57, #101821); font-size: 6px; font-style: normal; font-weight: 800; box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.22); }
.item-thumb--yellow { background: radial-gradient(circle at 65% 30%, #f8db4f 0 20%, transparent 21%), linear-gradient(145deg, #2d6b91, #d29b1d); }
.item-thumb--orange { background: radial-gradient(circle at 34% 38%, #ff7b26 0 18%, transparent 19%), linear-gradient(145deg, #9d2f1e, #191a22); }
.item-thumb--blue { background: radial-gradient(circle at 70% 55%, #77c7ff 0 18%, transparent 19%), linear-gradient(145deg, #233d77, #152134); }
.item-thumb--violet { background: radial-gradient(circle at 40% 35%, #d074ff 0 18%, transparent 19%), linear-gradient(145deg, #642d77, #181426); }
.item-thumb--green { background: radial-gradient(circle at 60% 40%, #7de0a4 0 18%, transparent 19%), linear-gradient(145deg, #315f4c, #13201b); }
.item-meta { min-width: 0; }
.item-meta strong, .item-meta small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.item-meta strong { color: #f5f4ef; font-size: 8px; }
.item-meta small { margin-top: 2px; color: #83919a; font-size: 6px; }
.last-show, .ask { color: #dce2e6; white-space: nowrap; font-size: 7px; }
.status { display: inline-flex; justify-content: center; border-radius: 3px; padding: 4px 5px; text-transform: uppercase; letter-spacing: 0.03em; white-space: nowrap; font-size: 5px; font-weight: 800; }
.status--sold { color: #fff; background: var(--orange); }
.status--shown { color: #d9e8ff; background: #17375e; }
.status--skipped { color: #cbd2d6; background: #2c3740; }
.status--queued { color: #73adff; background: #122b49; }
.item-detail { min-width: 0; margin: 66px 8px 8px 0; border: 1px solid #34434e; border-radius: 8px; padding: 10px; background: rgba(9, 17, 23, 0.88); }
.detail-label { display: block; margin-bottom: 7px; color: #6d7e8a; text-transform: uppercase; letter-spacing: 0.1em; font-size: 6px; }
.inventory-card { display: flex; height: 118px; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid #69737b; border-radius: 6px; padding: 8px; color: #13202b; background: radial-gradient(circle at 66% 35%, #ffe153 0 13%, transparent 14%), linear-gradient(145deg, #fee982, #61b6e0 52%, #283f61); box-shadow: inset 0 0 0 4px rgba(245, 223, 119, 0.52); }
.inventory-card span, .inventory-card small { color: #1a2934; font-size: 6px; font-weight: 800; }
.inventory-card strong { align-self: flex-end; text-align: right; text-transform: uppercase; font-size: 15px; line-height: 0.95; }
.item-detail h3 { margin: 9px 0 2px; font-size: 12px; }
.item-detail > p { margin-bottom: 7px; color: #8b99a2; font-size: 6px; }
.item-detail dl { margin: 0; }
.item-detail dl div { display: flex; justify-content: space-between; border-top: 1px solid #26343d; padding: 5px 0; font-size: 7px; }
.item-detail dt { color: #81909a; }
.item-detail dd { margin: 0; color: #fff; font-weight: 700; }
.show-note { margin-top: 5px; color: #c0c8cd; font-size: 7px; line-height: 1.45; }
.show-note span { display: block; margin-bottom: 2px; color: #74848e; }

.section-rule { border-top: 1px solid var(--line-soft); padding-block: 15px 18px; }
.section-heading--center { text-align: center; }
.section-heading h2 { margin-bottom: 5px; font-size: 20px; font-weight: 600; }
.section-heading p { margin-bottom: 0; color: var(--muted); font-size: 11px; }
.problem-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 15px; }
.problem-grid article { min-width: 0; border-right: 1px solid var(--line-soft); padding: 0 20px; text-align: center; }
.problem-grid article:last-child { border-right: 0; }
.problem-grid article > span { display: grid; width: 38px; height: 38px; margin: 0 auto 9px; place-items: center; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); font-size: 20px; }
.problem-grid h3 { margin-bottom: 6px; font-size: 11px; font-weight: 600; }
.problem-grid p { margin-bottom: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }

.workflow-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; margin-top: 14px; list-style: none; }
.workflow-step { position: relative; min-width: 0; }
.workflow-step:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 120px; right: -10px; color: #dbe1e4; font-size: 18px; }
.step-title { display: flex; align-items: center; gap: 7px; }
.step-title span { display: grid; width: 23px; height: 23px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: white; background: #2456d7; font-size: 10px; font-weight: 700; }
.step-title h3 { margin: 0; font-size: 11px; }
.workflow-step > p { min-height: 32px; margin: 5px 0 8px 30px; color: var(--muted); font-size: 8px; line-height: 1.4; }
.mini-ui { height: 154px; overflow: hidden; border: 1px solid #43505a; border-radius: 7px; background: linear-gradient(155deg, #111b23, #071017); }
.scan-ui { position: relative; display: grid; place-items: center; padding: 12px 10px 36px; }
.scan-ui::before, .scan-ui::after { content: ""; position: absolute; inset: 12px; border: solid var(--blue); border-width: 1px 0; opacity: 0.65; }
.scan-ui .scan-card { z-index: 1; display: grid; width: 54px; height: 80px; place-items: center; border: 1px solid #7b858d; border-radius: 4px; color: #e8eef1; background: radial-gradient(circle, #8a8f95, #30363b 55%, #171a1c); font-size: 8px; }
.scan-ui b, .live-ui i, .recap-ui i { position: absolute; right: 8px; bottom: 8px; left: 8px; border-radius: 3px; padding: 6px; color: white; background: #174a9a; text-align: center; font-size: 7px; }
.list-ui, .memory-ui { padding: 13px 10px; }
.list-ui i, .memory-ui i { display: flex; justify-content: space-between; gap: 4px; border-bottom: 1px solid #283640; padding: 7px 0; font-style: normal; font-size: 7px; }
.list-ui b, .memory-ui b { font-weight: 600; }
.list-ui em, .memory-ui em { color: #cdd5da; font-style: normal; }
.list-ui small, .memory-ui small { display: block; margin-top: 9px; color: var(--blue-soft); text-align: center; font-size: 7px; }
.live-ui { position: relative; display: flex; flex-direction: column; align-items: center; padding-top: 18px; }
.live-ui > b { color: var(--orange); font-size: 13px; }
.live-ui strong { margin-top: 4px; font-size: 17px; }
.live-ui small { margin-top: 3px; color: var(--muted); font-size: 7px; }
.live-ui i { background: var(--orange); font-style: normal; }
.outcome-ui { padding: 15px 12px; }
.outcome-ui > strong, .outcome-ui > b, .outcome-ui > span, .outcome-ui > small { display: block; }
.outcome-ui > strong { margin-bottom: 15px; font-size: 10px; }
.outcome-ui > b { font-size: 14px; }
.outcome-ui em { float: right; color: var(--orange); font-size: 8px; font-style: normal; }
.outcome-ui span { margin-top: 12px; color: #c1c9ce; font-size: 7px; }
.outcome-ui small { margin-top: 6px; color: var(--blue-soft); font-size: 7px; }
.recap-ui { position: relative; padding: 12px 10px; }
.recap-ui span { display: flex; justify-content: space-between; border-bottom: 1px solid #283640; padding: 6px 0; color: var(--muted); font-size: 7px; }
.recap-ui span b { color: white; }
.recap-ui i { font-style: normal; }

.comparison-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-bottom: 24px; }
.comparison-card { min-height: 202px; display: grid; grid-template-columns: 1fr 0.95fr; gap: 14px; overflow: hidden; border: 1px solid #394751; border-radius: 8px; padding: 18px; background: #0d161e; }
.comparison-card--with { border-color: rgba(255, 79, 22, 0.8); }
.comparison-card h2 { margin-bottom: 12px; font-size: 18px; font-weight: 550; }
.comparison-card ul { list-style: none; }
.comparison-card li { position: relative; margin-bottom: 7px; padding-left: 16px; color: #c3cbd0; font-size: 9px; }
.comparison-card li::before { content: "×"; position: absolute; left: 0; color: #b5bec5; }
.comparison-card--with li::before { content: "✓"; color: var(--orange); }
.fragment-board { position: relative; min-height: 150px; transform: rotate(-2deg); background: radial-gradient(circle at 60% 30%, rgba(161, 171, 176, 0.14), transparent 45%); }
.fragment-board span { position: absolute; width: 58px; min-height: 38px; border: 1px solid #4c565d; padding: 6px; color: #171717; background: #d9d5c9; box-shadow: 0 8px 14px rgba(0, 0, 0, 0.32); text-transform: uppercase; font: 700 7px/1.3 ui-monospace, monospace; }
.fragment-board span:nth-child(1) { top: 12px; left: 6px; transform: rotate(5deg); }
.fragment-board span:nth-child(2) { top: 29px; right: 5px; transform: rotate(-7deg); }
.fragment-board span:nth-child(3) { bottom: 5px; left: 25px; transform: rotate(-3deg); }
.fragment-board span:nth-child(4) { right: 16px; bottom: 28px; transform: rotate(8deg); }
.show-recap { border: 1px solid #35434e; border-radius: 6px; padding: 10px; background: #081018; }
.show-recap > span { color: #778893; letter-spacing: 0.1em; font-size: 6px; }
.show-recap > div { display: grid; grid-template-columns: repeat(3, auto); align-items: end; gap: 3px 6px; margin: 9px 0; }
.show-recap > div small { color: #7f8e98; font-size: 6px; }
.show-recap > div b { font-size: 12px; }
.show-recap > p { height: 22px; margin: 0 0 7px; border: 1px solid #19477e; border-radius: 3px; color: var(--blue-soft); background: linear-gradient(90deg, rgba(47, 124, 255, 0.1), rgba(47, 124, 255, 0.45)); padding: 5px; font-size: 6px; }
.show-recap ol { list-style: none; }
.show-recap li { display: grid; grid-template-columns: 18px 1fr auto; align-items: center; gap: 4px; margin: 0; border-top: 1px solid #28343d; padding: 4px 0; font-size: 6px; }
.show-recap li::before { display: none; }
.show-recap .item-thumb { width: 16px; height: 21px; font-size: 4px; }
.show-recap li b { color: #ccd4d9; font-size: 6px; }
.comparison-clarifier { position: absolute; right: 0; bottom: 4px; left: 0; margin: 0; color: #8998a2; text-align: center; font-size: 9px; }

.proof-band { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #31404a; border-radius: 8px; background: #0b141b; }
.proof-column { min-width: 0; padding: 16px; border-right: 1px solid #31404a; }
.proof-column:last-child { border-right: 0; }
.proof-column h2 { margin-bottom: 5px; font-size: 18px; font-weight: 550; }
.proof-column > p { min-height: 38px; margin-bottom: 12px; color: var(--muted); font-size: 9px; }
.inventory-proof { display: grid; grid-template-columns: 1fr 74px 1fr; gap: 8px; align-items: center; }
.inventory-proof ul { list-style: none; }
.inventory-proof li { position: relative; margin: 5px 0; padding-left: 12px; color: #c7cfd4; font-size: 7px; }
.inventory-proof li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-soft); }
.inventory-proof .muted li::before { content: "×"; color: #788791; }
.proof-card { display: flex; height: 102px; flex-direction: column; justify-content: flex-end; border: 1px solid #697782; border-radius: 4px; padding: 6px; color: white; background: radial-gradient(circle at 52% 38%, #ff9a36, transparent 25%), linear-gradient(145deg, #621c13, #233246); }
.proof-card span { font-size: 7px; }
.proof-card strong { font-size: 13px; }
.proof-card small { color: #cbd2d7; font-size: 6px; }
.history-list span { display: grid; grid-template-columns: 1fr auto auto; gap: 7px; border-bottom: 1px solid #27343d; padding: 6px 0; font-size: 7px; }
.history-list b { font-weight: 600; }
.history-list em { color: #c2cbd0; font-style: normal; }
.history-list i { color: var(--green); font-style: normal; }
.proof-column > .text-link { display: inline-block; margin-top: 9px; font-size: 8px; }
.proof-column .memory-promise { min-height: 0; margin: -4px 0 6px; color: #eef2f4; font-size: 8px; font-weight: 650; }
.seller-list { list-style: none; }
.seller-list li { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 8px; margin: 8px 0; color: #c5cdd2; font-size: 8px; }
.seller-list span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--blue); border-radius: 6px; color: var(--blue-soft); font-size: 13px; }

.early-access-section { padding-block: 14px; }
.early-access-card { position: relative; display: grid; grid-template-columns: 245px 1fr; gap: 18px; border: 2px solid var(--orange); border-radius: 7px; padding: 13px 16px 29px; background: rgba(9, 17, 23, 0.92); }
.early-access-copy h2 { margin-bottom: 4px; font-size: 23px; font-weight: 550; }
.early-access-copy p { margin-bottom: 0; color: #bec7cc; font-size: 9px; }
.access-form { display: grid; grid-template-columns: 1.2fr 0.92fr 0.92fr 0.92fr auto; gap: 7px; align-items: end; }
.field { min-width: 0; }
.field label { display: block; margin-bottom: 4px; color: #9eabb4; font-size: 7px; font-weight: 650; }
.field input, .field select { width: 100%; height: 34px; min-width: 0; border: 1px solid #3c4a55; border-radius: 4px; padding: 0 9px; color: #e9edef; background: #0b141b; font-size: 8px; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #83939d 50%), linear-gradient(135deg, #83939d 50%, transparent 50%); background-position: calc(100% - 11px) 14px, calc(100% - 8px) 14px; background-repeat: no-repeat; background-size: 3px 3px; padding-right: 20px; }
.field input::placeholder { color: #6d7b84; }
.form-action .button { min-height: 34px; padding-inline: 14px; font-size: 8px; }
.form-status { position: absolute; right: 16px; bottom: 8px; margin: 0; color: #aab7bf; font-size: 7px; }
.early-access-card > small { position: absolute; right: 16px; bottom: 7px; margin-right: 190px; color: #778791; font-size: 7px; }
.early-access-card > small a { color: var(--blue-soft); }

.site-footer { border-top: 1px solid var(--line-soft); padding: 9px 0 8px; background: var(--bg-deep); }
.footer-grid { display: grid; grid-template-columns: 260px 1fr; gap: 64px; align-items: start; }
.brand-logo--footer { width: 130px; height: 62px; object-fit: contain; }
.footer-brand p { margin: -4px 0 2px; color: #d2d8dc; font-size: 8px; }
.footer-brand small { color: #76858f; font-size: 7px; }
.footer-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding-top: 12px; }
.footer-nav div { display: flex; flex-direction: column; gap: 4px; }
.footer-nav span { margin-bottom: 2px; color: #fff; font-size: 8px; font-weight: 750; }
.footer-nav a { color: #8998a2; font-size: 7px; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(126, 150, 168, 0.1); margin-top: 8px; padding-top: 6px; color: #64737d; font-size: 7px; }

/* Legal, support, and form-success pages */
.legal-header { border-bottom: 1px solid var(--line-soft); background: #050b10; }
.legal-header__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-header__nav { display: flex; align-items: center; gap: 22px; color: #b5c0c7; font-size: 12px; }
.privacy-page { min-height: 75vh; padding: 54px 16px 74px; }
.privacy-card { width: min(100%, 820px); margin-inline: auto; border: 1px solid var(--line); border-radius: 12px; padding: clamp(26px, 5vw, 58px); background: #0b141b; box-shadow: var(--shadow); }
.privacy-intro { margin-bottom: 38px; }
.privacy-intro h1 { margin: 8px 0 10px; font-size: clamp(38px, 6vw, 64px); }
.privacy-intro > p:last-child { color: #c2cbd1; font-size: 16px; }
.privacy-updated { color: #7f919d; font-size: 13px; }
.legal-document section { border-top: 1px solid var(--line-soft); padding: 26px 0 4px; }
.legal-document h2 { margin-bottom: 12px; font-size: 22px; }
.legal-document p, .legal-document li, .legal-document address { color: #b6c1c8; font-size: 15px; line-height: 1.7; }
.legal-document ul { margin: 0 0 16px 20px; }
.legal-document a { color: var(--blue-soft); text-decoration: underline; text-underline-offset: 3px; }
.legal-document address { font-style: normal; }
.support-contact { margin-top: 8px; color: white !important; text-decoration: none !important; }
.support-note { border-left: 3px solid var(--blue); padding-left: 16px; }
.legal-footer { border-top: 1px solid var(--line-soft); padding: 20px 0; background: #050b10; }
.legal-footer > div { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #72828c; font-size: 11px; }
.legal-footer nav { display: flex; gap: 18px; }
.legal-footer a:hover { color: var(--blue-soft); }
.success-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 0%, #122535, transparent 45%), var(--bg); }
.success-card { width: min(100%, 640px); border: 1px solid var(--line); border-radius: 14px; padding: clamp(28px, 7vw, 64px); background: #0a131a; box-shadow: var(--shadow); }
.brand-logo--success { width: 190px; height: 98px; object-fit: contain; margin-bottom: 42px; }
.success-card h1 { margin: 12px 0 22px; font-size: clamp(44px, 8vw, 76px); }
.success-card > p:not(.eyebrow) { margin-bottom: 28px; color: #b7c1c7; font-size: 17px; }
.success-links { display: flex; gap: 18px; margin-top: 30px; color: #81919b; font-size: 12px; }

@media (max-width: 900px) {
  .site-nav { gap: 16px; }
  .hero { grid-template-columns: 0.82fr 1.18fr; gap: 18px; }
  .hero h1 { font-size: 41px; }
  .product-frame { grid-template-columns: 48px minmax(0, 1fr) 136px; }
  .last-show { display: none; }
  .run-columns, .run-row { grid-template-columns: 17px 27px minmax(72px, 1fr) 35px 40px; }
  .run-columns span:nth-child(4) { display: none; }
  .problem-grid article { padding-inline: 12px; }
  .workflow-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .workflow-step:not(:last-child)::after { display: none; }
  .comparison-card { grid-template-columns: 1fr; }
  .fragment-board, .show-recap { min-height: 145px; }
  .proof-band { grid-template-columns: 1fr; }
  .proof-column { border-right: 0; border-bottom: 1px solid #31404a; }
  .proof-column:last-child { border-bottom: 0; }
  .proof-column > p { min-height: 0; }
  .early-access-card { grid-template-columns: 1fr; }
  .access-form { grid-template-columns: repeat(2, 1fr); }
  .form-action { grid-column: span 2; }
  .form-action .button { width: 100%; }
  .early-access-card { padding-bottom: 42px; }
  .early-access-card > small { right: auto; bottom: 24px; left: 16px; margin: 0; }
  .form-status { right: auto; bottom: 8px; left: 16px; }
}

@media (max-width: 900px) {
  .site-header { height: 62px; }
  .brand-logo--nav { width: 150px; height: 50px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0; cursor: pointer; }
  .menu-lines { display: grid; gap: 4px; }
  .menu-lines i { display: block; width: 18px; height: 1px; background: currentColor; }
  .site-nav { position: absolute; top: 61px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; border-bottom: 1px solid var(--line); padding: 12px 16px 18px; background: #071018; box-shadow: 0 18px 35px rgba(0, 0, 0, 0.45); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { border-bottom: 1px solid var(--line-soft); padding: 12px 2px; }
  .site-nav .button { margin-top: 12px; }
  .hero { grid-template-columns: 1fr; padding-block: 38px 24px; }
  .hero-copy { padding-left: 0; }
  .hero h1 { font-size: clamp(44px, 12vw, 64px); }
  .hero-copy > p:not(.eyebrow) { max-width: 520px; }
  .product-frame { min-height: 360px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-grid article { border-right: 0; border-bottom: 1px solid var(--line-soft); padding: 16px; }
  .problem-grid article:last-child { grid-column: span 2; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-card { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 10px; }
  .footer-nav { padding-top: 0; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 24px), 1000px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; }
  .product-frame { grid-template-columns: 42px minmax(0, 1fr); }
  .item-detail { display: none; }
  .run-panel { padding-inline: 9px; }
  .toolbar-actions span { display: none; }
  .search-field { width: 74%; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid article:last-child { grid-column: auto; }
  .workflow-grid { grid-template-columns: repeat(2, 1fr); }
  .comparison-card { grid-template-columns: 1fr; }
  .access-form { grid-template-columns: 1fr; }
  .form-action { grid-column: auto; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 3px; }
  .legal-header__inner { align-items: flex-start; flex-direction: column; gap: 0; padding-block: 8px 14px; }
  .legal-header__nav { width: 100%; justify-content: space-between; gap: 10px; font-size: 10px; }
  .legal-footer > div { align-items: flex-start; flex-direction: column; }
  .legal-footer nav { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  body { font-size: 13px; }
  .hero { padding-top: 30px; }
  .hero h1 { font-size: 45px; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-step > p { min-height: 0; }
  .mini-ui { height: 164px; }
  .comparison-card { padding: 15px; }
  .inventory-proof { grid-template-columns: 1fr 72px; }
  .inventory-proof .muted { grid-column: span 2; }
  .early-access-copy h2 { font-size: 28px; }
  .privacy-page { padding: 24px 12px 40px; }
  .privacy-card { padding: 24px 20px; }
  .privacy-intro h1 { font-size: 40px; }
  .legal-document p, .legal-document li, .legal-document address { font-size: 14px; }
  .success-card { padding: 28px 22px; }
  .success-card h1 { font-size: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
