:root {
  --ink: #11100f;
  --muted: #706d68;
  --paper: #f5f2eb;
  --paper-2: #ebe7dd;
  --line: rgba(17, 16, 15, 0.14);
  --acid: #d8ff42;
  --rust: #e35738;
  --night: #151817;
  --night-2: #1e2220;
  --white: #fbfaf6;
  --serif: Iowan Old Style, Baskerville, Georgia, serif;
  --sans: Inter, Avenir Next, Helvetica Neue, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); }

.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 700; letter-spacing: .18em; }
.brand-mark { width: 28px; height: 28px; display: grid; place-items: center; color: var(--paper); background: var(--ink); font-size: 13px; letter-spacing: 0; }
.nav nav { display: flex; gap: 36px; font-size: 12px; color: #57544f; }
.nav nav a { transition: color .2s; }
.nav nav a:hover { color: var(--ink); }
.nav-cta { border-bottom: 1px solid var(--ink); padding: 10px 0 7px; font-size: 12px; font-weight: 600; }

.hero { min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; padding-block: 80px 70px; overflow: hidden; }
.eyebrow, .section-number, .panel-label { font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #59564f; margin-bottom: 34px; }
.status-dot { width: 7px; height: 7px; background: #6f9411; border-radius: 50%; box-shadow: 0 0 0 5px rgba(111,148,17,.12); }
h1 { font-size: clamp(64px, 7vw, 102px); line-height: .93; letter-spacing: -.065em; margin: 0; font-weight: 500; }
h1 em, .final-cta h2 em { font-family: var(--serif); font-weight: 500; color: var(--rust); }
.hero-lede { max-width: 570px; font-size: 20px; line-height: 1.55; color: #57544f; margin: 32px 0 38px; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.button { appearance: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 52px; padding: 0 22px; font-weight: 600; font-size: 12px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--paper); background: var(--ink); }
.button.primary span { color: var(--acid); font-size: 17px; }
.text-link { font-size: 12px; font-weight: 600; display: inline-flex; gap: 10px; border-bottom: 1px solid #aaa49a; padding: 8px 0; }
.proof-strip { margin-top: 64px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; gap: 30px; color: #66625c; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.proof-strip span { display: flex; gap: 8px; }
.proof-strip b { color: var(--rust); }

.hero-visual { min-height: 590px; position: relative; }
.orbit { position: absolute; border: 1px solid rgba(17,16,15,.11); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 380px; height: 380px; }
.orbit-two { width: 545px; height: 545px; border-style: dashed; }
.x-core { width: 150px; height: 150px; border-radius: 50%; background: var(--night); color: var(--paper); position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: grid; place-content: center; text-align: center; box-shadow: 0 30px 90px rgba(17,16,15,.2); z-index: 5; }
.x-core > span { font: italic 58px/1 var(--serif); color: var(--acid); }
.x-core small { font-size: 7px; letter-spacing: .2em; margin-top: 9px; }
.x-pulse { position: absolute; inset: -14px; border: 1px solid rgba(17,16,15,.2); border-radius: 50%; animation: pulse 2.6s infinite; }
@keyframes pulse { 0%,100% { transform: scale(.96); opacity: .4; } 50% { transform: scale(1.04); opacity: 1; } }
.float-card { position: absolute; background: rgba(255,255,255,.76); backdrop-filter: blur(14px); border: 1px solid rgba(17,16,15,.13); box-shadow: 0 24px 60px rgba(31,28,23,.1); z-index: 6; }
.agent-card { width: 300px; left: 0; top: 85px; padding: 24px; transform: rotate(-2deg); }
.mini-label { color: var(--rust); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.agent-card p { font-size: 16px; line-height: 1.45; margin: 14px 0 22px; }
.thinking { display: flex; align-items: center; gap: 4px; color: #77736d; font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.thinking i { width: 4px; height: 4px; background: var(--rust); border-radius: 50%; animation: blink 1.1s infinite; }
.thinking i:nth-child(2) { animation-delay: .16s; }.thinking i:nth-child(3) { animation-delay: .32s; margin-right: 5px; }
@keyframes blink { 0%,70%,100% { opacity: .2; } 35% { opacity: 1; } }
.receipt-card { width: 255px; right: -8px; bottom: 76px; padding: 22px; transform: rotate(2.5deg); }
.receipt-top { display: flex; align-items: center; gap: 8px; font-size: 8px; font-weight: 700; letter-spacing: .12em; color: #486314; }
.check { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); color: var(--ink); }
.receipt-card strong { display: block; margin: 17px 0 5px; font-size: 17px; }
.receipt-card small { color: #77736d; font-size: 9px; }
.receipt-code { background: var(--paper); border: 1px solid var(--line); padding: 10px; font-family: monospace; font-size: 9px; margin-top: 16px; }
.route-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.route-lines path { fill: none; stroke: var(--rust); stroke-width: 1.5; stroke-dasharray: 4 6; opacity: .55; }

.statement { background: var(--rust); color: var(--paper); padding: 60px 0; }
.statement-inner { display: grid; grid-template-columns: 220px 1fr; align-items: start; }
.statement .section-number { padding-top: 11px; opacity: .7; }
.statement p { margin: 0; font-size: clamp(30px, 4vw, 53px); line-height: 1.12; letter-spacing: -.04em; font-weight: 400; }
.statement strong { font-family: var(--serif); font-weight: 500; font-style: italic; color: var(--acid); }

.proof-section { padding-block: 120px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.section-heading .section-number, .trust-intro .section-number { color: var(--rust); }
h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.055em; margin: 17px 0 0; font-weight: 500; }
.synthetic-badge { padding: 11px 14px; border: 1px solid var(--line); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; display: flex; align-items: center; gap: 9px; }
.synthetic-badge span { width: 6px; height: 6px; border-radius: 50%; background: #6f9411; }
.demo-frame { border: 1px solid #353733; background: var(--night); color: var(--paper); box-shadow: 0 34px 100px rgba(17,16,15,.18); }
.demo-topbar { height: 48px; padding: 0 18px; display: flex; align-items: center; border-bottom: 1px solid #343733; font-size: 8px; letter-spacing: .08em; color: #858983; }
.window-dots { display: flex; gap: 6px; }.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #4d514d; }
.demo-address { margin: auto; display: flex; gap: 7px; }.demo-address span { color: var(--acid); }
.live-pill { display: flex; align-items: center; gap: 7px; }.live-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 8px var(--acid); }
.demo-grid { display: grid; grid-template-columns: 280px 1fr; min-height: 650px; }
.scenario-panel { background: #111412; border-right: 1px solid #343733; padding: 28px 22px; display: flex; flex-direction: column; }
.scenario-panel .panel-label { color: #747974; margin-bottom: 18px; }
.scenario-list { display: grid; gap: 8px; }
.scenario { width: 100%; background: transparent; color: #939893; border: 1px solid #2b2e2b; padding: 14px 13px; display: grid; grid-template-columns: 32px 1fr 16px; align-items: center; gap: 10px; cursor: pointer; text-align: left; transition: .2s; }
.scenario:hover { border-color: #555a54; color: var(--paper); }.scenario.active { border-color: var(--acid); background: #1c211d; color: var(--paper); }
.scenario-icon { width: 30px; height: 30px; display: grid; place-items: center; background: #262a27; font-size: 14px; }
.scenario b { display: block; font-size: 10px; letter-spacing: .06em; margin-bottom: 4px; }.scenario small { display: block; font-size: 8px; color: #777d77; }
.scenario-arrow { font-size: 12px; color: var(--acid); opacity: 0; }.scenario.active .scenario-arrow { opacity: 1; }
.court-note { margin-top: auto; border-top: 1px solid #343733; padding-top: 20px; }
.court-note span { color: var(--acid); font-size: 8px; letter-spacing: .14em; }.court-note p { color: #747974; font-size: 10px; line-height: 1.55; margin-bottom: 0; }
.journey-panel { padding: 38px 44px; overflow: hidden; }
.conversation { display: flex; align-items: flex-start; gap: 14px; max-width: 600px; }
.customer-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--paper); color: var(--ink); display: grid; place-items: center; font-size: 10px; font-weight: 700; flex: 0 0 auto; }
.bubble { background: var(--night-2); border: 1px solid #343733; padding: 14px 17px; }.bubble span { font-size: 7px; color: #7e837e; letter-spacing: .14em; }.bubble p { font-size: 13px; margin: 7px 0 0; line-height: 1.45; }
.journey-line { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr; align-items: center; margin: 34px 0; }
.journey-line > i { height: 1px; background: #373b37; position: relative; overflow: hidden; }.journey-line > i::after { content: ""; position: absolute; inset: 0; background: var(--acid); transform: translateX(-105%); transition: transform .45s; }.journey-line > i.done::after { transform: translateX(0); }
.stage { display: grid; grid-template-columns: 25px 1fr; grid-template-rows: auto auto; column-gap: 8px; opacity: .35; transition: opacity .35s; }
.stage span { grid-row: 1/3; width: 22px; height: 22px; border: 1px solid #5b605b; border-radius: 50%; display: grid; place-items: center; font-size: 7px; }
.stage b { font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }.stage small { color: #7b817b; font-size: 7px; margin-top: 3px; }
.stage.active, .stage.done { opacity: 1; }.stage.done span { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.match-card { min-height: 335px; border: 1px solid #383c38; background: #1b1f1c; position: relative; }
.match-loading { min-height: 335px; display: grid; place-content: center; text-align: center; color: #7f847f; font-size: 9px; letter-spacing: .06em; overflow: hidden; position: relative; }
.scan-line { position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--acid), transparent); box-shadow: 0 0 20px var(--acid); animation: scan 1.2s infinite; }
@keyframes scan { from { top: 0; } to { top: 100%; } }
.match-content { padding: 25px; }
.hidden { display: none !important; }
.match-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 17px; border-bottom: 1px solid #363a36; }
.match-head .panel-label { color: var(--acid); }.match-head h3 { font-size: 23px; margin: 8px 0 0; font-weight: 500; letter-spacing: -.03em; }
.fit-score { text-align: right; }.fit-score strong { font-size: 28px; color: var(--acid); }.fit-score span { display: block; font-size: 7px; letter-spacing: .18em; color: #777d77; }
.supply-title { display: flex; gap: 12px; align-items: center; padding: 18px 0 10px; }.supply-icon { width: 36px; height: 36px; display: grid; place-items: center; background: #2a2f2b; color: var(--acid); }.supply-title strong { font-size: 13px; display: block; }.supply-title span { font-size: 9px; color: #8a908a; display: block; margin-top: 5px; }
.offer { font-size: 10px; color: #a4a8a3; margin: 4px 0 18px; }
.why-row { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #303430; border-bottom: 1px solid #303430; padding: 12px 0; }.why-row > span { color: #777d77; font-size: 7px; letter-spacing: .14em; }.why-row > div { display: flex; gap: 6px; flex-wrap: wrap; justify-content: end; }.why-row b { background: #252a26; color: #aeb4ae; padding: 5px 7px; font-size: 7px; font-weight: 500; }
.action-row { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; }.action-row small { color: var(--rust); text-transform: uppercase; letter-spacing: .1em; font-size: 7px; display: block; }.action-row div > span { font-size: 9px; color: #8a908a; display: block; margin-top: 5px; }.button.action { min-height: 42px; background: var(--acid); color: var(--ink); }
.verified-result { margin-top: 14px; background: var(--acid); color: var(--ink); padding: 19px 22px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 16px; }
.verified-seal { width: 42px; height: 42px; border: 1px solid rgba(17,16,15,.25); border-radius: 50%; display: grid; place-items: center; font-size: 20px; }
.verified-copy > span, .receipt-meta > span { font-size: 7px; letter-spacing: .13em; font-weight: 700; }.verified-copy h3 { margin: 5px 0 3px; font-size: 17px; }.verified-copy p { margin: 0; font-size: 9px; }.receipt-meta { text-align: right; }.receipt-meta span { display: block; opacity: .6; }.receipt-meta code { font-size: 8px; }
.demo-disclaimer { text-align: center; color: #77736d; font-size: 9px; margin: 18px auto 0; }

.x-section { background: var(--night); color: var(--paper); padding-block: 115px; }
.section-heading.light .section-number { color: var(--acid); }.section-heading.light > p { width: 430px; color: #9ba09b; font-size: 13px; line-height: 1.65; margin: 0; }
.x-console { display: grid; grid-template-columns: 270px 1fr; border: 1px solid #3b3e3b; min-height: 510px; }
.business-rail { background: #101210; padding: 26px 20px; border-right: 1px solid #373a37; display: flex; flex-direction: column; }.business-rail > .panel-label { color: #6f756f; margin-bottom: 19px; }
.business-list { display: grid; gap: 7px; }.business-button { appearance: none; border: 1px solid transparent; color: #8c918c; background: transparent; padding: 12px; display: grid; grid-template-columns: 32px 1fr 9px; gap: 11px; align-items: center; text-align: left; cursor: pointer; }.business-button.active { border-color: #4a5049; background: #1e221f; color: var(--paper); }.business-button .badge { width: 32px; height: 32px; background: #2a2f2b; display: grid; place-items: center; color: var(--acid); font-size: 9px; font-weight: 700; }.business-button b { font-size: 9px; display: block; }.business-button small { font-size: 7px; color: #747a74; display: block; margin-top: 4px; text-transform: uppercase; }.business-button i { width: 5px; height: 5px; border-radius: 50%; background: #6f9411; }
.system-health { margin-top: auto; padding-top: 18px; border-top: 1px solid #333633; display: flex; gap: 10px; align-items: center; }.system-health > i { width: 7px; height: 7px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 12px rgba(216,255,66,.5); }.system-health b { display: block; font-size: 8px; }.system-health small { display: block; color: #697069; font-size: 7px; margin-top: 3px; }
.business-view { padding: 38px 42px; }.business-header { display: grid; grid-template-columns: 64px 1fr auto; gap: 18px; align-items: center; padding-bottom: 30px; border-bottom: 1px solid #383c38; }.x-avatar { width: 64px; height: 64px; display: grid; place-items: center; background: var(--acid); color: var(--ink); font: italic 36px var(--serif); }.business-header > div:nth-child(2) > span { font-size: 7px; letter-spacing: .16em; color: var(--acid); }.business-header h3 { margin: 4px 0; font-size: 22px; }.business-header p { margin: 0; color: #858b85; font-size: 9px; }.published-status { border: 1px solid #414641; padding: 9px 11px; display: flex; gap: 7px; align-items: center; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }.published-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); }
.truth-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #343834; margin: 24px 0; }.truth-grid article { background: #1b1f1c; padding: 19px; }.truth-grid span { color: #717771; font-size: 7px; letter-spacing: .12em; }.truth-grid strong { font-size: 13px; display: block; margin: 13px 0 5px; }.truth-grid small { color: #777d77; font-size: 8px; }
.control-card { border: 1px solid #3d423d; padding: 22px; display: flex; align-items: center; justify-content: space-between; }.control-card .panel-label { color: var(--rust); }.control-card h4 { font-size: 14px; margin: 9px 0 5px; }.control-card p { color: #7f857f; font-size: 9px; margin: 0; max-width: 520px; }
.switch { position: relative; width: 48px; height: 26px; flex: 0 0 auto; }.switch input { opacity: 0; width: 0; height: 0; }.switch span { position: absolute; inset: 0; background: #383d39; border-radius: 20px; cursor: pointer; transition: .2s; }.switch span::after { content: ""; position: absolute; width: 20px; height: 20px; left: 3px; top: 3px; border-radius: 50%; background: #858b85; transition: .2s; }.switch input:checked + span { background: var(--acid); }.switch input:checked + span::after { transform: translateX(22px); background: var(--ink); }
.control-message { color: #6f756f; text-align: right; margin-top: 10px; font-size: 8px; }

.trust-section { padding-block: 130px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }.trust-intro > p { color: #65615b; font-size: 14px; line-height: 1.7; max-width: 420px; margin-top: 25px; }.constitution-stamp { margin-top: 38px; border: 1px solid var(--line); padding: 13px; width: fit-content; display: flex; gap: 13px; align-items: center; }.constitution-stamp span { font-size: 7px; letter-spacing: .1em; color: var(--rust); font-weight: 700; }.constitution-stamp code { font-size: 8px; }
.laws { border-top: 1px solid var(--line); }.laws article { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 45px 1fr; padding: 25px 0; transition: padding .2s; }.laws article:hover { padding-left: 8px; }.laws article > span { color: var(--rust); font-size: 9px; }.laws h3 { font-size: 16px; margin: 0 0 6px; }.laws p { color: #77736d; font-size: 11px; margin: 0; }

.final-cta { background: var(--rust); color: var(--paper); overflow: hidden; }.final-inner { min-height: 560px; padding-block: 110px; position: relative; }.final-inner .section-number { opacity: .7; }.final-cta h2 { font-size: clamp(60px, 8vw, 104px); position: relative; z-index: 2; }.final-cta h2 em { color: var(--acid); }.final-cta p { font-size: 14px; margin: 25px 0 30px; position: relative; z-index: 2; }.light-button { background: var(--paper) !important; color: var(--ink) !important; position: relative; z-index: 2; }.final-mark { position: absolute; right: -30px; bottom: -165px; font: italic 520px/.75 var(--serif); color: rgba(245,242,235,.08); user-select: none; }
.footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; }.footer p, .footer > span { color: #77736d; font-size: 9px; }.footer > span { letter-spacing: .1em; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }.hero-visual { min-height: 520px; }.demo-grid, .x-console { grid-template-columns: 1fr; }.scenario-panel { border-right: 0; border-bottom: 1px solid #343733; }.scenario-list { grid-template-columns: repeat(3,1fr); }.court-note { margin-top: 20px; }.business-rail { border-right: 0; border-bottom: 1px solid #373a37; }.business-list { grid-template-columns: repeat(3,1fr); }.system-health { margin-top: 20px; }.trust-section { grid-template-columns: 1fr; gap: 60px; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1240px); }.nav nav { display: none; }.nav { height: 72px; }.hero { padding-top: 60px; min-height: auto; }.hero-lede { font-size: 17px; }.proof-strip { flex-direction: column; gap: 10px; }.hero-visual { transform: scale(.8); transform-origin: top center; width: 125%; margin-left: -12.5%; margin-bottom: -100px; }.statement-inner { grid-template-columns: 1fr; gap: 20px; }.proof-section, .x-section, .trust-section { padding-block: 80px; }.section-heading { align-items: start; gap: 28px; flex-direction: column; }.section-heading.light > p { width: auto; }.scenario-list { grid-template-columns: 1fr; }.journey-panel { padding: 28px 18px; }.journey-line { grid-template-columns: repeat(4,1fr); gap: 4px; }.journey-line > i { display: none; }.stage { display: block; }.stage span { margin-bottom: 6px; }.stage small { display: none; }.action-row { align-items: flex-start; gap: 18px; flex-direction: column; }.verified-result { grid-template-columns: 42px 1fr; }.receipt-meta { grid-column: 2; text-align: left; }.business-view { padding: 28px 20px; }.business-list { grid-template-columns: 1fr; }.business-header { grid-template-columns: 56px 1fr; }.published-status { grid-column: 2; width: fit-content; }.truth-grid { grid-template-columns: 1fr 1fr; }.control-card { gap: 20px; }.footer { gap: 20px; flex-wrap: wrap; padding-block: 28px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

.onboarding-page { min-height: 100vh; background: var(--paper); }
.onboarding-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding-block: 80px 120px; }
.onboarding-intro { position: sticky; top: 110px; align-self: start; }
.onboarding-intro h1 { font-size: clamp(54px, 6vw, 86px); margin: 24px 0; }
.onboarding-intro > p { color: #64605a; font-size: 17px; line-height: 1.6; max-width: 520px; }
.synthetic-warning { border-left: 3px solid var(--rust); margin-top: 34px; padding: 16px 18px; background: #eee9de; color: #625d54; font-size: 11px; line-height: 1.6; max-width: 520px; }
.synthetic-warning b { color: var(--ink); }
.onboarding-card { background: var(--night); color: var(--paper); border: 1px solid #343733; box-shadow: 0 30px 90px rgba(17,16,15,.15); }
.onboarding-progress { margin: 0; padding: 20px; list-style: none; display: grid; grid-template-columns: repeat(7,1fr); background: #111412; border-bottom: 1px solid #343733; }
.onboarding-progress li { color: #606660; display: grid; gap: 7px; justify-items: center; font-size: 7px; letter-spacing: .08em; }
.onboarding-progress span { border: 1px solid #444944; width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; }
.onboarding-progress li.active, .onboarding-progress li.complete { color: var(--paper); }
.onboarding-progress li.active span { border-color: var(--acid); }
.onboarding-progress li.complete span { background: var(--acid); color: var(--ink); border-color: var(--acid); }
.onboarding-form { padding: 42px; min-height: 560px; }
.onboarding-form > .panel-label { color: var(--acid); }
.onboarding-form h2 { font-size: 44px; margin-top: 13px; }
.onboarding-form > p { color: #8d938d; font-size: 12px; line-height: 1.6; max-width: 560px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin: 32px 0; }
.field-grid label:not(.check-field) { display: grid; gap: 8px; color: #9ca19c; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.field-grid input[type="text"], .field-grid input[type="number"] { appearance: none; border: 1px solid #454a45; background: #1c201d; color: var(--paper); padding: 14px; font: inherit; font-size: 12px; text-transform: none; letter-spacing: normal; outline: none; }
.field-grid input:focus { border-color: var(--acid); }
.field-grid input[readonly] { color: var(--acid); }
.check-field { grid-column: 1/-1; border: 1px solid #3a3f3a; padding: 16px; display: flex; align-items: center; gap: 12px; color: #bec3bd; font-size: 11px; }
.check-field input { accent-color: var(--acid); }
.onboarding-next { background: var(--acid) !important; color: var(--ink) !important; }
.onboarding-next:disabled { opacity: .5; cursor: wait; }
.onboarding-message { color: #ca785c !important; min-height: 20px; }
.onboarding-result { margin-top: 34px; border: 1px solid var(--acid); padding: 28px; }
.onboarding-result > span { color: var(--acid); font-size: 8px; letter-spacing: .12em; }
.onboarding-result strong { display: block; font: 28px/1.2 monospace; margin: 18px 0; word-break: break-all; }
.onboarding-result p { color: #8d938d; font-size: 11px; line-height: 1.6; }
.onboarding-result .button { margin-top: 16px; background: var(--acid); color: var(--ink); }
@media (max-width: 900px) { .onboarding-shell { grid-template-columns: 1fr; }.onboarding-intro { position: static; }.onboarding-progress b { display: none; }.field-grid { grid-template-columns: 1fr; } }

.hire-page, .trust-page { background: var(--paper); }
.hire-hero { min-height: 760px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 8vw; }
.hire-hero h1, .trust-document > header h1 { font-size: clamp(60px, 8vw, 112px); line-height: .9; letter-spacing: -.065em; margin: 24px 0; font-weight: 500; }
.hire-hero h1 em { color: var(--rust); }.hire-hero > div > p { max-width: 680px; color: #625e57; font-size: 18px; line-height: 1.6; }
.employment-seal { min-height: 430px; background: var(--night); color: var(--paper); padding: 48px; display: grid; align-content: space-between; border: 1px solid #3c403c; box-shadow: 0 32px 90px rgba(17,16,15,.2); }
.employment-seal > span, .employment-seal > small { color: var(--acid); letter-spacing: .15em; font-size: 9px; }.employment-seal strong { font: italic 170px/1 var(--serif); color: var(--acid); }.employment-seal p { color: #a1a6a0; line-height: 1.8; }
.hire-path { padding-block: 120px; }.hire-path h2, .pack-section h2, .guide-section h2 { margin-bottom: 50px; }
.hire-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.hire-steps li { min-height: 210px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.hire-steps span { color: var(--rust); font-size: 9px; }.hire-steps b { display: block; margin: 38px 0 12px; font-size: 17px; }.hire-steps p { color: #77736d; font-size: 11px; line-height: 1.6; }
.promotion-boundary { margin-top: 32px; padding: 24px; border-left: 3px solid var(--rust); background: #eee9de; display: grid; grid-template-columns: 220px 1fr; gap: 30px; }.promotion-boundary p { margin: 0; color: #625e57; line-height: 1.6; font-size: 12px; }
.pack-section { background: var(--night); color: var(--paper); padding-block: 120px; }.pack-section .section-number { color: var(--acid); }.pack-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.pack-grid article { background: #1b1f1c; border: 1px solid #3b403b; padding: 30px; min-height: 330px; }.pack-grid article > span { color: var(--acid); font-size: 8px; }.pack-grid h3 { font-size: 28px; margin: 40px 0 16px; }.pack-grid p { color: #8d938d; font-size: 10px; line-height: 1.6; }.pack-grid ul { padding-left: 18px; color: #c5cac4; font-size: 11px; line-height: 1.8; }.pack-grid small { color: #5e645e; font-family: monospace; }
.guide-section { padding-block: 120px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }.guide-section > div > p { color: #67635c; line-height: 1.7; }.guide-card { background: var(--night); color: var(--paper); padding: 36px; display: grid; gap: 16px; }.guide-card label { color: var(--acid); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }.guide-card textarea { min-height: 130px; resize: vertical; border: 1px solid #454a45; background: #1c201d; color: var(--paper); padding: 16px; font: inherit; }.guide-card output { display: block; border-top: 1px solid #3a3f3a; padding-top: 22px; color: #b3b8b2; line-height: 1.7; font-size: 12px; }
.trust-document { padding-block: 110px; max-width: 960px; }.trust-document > header { padding-bottom: 80px; border-bottom: 1px solid var(--line); }.trust-document > header p { color: #625e57; max-width: 760px; font-size: 16px; line-height: 1.7; }.trust-document section { padding: 56px 0; border-bottom: 1px solid var(--line); }.trust-document section h2 { font-size: 34px; margin: 0 0 20px; }.trust-document section p { color: #5f5b54; line-height: 1.8; max-width: 820px; }.trust-document mark { display: block; margin-top: 22px; padding: 14px 18px; background: #eee3cc; color: #6f4d2f; font-size: 11px; line-height: 1.6; }
@media (max-width: 900px) { .hire-hero, .guide-section { grid-template-columns: 1fr; padding-block: 80px; }.hire-steps { grid-template-columns: 1fr 1fr; }.pack-grid { grid-template-columns: 1fr; }.promotion-boundary { grid-template-columns: 1fr; }.employment-seal { min-height: 350px; }.employment-seal strong { font-size: 120px; } }
@media (max-width: 560px) { .hire-steps { grid-template-columns: 1fr; }.hire-hero h1, .trust-document > header h1 { font-size: 56px; } }
