:root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #102833;
  background: #fbfcfc;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --navy: #071821;
  --navy-2: #0b2632;
  --ink: #102833;
  --muted: #60727a;
  --teal: #33b8b4;
  --teal-dark: #138b87;
  --soft: #f3f7f6;
  --soft-2: #edf4f3;
  --line: #dfe8e8;
  --white: #fff;
  --shadow: 0 24px 80px rgba(7, 24, 33, .12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: #fff; color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(760px, 100%); }
.section { padding: 104px 0; }
.section-soft { background: var(--soft); }
.section-dark { position: relative; overflow: hidden; background: var(--navy); color: white; }
.eyebrow { margin: 0 0 14px; color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #74d8d3; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { font-size: clamp(52px, 6.1vw, 84px); line-height: .98; letter-spacing: -.055em; }
h2 { margin-bottom: 20px; font-size: clamp(36px, 4vw, 56px); line-height: 1.02; letter-spacing: -.045em; }
h3 { font-size: 23px; line-height: 1.16; letter-spacing: -.028em; }
p { line-height: 1.65; color: var(--muted); }
.section-dark p { color: #a9bec6; }
.lead { font-size: 18px; line-height: 1.6; }
.center { text-align: center; margin-inline: auto; }
.section-heading { max-width: 780px; margin-bottom: 50px; }
.section-heading.center { max-width: 830px; }
.muted { color: #75878e; }

.site-header { position: sticky; top: 0; z-index: 100; height: 74px; display: flex; align-items: center; background: rgba(255,255,255,.91); border-bottom: 1px solid rgba(223,232,232,.78); backdrop-filter: blur(18px); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; }
.brand-link img { width: 132px; }
.nav-links { display: flex; align-items: center; gap: 28px; color: #41565e; font-size: 13px; font-weight: 680; }
.nav-links a { white-space: nowrap; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--ink); color: white !important; }
.mobile-menu-button { display: none; padding: 8px; border: 0; background: transparent; }
.mobile-menu-button span { display: block; width: 22px; height: 2px; margin: 4px 0; background: var(--ink); }

.hero { min-height: 780px; padding: 96px 0 42px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 34px; min-height: 590px; }
.hero-copy { position: relative; z-index: 4; max-width: 650px; }
.hero-copy h1 { margin-bottom: 26px; }
.hero-copy h1 em { color: #67d4cf; font-style: normal; }
.hero-lead { max-width: 660px; margin-bottom: 0; color: #b0c5cc !important; font-size: 18px; line-height: 1.65; }
.hero-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; margin-bottom: 24px; border: 1px solid rgba(111,214,209,.24); border-radius: 999px; color: #b9d7dc; background: rgba(255,255,255,.04); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(51,184,180,.12); }
.hero-actions { display: flex; gap: 11px; margin: 30px 0 24px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 0; border-radius: 12px; font-weight: 780; font-size: 14px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .usecase-tabs button:focus-visible, .mobile-menu-button:focus-visible { outline: 3px solid rgba(51,184,180,.35); outline-offset: 3px; }
.button.primary { background: var(--teal); color: #05262c; box-shadow: 0 10px 30px rgba(51,184,180,.16); }
.button.primary:hover { background: #4bc7c3; }
.button.ghost { border: 1px solid rgba(255,255,255,.17); color: white; background: rgba(255,255,255,.035); }
.button.secondary { border: 1px solid var(--line); color: var(--ink); background: white; }
.button.wide { width: 100%; }
.hero-footnote { display: flex; align-items: center; gap: 11px; color: #7f9ca7; font-size: 11px; }
.hero-footnote i { width: 3px; height: 3px; border-radius: 50%; background: #55727d; }
.hero-glow { position: absolute; border-radius: 50%; opacity: .45; pointer-events: none; }
.hero-glow-a { width: 610px; height: 610px; right: -160px; top: -220px; background: radial-gradient(circle, rgba(40,185,177,.2), transparent 66%); }
.hero-glow-b { width: 470px; height: 470px; left: -190px; bottom: -190px; background: radial-gradient(circle, rgba(33,107,131,.2), transparent 69%); }
.ownership-strip { position: relative; z-index: 3; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.08); color: #78949f; font-size: 11px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }

.phone-stage { position: relative; height: 610px; display: flex; align-items: center; justify-content: center; perspective: 1400px; }
.phone { position: absolute; width: 248px; filter: drop-shadow(0 38px 44px rgba(0,0,0,.33)); }
.phone-shell { position: relative; padding: 8px; border-radius: 42px; background: linear-gradient(145deg,#2c3b42,#080c0e 50%,#33464d); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), inset 0 0 0 3px #10191d; }
.phone-shell:after { content: ''; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 37px; pointer-events: none; }
.phone-island { position: absolute; z-index: 4; width: 82px; height: 22px; top: 15px; left: 50%; transform: translateX(-50%); border-radius: 99px; background: #05090b; }
.phone-screen { overflow: hidden; height: 516px; border-radius: 34px; background: #f6f9f9; }
.phone-front { z-index: 3; transform: translateY(-4px) scale(1.07); }
.phone-left { z-index: 1; left: 1%; transform: translateY(40px) rotateY(16deg) rotateZ(-6deg) scale(.87); opacity: .84; }
.phone-right { z-index: 2; right: -1%; transform: translateY(44px) rotateY(-17deg) rotateZ(6deg) scale(.89); opacity: .92; }
.app-screen { position: relative; min-height: 100%; padding: 34px 13px 15px; color: #18333d; font-size: 9px; background: linear-gradient(#fbfdfd,#f4f8f8); }
.screen-topline, .screen-nav { display: flex; align-items: center; justify-content: space-between; }
.screen-topline img { width: 60px; }
.avatar-dot { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #d8eceb; color: #1a6664; font-size: 7px; font-weight: 800; }
.screen-greeting { margin: 20px 0 12px; }
.screen-greeting small { color: #778b93; }
.screen-greeting h4 { margin: 3px 0 0; font-size: 17px; letter-spacing: -.04em; }
.screen-stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-bottom: 15px; }
.screen-stat-row div { padding: 9px 7px; border: 1px solid #e4ebeb; border-radius: 9px; background: white; }
.screen-stat-row strong, .screen-stat-row span { display: block; }
.screen-stat-row strong { font-size: 15px; }
.screen-stat-row span { margin-top: 2px; color: #74878f; font-size: 7px; }
.mini-section-title { display: flex; justify-content: space-between; margin: 10px 1px 7px; font-size: 8px; font-weight: 800; }
.mini-section-title span { color: #219d99; font-weight: 700; }
.portfolio-card, .record-card, .watch-card { display: flex; align-items: center; gap: 8px; padding: 8px; margin: 5px 0; border: 1px solid #e5ecec; border-radius: 10px; background: white; }
.portfolio-card > div, .watch-card > div, .record-card > div { flex: 1; min-width: 0; }
.portfolio-card strong, .portfolio-card small, .watch-card strong, .watch-card small, .record-card strong, .record-card small { display: block; }
.portfolio-card small, .watch-card small, .record-card small { margin-top: 2px; color: #7a8b92; font-size: 7px; }
.primary-card { border-color: #bfe2df; background: #f8ffff; }
.portfolio-thumb { width: 34px; height: 30px; flex: 0 0 34px; overflow: hidden; border-radius: 8px; background: #edf6f5; }
.portfolio-thumb img { width: 100%; height: 100%; object-fit: cover; }
.watch-dot { width: 7px; height: 7px; border-radius: 50%; background: #f2b34a; }
.phone-tabbar { position: absolute; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(4,1fr); padding: 7px 4px 9px; border-top: 1px solid #e3eaea; background: rgba(255,255,255,.96); }
.phone-tabbar span { display: flex; flex-direction: column; align-items: center; gap: 2px; color: #93a1a6; font-size: 10px; }
.phone-tabbar small { font-size: 6px; }
.phone-tabbar .active { color: #188f8b; }
.screen-nav { margin-bottom: 12px; font-size: 10px; }
.screen-nav strong { font-size: 11px; }
.asset-hero-art { text-align: center; padding: 8px 8px 9px; }
.asset-hero-photo img { width: 130px; height: 78px; object-fit: cover; margin: 0 auto 6px; border-radius: 10px; border: 1px solid #dce7e6; }
.asset-hero-art small { display: block; margin-top: 5px; color: #789096; font-size: 6px; letter-spacing: .1em; }
.asset-hero-art h4 { margin: 2px 0; font-size: 16px; }
.asset-hero-art p { margin: 0; color: #72878e; font-size: 8px; }
.asset-health { display: grid; grid-template-columns: repeat(3,1fr); padding: 8px 0; margin-bottom: 9px; border-block: 1px solid #e2eaea; }
.asset-health span { text-align: center; border-right: 1px solid #e2eaea; }
.asset-health span:last-child { border: 0; }
.asset-health b, .asset-health small { display: block; }
.asset-health b { color: #1b716e; font-size: 9px; }
.asset-health small { color: #87979d; font-size: 6px; }
.mock-ask-button { width: 100%; padding: 9px; border: 0; border-radius: 8px; background: #0d2a35; color: white; font-size: 8px; font-weight: 800; }
.asset-row { display: flex; justify-content: space-between; padding: 8px 2px; border-bottom: 1px solid #e4eaea; }
.asset-row span { color: #819198; }
.asset-row strong { font-size: 8px; }
.doc-chip { padding: 4px 5px; border-radius: 5px; color: #fff; background: #1f9e99; font-size: 6px; font-weight: 900; }
.ask-context { display: flex; gap: 8px; align-items: center; padding: 8px; margin-bottom: 13px; border-radius: 9px; background: #e9f5f4; }
.ask-context-photo img { width: 44px; height: 32px; object-fit: cover; border-radius: 7px; border: 1px solid #d4e7e5; }
.ask-context small, .ask-context strong { display: block; }
.ask-context small { color: #718a8f; font-size: 5px; letter-spacing: .1em; }
.chat-bubble { padding: 10px; margin: 8px 0; border-radius: 11px; line-height: 1.45; }
.user-bubble { width: 80%; margin-left: auto; color: white; background: #173d4a; }
.ai-bubble { margin-left: 22px; border: 1px solid #e0e8e8; background: white; }
.ai-bubble strong { font-size: 9px; }
.ai-bubble p { margin: 4px 0 7px; color: #667b83; font-size: 7px; line-height: 1.55; }
.chat-avatar { float: left; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 5px; background: #45bbb6; color: #06282a; font-weight: 900; }
.source-chip { display: inline-block; margin: 2px 2px 0 0; padding: 3px 5px; border-radius: 99px; background: #eef4f4; color: #55727b; font-size: 5px; }
.ask-followup { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding: 8px 9px; border: 1px solid #dce6e6; border-radius: 9px; color: #87979c; background: white; }
.ask-followup b { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: white; background: #153743; }
.ai-disclaimer { text-align: center; color: #94a1a5 !important; font-size: 5px; }

.problem-section { background: #fff; }
.problem-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.problem-copy { max-width: 560px; }
.problem-copy .lead { margin-bottom: 20px; }
.problem-close { margin: 0; color: var(--ink); font-size: 17px; }
.scatter-scene { position: relative; min-height: 500px; border: 1px solid var(--line); border-radius: 30px; background: radial-gradient(circle at 50% 50%, #eef6f5 0, #f8fbfb 54%, #fff 78%); overflow: hidden; box-shadow: 0 30px 70px rgba(12,45,54,.07); }
.scatter-home { position: absolute; z-index: 3; width: 310px; left: 50%; top: 50%; transform: translate(-50%,-48%); padding: 10px; border: 1px solid #d8e6e4; border-radius: 22px; background: white; box-shadow: 0 22px 55px rgba(12,45,54,.13); }
.scatter-home img { border-radius: 16px; }
.scatter-home span { display: block; padding: 8px 7px 2px; color: #6c8189; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.scatter-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; min-width: 142px; padding: 10px 12px; border: 1px solid #dce8e6; border-radius: 999px; background: rgba(255,255,255,.97); box-shadow: 0 10px 28px rgba(12,45,54,.08); color: #516870; font-size: 11px; }
.scatter-chip b { color: var(--teal-dark); font-size: 8px; letter-spacing: .08em; }
.chip-a { left: 5%; top: 15%; }.chip-b { right: 4%; top: 18%; }.chip-c { left: 2%; bottom: 19%; }.chip-d { right: 2%; bottom: 25%; }.chip-e { right: 29%; bottom: 5%; }
.scatter-line { position: absolute; z-index: 1; height: 1px; background: #cbdedb; transform-origin: left center; }
.line-a { width: 190px; left: 18%; top: 28%; transform: rotate(25deg); }.line-b { width: 170px; right: 9%; top: 31%; transform: rotate(152deg); }.line-c { width: 210px; left: 16%; bottom: 27%; transform: rotate(-18deg); }

.story-heading { max-width: 760px; }
.story-rail { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.story-card { position: relative; min-height: 280px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.story-index { color: #a5b8bc; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.story-icon { width: 42px; height: 42px; display: grid; place-items: center; margin: 38px 0 18px; border-radius: 12px; background: #eaf5f4; color: #157f7b; font-size: 21px; font-weight: 800; }
.story-card h3 { margin-bottom: 9px; }
.story-card p { margin: 0; font-size: 13px; line-height: 1.55; }
.story-card-dark { border-color: #153b47; background: var(--navy-2); color: white; }
.story-card-dark .story-index { color: #65808a; }.story-card-dark .story-icon { background: rgba(75,199,193,.14); color: #6fd4cf; }.story-card-dark p { color: #a8bec6; }
.story-status { display: flex; justify-content: center; align-items: center; gap: 8px; margin: 28px 0 0; color: #7b8d93; text-align: center; font-size: 11px; }
.story-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }

.breadth-section { overflow: hidden; }
.breadth-heading { max-width: 850px; }
.asset-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.asset-tile { min-height: 295px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 42px rgba(12,44,53,.055); }
.asset-tile-wide { grid-column: span 2; }
.asset-tile img { width: 100%; height: 205px; object-fit: cover; border-bottom: 1px solid #e4eceb; }
.asset-tile-wide img { height: 230px; }
.asset-tile > div { padding: 17px 18px 20px; }
.asset-tile strong, .asset-tile span { display: block; }
.asset-tile strong { margin-bottom: 5px; font-size: 16px; letter-spacing: -.02em; }
.asset-tile span { color: #71838a; font-size: 12px; line-height: 1.5; }

.intelligence-section { padding: 108px 0; }
.intelligence-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.intelligence-copy { max-width: 540px; }
.intelligence-list { margin-top: 32px; }
.intelligence-list > div { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.09); }
.intelligence-list span { color: #64d1cc; font-size: 10px; font-weight: 850; }
.intelligence-list p { margin: 0; font-size: 13px; line-height: 1.55; }
.intelligence-list strong { color: white; }
.intelligence-stage { position: relative; min-height: 540px; padding: 46px; border: 1px solid rgba(255,255,255,.09); border-radius: 30px; background: radial-gradient(circle at 70% 25%, rgba(65,183,177,.12), transparent 38%), rgba(255,255,255,.035); }
.context-asset-card { position: absolute; z-index: 2; top: 38px; left: 34px; width: 240px; display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.context-asset-card img { width: 76px; height: 55px; object-fit: cover; border-radius: 10px; }
.context-asset-card div { min-width: 0; }.context-asset-card small,.context-asset-card strong,.context-asset-card span { display: block; }.context-asset-card small { color: #71cbc6; font-size: 7px; letter-spacing: .1em; }.context-asset-card strong { margin: 2px 0; color: white; font-size: 13px; }.context-asset-card span { color: #8fa7b0; font-size: 8px; }
.context-asset-secondary { top: auto; left: auto; right: 35px; bottom: 36px; width: 230px; }
.ask-demo-card { position: absolute; z-index: 3; width: min(430px, calc(100% - 80px)); left: 50%; top: 50%; transform: translate(-50%,-45%); display: grid; grid-template-columns: 36px 1fr; gap: 13px; padding: 24px; border-radius: 20px; background: white; box-shadow: 0 30px 80px rgba(0,0,0,.27); }
.ask-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--teal); color: #062a2c; font-weight: 900; }
.ask-demo-card small { display: block; margin-bottom: 5px; color: #178b87; font-size: 8px; font-weight: 850; letter-spacing: .1em; }.ask-demo-card strong { display: block; color: var(--ink); font-size: 18px; line-height: 1.28; }.ask-demo-card p { margin: 10px 0 12px; color: #657981; font-size: 12px; line-height: 1.55; }.demo-sources { display: flex; flex-wrap: wrap; gap: 6px; }.demo-sources span { padding: 5px 8px; border-radius: 999px; background: #eef5f4; color: #55747b; font-size: 8px; font-weight: 700; }

.usecases-section { background: #fff; }
.usecase-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 20px 60px rgba(12,44,53,.06); }
.usecase-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid var(--line); background: #f6f9f8; scrollbar-width: none; }
.usecase-tabs::-webkit-scrollbar { display: none; }
.usecase-tabs button { flex: 1 0 auto; min-height: 56px; padding: 0 18px; border: 0; border-right: 1px solid var(--line); color: #70838a; background: transparent; font-size: 12px; font-weight: 760; }
.usecase-tabs button.active { color: #0c5956; background: white; box-shadow: inset 0 -3px var(--teal); }
.usecase-panel[hidden] { display: none !important; }
.usecase-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; min-height: 420px; padding: 48px; align-items: center; }
.usecase-art { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--soft); }
.usecase-art img { width: 100%; height: 300px; object-fit: cover; }
.usecase-copy { max-width: 560px; }
.usecase-copy h3 { margin-bottom: 14px; font-size: clamp(30px,3.1vw,44px); }
.usecase-copy > p:not(.eyebrow) { margin-bottom: 18px; font-size: 15px; }
.usecase-copy ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.usecase-copy li { position: relative; padding-left: 25px; color: #51666e; font-size: 13px; line-height: 1.5; }
.usecase-copy li:before { content: '✓'; position: absolute; left: 0; top: 0; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: #e6f4f3; color: #157f7b; font-size: 9px; font-weight: 900; }
.future-note { display: block; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); color: #819197; font-size: 10px; line-height: 1.5; }

.pricing-heading { max-width: 830px; }
.pricing-grid { max-width: 920px; margin: 0 auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 16px 55px rgba(10,38,48,.05); }
.plus-card { border-color: #67c9c4; box-shadow: 0 24px 70px rgba(25,125,120,.12); }
.popular-ribbon { position: absolute; top: -13px; right: 24px; padding: 7px 11px; border-radius: 999px; color: #053132; background: #75d8d3; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.plan-name { display: block; margin-bottom: 10px; font-size: 16px; font-weight: 820; }
.price { display: flex; align-items: baseline; gap: 5px; margin-bottom: 10px; }.price strong { font-size: 46px; letter-spacing: -.05em; }.price small { color: #74878e; }
.price-head p { min-height: 48px; margin-bottom: 6px; font-size: 14px; }.annual-note { color: #247e7a; font-size: 11px; font-weight: 700; }
.price-features { flex: 1; margin: 24px 0; padding-top: 16px; border-top: 1px solid var(--line); }.price-features > div { display: flex; gap: 9px; align-items: flex-start; padding: 7px 0; color: #4f646c; font-size: 12.5px; line-height: 1.5; }.price-features span { flex: 0 0 19px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #e9f5f4; color: #178b87; font-size: 10px; }
.pricing-footnote { max-width: 730px; margin: 27px auto 0; text-align: center; font-size: 11px; }

.mobile-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.store-badges { display: flex; gap: 10px; margin-top: 26px; flex-wrap: wrap; }.store-badge { min-width: 170px; display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 12px; background: #101718; color: white; }.brand-symbol { width: 27px; height: 32px; flex: 0 0 auto; }.apple-symbol { fill: white; }.store-badge span { display: flex; flex-direction: column; }.store-badge small { color: #c3cdcf; font-size: 8px; }.store-badge strong { font-size: 17px; letter-spacing: -.03em; }.disabled-badge { cursor: default; }
.mobile-preview-art { position: relative; min-height: 570px; display: grid; place-items: center; overflow: hidden; }.mobile-single { z-index: 3; transform: scale(1.05); }.mobile-ring { position: absolute; border-radius: 50%; border: 1px solid #cbdedd; }.ring-a { width: 420px; height: 420px; }.ring-b { width: 540px; height: 540px; border-style: dashed; }

.promise-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }.promise-points > div { padding: 16px 0; border-top: 1px solid var(--line); }.promise-points strong { font-size: 15px; }.promise-points p { margin: 5px 0 0; font-size: 13px; }.text-link { display: inline-flex; align-items: center; margin-top: 20px; color: var(--teal-dark); font-size: 13px; font-weight: 800; }

.waitlist-section { padding: 90px 0; }.waitlist-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 72px; align-items: center; }.waitlist-grid h2 { max-width: 620px; }.waitlist-card { padding: 30px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.055); box-shadow: 0 28px 70px rgba(0,0,0,.2); }.waitlist-card h3 { margin-bottom: 7px; color: white; }.waitlist-card > p { margin-bottom: 18px; }.waitlist-card > small { display: block; margin-top: 12px; color: #718d97; font-size: 9px; line-height: 1.5; }.waitlist-form { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 9px; }.waitlist-card .waitlist-form { grid-template-columns: 1fr; }.waitlist-form input, .contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d8e3e3; border-radius: 10px; outline: 0; background: white; color: var(--ink); }.waitlist-form input { height: 48px; padding: 0 13px; }.waitlist-form input:focus, .contact-form input:focus, .contact-form textarea:focus { border-color: #57bdb9; box-shadow: 0 0 0 3px rgba(52,183,177,.1); }.form-message { grid-column: 1 / -1; margin: 4px 0 0; font-size: 11px; }.form-message.success { color: #70d7c0 !important; }.form-message.error { color: #ffb2ad !important; }.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { padding: 60px 0 46px; background: #041117; color: #96abb3; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 46px; }.footer-brand img { width: 126px; margin-bottom: 16px; }.footer-brand p { margin-bottom: 22px; color: #8299a2; }.footer-brand small { font-size: 10px; }.footer-column { display: flex; flex-direction: column; gap: 10px; font-size: 12px; }.footer-column strong { margin-bottom: 5px; color: #d8e5e8; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.footer-column a:hover { color: white; }

/* Legal and contact pages */
.legal-hero { padding: 90px 0 66px; }.legal-hero h1 { margin-bottom: 22px; font-size: clamp(46px,5vw,68px); }.legal-hero p { max-width: 690px; font-size: 18px; }.legal-hero small { color: #76949f; }.legal-body { padding: 76px 0 105px; }.legal-grid { display: grid; grid-template-columns: 240px 1fr; gap: 76px; align-items: start; }.legal-grid aside { position: sticky; top: 106px; }.legal-aside-card { display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #f8fafa; }.legal-aside-card strong { margin-bottom: 12px; }.legal-aside-card a { padding: 7px 0; color: #6b7e85; font-size: 12px; }.legal-aside-card a:hover { color: var(--teal-dark); }.legal-grid article { max-width: 760px; }.legal-grid article section { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid var(--line); }.legal-grid article h2 { font-size: 27px; letter-spacing: -.03em; }.legal-grid article p { font-size: 15px; }.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 82px; align-items: start; }.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fafcfc; box-shadow: 0 20px 60px rgba(14,46,56,.06); }.contact-form { display: grid; gap: 15px; }.contact-form label { color: #50666e; font-size: 12px; font-weight: 750; }.contact-form input { height: 46px; margin-top: 6px; padding: 0 12px; }.contact-form textarea { margin-top: 6px; padding: 12px; resize: vertical; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 18px; }
  .hero { padding-top: 82px; }
  .hero-copy { max-width: 820px; margin: 0 auto; text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-footnote { justify-content: center; }
  .phone-stage { height: 570px; max-width: 760px; margin: 0 auto; }
  .phone-left { left: 14%; }.phone-right { right: 12%; }
  .story-rail { grid-template-columns: repeat(3,1fr); }
  .story-card:nth-child(4), .story-card:nth-child(5) { grid-column: span 1; }
  .asset-gallery { grid-template-columns: repeat(3,1fr); }.asset-tile-wide { grid-column: span 2; }
  .problem-grid, .intelligence-grid, .mobile-grid, .promise-grid { gap: 50px; }
}

@media (max-width: 860px) {
  .section { padding: 80px 0; }
  .mobile-menu-button { display: block; }
  .nav-links { position: absolute; top: 74px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 13px 24px 23px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.99); box-shadow: 0 20px 35px rgba(10,37,47,.08); }
  .nav-links.open { display: flex; }.nav-links a { padding: 11px 0; }.nav-cta { margin-top: 8px; text-align: center; }
  .problem-grid, .intelligence-grid, .mobile-grid, .promise-grid, .waitlist-grid, .contact-grid { grid-template-columns: 1fr; }
  .problem-copy, .intelligence-copy { max-width: none; }
  .scatter-scene { min-height: 460px; }
  .story-rail { grid-template-columns: repeat(2,1fr); }.story-card-dark { grid-column: span 2; min-height: 220px; }
  .asset-gallery { grid-template-columns: repeat(2,1fr); }.asset-tile-wide { grid-column: span 2; }
  .intelligence-stage { min-height: 500px; }
  .usecase-panel { grid-template-columns: 1fr; gap: 28px; padding: 34px; }.usecase-art img { height: 280px; }.usecase-copy { max-width: none; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 560px; }
  .mobile-preview-art { min-height: 530px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-column:last-child { grid-column: 2; }
  .legal-grid { grid-template-columns: 1fr; gap: 28px; }.legal-grid aside { position: static; }.legal-aside-card { display: none; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { height: 66px; }.nav-links { top: 66px; }.brand-link img { width: 112px; }
  h1 { font-size: 48px; } h2 { font-size: 35px; } .lead { font-size: 16px; }
  .section { padding: 68px 0; }
  .hero { min-height: auto; padding: 66px 0 34px; }
  .hero-copy h1 { font-size: 50px; margin-bottom: 20px; }.hero-lead { font-size: 16px; line-height: 1.58; }
  .hero-actions { flex-direction: column; align-items: stretch; margin: 25px 0 20px; }.hero-actions .button { width: 100%; }.hero-footnote { flex-wrap: wrap; font-size: 10px; }
  .phone-stage { height: 468px; margin: 0 -14px; }.phone { width: 210px; }.phone-screen { height: 438px; }.phone-left { left: -17%; transform: translateY(35px) rotateZ(-7deg) scale(.76); }.phone-right { right: -17%; transform: translateY(35px) rotateZ(7deg) scale(.76); }.phone-front { transform: scale(.9); }
  .ownership-strip { justify-content: center; gap: 13px 21px; padding-top: 25px; }
  .problem-grid { gap: 34px; }.scatter-scene { min-height: 390px; border-radius: 22px; }.scatter-home { width: 230px; }.scatter-chip { min-width: 116px; padding: 8px 9px; font-size: 9px; }.chip-a { left: 2%; top: 10%; }.chip-b { right: 1%; top: 15%; }.chip-c { left: 1%; bottom: 14%; }.chip-d { right: 1%; bottom: 20%; }.chip-e { right: 27%; bottom: 2%; }.scatter-line { display: none; }
  .story-heading { margin-bottom: 34px; }.story-rail { grid-template-columns: 1fr; }.story-card, .story-card-dark { min-height: 0; grid-column: auto; padding: 22px; }.story-icon { margin: 24px 0 15px; }.story-status { align-items: flex-start; text-align: left; }
  .asset-gallery { grid-template-columns: 1fr; }.asset-tile, .asset-tile-wide { grid-column: auto; min-height: 0; }.asset-tile img, .asset-tile-wide img { height: 210px; }
  .intelligence-section { padding: 72px 0; }.intelligence-grid { gap: 36px; }.intelligence-stage { min-height: 450px; padding: 20px; border-radius: 22px; }.context-asset-card { top: 20px; left: 18px; width: 205px; }.context-asset-secondary { top: auto; left: auto; right: 18px; bottom: 18px; width: 198px; }.ask-demo-card { width: calc(100% - 34px); padding: 18px; transform: translate(-50%,-43%); }.ask-demo-card strong { font-size: 16px; }
  .usecases-section .section-heading { margin-bottom: 30px; }.usecase-tabs button { min-height: 52px; padding: 0 15px; }.usecase-panel { padding: 22px; }.usecase-art img { height: 220px; }.usecase-copy h3 { font-size: 31px; }
  .price-card { padding: 27px 22px; }.price-head p { min-height: 0; }
  .store-badges { flex-direction: column; align-items: stretch; }.store-badge { justify-content: center; }.mobile-preview-art { min-height: 470px; overflow: hidden; }.mobile-single { transform: scale(.88); }.ring-a { width: 350px; height: 350px; }.ring-b { width: 450px; height: 450px; }
  .waitlist-card { padding: 23px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }.footer-brand { grid-column: 1 / -1; }.footer-column:last-child { grid-column: auto; }
  .legal-hero { padding: 68px 0 50px; }.legal-body { padding: 52px 0 76px; }.contact-card { padding: 22px; }
}

@media (max-width: 390px) {
  .hero-copy h1 { font-size: 44px; }
  .phone-stage { height: 440px; }.phone { width: 198px; }.phone-screen { height: 414px; }
  .scatter-scene { min-height: 365px; }.scatter-home { width: 205px; }
  .context-asset-card { width: 186px; }.context-asset-secondary { width: 184px; }
  .usecase-panel { padding: 18px; }.usecase-art img { height: 195px; }
  .price strong { font-size: 42px; }
}

@media (max-width: 860px) {
  .mobile-menu-button { min-width: 44px; min-height: 44px; }
  .nav-links a { padding: 14px 0; }
  .nav-links .nav-cta { padding: 13px 16px; }
}

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

.future-note { font-size: 11px; }

@media (max-width: 620px) {
  .hero-footnote { font-size: 11px; }
  .asset-gallery {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-right: -14px;
    padding: 0 14px 10px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .asset-gallery::-webkit-scrollbar { display: none; }
  .asset-tile, .asset-tile-wide {
    flex: 0 0 84%;
    min-height: 0;
    scroll-snap-align: start;
  }
  .asset-tile img, .asset-tile-wide img { height: 220px; }
}
