:root {
  --ink: #eaf6ff;
  --muted: #91a9bc;
  --muted-2: #638197;
  --paper: #061523;
  --paper-2: #081b2d;
  --panel: #0a2134;
  --panel-2: #0d2940;
  --line: rgba(137, 185, 215, .19);
  --line-strong: rgba(118, 204, 230, .35);
  --blue: #168bd8;
  --blue-soft: #93d5ff;
  --teal: #22d3c5;
  --lime: #b9f44d;
  --amber: #f6c76a;
  --coral: #ff957c;
  --shadow: 0 28px 80px rgba(0, 0, 0, .33);
  --radius: 8px;
  --max: 1440px;
}

* { box-sizing: border-box; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 83% 2%, rgba(22,139,216,.17), transparent 28rem), radial-gradient(circle at 4% 32%, rgba(34,211,197,.09), transparent 27rem), linear-gradient(180deg, #071827 0%, #061523 57%, #04111d 100%); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.shell { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(96,165,250,.18); background: rgba(2,11,20,.84); box-shadow: 0 16px 40px rgba(0,0,0,.22); backdrop-filter: blur(18px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.brand-logo { width: clamp(148px,15vw,186px); height: auto; max-height: 56px; object-fit: contain; background: transparent; }
.nav-links, .nav-actions { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: rgba(234,246,255,.74); font-size: 14px; font-weight: 700; transition: color .18s ease; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-actions { gap: 12px; }
.btn { position: relative; min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; overflow: hidden; isolation: isolate; border: 0; border-radius: 8px; font-weight: 800; font-size: 16px; line-height: 1.5; white-space: nowrap; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 48%, #22d3c5 100%); box-shadow: 0 20px 46px rgba(14,165,233,.24); }
.btn-primary:hover { background: linear-gradient(135deg, #1d4ed8 0%, #0284c7 48%, #14b8a6 100%); box-shadow: 0 22px 50px rgba(14,165,233,.30); }
.btn-ghost { color: #eaf6ff; background: rgba(7,24,39,.78); border: 1px solid rgba(96,165,250,.24); box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 14px 34px rgba(0,0,0,.24); }
.btn-ghost:hover { background: rgba(10,33,52,.92); border-color: rgba(147,213,255,.42); }
.nav-actions .nav-login { min-height: 44px; padding: 0 6px; color: rgba(226,242,255,.78); background: transparent; border: 0; box-shadow: none; }
.nav-actions .nav-login:hover { color: #fff; background: transparent; box-shadow: none; transform: none; }
.nav-actions .nav-try { min-height: 46px; padding: 0 24px; color: #fff; background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 48%, #22d3c5 100%); box-shadow: 0 20px 46px rgba(14,165,233,.24); }
.nav-actions .nav-try:hover { background: linear-gradient(135deg, #1d4ed8 0%, #0284c7 48%, #14b8a6 100%); box-shadow: 0 22px 50px rgba(14,165,233,.30); }
.btn-arrow-icon { flex: 0 0 auto; width: 24px; height: 24px; margin-left: 8px; display: inline-flex; align-items: center; justify-content: center; color: currentColor; }
.btn-arrow-icon svg { width: 100%; height: 100%; display: block; overflow: visible; }
.btn-arrow-icon path { fill: none; stroke: currentColor; stroke-width: 3.6; stroke-linecap: round; stroke-linejoin: round; }
.nav-actions .nav-try .btn-arrow-icon { width: 22px; height: 22px; margin-left: 6px; }
.menu { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: transparent; }

.page-hero { position: relative; overflow: hidden; padding: 70px 0 56px; border-bottom: 1px solid var(--line); }
.page-hero > .shell { width: min(var(--max), calc(100% - 64px)); display: flex; flex-direction: column; align-items: center; text-align: center; }
.page-hero::after { content: ""; position: absolute; inset: auto -10rem -11rem auto; width: 31rem; height: 31rem; border: 1px solid rgba(34,211,197,.14); border-radius: 50%; box-shadow: 0 0 0 42px rgba(34,211,197,.025), 0 0 0 84px rgba(22,139,216,.025); pointer-events: none; }
.breadcrumbs { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-bottom: 22px; color: var(--muted-2); font: 500 12px/1.4 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.breadcrumbs a:hover { color: var(--blue-soft); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; min-height: 34px; padding: 0 12px; margin-bottom: 18px; border: 1px solid rgba(96,165,250,.26); border-radius: 999px; color: var(--blue-soft); background: rgba(22,139,216,.13); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); font-size: 12px; font-weight: 900; line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px rgba(34,211,197,.12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: #f5fbff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; letter-spacing: 0; }
h1 { width: 100%; max-width: none; margin: 24px 0 14px; font-size: clamp(34px, 3vw, 44px); font-weight: 900; line-height: 1.08; }
.hero-lead { max-width: 920px; margin: 0 auto; color: rgba(226,242,255,.68); font-size: 18px; font-weight: 400; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin: 30px 0 0; }
.hero-note { display: flex; gap: 10px; max-width: 700px; margin: 26px auto 0; color: var(--muted); font-size: 13px; text-align: left; }
.hero-note b { color: var(--teal); }
.page-hero.compact { padding: 70px 0 56px; }
.legal-hero h1 { font-size: clamp(34px, 3vw, 44px); }
.legal-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; color: rgba(226,242,255,.68); font-size: 15px; line-height: 1.5; }
.page-hero .price-toggle { margin-left: auto; margin-right: auto; }

.section { padding: 92px 0; }
.section.soft { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(3,14,25,.38); }
.section-head { max-width: none; margin-bottom: 34px; padding: 30px 22px; border: 1px solid rgba(96,165,250,.16); border-radius: 8px; background: #020b14; box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 44px rgba(0,0,0,.22); }
.section-head h2 { max-width: 880px; margin: 0; font-size: clamp(31px, 2.65vw, 44px); font-weight: 700; line-height: 1.05; }
.section-head p { max-width: 760px; margin: 12px 0 0; color: rgba(226,242,255,.68); font-size: 17px; line-height: 1.65; }
.section-kicker { margin-bottom: 10px; color: var(--blue-soft); font-size: 12px; font-weight: 950; line-height: 1.2; letter-spacing: 0; text-transform: uppercase; }
.grid { display: grid; gap: 16px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { position: relative; min-width: 0; padding: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(7,24,39,.88) 0%, rgba(4,19,34,.92) 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 12px 36px rgba(0,0,0,.18); }
.card h3 { margin-bottom: 10px; font-size: 20px; font-weight: 700; line-height: 1.15; }
.card p { margin-bottom: 0; color: rgba(226,242,255,.68); font-size: 15px; line-height: 1.65; }
.card-index { width: 32px; height: 32px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 7px; color: #04131e; font: 700 12px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; background: linear-gradient(135deg, var(--blue-soft), var(--teal)); }
.tag { display: inline-flex; align-self: flex-start; width: fit-content; align-items: center; min-height: 27px; padding: 0 10px; margin-bottom: 16px; border: 1px solid rgba(147,213,255,.23); border-radius: 999px; color: var(--blue-soft); background: rgba(22,139,216,.12); font: 500 10px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.list { display: grid; gap: 13px; margin: 21px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.list li { position: relative; padding-left: 21px; }
.list li::before { content: ""; position: absolute; top: .57em; left: 0; width: 8px; height: 8px; border: 1px solid var(--teal); border-radius: 50%; background: rgba(34,211,197,.1); }
.split { display: grid; grid-template-columns: minmax(0,.86fr) minmax(330px,1.14fr); gap: 40px; align-items: center; }
.overview-intro, .workflow-intro { align-self: stretch; display: flex; flex-direction: column; justify-content: center; margin-bottom: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.system-preview { width: 100%; margin: 0; overflow: hidden; border: 1px solid rgba(147,213,255,.24); border-radius: 12px; background: #030d17; box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.04); }
.system-preview img { display: block; width: 100%; height: auto; }
.product-screenshot { align-self: center; }
.decision-path-intro { align-self: stretch; display: flex; flex-direction: column; justify-content: center; margin-bottom: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.data-states-intro { margin-bottom: 46px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.about-story { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "heading heading" "copy mission"; column-gap: clamp(48px, 6vw, 96px); row-gap: 32px; align-items: stretch; }
.about-story-heading { grid-area: heading; }
.about-story-heading h2 { max-width: none; margin: 0; font-size: clamp(32px, 2.65vw, 42px); font-weight: 700; line-height: 1.05; }
.about-story-copy { grid-area: copy; align-self: stretch; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.about-story-copy p { max-width: 650px; margin: 0; color: rgba(226,242,255,.68); font-size: 17px; line-height: 1.65; }
.about-mission { grid-area: mission; align-self: stretch; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 0 0 0 clamp(28px, 3vw, 56px); border: 0; border-left: 1px solid rgba(147,213,255,.22); border-radius: 0; background: transparent; box-shadow: none; }
.about-mission h3 { max-width: 650px; }
.callout { margin: 36px 0 0; padding: 26px 28px; border: 1px solid rgba(185,244,77,.25); border-left: 3px solid var(--lime); border-radius: 8px; background: rgba(185,244,77,.045); color: #cae8bb; }
.callout strong { color: var(--lime); }

.product-stage { position: relative; min-height: 480px; overflow: hidden; border: 1px solid rgba(147,213,255,.28); border-radius: 12px; background: #030d17; box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.04); }
.product-top { height: 44px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid var(--line); background: #071a2a; }
.traffic { display: flex; gap: 5px; }
.traffic i { width: 7px; height: 7px; border-radius: 50%; background: rgba(147,213,255,.38); }
.mock-title { margin-left: 8px; color: rgba(234,246,255,.6); font: 500 10px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.product-body { display: grid; grid-template-columns: 108px 1fr; min-height: 436px; }
.mock-nav { padding: 15px 10px; border-right: 1px solid var(--line); color: rgba(234,246,255,.48); background: #061421; font-size: 10px; }
.mock-nav span { display: block; padding: 9px 7px; border-radius: 5px; }
.mock-nav span.active { color: #fff; background: rgba(22,139,216,.16); box-shadow: inset 2px 0 var(--teal); }
.mock-main { padding: 23px; background: linear-gradient(160deg, #071827, #020c15); }
.mock-head { display: flex; justify-content: space-between; gap: 12px; align-items: start; margin-bottom: 19px; }
.mock-head strong { display: block; color: #f2fbff; font: 600 15px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.mock-head span { color: var(--muted-2); font-size: 10px; }
.mock-chip, .status { display: inline-flex; align-items: center; width: fit-content; min-height: 22px; padding: 0 7px; border-radius: 999px; color: var(--teal); background: rgba(34,211,197,.1); border: 1px solid rgba(34,211,197,.18); font: 500 9px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 12px; }
.kpi, .mock-panel { border: 1px solid rgba(147,213,255,.16); border-radius: 7px; background: linear-gradient(145deg, rgba(15,45,68,.72), rgba(6,23,37,.78)); }
.kpi { padding: 13px; }
.kpi label { display: block; margin-bottom: 7px; color: var(--muted-2); font: 500 9px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; text-transform: uppercase; }
.kpi strong { display: block; color: #f5fbff; font: 600 19px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; letter-spacing: -.04em; }
.kpi em { display: block; margin-top: 7px; color: var(--teal); font: 500 9px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-style: normal; }
.mock-panel { padding: 14px; }
.mock-panel + .mock-panel { margin-top: 10px; }
.mock-panel h4 { margin: 0 0 11px; color: rgba(234,246,255,.82); font: 600 11px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.mock-rows { display: grid; gap: 7px; }
.mock-row { display: grid; grid-template-columns: 1.35fr .85fr .75fr .7fr; gap: 8px; align-items: center; padding: 8px 0; border-top: 1px solid rgba(147,213,255,.10); color: rgba(234,246,255,.68); font-size: 9px; }
.mock-row:first-child { border-top: 0; }
.mock-row b { color: #dcedf8; font-weight: 700; }
.barline { height: 5px; overflow: hidden; border-radius: 999px; background: rgba(147,213,255,.12); }
.barline i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--teal)); }
.mock-alert { display: grid; grid-template-columns: 8px 1fr auto; gap: 9px; align-items: center; padding: 10px; border: 1px solid rgba(255,149,124,.18); border-radius: 6px; background: rgba(255,149,124,.045); color: #d3e0e9; font-size: 10px; }
.mock-alert i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,149,124,.1); }
.actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.mini-btn { min-height: 26px; padding: 0 8px; border: 1px solid var(--line); border-radius: 5px; color: var(--blue-soft); background: rgba(255,255,255,.025); font-size: 9px; font-weight: 800; }
.mini-btn.good { color: #03201d; border-color: var(--teal); background: var(--teal); }
.metric-columns { display: grid; grid-template-columns: 1fr .68fr; gap: 12px; }
.matrix-head { display: grid; grid-template-columns: 1.25fr repeat(3,.7fr); gap: 7px; margin-bottom: 6px; color: var(--muted-2); font: 500 8px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; text-transform: uppercase; }
.matrix-row { display: grid; grid-template-columns: 1.25fr repeat(3,.7fr); gap: 7px; padding: 9px 0; border-top: 1px solid rgba(147,213,255,.11); color: rgba(234,246,255,.72); font-size: 9px; }
.matrix-row b { color: #effbff; }
.column-settings { padding: 12px; border: 1px solid rgba(147,213,255,.15); border-radius: 7px; background: rgba(5,19,31,.65); }
.column-settings strong { display: block; margin-bottom: 8px; color: #f3fbff; font-size: 10px; }
.checkline { display: flex; gap: 6px; align-items: center; padding: 5px 0; color: var(--muted); font-size: 9px; }
.checkline i { width: 10px; height: 10px; border: 1px solid var(--teal); border-radius: 2px; background: rgba(34,211,197,.16); }
.recommendation { padding: 15px; border: 1px solid rgba(185,244,77,.2); border-radius: 7px; background: linear-gradient(145deg, rgba(185,244,77,.075), rgba(7,26,42,.8)); }
.recommendation h4 { margin: 8px 0 4px; color: #f3fbff; font: 600 13px/1.2 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.recommendation p { margin: 0; color: var(--muted); font-size: 10px; }

.timeline { position: relative; display: grid; gap: 0; }
.timeline::before { content: ""; position: absolute; top: 18px; bottom: 18px; left: 18px; width: 1px; background: linear-gradient(var(--teal), rgba(34,211,197,.05)); }
.timeline-row { position: relative; display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 20px; padding: 0 0 27px; }
.timeline-row:last-child { padding-bottom: 0; }
.timeline-num { width: 37px; height: 37px; position: relative; z-index: 1; display: grid; place-items: center; border: 1px solid rgba(34,211,197,.5); border-radius: 7px; color: var(--teal); background: var(--paper-2); font: 500 11px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.timeline-row h3 { margin-bottom: 6px; font-size: 23px; }
.timeline-row p { margin: 0; color: var(--muted); }

.comparison { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.comparison > div { padding: 28px; }
.comparison > div:first-child { border-bottom: 1px solid var(--line); background: rgba(22,139,216,.06); }
.comparison h3 { margin-bottom: 10px; font-size: 22px; }
.comparison p { margin: 0; color: var(--muted); }
.scenario { padding: 24px; border-left: 2px solid var(--teal); background: rgba(255,255,255,.025); }
.scenario h3 { margin-bottom: 8px; font-size: 20px; }
.scenario p { margin: 0; color: var(--muted); font-size: 14px; }
.notice { margin-top: 22px; padding: 14px 17px; border: 1px solid rgba(246,199,106,.24); border-radius: 7px; color: #dfc789; background: rgba(246,199,106,.06); font-size: 12px; }

.price-toggle { display: inline-flex; padding: 4px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.035); }
.price-toggle button { min-height: 32px; padding: 0 12px; border: 0; border-radius: 5px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 800; }
.price-toggle button.active { color: #fff; background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 48%, #22d3c5 100%); box-shadow: 0 8px 18px rgba(14,165,233,.24); }
.pricing-grid { align-items: stretch; gap: 14px; }
.price-card { display: flex; flex-direction: column; min-height: 470px; padding: 26px; border: 1px solid rgba(96,165,250,.20); border-radius: 8px; background: linear-gradient(180deg, rgba(7,24,39,.88) 0%, rgba(4,19,34,.92) 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 12px 36px rgba(0,0,0,.18); }
.price-card.popular { border-color: rgba(147,213,255,.52); box-shadow: 0 19px 56px rgba(22,139,216,.14); }
.price-card h3 { margin: 0 0 16px; font-size: 22px; }
.price { margin-bottom: 12px; color: rgba(226,242,255,.68); font-size: 14px; }
.price strong { display: block; margin-bottom: 4px; color: #fff; font: 700 42px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; letter-spacing: 0; }
.price-card > p { min-height: 50px; margin-bottom: 18px; color: rgba(226,242,255,.68); font-size: 15px; line-height: 1.5; }
.price-card .list { margin: 0 0 24px; min-height: 164px; }
.price-card .btn { margin-top: auto; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; color: #f1fbff; cursor: pointer; font-weight: 800; }
.faq summary::after { content: "+"; color: var(--teal); font-size: 20px; }
.faq details[open] summary::after { content: "–"; }
.faq p { max-width: 860px; margin: -3px 0 20px; color: var(--muted); font-size: 14px; }

.contact-options .card { display: flex; flex-direction: column; }
.card > .btn { align-self: flex-start; margin-top: 18px; }
.form-wrap { padding: clamp(22px,4vw,45px); border: 1px solid var(--line-strong); border-radius: 12px; background: linear-gradient(135deg, rgba(12,40,61,.93), rgba(5,20,33,.95)); box-shadow: var(--shadow); }
.form-submit-large { display: flex; width: min(100%, 260px); min-height: 56px; margin: 32px auto 0; padding: 0 30px; font-size: 17px; }
.form-head { display: flex; gap: 18px; align-items: end; justify-content: space-between; margin-bottom: 29px; }
.form-head h2 { margin: 0; font-size: 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #c4d9e8; font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(147,213,255,.22); border-radius: 7px; outline: 0; color: #eaf6ff; background: rgba(1,11,20,.48); padding: 12px 13px; font-size: 14px; transition: border .18s ease, box-shadow .18s ease; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(34,211,197,.1); }
.field textarea { min-height: 130px; resize: vertical; }
.field select option { color: #071827; }
.check-field { display: flex; gap: 10px; align-items: start; margin-top: 18px; color: var(--muted); font-size: 12px; }
.check-field input { accent-color: var(--teal); margin-top: 4px; }
.form-submit { display: flex; width: min(100%, 230px); min-height: 56px; margin: 26px auto 0; padding: 0 30px; font-size: 17px; }
.form-status { min-height: 22px; margin: 14px 0 0; color: var(--teal); font-size: 13px; }
.form-disclosure { margin: 18px 0 0; color: var(--muted-2); font-size: 12px; line-height: 1.55; text-align: center; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--coral); }

.auth-main { min-height: calc(100vh - 76px); display: flex; align-items: center; padding: clamp(68px, 9vw, 136px) 0; }
.auth-shell { display: grid; grid-template-columns: minmax(0,1fr) minmax(400px,.82fr); gap: clamp(54px, 8vw, 132px); align-items: center; }
.auth-intro { max-width: 620px; }
.auth-intro .tag { margin-bottom: 22px; }
.auth-intro h1 { max-width: 740px; margin: 0; font-size: clamp(40px, 4vw, 60px); font-weight: 900; line-height: 1.02; }
.auth-intro > p { max-width: 560px; margin: 22px 0 0; color: rgba(226,242,255,.7); font-size: 18px; line-height: 1.65; }
.auth-benefits { display: grid; gap: 14px; margin: 34px 0 0; padding: 0; list-style: none; color: #b8cfdf; font-size: 15px; }
.auth-benefits li { position: relative; padding-left: 24px; }
.auth-benefits li::before { content: ""; position: absolute; top: .48em; left: 0; width: 10px; height: 10px; border: 1px solid var(--teal); border-radius: 50%; background: rgba(34,211,197,.12); box-shadow: 0 0 0 5px rgba(34,211,197,.06); }
.auth-trust { max-width: 550px; margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.55; }
.auth-trust strong { display: block; margin-bottom: 4px; color: var(--blue-soft); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.auth-card { padding: clamp(26px, 3.2vw, 46px); border: 1px solid var(--line-strong); border-radius: 12px; background: linear-gradient(145deg, rgba(12,40,61,.94), rgba(3,16,28,.97)); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.04); }
.auth-card .tag { margin-bottom: 18px; }
.auth-card h2 { margin: 0; font-size: clamp(30px, 2.4vw, 38px); font-weight: 800; line-height: 1.08; }
.auth-card > p { margin: 11px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.auth-form { display: grid; gap: 18px; margin-top: 30px; }
.auth-field { display: grid; gap: 8px; }
.auth-field label { color: #c4d9e8; font-size: 12px; font-weight: 800; }
.auth-field input { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid rgba(147,213,255,.22); border-radius: 7px; outline: 0; color: #eaf6ff; background: rgba(1,11,20,.48); font-size: 15px; transition: border .18s ease, box-shadow .18s ease; }
.auth-field input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(34,211,197,.1); }
.auth-field.invalid input { border-color: var(--coral); }
.auth-password { position: relative; }
.auth-password input { padding-right: 78px; }
.password-toggle { position: absolute; z-index: 1; top: 50%; right: 8px; min-height: 34px; padding: 0 10px; border: 0; border-radius: 6px; color: var(--blue-soft); background: transparent; font-size: 12px; font-weight: 800; transform: translateY(-50%); }
.password-toggle:hover { color: #fff; background: rgba(147,213,255,.1); }
.auth-options { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: -2px; }
.auth-remember { display: inline-flex; gap: 9px; align-items: center; color: var(--muted); font-size: 13px; cursor: pointer; }
.auth-remember input { accent-color: var(--teal); }
.auth-link { padding: 0; border: 0; color: var(--blue-soft); background: transparent; font-size: 13px; font-weight: 800; cursor: pointer; }
.auth-link:hover { color: var(--teal); }
.auth-submit { width: 100%; min-height: 56px; margin-top: 4px; font-size: 17px; }
.auth-submit:disabled { cursor: wait; opacity: .76; transform: none; }
.auth-status { min-height: 22px; margin: -2px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; text-align: center; }
.auth-help { margin: 12px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 12px; line-height: 1.55; text-align: center; }
.auth-help a { color: var(--blue-soft); font-weight: 800; }
.reset-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 34px 0 0; padding: 0; list-style: none; }
.reset-steps li { display: flex; gap: 9px; align-items: center; color: #b8cfdf; font-size: 12px; font-weight: 700; line-height: 1.35; }
.reset-steps b { display: grid; flex: 0 0 auto; place-items: center; width: 24px; height: 24px; border: 1px solid rgba(34,211,197,.56); border-radius: 50%; color: var(--teal); background: rgba(34,211,197,.08); font-size: 10px; letter-spacing: .02em; }
.reset-code-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; align-items: end; }
.reset-code-row .auth-field { min-width: 0; }
.reset-code-button { min-height: 48px; padding: 0 16px; font-size: 13px; white-space: nowrap; }
.reset-verification { display: none; min-inline-size: 0; gap: 18px; margin: 0; padding: 18px; border: 1px solid rgba(147,213,255,.2); border-radius: 8px; background: rgba(1,11,20,.22); }
.reset-verification.is-ready { display: grid; }
.reset-verification legend { padding: 0 6px; color: var(--blue-soft); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.reset-code-message { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.reset-code-input { letter-spacing: .3em; font-variant-numeric: tabular-nums; }

.legal-layout { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 40px; align-items: start; }
.legal-toc { position: sticky; top: 100px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(6,21,35,.72); }
.legal-toc strong { display: block; margin-bottom: 10px; color: var(--blue-soft); font: 500 10px/1.2 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; letter-spacing: .1em; }
.legal-toc a { display: block; padding: 6px 0; color: var(--muted); font-size: 12px; line-height: 1.35; }
.legal-toc a:hover { color: var(--teal); }
.legal-copy { max-width: none; }
.legal-copy section { padding: 0 0 34px; margin: 0 0 34px; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { margin-bottom: 15px; font-size: 28px; line-height: 1.15; }
.legal-copy h3 { margin: 24px 0 9px; font-size: 19px; }
.legal-copy p { color: #b4c9d8; font-size: 14px; }
.legal-copy .legal-subclause { margin: 8px 0; }
.legal-copy ul { display: grid; gap: 11px; padding-left: 20px; color: #b4c9d8; font-size: 14px; }
.legal-copy li::marker { color: var(--teal); }
.legal-copy .small { color: var(--muted-2); font-size: 12px; }

.cta-band { padding: 96px 0; border-top: 1px solid rgba(96,165,250,.16); background: rgba(4,19,34,.76); }
.cta-box { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 30px; align-items: center; padding: 46px; overflow: hidden; border: 1px solid rgba(96,165,250,.20); border-radius: 8px; background: linear-gradient(180deg, rgba(7,24,39,.88) 0%, rgba(4,19,34,.92) 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 12px 36px rgba(0,0,0,.18); }
.cta-box h2 { max-width: 820px; margin: 0 0 12px; font-size: 44px; font-weight: 700; line-height: 1.1; }
.cta-box p { max-width: 760px; margin: 0; color: rgba(226,242,255,.68); font-size: 17px; line-height: 1.65; }
.about-cta { grid-template-columns: 1fr; justify-items: center; text-align: center; }
.about-cta > div { width: 100%; }
.about-cta p { margin-left: auto; margin-right: auto; }
.about-cta .btn { width: min(100%, 230px); min-height: 56px; margin-top: 4px; padding: 0 30px; font-size: 17px; }
@media (min-width: 1280px) { .about-cta h2 { max-width: none; font-size: clamp(32px, 2.65vw, 40px); white-space: nowrap; } }
@media (min-width: 1280px) { .about-story-heading h2 { white-space: nowrap; } }
@media (min-width: 1280px) { .customers-heading h2 { max-width: none; white-space: nowrap; } }
@media (min-width: 1280px) { .pricing-faq-heading h2 { max-width: none; white-space: nowrap; } }
@media (min-width: 1280px) { .section > .shell:not(.split) > .section-head h2 { max-width: none; white-space: nowrap; } }
.site-footer { padding: 58px 0 34px; border-top: 1px solid var(--line); background: #071827; }
.footer-grid { display: grid; grid-template-columns: minmax(0,1.3fr) repeat(4,minmax(150px,.5fr)); gap: 40px; margin-bottom: 36px; padding: 0; }
.footer-brand { margin-bottom: 12px; color: #fff; font-size: 22px; font-weight: 900; line-height: 1.5; letter-spacing: 0; }
.footer-brand span { color: var(--teal); }
.footer-intro { max-width: 420px; margin: 0; color: rgba(226,242,255,.68); font-size: 16px; line-height: 1.5; }
.footer-col h3 { margin: 0 0 12px; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.5; letter-spacing: 0; text-transform: uppercase; }
.footer-col a { display: block; padding: 6px 0; color: rgba(255,255,255,.64); font-size: 14px; font-weight: 700; }
.footer-col a:hover { color: #fff; }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.54); font-size: 13px; font-weight: 400; line-height: 1.5; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (min-width: 1280px) {
  .page-hero h1 { white-space: nowrap; }
  .about-hero .hero-lead { max-width: none; white-space: nowrap; }
}

@media (max-width: 980px) {
  .shell { width: min(100% - 36px, var(--max)); }
  .page-hero > .shell { width: min(100% - 36px, var(--max)); }
  .page-hero h1 { white-space: normal; }
  .nav { position: relative; }
  .nav-links, .nav-actions { display: none; }
  .menu { position: absolute; top: 17px; right: 0; z-index: 2; display: inline-grid; place-items: center; }
  .nav.open { flex-wrap: wrap; }
  .nav.open .nav-links, .nav.open .nav-actions { position: static; display: flex; width: 100%; align-items: flex-start; background: transparent; }
  .nav.open .nav-links { flex-direction: column; gap: 14px; padding: 4px 0 12px; border: 0; }
  .nav.open .nav-actions { padding-bottom: 16px; }
  .page-hero { padding: 52px 0 46px; }
  .grid-4, .grid-3, .grid-2, .split, .form-grid { grid-template-columns: 1fr; }
  .about-story { grid-template-columns: 1fr; grid-template-areas: "heading" "copy" "mission"; gap: 35px; }
  .about-story-heading h2 { white-space: normal; }
  .about-mission { min-height: 0; padding: 28px 0 0; border-top: 1px solid rgba(147,213,255,.22); border-left: 0; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-toc { position: relative; top: auto; }
  .footer-grid, .cta-box { grid-template-columns: 1fr; }
  .cta-box h2 { font-size: 36px; }
  .auth-main { align-items: start; padding: 72px 0; }
  .auth-shell { grid-template-columns: 1fr; gap: 46px; }
  .auth-intro { max-width: none; }
  .auth-intro h1 { white-space: normal; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, var(--max)); }
  .page-hero > .shell { width: min(100% - 28px, var(--max)); }
  .nav { min-height: 76px; }
  .brand-logo { width: 160px; max-height: 46px; }
  .page-hero, .page-hero.compact { padding: 54px 0 42px; }
  h1, .legal-hero h1 { font-size: 28px; line-height: 1.08; }
  .section, .cta-band { padding: 64px 0; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .split { gap: 35px; }
  .product-stage { min-height: 420px; }
  .product-body { grid-template-columns: 76px 1fr; min-height: 376px; }
  .mock-nav { padding: 9px 6px; font-size: 8px; }
  .mock-nav span { padding: 8px 4px; }
  .mock-main { padding: 15px; }
  .kpis { grid-template-columns: repeat(2,1fr); }
  .kpi { padding: 10px; }
  .kpi strong { font-size: 16px; }
  .mock-row { grid-template-columns: 1.2fr .8fr .7fr; }
  .mock-row span:last-child { display: none; }
  .metric-columns { grid-template-columns: 1fr; }
  .form-head { align-items: start; flex-direction: column; }
  .section-head { padding: 22px; }
  .section-head h2, .cta-box h2 { font-size: 31px; }
  .cta-box { padding: 28px; }
  .auth-main { padding: 52px 0 64px; }
  .auth-shell { gap: 38px; }
  .auth-intro h1 { font-size: 38px; }
  .auth-intro > p { font-size: 16px; }
  .auth-benefits { margin-top: 28px; }
  .auth-trust { margin-top: 30px; }
  .auth-card { padding: 24px 20px; }
  .auth-options { align-items: flex-start; flex-direction: column; gap: 12px; }
  .reset-steps { grid-template-columns: 1fr; gap: 11px; }
  .reset-code-row { grid-template-columns: 1fr; }
  .reset-code-button { width: 100%; }
  .field.full { grid-column: auto; }
  .price-card > p, .price-card .list { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
