:root {
  color-scheme: light;
  --blue: #0093de;
  --blue-dark: #07356f;
  --orange: #ff6c21;
  --ink: #172033;
  --muted: #5f6f82;
  --soft: #f5fafd;
  --line: #dde7ef;
  --white: #ffffff;
  --shadow: 0 22px 64px -44px rgba(7, 53, 111, .34);
  --radius: 8px;
  font-family: Satoshi, Geist, Aptos, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-size: 16px; line-height: 1.55; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 5; background: var(--blue-dark); color: var(--white); padding: 10px 14px; border-radius: var(--radius); }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 4; border-bottom: 1px solid rgba(221, 231, 239, .9); background: rgba(255, 255, 255, .96); backdrop-filter: blur(18px); }
.nav-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; height: 74px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 188px; height: auto; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 8px; }
.nav-links a { color: #33475b; font-size: 14px; font-weight: 650; padding: 9px 12px; border-radius: 999px; }
.nav-links a:hover, .nav-links a:focus-visible { background: var(--soft); color: var(--blue-dark); outline: none; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 12px 18px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 760; letter-spacing: 0; transition: transform .22s cubic-bezier(.16, 1, .3, 1), box-shadow .22s cubic-bezier(.16, 1, .3, 1), background .22s; }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--blue); color: var(--white); box-shadow: 0 18px 36px -24px rgba(0, 147, 222, .75); }
.btn-primary:hover { background: #057fbe; box-shadow: 0 22px 42px -25px rgba(0, 147, 222, .85); }
.btn-secondary { border-color: var(--line); color: var(--blue-dark); background: rgba(255,255,255,.85); }
.btn-secondary:hover { border-color: rgba(0,147,222,.45); background: var(--soft); }
.hero { position: relative; min-height: calc(100dvh - 74px); overflow: hidden; display: grid; align-items: end; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.83) 38%, rgba(255,255,255,.2) 78%), linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 26%); }
.hero-content { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: clamp(64px, 10vw, 132px) 0 clamp(56px, 8vw, 98px); }
.kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-dark); background: rgba(245,250,253,.82); border: 1px solid rgba(0,147,222,.22); border-radius: 999px; padding: 7px 12px; font-size: 13px; font-weight: 780; }
.kicker::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--blue); box-shadow: 0 0 0 5px rgba(0,147,222,.13); }
h1, h2, h3 { margin: 0; letter-spacing: 0; color: var(--ink); text-wrap: balance; }
h1 { max-width: 780px; margin-top: 22px; font-size: clamp(42px, 6vw, 78px); line-height: 1; font-weight: 820; }
.hero-lede { max-width: 660px; margin: 24px 0 0; color: #33475b; font-size: clamp(18px, 2vw, 23px); line-height: 1.42; }
.hero-claim { margin-top: 22px; color: var(--blue-dark); font-weight: 820; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; width: min(780px, 100%); margin-top: 46px; border: 1px solid rgba(221,231,239,.9); background: rgba(221,231,239,.75); box-shadow: var(--shadow); }
.proof-item { background: rgba(255,255,255,.86); padding: 18px; }
.proof-item strong { display: block; font-size: 22px; color: var(--blue-dark); }
.proof-item span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }
.section { padding: clamp(72px, 11vw, 142px) 0; }
.section-tight { padding: clamp(54px, 8vw, 104px) 0; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section-head { max-width: 780px; margin-bottom: 38px; }
.eyebrow { margin: 0 0 10px; color: var(--blue); font-size: 13px; font-weight: 820; text-transform: uppercase; letter-spacing: .08em; }
h2 { font-size: clamp(34px, 5vw, 62px); line-height: 1.04; font-weight: 820; max-width: 920px; }
.section-head p, .lead { color: var(--muted); font-size: 18px; max-width: 720px; margin: 18px 0 0; }
.problem-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.problem-list { display: grid; gap: 12px; margin-top: 28px; }
.problem-row { display: grid; grid-template-columns: 28px 1fr; gap: 13px; align-items: start; padding: 16px 0; border-top: 1px solid var(--line); }
.problem-row:last-child { border-bottom: 1px solid var(--line); }
.mark { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 999px; background: rgba(0,147,222,.1); color: var(--blue-dark); font-weight: 820; font-size: 13px; }
.visual-panel { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--white); box-shadow: 0 18px 50px -42px rgba(7, 53, 111, .32); }
.visual-panel img { width: 100%; height: auto; }
.visual-panel-quiet { align-self: center; display: grid; place-items: stretch; padding: 0; box-shadow: 0 18px 48px -42px rgba(7, 53, 111, .28); }
.visual-panel-quiet picture { position: relative; display: block; width: 100%; min-height: clamp(230px, 24vw, 340px); overflow: hidden; }
.visual-panel-quiet img { position: absolute; left: 50%; top: 50%; width: 100%; max-width: none; height: auto; object-fit: contain; transform: translate(-50%, -50%); transform-origin: center; }
.caption { padding: 14px 16px; color: var(--muted); font-size: 13px; border-top: 1px solid var(--line); background: rgba(245,250,253,.75); }
.band { background: var(--soft); border-block: 1px solid var(--line); }
.module-grid, .feature-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr); gap: clamp(28px, 5vw, 64px); align-items: stretch; }
.module-main, .solution-card, .route-card, .feature-copy { border: 1px solid var(--line); border-radius: 8px; background: var(--white); overflow: hidden; }
.module-side { align-self: start; }
.module-copy { padding: clamp(24px, 4vw, 42px); }
.feature-copy { padding: clamp(28px, 4.6vw, 50px); display: flex; flex-direction: column; justify-content: center; }
.feature-copy h3, .module-copy h3, .route-card h3, .solution-card h3 { font-size: 24px; line-height: 1.13; }
.feature-copy h2 { max-width: 100%; font-size: clamp(30px, 4.1vw, 52px); line-height: 1.05; text-wrap: wrap; }
.feature-copy p, .module-copy p, .route-card p, .solution-card p { color: var(--muted); margin: 10px 0 0; }
.module-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.module-list div { background: var(--white); padding: 17px 18px; font-weight: 720; color: #33475b; }
.feature-copy .module-list { margin-top: clamp(22px, 3vw, 34px); box-shadow: none; }
.solution-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.solution-card { min-height: 210px; padding: clamp(24px, 3.2vw, 34px); border: 0; border-radius: 0; display: flex; flex-direction: column; justify-content: space-between; }
.solution-card::before { content: ""; width: 36px; height: 3px; background: var(--blue); border-radius: 999px; margin-bottom: 24px; }
.solution-card img, .solution-card picture { display: none; }
.no-pvs, .workflow-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr); gap: clamp(28px, 5vw, 64px); align-items: stretch; }
.statement { min-width: 0; padding: clamp(28px, 4.6vw, 50px); background: var(--white); color: var(--ink); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 48px -42px rgba(7, 53, 111, .28); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.statement::before { content: ""; width: 42px; height: 3px; background: var(--blue); border-radius: 999px; margin-bottom: 26px; }
.statement h2, .statement p { color: var(--ink); }
.statement h2 { max-width: 100%; font-size: clamp(30px, 4.2vw, 52px); text-wrap: wrap; }
.statement p { color: var(--muted); opacity: 1; }
.route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.route-card { padding: 21px 22px; min-height: 164px; border: 0; border-radius: 0; display: flex; flex-direction: column; justify-content: space-between; }
.route-card:last-child:nth-child(odd) { grid-column: span 2; }
.route-card a { margin-top: 18px; color: var(--blue-dark); font-weight: 820; }
.route-card a:hover { color: var(--blue); }
.origin { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 76px); align-items: center; }
.timeline { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.timeline div { background: var(--white); padding: 18px; }
.timeline strong { color: var(--blue-dark); }
.cta-section { background: var(--blue-dark); color: var(--white); padding: clamp(72px, 10vw, 126px) 0; }
.cta-section h2, .cta-section p { color: var(--white); }
.cta-section p { opacity: .84; }
.cta-box { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.cta-section .btn-secondary { background: rgba(255,255,255,.08); color: var(--white); border-color: rgba(255,255,255,.24); }
.demo-readiness { background: #f8fbfe; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.demo-question-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.demo-question-card { border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 20px; box-shadow: 0 18px 42px -42px rgba(7, 53, 111, .3); }
.demo-question-card strong { display: block; color: var(--blue-dark); font-size: 17px; margin-bottom: 7px; }
.demo-question-card span { color: var(--muted); font-size: 14px; }
.demo-guardrails { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 390px); gap: clamp(22px, 4vw, 54px); align-items: start; }
.demo-guardrail-box { border-left: 4px solid var(--blue); padding-left: 18px; color: #33475b; }
.form-shell { display: grid; gap: 18px; max-width: 820px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-field { display: grid; gap: 7px; }
.form-field label, .check-field { font-weight: 760; color: var(--blue-dark); }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 12px 13px; color: var(--ink); background: var(--white); }
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field small { color: var(--muted); }
.check-field { display: flex; gap: 10px; align-items: flex-start; line-height: 1.35; }
.check-field input { margin-top: 4px; }
.form-status { border-radius: 8px; padding: 13px 15px; background: var(--soft); color: var(--blue-dark); font-weight: 700; }
.form-status.is-error { background: #fff3f0; color: #9f341f; }
.form-status.is-success { background: #edf9f3; color: #12633a; }
.site-footer { border-top: 1px solid var(--line); background: #fbfdfe; }
.footer-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 34px 0; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-links a:hover { color: var(--blue-dark); }
.legal-hero { padding-bottom: clamp(42px, 7vw, 92px); background: linear-gradient(180deg, var(--soft), var(--white)); border-bottom: 1px solid var(--line); }
.legal-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); gap: clamp(24px, 5vw, 72px); align-items: end; }
.legal-hero-grid > * { min-width: 0; }
.legal-hero .section-head { margin: 0; }
.legal-hero h1 { max-width: 100%; font-size: clamp(38px, 5vw, 66px); line-height: 1.02; overflow-wrap: anywhere; }
.legal-note { border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.86); padding: 22px; color: var(--muted); box-shadow: 0 18px 48px -42px rgba(7, 53, 111, .28); }
.legal-note strong, .legal-note span { display: block; }
.legal-note strong { color: var(--blue-dark); font-size: 19px; }
.legal-note span { margin-top: 6px; }
.legal-content { max-width: 920px; }
.legal-content article { border-top: 1px solid var(--line); padding: 28px 0; }
.legal-content article:first-child { border-top: 0; padding-top: 0; }
.legal-content h2 { font-size: clamp(24px, 3.2vw, 36px); line-height: 1.13; margin-bottom: 12px; }
.legal-content h3 { font-size: 19px; margin: 22px 0 8px; color: var(--blue-dark); }
.legal-content p, .legal-content li { color: #33475b; }
.legal-content p { margin: 0 0 14px; }
.legal-content ul { display: grid; gap: 8px; margin: 0 0 16px; padding-left: 22px; }
.legal-content a { color: var(--blue-dark); font-weight: 760; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.page-hero { position: relative; min-height: 72dvh; display: grid; align-items: end; overflow: hidden; isolation: isolate; }
.page-hero .hero-content { padding-top: clamp(74px, 11vw, 146px); }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.76) 44%, rgba(255,255,255,.18)); }
.page-hero .hero-media { z-index: -2; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.detail-grid-calm { align-items: center; }
.detail-copy { margin-bottom: 0; }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { padding: 16px 0; border-top: 1px solid var(--line); }
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.reveal { opacity: 1; transform: none; transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.js-reveal .reveal { opacity: 0; transform: translateY(18px); }
.js-reveal .reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 920px) {
  .nav-shell { grid-template-columns: auto auto; justify-content: space-between; height: 68px; }
  .menu-toggle { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); background: var(--white); border-radius: var(--radius); color: var(--blue-dark); }
  .menu-toggle span { width: 18px; height: 2px; background: currentColor; position: relative; display: block; }
  .menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: currentColor; }
  .menu-toggle span::before { top: -6px; }
  .menu-toggle span::after { top: 6px; }
  .nav-links, .nav-actions { display: none; }
  .site-header.is-open .nav-links, .site-header.is-open .nav-actions { display: grid; grid-column: 1 / -1; justify-content: stretch; gap: 8px; padding-bottom: 16px; }
  .site-header.is-open .nav-links a { border-radius: var(--radius); padding: 12px; }
  .site-header.is-open .nav-actions .btn { width: 100%; }
  .hero, .page-hero { min-height: auto; }
  .hero-media img, .page-hero .hero-media img { opacity: .52; object-position: 66% center; }
  .hero-content { padding: 72px 0 52px; }
  .hero-proof, .problem-grid, .module-grid, .feature-layout, .no-pvs, .workflow-split, .origin, .detail-grid, .cta-box, .demo-question-grid, .demo-guardrails, .form-grid { grid-template-columns: 1fr; }
  .legal-hero-grid { grid-template-columns: 1fr; align-items: start; }
  .solution-layout, .route-grid { grid-template-columns: 1fr; }
  .solution-card:nth-child(n) { grid-column: auto; }
  .route-card:last-child:nth-child(odd) { grid-column: auto; }
  .footer-shell { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero-proof { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  h1 { font-size: clamp(34px, 9.5vw, 44px); line-height: 1.04; overflow-wrap: normal; }
  h2 { font-size: clamp(31px, 9vw, 46px); }
  .proof-item { padding: 15px; }
  .solution-card, .route-card { min-height: auto; }
  .solution-card::before { margin-bottom: 18px; }
  .visual-panel-quiet picture { min-height: 206px; }
  .visual-panel-quiet img { width: 100%; transform: translate(-50%, -50%); }
}