:root {
  --blue: #2563eb;
  --blue-dark: #1849b8;
  --navy: #081a33;
  --navy-2: #102945;
  --ivory: #fff7ee;
  --paper: #fffdfa;
  --white: #ffffff;
  --plum: #72546e;
  --plum-soft: #f3eaf1;
  --blue-soft: #e9effe;
  --blue-lighter: #f4f7ff;
  --ink: #12243a;
  --muted: #5d6b79;
  --muted-2: #596573;
  --border: rgba(8, 26, 51, .12);
  --border-strong: rgba(8, 26, 51, .2);
  --shadow-sm: 0 10px 30px rgba(8, 26, 51, .08);
  --shadow-lg: 0 30px 80px rgba(8, 26, 51, .16);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --max: 1180px;
  --sans: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Source Serif 4", Iowan Old Style, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(37, 99, 235, .18); color: var(--navy); }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 9px;
  transform: translateY(-160%);
  background: var(--navy);
  color: white;
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 118px 0; position: relative; }
.section-sm { padding: 78px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 99px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .serif { font-family: var(--serif); color: var(--navy); font-weight: 600; letter-spacing: -.035em; }
h1 { font-size: clamp(3.25rem, 6.8vw, 6.15rem); line-height: .94; max-width: 820px; margin-bottom: 26px; }
h2 { font-size: clamp(2.55rem, 4.7vw, 4.7rem); line-height: 1; margin-bottom: 24px; }
h3 { color: var(--navy); font-size: 1.18rem; line-height: 1.28; letter-spacing: -.018em; }
.lead { max-width: 700px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.26rem); line-height: 1.7; }
.section-heading { max-width: 800px; margin-bottom: 58px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .lead { margin-inline: auto; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .nav-link:focus-visible, .faq-button:focus-visible, .workflow-tab:focus-visible, .icon-button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .35);
  outline-offset: 3px;
}
.btn-primary { background: var(--blue); color: white; box-shadow: 0 12px 25px rgba(37, 99, 235, .22); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { background: rgba(255,255,255,.68); color: var(--navy); border-color: var(--border-strong); backdrop-filter: blur(14px); }
.btn-secondary:hover { background: white; }
.btn-light { background: white; color: var(--navy); }
.btn-ghost-light { color: white; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.btn-small { min-height: 42px; padding-inline: 17px; }
.arrow { width: 17px; height: 17px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { background: rgba(255, 247, 238, .9); border-color: var(--border); box-shadow: 0 8px 30px rgba(8,26,51,.05); backdrop-filter: blur(18px); }
.header-inner { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 9px; min-height: 44px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 40px; height: auto; flex: 0 0 auto; }
.brand-name { font-size: 25px; color: var(--navy); font-weight: 700; letter-spacing: -.04em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.nav-link { display: inline-flex; align-items: center; min-height: 44px; color: #34465a; font-size: 13px; font-weight: 700; text-decoration: none; }
.nav-link:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 50%; background: rgba(255,255,255,.7); color: var(--navy); }
.mobile-menu { display: none; }

.hero { min-height: 100vh; padding: 152px 0 92px; overflow: hidden; background:
  radial-gradient(circle at 90% 10%, rgba(37,99,235,.13), transparent 32%),
  radial-gradient(circle at 8% 92%, rgba(114,84,110,.10), transparent 30%),
  var(--ivory);
}
.hero::before {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  right: -270px;
  top: 120px;
  border: 1px solid rgba(37,99,235,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(37,99,235,.025), 0 0 0 180px rgba(37,99,235,.02);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(420px,.82fr); gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 span { color: var(--blue); }
.hero-copy .lead { max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 23px; color: #5c6875; font-size: 12px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 15px; height: 15px; color: var(--blue); }
.hero-stage { position: relative; min-height: 685px; display: grid; place-items: center; }
.orbit-label {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px);
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}
.orbit-label svg { width: 21px; height: 21px; color: var(--blue); }
.orbit-label.top { top: 48px; left: -30px; }
.orbit-label.bottom { right: -42px; bottom: 82px; }
.phone {
  position: relative;
  width: min(100%, 378px);
  padding: 11px;
  border-radius: 47px;
  background: #0f1e31;
  box-shadow: 0 40px 90px rgba(8,26,51,.28), inset 0 0 0 1px rgba(255,255,255,.1);
  transform: rotate(1.3deg);
}
.phone::before { content: ""; position: absolute; z-index: 3; top: 18px; left: 50%; width: 94px; height: 25px; transform: translateX(-50%); border-radius: 99px; background: #08111e; }
.phone-screen { min-height: 650px; overflow: hidden; border-radius: 38px; background: #f4efe8; }
.chat-header { height: 74px; padding: 28px 17px 10px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(8,26,51,.08); }
.chat-avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--blue); color: white; }
.chat-avatar img { width: 27px; height: auto; transform: translateY(1px); }
.chat-title { display: flex; flex-direction: column; min-width: 0; }
.chat-title strong { color: var(--navy); font-size: 12px; }
.chat-title span { color: #596573; font-size: 9px; margin-top: 1px; }
.chat-body { padding: 16px 12px 20px; background:
  radial-gradient(circle at 15% 20%, rgba(37,99,235,.055), transparent 24%),
  linear-gradient(180deg,#f8f4ee,#f4efe8); }
.chat-date { margin: 0 auto 13px; width: max-content; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.82); color: #596573; font-size: 8px; font-weight: 700; box-shadow: 0 3px 8px rgba(8,26,51,.05); }
.bubble { max-width: 91%; margin-bottom: 8px; padding: 9px 10px 7px; border-radius: 13px; box-shadow: 0 1px 2px rgba(8,26,51,.08); color: #1a2a3b; font-size: 10.2px; line-height: 1.5; }
.bubble p { margin: 0 0 5px; }
.bubble p:last-child { margin-bottom: 0; }
.bubble ul { list-style: none; padding: 0; margin: 4px 0; }
.bubble li { position: relative; padding-left: 11px; margin: 2px 0; }
.bubble li::before { content: "•"; position: absolute; left: 1px; color: var(--blue); font-weight: 800; }
.bubble.in { margin-right: auto; border-bottom-left-radius: 4px; background: white; }
.bubble.out { margin-left: auto; border-bottom-right-radius: 4px; background: #dce8ff; }
.bubble-meta { display: block; margin-top: 4px; text-align: right; color: #596573; font-size: 7px; font-weight: 600; }
.chat-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 7px; }
.chat-action { display: grid; place-items: center; min-height: 29px; border: 1px solid rgba(37,99,235,.28); border-radius: 9px; background: white; color: var(--blue-dark); font-size: 8.5px; font-weight: 700; }
.chat-caption { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: max-content; max-width: 90%; padding: 9px 14px; border-radius: 999px; background: var(--navy); color: white; text-align: center; font-size: 10px; font-weight: 700; box-shadow: var(--shadow-sm); }

.problem { background: var(--paper); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.problem-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.problem-copy h2 { max-width: 520px; }
.load-stack { display: grid; gap: 12px; }
.load-card { display: grid; grid-template-columns: 52px 1fr auto; gap: 16px; align-items: center; padding: 18px 19px; border: 1px solid var(--border); border-radius: 20px; background: white; box-shadow: 0 12px 35px rgba(8,26,51,.045); }
.load-card:nth-child(2) { transform: translateX(20px); }
.load-card:nth-child(3) { transform: translateX(40px); }
.load-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--blue-soft); color: var(--blue); }
.load-icon.plum { background: var(--plum-soft); color: var(--plum); }
.load-card h3 { margin: 0 0 4px; }
.load-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.load-count { min-width: 72px; color: var(--muted-2); font-size: 11px; font-weight: 700; text-align: right; }
.relief-line { display: flex; align-items: center; gap: 13px; margin-top: 24px; color: var(--navy); font-weight: 700; }
.relief-line span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--blue); overflow: hidden; }
.relief-line span img { width: 27px; height: auto; transform: translateY(1px); }

.mechanism { overflow: hidden; }
.mechanism-track { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.mechanism-track::before { content: ""; position: absolute; left: 12.5%; right: 12.5%; top: 34px; height: 1px; background: linear-gradient(90deg, var(--blue), rgba(37,99,235,.15), var(--plum)); }
.mechanism-step { position: relative; padding: 0 22px; text-align: center; }
.step-number { position: relative; z-index: 2; display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 22px; border-radius: 50%; background: var(--ivory); border: 1px solid var(--blue); color: var(--blue); font-family: var(--serif); font-size: 24px; font-weight: 600; box-shadow: 0 0 0 10px var(--ivory); }
.mechanism-step:last-child .step-number { border-color: var(--plum); color: var(--plum); }
.mechanism-step h3 { margin-bottom: 9px; font-size: 17px; }
.mechanism-step p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.workflows { background: var(--navy); color: white; overflow: clip; }
.workflows h2, .workflows h3 { color: white; }
.workflows .eyebrow { color: #b7ccff; }
.workflows .lead { color: rgba(255,255,255,.82); max-width: 760px; }
.workflow-guide { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: -12px 0 24px; padding: 14px 17px; border: 1px solid rgba(155,185,255,.3); border-radius: 16px; background: rgba(37,99,235,.13); }
.workflow-guide > div { display: flex; align-items: center; gap: 11px; }
.workflow-guide-kicker { padding: 5px 8px; border-radius: 999px; background: #dfe9ff; color: #1749ad; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.workflow-guide strong { color: white; font-size: 12px; }
.workflow-guide p { margin: 0; color: rgba(255,255,255,.76); font-size: 11px; }
.workflow-shell { display: grid; grid-template-columns: 330px minmax(0,1fr); gap: 34px; align-items: start; min-width: 0; }
.workflow-selector { position: sticky; top: 104px; align-self: start; min-width: 0; }
.workflow-status { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; min-height: 38px; margin-bottom: 10px; padding: 0 3px; }
.workflow-status span { color: #b7ccff; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.workflow-status strong { color: white; font-size: 10px; text-align: right; }
.workflow-tabs { display: flex; flex-direction: column; gap: 10px; }
.workflow-tab { position: relative; display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 12px; width: 100%; min-height: 130px; padding: 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 19px; background: rgba(255,255,255,.055); color: rgba(255,255,255,.9); text-align: left; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.workflow-tab:hover { transform: translateX(4px); border-color: rgba(155,185,255,.58); background: rgba(255,255,255,.09); }
.workflow-tab:focus-visible { outline: 3px solid #b7ccff; outline-offset: 3px; }
.workflow-tab.active { background: white; color: var(--navy); border-color: white; box-shadow: 0 22px 54px rgba(0,0,0,.22); }
.workflow-tab-number { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; color: #b7ccff; font-size: 10px; font-weight: 800; }
.workflow-tab.active .workflow-tab-number { border-color: rgba(37,99,235,.17); background: var(--blue-soft); color: var(--blue-dark); }
.workflow-tab-copy { min-width: 0; }
.workflow-tab-copy > strong { display: block; margin: 2px 0 6px; font-size: 14px; }
.workflow-tab-copy > span:not(.workflow-tab-action) { display: block; color: inherit; font-size: 11.5px; line-height: 1.5; opacity: .8; }
.workflow-tab-action { display: flex; align-items: center; gap: 6px; margin-top: 13px; color: #c8d8ff; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.workflow-tab-action svg { width: 14px; height: 14px; transition: transform .2s ease; }
.workflow-tab:hover .workflow-tab-action svg { transform: translateX(3px); }
.workflow-tab.active .workflow-tab-action { color: var(--blue-dark); }
.workflow-tab-state-active { display: none; }
.workflow-tab.active .workflow-tab-state-active { display: inline; }
.workflow-tab.active .workflow-tab-state-idle { display: none; }
.workflow-stage, .workflow-grid, .workflow-copy { min-width: 0; }
.workflow-panel { min-height: 620px; padding: 25px 32px 27px; border: 1px solid rgba(255,255,255,.15); border-radius: 30px; background: rgba(255,255,255,.065); backdrop-filter: blur(14px); }
.workflow-panel[hidden] { display: none; }
.workflow-panel:focus-visible { outline: 3px solid #b7ccff; outline-offset: 4px; }
.workflow-panel-label { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.68); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.workflow-panel-label span:first-child { color: #b7ccff; }
.workflow-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(290px,.82fr); gap: 31px; align-items: center; }
.workflow-copy h3 { font-family: var(--serif); font-size: clamp(2rem,3vw,3.1rem); line-height: 1.03; letter-spacing: -.03em; }
.workflow-copy > p { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.75; }
.outcome-list { display: grid; gap: 10px; margin-top: 25px; }
.outcome-item { display: flex; gap: 11px; align-items: flex-start; color: rgba(255,255,255,.94); font-size: 13px; line-height: 1.55; }
.outcome-item svg { flex: 0 0 18px; margin-top: 1px; color: #b7ccff; }
.demo-card { border-radius: 25px; background: #f5f2ed; color: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.24); overflow: hidden; }
.demo-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 17px; background: white; border-bottom: 1px solid rgba(8,26,51,.08); }
.demo-top strong { color: var(--navy); font-size: 11px; }
.demo-top span { color: var(--muted-2); font-size: 9px; }
.demo-body { padding: 16px; }
.mini-bubble { width: 88%; padding: 10px 11px; margin-bottom: 8px; border-radius: 12px; background: white; color: #233448; font-size: 10.5px; line-height: 1.5; box-shadow: 0 1px 2px rgba(8,26,51,.08); }
.mini-bubble.user { margin-left: auto; background: #dce8ff; }
.mini-bubble ul { padding: 0; list-style: none; margin: 6px 0 0; }
.mini-bubble li { position: relative; padding-left: 10px; margin: 2px 0; }
.mini-bubble li::before { content: "•"; position: absolute; left: 0; color: var(--blue); }
.context-note { margin-top: 12px; padding: 13px; border-radius: 13px; background: #eef3ff; color: var(--blue-dark); font-size: 10px; font-weight: 700; }
.receipt-timeline { display: grid; gap: 8px; }
.receipt-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 11px 12px; border-radius: 12px; background: white; box-shadow: 0 1px 2px rgba(8,26,51,.06); }
.receipt-row strong { font-size: 10px; color: var(--navy); }
.receipt-row span { display: block; margin-top: 3px; color: var(--muted); font-size: 8.5px; }
.receipt-amount { text-align: right; }
.receipt-amount b { color: var(--navy); font-size: 10px; }
.receipt-amount small { display: block; margin-top: 3px; color: var(--blue-dark); font-size: 8px; }
.spend-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 9px; }
.spend-chip { padding: 9px; border-radius: 11px; background: var(--blue-soft); color: var(--navy); }
.spend-chip span { display: block; font-size: 7.5px; color: var(--muted); }
.spend-chip strong { font-size: 10px; }
.sample-label { margin: 0 0 8px; color: var(--muted-2); font-size: 8px; text-align: center; }
.workflow-panel-footer { display: flex; align-items: center; justify-content: flex-end; gap: 14px; margin-top: 24px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.13); }
.workflow-panel-footer > span { color: rgba(255,255,255,.66); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.workflow-next { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 9px 12px; border: 1px solid rgba(183,204,255,.42); border-radius: 999px; background: rgba(37,99,235,.16); color: white; font-size: 10px; font-weight: 800; cursor: pointer; }
.workflow-next:hover { background: rgba(37,99,235,.3); }
.workflow-next:focus-visible { outline: 3px solid #b7ccff; outline-offset: 3px; }
.workflow-next svg { width: 14px; height: 14px; }

.jobs { background: var(--paper); }
.jobs .section-heading { max-width: 760px; }
.jobs .section-heading .lead { max-width: 650px; }
.job-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.job-card { min-height: 410px; padding: 28px; border: 1px solid var(--border); border-radius: 27px; background: white; display: flex; flex-direction: column; box-shadow: 0 15px 45px rgba(8,26,51,.045); }
.job-card.featured { background: var(--blue); color: white; border-color: var(--blue); transform: translateY(-12px); box-shadow: 0 25px 60px rgba(37,99,235,.2); }
.job-card.featured h3, .job-card.featured .job-icon { color: white; }
.job-card.featured p, .job-card.featured li { color: rgba(255,255,255,.96); }
.job-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 30px; border-radius: 16px; background: var(--blue-soft); color: var(--blue); }
.job-card.featured .job-icon { background: rgba(255,255,255,.16); }
.job-card h3 { font-family: var(--serif); font-size: 27px; letter-spacing: -.025em; margin-bottom: 13px; }
.job-card p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.job-card ul { list-style: none; padding: 0; margin: auto 0 0; display: grid; gap: 10px; }
.job-card li { display: flex; align-items: flex-start; gap: 9px; color: #526172; font-size: 12px; line-height: 1.5; }
.job-card li::before { content: "✓"; color: var(--blue); font-weight: 800; }
.job-card.featured li::before { color: white; }

.companion-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; }
.companion-copy { max-width: 520px; }
.companion-list { display: grid; gap: 16px; margin-top: 32px; }
.companion-item { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; }
.companion-item span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: var(--blue-soft); color: var(--blue); }
.companion-item h3 { margin: 1px 0 4px; font-size: 14px; }
.companion-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.dashboard {
  position: relative;
  padding: 18px;
  border-radius: 32px;
  background: var(--navy);
  box-shadow: var(--shadow-lg);
  transform: perspective(1100px) rotateY(-5deg) rotateX(2deg);
}
.dashboard-screen { min-height: 500px; padding: 18px; border-radius: 20px; background: #f7f8fa; overflow: hidden; }
.dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.dash-brand { display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: 11px; font-weight: 800; }
.dash-brand img { width: 26px; height: auto; }
.dash-nav { display: flex; gap: 6px; }
.dash-nav span { padding: 6px 9px; border-radius: 999px; background: white; color: var(--muted); font-size: 7px; }
.dash-nav .active { background: var(--blue); color: white; }
.dash-hero { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 17px; border-radius: 17px; background: var(--navy); color: white; }
.dash-hero small { display: block; color: #9bb9ff; font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dash-hero strong { display: block; margin-top: 6px; font-family: var(--serif); font-size: 18px; }
.dash-hero p { margin: 5px 0 0; color: rgba(255,255,255,.65); font-size: 8px; }
.dash-status { align-self: center; padding: 7px 9px; border-radius: 999px; background: rgba(255,255,255,.1); font-size: 7px; font-weight: 700; }
.dash-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; margin-top: 10px; }
.dash-card { padding: 13px; border: 1px solid rgba(8,26,51,.08); border-radius: 14px; background: white; }
.dash-card h4 { margin: 0 0 10px; color: var(--navy); font-size: 9px; }
.dash-row { display: grid; grid-template-columns: 38px 1fr auto; gap: 7px; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(8,26,51,.07); }
.dash-row:last-child { border-bottom: 0; }
.dash-time { color: var(--blue-dark); font-size: 7px; font-weight: 800; }
.dash-row strong { display: block; color: var(--navy); font-size: 7.5px; }
.dash-row span { display: block; margin-top: 2px; color: var(--muted); font-size: 6.5px; }
.dash-badge { padding: 4px 6px; border-radius: 999px; background: var(--blue-soft); color: var(--blue-dark); font-size: 6px; font-weight: 800; }
.attention-card { padding: 10px; margin-bottom: 7px; border-radius: 11px; background: #fff8ed; }
.attention-card:last-child { margin-bottom: 0; }
.attention-card small { color: #94661d; font-size: 6px; font-weight: 800; text-transform: uppercase; }
.attention-card strong { display: block; margin-top: 4px; color: var(--navy); font-size: 7.5px; }
.attention-card p { margin: 3px 0 0; color: var(--muted); font-size: 6.5px; line-height: 1.4; }
.dashboard-label { position: absolute; right: -25px; bottom: 55px; padding: 11px 14px; border-radius: 14px; background: white; color: var(--navy); font-size: 10px; font-weight: 800; box-shadow: var(--shadow-sm); }

.trust { background: var(--navy); color: white; overflow: hidden; }
.trust::after { content: ""; position: absolute; width: 600px; height: 600px; right: -230px; top: -240px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.015), 0 0 0 160px rgba(255,255,255,.01); }
.trust h2 { color: white; }
.trust .eyebrow { color: #9bb9ff; }
.trust .lead { color: rgba(255,255,255,.68); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; position: relative; z-index: 2; }
.trust-card { padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.055); }
.trust-card svg { width: 28px; height: 28px; margin-bottom: 36px; color: #9bb9ff; }
.trust-card h3 { margin-bottom: 10px; color: white; font-size: 15px; }
.trust-card p { margin-bottom: 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.65; }

.early { background: var(--paper); }
.cohort-card { display: grid; grid-template-columns: .84fr 1.16fr; gap: 24px; padding: 36px; border: 1px solid var(--border); border-radius: 34px; background: white; box-shadow: var(--shadow-sm); }
.cohort-intro { padding: 14px 20px 14px 8px; }
.cohort-intro h2 { font-size: clamp(2.5rem,4vw,4.2rem); }
.cohort-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0 31px; }
.cohort-point { padding: 14px; border-radius: 15px; background: var(--blue-lighter); }
.cohort-point strong { display: block; color: var(--navy); font-size: 12px; }
.cohort-point span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.plan-stack { display: grid; gap: 12px; }
.plan-card { padding: 24px; border: 1px solid var(--border); border-radius: 22px; background: var(--ivory); }
.plan-card.plus { background: var(--navy); color: white; border-color: var(--navy); }
.plan-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.plan-name { color: var(--navy); font-size: 14px; font-weight: 800; }
.plan-card.plus .plan-name { color: white; }
.plan-price { text-align: right; }
.plan-price strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 27px; letter-spacing: -.03em; }
.plan-card.plus .plan-price strong { color: white; }
.plan-price span { color: var(--muted); font-size: 9px; }
.plan-card.plus .plan-price span { color: rgba(255,255,255,.6); }
.plan-card p { margin: 17px 0 14px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.plan-card.plus p { color: rgba(255,255,255,.7); }
.plan-features { display: flex; flex-wrap: wrap; gap: 7px; }
.plan-features span { padding: 6px 8px; border-radius: 999px; background: white; color: #536170; font-size: 8px; font-weight: 700; }
.plan-card.plus .plan-features span { background: rgba(255,255,255,.1); color: rgba(255,255,255,.84); }
.plan-note { margin: 13px 0 0; color: var(--muted-2); font-size: 9px; text-align: right; }

.faq-list { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-button { width: 100%; padding: 24px 2px; border: 0; background: transparent; display: grid; grid-template-columns: 1fr 34px; gap: 18px; align-items: center; color: var(--navy); text-align: left; font-weight: 800; }
.faq-button span:last-child { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--blue-soft); color: var(--blue-dark); transition: transform .2s ease; }
.faq-item.open .faq-button span:last-child { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { margin: 0; padding: 0 48px 24px 2px; color: var(--muted); font-size: 13px; line-height: 1.75; }

.final-cta { padding: 90px 0; background: var(--blue); color: white; text-align: center; overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.final-cta::before { width: 460px; height: 460px; left: -250px; top: -230px; }
.final-cta::after { width: 620px; height: 620px; right: -360px; bottom: -430px; }
.final-cta h2 { position: relative; z-index: 2; color: white; max-width: 760px; margin-inline: auto; }
.final-cta p { position: relative; z-index: 2; max-width: 560px; margin: 0 auto 30px; color: rgba(255,255,255,.96); font-size: 15px; line-height: 1.65; }
.final-cta .btn { position: relative; z-index: 2; }

.footer { padding: 55px 0 26px; background: var(--ivory); }
.footer-top { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 50px; padding-bottom: 42px; }
.footer-brand .brand { width: max-content; }
.footer-brand p { max-width: 360px; margin: 17px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.footer-col h3 { margin-bottom: 15px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-col a { display: flex; align-items: center; width: max-content; min-height: 32px; margin-bottom: 2px; color: var(--muted); font-size: 12px; text-decoration: none; }
.footer-col a:hover { color: var(--blue); }
.footer-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid var(--border); }
.footer-bottom p { margin: 0; color: var(--muted-2); font-size: 10px; line-height: 1.65; }
.footer-legal { max-width: 720px; }

.modal { position: fixed; inset: 0; z-index: 200; display: none; place-items: center; padding: 18px; background: rgba(8,26,51,.7); backdrop-filter: blur(8px); }
.modal.open { display: grid; }
.modal-dialog { width: min(100%, 760px); max-height: calc(100vh - 36px); overflow: auto; border-radius: 29px; background: var(--paper); box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.modal-head { position: sticky; top: 0; z-index: 3; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 25px 28px 19px; background: rgba(255,253,250,.94); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.modal-head h2 { margin: 0 0 5px; font-size: 31px; }
.modal-head p { margin: 0; color: var(--muted); font-size: 11px; }
.icon-button { flex: 0 0 auto; width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 50%; background: white; color: var(--navy); font-size: 22px; }
.application-form { padding: 24px 28px 30px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: 10px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--border-strong); border-radius: 12px; background: white; color: var(--navy); padding: 12px 13px; font-size: 12px; }
.field textarea { min-height: 95px; resize: vertical; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; margin: 17px 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.checkbox input { margin-top: 2px; }
.checkbox a { color: var(--blue-dark); }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; }
.form-note { color: var(--muted-2); font-size: 11px; }
.form-status { min-height: 20px; margin-top: 13px; color: var(--navy); font-size: 11px; font-weight: 700; }
.form-status.error { color: #b42318; }
.form-status.success { color: #18794e; }

.legal-page { padding: 135px 0 90px; background: var(--paper); min-height: 100vh; }
.legal-shell { width: min(calc(100% - 40px), 860px); margin: auto; }
.legal-shell h1 { max-width: 780px; font-size: clamp(3rem,6vw,5.4rem); }
.legal-meta { margin-bottom: 45px; color: var(--muted); font-size: 12px; }
.legal-shell h2 { margin-top: 50px; font-size: 30px; }
.legal-shell h3 { margin-top: 28px; }
.legal-shell p, .legal-shell li { color: var(--muted); font-size: 13px; line-height: 1.8; }
.legal-shell ul { padding-left: 20px; }
.legal-callout { margin: 28px 0; padding: 20px; border-left: 3px solid var(--blue); border-radius: 12px; background: var(--blue-lighter); }

.reveal { opacity: 1; transform: translateY(22px); transition: transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; place-items: center; }
  .header-actions .btn-secondary { display: none; }
  .mobile-menu { position: fixed; inset: 80px 20px auto; padding: 14px; border: 1px solid var(--border); border-radius: 20px; background: rgba(255,253,250,.98); box-shadow: var(--shadow-lg); }
  .mobile-menu.open { display: grid; }
  .mobile-menu a { padding: 13px; border-radius: 11px; color: var(--navy); font-size: 13px; font-weight: 700; text-decoration: none; }
  .mobile-menu a:hover { background: var(--blue-soft); color: var(--blue); }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-copy .lead { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-stage { min-height: 670px; }
  .orbit-label.top { left: calc(50% - 280px); }
  .orbit-label.bottom { right: calc(50% - 295px); }
  .problem-grid, .companion-grid, .cohort-card { grid-template-columns: 1fr; }
  .problem-grid, .companion-grid { gap: 55px; }
  .load-stack { max-width: 720px; }
  .load-card:nth-child(2), .load-card:nth-child(3) { transform: none; }
  .companion-copy { max-width: 740px; }
  .dashboard { max-width: 760px; margin-inline: auto; transform: none; }
  .workflow-shell { grid-template-columns: minmax(0,1fr); }
  .workflow-selector { position: static; }
  .workflow-tabs { display: grid; grid-template-columns: repeat(3,1fr); }
  .workflow-tab { min-height: 154px; }
  .workflow-tab:hover { transform: translateY(-2px); }
  .workflow-panel { min-height: 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .job-grid { grid-template-columns: 1fr; max-width: 700px; margin-inline: auto; }
  .job-card, .job-card.featured { min-height: auto; transform: none; }
  .job-card ul { margin-top: 25px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 82px 0; }
  .section-sm { padding: 60px 0; }
  .header-inner { height: 70px; }
  .brand-mark { width: 35px; height: auto; }
  .brand-name { font-size: 22px; }
  .header-actions .btn-primary { min-height: 41px; padding-inline: 14px; font-size: 11px; }
  .mobile-menu { top: 70px; }
  .hero { min-height: 0; padding: 118px 0 62px; }
  .hero::before { display: none; }
  h1 { font-size: clamp(3rem, 14.2vw, 4.25rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.35rem); }
  .hero-copy .lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; justify-items: start; width: max-content; max-width: 100%; margin-inline: auto; }
  .hero-stage { min-height: 600px; margin: 12px -5px 0; }
  .phone { width: min(100%, 350px); border-radius: 43px; transform: none; }
  .phone-screen { min-height: 580px; }
  .orbit-label { min-width: auto; padding: 10px 12px; font-size: 10px; }
  .orbit-label.top { top: 4px; left: 0; }
  .orbit-label.bottom { right: 0; bottom: 8px; }
  .chat-caption { bottom: -5px; }
  .problem-grid { gap: 40px; }
  .load-card { grid-template-columns: 44px 1fr; }
  .load-card:nth-child(2), .load-card:nth-child(3) { transform: none; }
  .load-icon { width: 42px; height: 42px; }
  .load-count { display: none; }
  .mechanism-track { grid-template-columns: 1fr; gap: 24px; }
  .mechanism-track::before { left: 33px; right: auto; top: 34px; bottom: 34px; width: 1px; height: auto; background: linear-gradient(180deg,var(--blue),rgba(37,99,235,.15),var(--plum)); }
  .mechanism-step { display: grid; grid-template-columns: 68px 1fr; gap: 18px; text-align: left; padding: 0; }
  .step-number { margin: 0; box-shadow: 0 0 0 8px var(--ivory); }
  .mechanism-step h3 { margin-top: 4px; }
  .workflow-selector { overflow: clip; }
  .workflow-guide { align-items: flex-start; flex-direction: column; gap: 6px; margin-top: -6px; }
  .workflow-guide > div { align-items: flex-start; flex-direction: column; gap: 7px; }
  .workflow-guide p { font-size: 10px; }
  .workflow-status { margin-bottom: 7px; }
  .workflow-tabs { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px,84%); grid-template-columns: none; gap: 10px; width: 100%; min-width: 0; max-width: 100%; margin-right: 0; padding: 3px 14px 12px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; }
  .workflow-tab { min-height: 144px; scroll-snap-align: start; }
  .workflow-panel { min-height: 0; padding: 18px; border-radius: 24px; }
  .workflow-panel-label { margin-bottom: 18px; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-copy h3 { font-size: 2.4rem; }
  .demo-card { max-width: 430px; margin-inline: auto; }
  .workflow-panel-footer { align-items: stretch; flex-direction: column; }
  .workflow-next { justify-content: space-between; width: 100%; min-height: 44px; }
  .job-card { padding: 24px; }
  .companion-grid { gap: 42px; }
  .dashboard { padding: 10px; border-radius: 24px; }
  .dashboard-screen { min-height: 450px; padding: 11px; }
  .dash-nav span { display: none; }
  .dash-nav .active { display: block; }
  .dash-grid { grid-template-columns: 1fr; }
  .dashboard-label { right: 8px; bottom: -18px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card svg { margin-bottom: 22px; }
  .cohort-card { padding: 22px; }
  .cohort-intro { padding: 4px; }
  .cohort-points { grid-template-columns: 1fr; }
  .plan-head { display: grid; }
  .plan-price { text-align: left; }
  .plan-note { text-align: left; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .modal-head, .application-form { padding-left: 20px; padding-right: 20px; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .btn { width: 100%; }
  .legal-page { padding-top: 110px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Next.js integration additions */
.route-page{min-height:100vh;padding:128px 0 72px;background:var(--ivory)}
.route-page .route-shell{max-width:1080px;margin:0 auto;padding:0 24px}
.route-card{padding:clamp(24px,5vw,56px);border:1px solid var(--border);border-radius:28px;background:#fff;box-shadow:var(--shadow-sm)}
.route-card h1{font-size:clamp(2.6rem,6vw,5.4rem);max-width:900px}
.route-card .lead{max-width:760px}
.route-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:32px}
.route-panel{padding:20px;border:1px solid var(--border);border-radius:18px;background:var(--ivory)}
.route-panel h2{font-family:var(--sans);font-size:15px;letter-spacing:-.01em;margin:0 0 8px}
.route-panel p{color:var(--muted);font-size:12px;line-height:1.65;margin:0}
.sample-dashboard{margin-top:34px;padding:18px;border-radius:24px;background:var(--navy);box-shadow:var(--shadow-lg)}
.sample-dashboard .sample-label{color:rgba(255,255,255,.58);text-align:left;margin:0 0 12px}
.sample-dashboard-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:12px}
.sample-dashboard-panel{padding:20px;border-radius:18px;background:#fff}
.sample-dashboard-panel h2{font-family:var(--sans);font-size:14px;margin:0 0 14px}
.sample-dashboard-row{display:grid;grid-template-columns:74px 1fr auto;gap:10px;padding:11px 0;border-bottom:1px solid var(--border);font-size:11px}
.sample-dashboard-row:last-child{border-bottom:0}
.sample-dashboard-row span{color:var(--muted)}
.sample-dashboard-badge{padding:4px 7px;border-radius:999px;background:var(--blue-soft);color:var(--blue-dark)!important;font-size:8px;font-weight:800}
.api-error{font-size:12px;color:#9a3412}
@media(max-width:760px){.route-grid,.sample-dashboard-grid{grid-template-columns:1fr}.route-page{padding-top:104px}.route-card{border-radius:22px}.route-actions .btn{width:100%}}
