:root {
  --ink: #0b1326;
  --ink-soft: #1f3152;
  --paper: #f7f8fc;
  --white: #ffffff;
  --line: #dce3ef;
  --muted: #5d6c85;
  --blue: #1769d8;
  --blue-soft: #e7f0ff;
  --gold: #f4b942;
  --danger: #d64848;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Arial Narrow', 'Avenir Next', Avenir, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { left: 12px; position: absolute; top: -80px; z-index: 100; background: var(--white); padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.nav { min-height: 76px; align-items: center; display: flex; gap: 28px; justify-content: space-between; }
.brand { align-items: center; display: inline-flex; font-weight: 800; gap: 9px; letter-spacing: -.04em; font-size: 22px; }
.brand img { width: 27px; height: 27px; object-fit: contain; }
.brand small { color: var(--muted); display: block; font-size: 10px; letter-spacing: .13em; margin-top: -4px; text-transform: uppercase; }
.nav-links { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; }
.nav-links a { color: #354563; font-size: 14px; font-weight: 700; }
.nav-links a:hover { color: var(--blue); }
.button { align-items: center; background: var(--blue); border: 1px solid var(--blue); color: var(--white); display: inline-flex; font-size: 14px; font-weight: 800; gap: 8px; justify-content: center; min-height: 44px; padding: 0 18px; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { background: #0955b8; border-color: #0955b8; transform: translateY(-1px); }
.button.secondary { background: var(--white); color: var(--ink); border-color: #bdc8da; }
.button.secondary:hover { background: var(--blue-soft); border-color: var(--blue); }
.button.ghost { background: transparent; border-color: #6c7e9c; color: var(--white); }
.button.ghost:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
.eyebrow { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .15em; margin: 0 0 16px; text-transform: uppercase; }
.hero { background: var(--white); overflow: hidden; padding: 84px 0 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(380px, 1.06fr); gap: 62px; align-items: center; }
h1, h2, h3 { line-height: 1.05; margin: 0; }
h1 { font-family: var(--serif); font-size: clamp(46px, 5.4vw, 76px); font-weight: 500; letter-spacing: -.055em; max-width: 680px; }
h2 { font-family: var(--serif); font-size: clamp(34px, 3.8vw, 52px); font-weight: 500; letter-spacing: -.045em; }
h3 { font-size: 19px; letter-spacing: -.02em; }
.hero-copy { color: var(--muted); font-size: 19px; margin: 26px 0 32px; max-width: 570px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { color: var(--muted); font-size: 12px; margin: 16px 0 0; }
.product-frame { background: var(--ink); box-shadow: 28px 28px 0 #e1e9f8; color: var(--white); margin-bottom: -52px; min-height: 444px; padding: 26px; position: relative; }
.frame-top { align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; padding-bottom: 21px; }
.frame-top small, .frame-meta { color: #aebbd0; font-size: 12px; }
.frame-title { font-size: 18px; font-weight: 800; margin-top: 3px; }
.live-mark { align-items: center; color: #dbe9ff; display: flex; font-size: 12px; font-weight: 800; gap: 7px; }
.live-mark span { background: #67d7a6; border-radius: 50%; height: 7px; width: 7px; }
.priority { background: #172846; border-left: 3px solid var(--gold); margin-top: 22px; padding: 15px 16px; }
.priority b { display: block; font-size: 17px; margin-top: 5px; }
.priority p { color: #b7c3d7; font-size: 13px; margin: 5px 0 0; }
.frame-stats { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); margin-top: 18px; }
.frame-stats div { background: #13223d; padding: 13px; }
.frame-stats strong { display: block; font-size: 24px; }
.frame-stats span { color: #aebbd0; font-size: 11px; }
.frame-list { border-top: 1px solid rgba(255,255,255,.15); margin-top: 18px; padding: 12px 0 0; }
.frame-row { align-items: center; display: flex; font-size: 13px; gap: 10px; justify-content: space-between; padding: 8px 0; }
.frame-row span:first-child { color: #b7c3d7; }
.risk { color: #ff9595; font-weight: 800; }
.steady { color: #96d7b9; font-weight: 800; }
.section { padding: 108px 0; }
.section.white { background: var(--white); }
.section-head { display: grid; gap: 28px; grid-template-columns: .9fr 1.1fr; margin-bottom: 46px; }
.section-lede { color: var(--muted); font-size: 18px; max-width: 580px; }
.workflow { background: var(--ink); color: var(--white); padding: 108px 0; }
.workflow .eyebrow { color: #82b4ff; }
.workflow-copy { color: #b7c3d7; font-size: 18px; margin: 23px 0 45px; max-width: 620px; }
.steps { border-top: 1px solid rgba(255,255,255,.3); display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; margin: 0; padding: 0; }
.steps li { border-right: 1px solid rgba(255,255,255,.22); min-height: 172px; padding: 22px 18px 0 0; position: relative; }
.steps li + li { padding-left: 18px; }
.steps li:last-child { border-right: 0; }
.steps span { color: #82b4ff; display: block; font-size: 12px; font-weight: 900; letter-spacing: .12em; margin-bottom: 30px; }
.steps b { display: block; font-size: 16px; max-width: 132px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { border-top: 2px solid var(--ink); padding: 21px 0; }
.feature p { color: var(--muted); margin: 10px 0 0; }
.feature-number { color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .12em; margin-bottom: 54px; }
.unit-360 { background: #eaf2ff; border: 1px solid #cadcf8; display: grid; gap: 46px; grid-template-columns: .95fr 1.05fr; padding: 48px; }
.unit-360 p { color: #445674; font-size: 18px; }
.unit-card { background: var(--white); border: 1px solid #c9d5e7; padding: 24px; }
.unit-card-head { align-items: start; display: flex; justify-content: space-between; }
.unit-card small { color: var(--muted); display: block; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.unit-card h3 { margin-top: 5px; font-size: 26px; }
.state { background: #d8f5e7; color: #176643; font-size: 12px; font-weight: 900; padding: 6px 9px; }
.timeline { border-left: 2px solid #adc4e9; list-style: none; margin: 24px 0 0 10px; padding: 0 0 0 22px; }
.timeline li { color: #4f5f79; font-size: 14px; margin: 0 0 18px; position: relative; }
.timeline li::before { background: var(--blue); border: 3px solid var(--white); border-radius: 50%; content: ''; height: 10px; left: -29px; position: absolute; top: 4px; width: 10px; }
.timeline b { color: var(--ink); display: block; }
.proof { background: var(--white); border: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 18px; }
.proof div { min-height: 172px; padding: 30px; }
.proof div + div { border-left: 1px solid var(--line); }
.proof strong { display: block; font-size: 18px; margin-bottom: 10px; }
.proof p { color: var(--muted); margin: 0; }
.pilot { background: var(--ink); color: var(--white); overflow: hidden; padding: 84px 0; position: relative; }
.pilot::after { border: 1px solid rgba(255,255,255,.12); content: ''; height: 440px; position: absolute; right: -160px; top: -225px; transform: rotate(35deg); width: 540px; }
.pilot-grid { align-items: end; display: grid; grid-template-columns: 1fr auto; gap: 42px; position: relative; z-index: 1; }
.pilot .eyebrow { color: #82b4ff; }
.pilot h2 { max-width: 700px; }
.pilot p { color: #b7c3d7; font-size: 18px; max-width: 620px; }
.subpage-hero { background: var(--white); padding: 94px 0 76px; }
.subpage-hero h1 { max-width: 780px; }
.subpage-hero p { color: var(--muted); font-size: 19px; margin: 24px 0 0; max-width: 690px; }
.copy-grid { display: grid; gap: 52px; grid-template-columns: .85fr 1.15fr; }
.copy-grid p, .copy-grid li { color: var(--muted); font-size: 17px; }
.copy-grid ul { padding-left: 20px; }
.copy-grid li + li { margin-top: 12px; }
.callout { background: var(--blue-soft); border-left: 4px solid var(--blue); padding: 24px; }
.callout strong { display: block; font-size: 17px; }
.callout p { color: #435778; margin-bottom: 0; }
.price-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.price-card { background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 320px; padding: 29px; }
.price-card.featured { border: 2px solid var(--blue); }
.price-card p { color: var(--muted); }
.price-card .button { margin-top: auto; }
.site-footer { background: var(--white); border-top: 1px solid var(--line); padding: 38px 0; }
.footer-grid { align-items: start; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 24px; }
.footer-grid h3 { font-size: 13px; margin-bottom: 11px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid a, .footer-grid p { color: var(--muted); display: block; font-size: 14px; margin: 0 0 8px; }
.footer-grid a:hover { color: var(--blue); }
.copyright { color: var(--muted); font-size: 12px; margin-top: 34px; }
@media (max-width: 860px) {
  .shell { width: min(100% - 32px, 640px); }
  .nav { padding: 14px 0; align-items: flex-start; }
  .nav-links { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid, .section-head, .unit-360, .copy-grid, .pilot-grid { grid-template-columns: 1fr; }
  .product-frame { box-shadow: 16px 16px 0 #e1e9f8; margin: 16px 0 -26px; min-height: 395px; }
  .section, .workflow { padding: 76px 0; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { border-bottom: 1px solid rgba(255,255,255,.22); border-right: 0; min-height: auto; padding: 20px 0; }
  .steps span { margin-bottom: 6px; }
  .feature-grid, .proof, .price-grid { grid-template-columns: 1fr; }
  .proof div + div { border-left: 0; border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
