:root {
  --ink: #0a0d12;
  --muted: #5f6875;
  --pearl: #f6f8fb;
  --white: #ffffff;
  --ice: #dcebfa;
  --blue: #1673e6;
  --blue-deep: #0b4da2;
  --line: rgba(17, 44, 75, 0.13);
  --glass: rgba(255, 255, 255, 0.68);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --shadow: 0 28px 80px rgba(20, 57, 91, 0.13), 0 8px 26px rgba(20, 57, 91, 0.08);
  --shadow-small: 0 14px 36px rgba(21, 54, 86, 0.11);
  --radius-panel: 28px;
  --radius-card: 20px;
  --page: min(1440px, calc(100vw - 72px));
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--pearl); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 18px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::selection { color: var(--white); background: var(--blue); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; color: white; background: var(--ink); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(22, 115, 230, 0.45); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; top: 18px; left: 50%; width: min(1180px, calc(100vw - 36px)); min-height: 64px; padding: 10px 12px 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid rgba(255,255,255,.72); border-radius: 20px; background: rgba(248, 251, 255, .68); box-shadow: 0 16px 42px rgba(17, 51, 83, .1); backdrop-filter: blur(24px) saturate(160%); transform: translateX(-50%); transition: background .25s var(--ease), box-shadow .25s var(--ease); }
.site-header.is-scrolled { background: rgba(255,255,255,.9); box-shadow: var(--shadow-small); }
.brand { width: 132px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { color: #344050; font-size: 14px; font-weight: 600; text-decoration: none; }
.desktop-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-cta { min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; gap: 9px; color: white; background: var(--ink); border-radius: 12px; font-size: 14px; font-weight: 700; text-decoration: none; }
.menu-toggle { width: 44px; height: 44px; padding: 0; display: none; place-content: center; gap: 5px; border: 0; border-radius: 12px; background: var(--ink); }
.menu-toggle span { width: 18px; height: 1.5px; display: block; background: white; }
.mobile-menu { position: fixed; z-index: 90; top: 92px; left: 18px; right: 18px; padding: 18px; border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); backdrop-filter: blur(24px); }
.mobile-menu nav { display: grid; }
.mobile-menu a { padding: 14px 6px; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 650; text-decoration: none; }

.hero { width: var(--page); min-height: min(900px, 100svh); margin: 0 auto; padding: 150px 0 82px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr); align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 3; }
.hero h1, .section-heading h2, .company h2, .contact h2 { margin: 0; font-family: Manrope, Inter, sans-serif; letter-spacing: -0.04em; text-wrap: balance; }
.hero h1 { max-width: 720px; font-size: clamp(72px, 8.1vw, 128px); line-height: .88; font-weight: 700; }
.hero-promise { margin: 34px 0 0; color: var(--blue); font-family: Manrope, Inter, sans-serif; font-size: clamp(30px, 3vw, 48px); line-height: 1.04; font-weight: 650; letter-spacing: -0.035em; }
.hero-detail { max-width: 610px; margin: 28px 0 0; color: #485362; font-size: clamp(18px, 1.35vw, 22px); line-height: 1.55; }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 15px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.975); transition-duration: 100ms; }
.button--primary { color: white; background: linear-gradient(145deg, #171b22, #05070a); box-shadow: 0 15px 30px rgba(6, 11, 18, .19); }
.button--primary:hover { box-shadow: 0 20px 38px rgba(6, 11, 18, .24); }
.button--quiet { color: #2f3b4b; background: rgba(255,255,255,.72); box-shadow: inset 0 0 0 1px rgba(25, 54, 84, .1); backdrop-filter: blur(18px); }

.hero-instrument { position: relative; min-height: 680px; display: grid; place-items: center; isolation: isolate; }
.hero-instrument::before { content: ""; position: absolute; inset: 8% 0 4%; z-index: -3; border-radius: 52% 48% 45% 55%; background: radial-gradient(circle at 60% 40%, rgba(95,174,255,.3), rgba(218,235,249,.55) 34%, rgba(246,248,251,0) 70%); filter: blur(16px); }
.signal-halo { position: absolute; width: 570px; aspect-ratio: 1; display: grid; place-items: center; }
.signal-halo i { position: absolute; border-radius: 50%; border: 1px solid rgba(34, 100, 166, .15); animation: breathe 6s var(--ease) infinite alternate; }
.signal-halo i:nth-child(1) { inset: 0; }
.signal-halo i:nth-child(2) { inset: 11%; animation-delay: -.8s; }
.signal-halo i:nth-child(3) { inset: 22%; animation-delay: -1.6s; }
.liquid-ring { position: absolute; top: 30px; width: 430px; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(from 215deg, #425466, #f8fbff 11%, #8196aa 23%, #fefefe 36%, #3c5369 50%, #dce9f4 64%, #5b6c7e 78%, #ffffff 90%, #425466); box-shadow: inset 18px 18px 36px rgba(255,255,255,.85), inset -18px -24px 42px rgba(28,57,83,.32), 0 46px 90px rgba(46,83,117,.2); filter: saturate(.78); animation: ringFloat 8s var(--ease) infinite alternate; }
.liquid-ring::before { content: ""; position: absolute; inset: 62px; border-radius: 50%; background: radial-gradient(circle at 38% 32%, #f8fbff, #d9e8f5 38%, #b3cee2 68%, #7b99b0); box-shadow: inset 0 18px 40px rgba(255,255,255,.8), inset 0 -22px 48px rgba(45,93,132,.3); }
.liquid-ring span { position: absolute; inset: 46% 9%; height: 18px; border-radius: 50%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.95), rgba(122,214,255,.9), rgba(255,255,255,.95), transparent); filter: blur(2px); transform: rotate(-12deg); }
.glass-surface { border: 1px solid rgba(255,255,255,.85); background: var(--glass); box-shadow: var(--shadow); backdrop-filter: blur(26px) saturate(145%); }
.call-sheet { position: absolute; left: 0; bottom: 62px; width: min(560px, 92%); padding: 22px; border-radius: var(--radius-panel); }
.call-sheet__top { display: flex; justify-content: space-between; gap: 20px; align-items: center; color: #687688; font-size: 12px; font-weight: 700; }
.call-sheet__top span { display: inline-flex; align-items: center; gap: 8px; color: #315f8d; }
.call-sheet__top i { width: 8px; height: 8px; border-radius: 50%; background: #28aa74; box-shadow: 0 0 0 5px rgba(40,170,116,.11); }
.call-sheet > p { margin: 24px 0 4px; color: #657286; font-size: 14px; }
.call-sheet > strong { display: block; font-size: clamp(20px, 2vw, 28px); letter-spacing: -0.025em; }
.voice-line { height: 64px; margin: 18px 0; display: flex; align-items: center; gap: 7px; }
.voice-line i { width: 5px; height: 24%; border-radius: 99px; background: linear-gradient(#9fd4ff, #1776dc); animation: voice 1.6s ease-in-out infinite alternate; }
.voice-line i:nth-child(2n) { height: 70%; animation-delay: -.3s; }.voice-line i:nth-child(3n) { height: 100%; animation-delay: -.7s; }.voice-line i:nth-child(4n) { height: 45%; animation-delay: -1s; }
.call-result { padding-top: 16px; display: grid; grid-template-columns: 1fr auto; gap: 5px 16px; border-top: 1px solid var(--line); }
.call-result span { grid-column: 1 / -1; color: #6c7888; font-size: 11px; font-weight: 750; }
.call-result b { font-size: 15px; }.call-result em { padding: 4px 9px; align-self: center; color: #116a48; background: #ddf7eb; border-radius: 99px; font-size: 11px; font-style: normal; font-weight: 700; }
.handoff-pill { position: absolute; right: 4px; bottom: 28px; padding: 12px 16px; border-radius: 15px; display: grid; }
.handoff-pill span { color: #718094; font-size: 10px; font-weight: 750; }.handoff-pill strong { font-size: 13px; }

.trust, .product-section, .solutions, .partner-model, .company, .contact { width: var(--page); margin: 0 auto; padding: 120px 0; }
.trust { border-top: 1px solid var(--line); }
.section-heading { max-width: 850px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2, .company h2, .contact h2 { font-size: clamp(52px, 6.2vw, 92px); line-height: .98; font-weight: 650; }
.section-heading p { max-width: 670px; margin: 24px 0 0; color: var(--muted); font-size: clamp(18px, 1.5vw, 22px); }
.section-heading--center p { margin-inline: auto; }
.metrics { margin-top: 72px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics article { min-height: 180px; padding: 32px 24px; display: grid; align-content: center; gap: 12px; border-right: 1px solid var(--line); }
.metrics article:last-child { border-right: 0; }
.metrics strong { font-family: Manrope, Inter, sans-serif; font-size: clamp(42px, 4vw, 68px); line-height: 1; letter-spacing: -0.04em; }
.metrics span { color: var(--muted); font-size: 15px; }
.proof-note { margin: 12px 0 0; color: #7b8490; font-size: 12px; }

.solutions .section-heading { margin-left: 8%; }
.solution-list { margin-top: 78px; }
.solution-list article { padding: 36px 8%; display: grid; grid-template-columns: .55fr 1fr 1.2fr .9fr; align-items: center; gap: 32px; border-top: 1px solid var(--line); }
.solution-list article:last-child { border-bottom: 1px solid var(--line); }.solution-index { color: var(--blue); font-size: 13px; font-weight: 750; }.solution-list h3 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(28px, 2.5vw, 40px); letter-spacing: -0.035em; }.solution-list p { margin: 0; color: var(--muted); }.solution-list article > span { color: #3e536a; font-size: 13px; font-weight: 650; }

.partner-model { width: 100%; padding-inline: max(36px, calc((100vw - 1440px) / 2)); background: linear-gradient(180deg, #dfeefa, #edf5fb); }
#partners { scroll-margin-top: 104px; }
.ownership-map { max-width: 1220px; margin: 72px auto 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ownership-card { min-height: 292px; padding: 36px; display: flex; flex-direction: column; align-items: flex-start; border-radius: var(--radius-panel); background: rgba(255,255,255,.72); box-shadow: var(--shadow-small); }
.ownership-card > span { color: #527493; font-size: 12px; font-weight: 750; letter-spacing: .06em; }
.ownership-card h3 { margin: 22px 0 0; font-family: Manrope, sans-serif; font-size: clamp(30px, 2.5vw, 38px); line-height: 1.08; letter-spacing: -0.035em; }
.ownership-card p { max-width: 30ch; margin: auto 0 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.ownership-card--partner { color: white; background: #10151d; box-shadow: 0 22px 48px rgba(25,51,78,.22); }
.ownership-card--partner > span { color: #b5d8f6; }.ownership-card--partner p { color: #c3ced8; }

.company { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.company-copy p { max-width: 680px; margin: 28px 0; color: var(--muted); font-size: 20px; }.company-copy a { color: var(--blue-deep); font-weight: 750; text-underline-offset: 5px; }
.investors { padding: 34px; border-radius: var(--radius-panel); background: #10141a; color: white; box-shadow: var(--shadow); }
.investors p { margin: 0 0 24px; color: #aab4c0; font-size: 13px; }.investors div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.investors span { min-height: 66px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; font-family: Manrope, sans-serif; font-size: 16px; font-weight: 650; text-align: center; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }.contact-copy p { max-width: 570px; color: var(--muted); font-size: 19px; }.contact-steps { margin: 38px 0 24px; display: flex; flex-wrap: wrap; gap: 10px; }.contact-steps span { padding: 10px 12px 10px 8px; display: inline-flex; align-items: center; gap: 9px; border-radius: 99px; background: white; box-shadow: inset 0 0 0 1px var(--line); font-size: 13px; font-weight: 650; }.contact-steps b { width: 26px; height: 26px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; }.response-time { font-size: 13px !important; }
.form-surface { min-height: 570px; padding: clamp(26px, 4vw, 48px); border-radius: var(--radius-panel); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }.form-surface label { display: grid; gap: 9px; color: #344152; font-size: 13px; font-weight: 700; }.form-surface > form > label { margin-top: 22px; }
input, select, textarea { width: 100%; border: 1px solid rgba(27,61,95,.16); border-radius: 13px; color: var(--ink); background: rgba(255,255,255,.82); outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
input, select { min-height: 54px; padding: 0 15px; } textarea { padding: 15px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: rgba(22,115,230,.55); background: white; box-shadow: 0 0 0 4px rgba(22,115,230,.1); }
[aria-invalid="true"] { border-color: #c7354d; }.field-error { min-height: 18px; color: #b52c43; font-size: 12px; font-weight: 500; }.form-privacy { margin: 16px 0 22px; color: #717d8b; font-size: 12px; }.form-privacy a { color: inherit; font-weight: 700; text-underline-offset: 2px; }.button--submit { width: 100%; }.form-notice { min-height: 24px; margin: 14px 0 0; color: var(--muted); font-size: 13px; }.form-notice.is-error { color: #b52c43; }.form-notice.is-success { color: #167451; }
.success-panel { min-height: 470px; align-content: center; text-align: center; }.success-panel:not([hidden]) { display: grid; }.success-panel > span { color: #2d79bd; font-size: 12px; font-weight: 750; }.success-panel h3 { margin: 20px auto 12px; max-width: 520px; font-family: Manrope, sans-serif; font-size: 42px; line-height: 1.05; letter-spacing: -0.04em; }.success-panel p { max-width: 500px; margin: 0 auto 24px; color: var(--muted); }.success-panel strong { margin-bottom: 28px; font-size: 13px; }

footer { padding: 52px max(36px, calc((100vw - 1440px) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; color: #aeb6c1; background: #090c11; font-size: 13px; }.brand--footer { width: 130px; }.brand--footer img { filter: brightness(1.4); } footer p { margin: 0; } footer nav { display: flex; gap: 20px; } footer a { text-decoration: none; }

/* P0 conversion and qualification surfaces. */
.hero-eyebrow, .section-kicker { margin: 0 0 18px; color: #315f8d; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 span { color: var(--blue); }
.customer-cases { width: var(--page); margin: 0 auto; padding: 92px 0 96px; border-top: 1px solid var(--line); }
.logo-wall { width: 100%; margin-top: 48px; overflow: hidden; }
.logo-wall__track { width: max-content; display: flex; transform: translate3d(0, 0, 0); animation: logo-wall-scroll 62s linear infinite; will-change: transform; }
.logo-wall__group { padding-right: clamp(46px, 5vw, 82px); display: flex; flex: 0 0 auto; align-items: center; gap: clamp(46px, 5vw, 82px); }
.logo-wall__mark { min-width: 0; display: grid; flex: 0 0 auto; place-items: center; }
.logo-wall__mark img { width: auto; height: 34px; max-height: 42px; object-fit: contain; }
.logo-wall__mark--wide img { height: 28px; }
.logo-wall__mark--ultrawide img { height: 22px; }
.logo-wall__mark--lvmh { padding: 8px 12px; border-radius: 8px; background: #10151d; }
.logo-wall__mark--lvmh img { max-width: 152px; }
.demo-surface { max-width: 1160px; min-height: 360px; margin: 64px auto 0; padding: clamp(28px, 5vw, 64px); display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 54px; border-radius: var(--radius-panel); }.demo-copy > span, .demo-timeline time { color: #2d79bd; font-size: 12px; font-weight: 750; letter-spacing: .07em; }.demo-copy h3 { margin: 16px 0; font-family: Manrope, sans-serif; font-size: clamp(34px, 4.2vw, 58px); line-height: 1; letter-spacing: -0.035em; }.demo-copy p { max-width: 540px; min-height: 86px; margin: 0 0 28px; color: var(--muted); }.demo-copy .button { width: auto; }.demo-timeline { margin: 0; padding: 0; display: grid; list-style: none; }.demo-timeline li { min-height: 64px; padding: 14px 0; display: grid; grid-template-columns: 70px 1fr; gap: 18px; border-top: 1px solid var(--line); color: #718094; transition: color .25s var(--ease), transform .25s var(--ease); }.demo-timeline li:last-child { border-bottom: 1px solid var(--line); }.demo-timeline li.is-current { color: var(--ink); transform: translateX(8px); font-weight: 700; }
.faq-section { width: var(--page); margin: 0 auto; padding: 118px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { padding: 23px 0; border-bottom: 1px solid var(--line); }.faq-list summary { cursor: pointer; font-family: Manrope, sans-serif; font-size: 21px; font-weight: 700; list-style-position: inside; }.faq-list p { max-width: 680px; margin: 14px 0 0; color: var(--muted); }
.form-surface fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }.form-surface legend { width: 100%; margin-bottom: 22px; color: #315f8d; font-size: 12px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }.form-actions { display: grid; grid-template-columns: .35fr .65fr; gap: 12px; }.form-actions .button { width: 100%; }.readiness-summary { max-width: 500px; margin: 0 auto 28px; padding: 16px; border-radius: 15px; background: rgba(255,255,255,.65); box-shadow: inset 0 0 0 1px var(--line); }.readiness-summary > span { color: #315f8d; font-size: 10px; font-weight: 750; letter-spacing: .07em; }.readiness-summary p { margin: 7px 0 0; font-size: 13px; }

.admin-page { min-height: 100vh; background: radial-gradient(circle at 75% 0%, #dcefff, transparent 36%), var(--pearl); }
.admin-shell { width: min(1540px, calc(100vw - 56px)); margin: 0 auto; padding: 60px 0; }
.admin-header { display: flex; justify-content: space-between; align-items: end; gap: 36px; }.admin-header h1 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(48px, 6vw, 86px); line-height: .95; letter-spacing: -0.04em; }.admin-header p { max-width: 660px; margin: 18px 0 0; color: var(--muted); }.admin-actions { display: flex; gap: 10px; }.admin-actions button, .admin-actions a { min-height: 46px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 13px; background: var(--glass-strong); box-shadow: inset 0 0 0 1px var(--line); color: var(--ink); font-weight: 700; text-decoration: none; cursor: pointer; }.admin-actions a { color: white; background: var(--ink); }
.admin-actions button:disabled { cursor: not-allowed; opacity: .45; }.admin-login { margin-top: 42px; padding: 34px; display: grid; grid-template-columns: 1fr minmax(320px, .72fr); gap: 44px; align-items: end; border-radius: 20px; background: var(--glass); box-shadow: var(--shadow-small); backdrop-filter: blur(20px); }.admin-login h2 { max-width: 460px; margin: 0; font-family: Manrope, sans-serif; font-size: 38px; line-height: 1; letter-spacing: 0; }.admin-login p:not(.admin-eyebrow) { max-width: 520px; margin: 14px 0 0; color: var(--muted); }.admin-eyebrow { margin: 0 0 13px; color: var(--blue-deep); font-size: 11px; font-weight: 800; letter-spacing: .08em; }.admin-login form { display: grid; gap: 13px; }.admin-login label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; font-weight: 700; }.admin-login input { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.8); color: var(--ink); font: inherit; }.admin-login button { min-height: 48px; border: 0; border-radius: 12px; color: white; background: var(--ink); font: inherit; font-weight: 700; cursor: pointer; }.admin-login button:focus-visible, .admin-actions button:focus-visible { outline: 3px solid rgba(22,115,230,.45); outline-offset: 3px; }.admin-login #loginNotice { min-height: 20px; margin: 0; color: #b52c43; font-size: 13px; }
.admin-metrics { margin-top: 46px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.admin-metrics article { min-height: 135px; padding: 24px; display: grid; align-content: center; gap: 8px; border-radius: 18px; background: var(--glass); box-shadow: var(--shadow-small); backdrop-filter: blur(20px); }.admin-metrics span { color: var(--muted); font-size: 13px; }.admin-metrics strong { font-family: Manrope, sans-serif; font-size: clamp(24px, 2.5vw, 38px); letter-spacing: -0.035em; }
.admin-toolbar { margin-top: 22px; padding: 12px; display: flex; gap: 12px; border-radius: 18px; background: rgba(255,255,255,.68); box-shadow: var(--shadow-small); backdrop-filter: blur(20px); }.admin-toolbar input { flex: 1; }.admin-toolbar select { width: min(260px, 30vw); }.admin-notice { min-height: 24px; margin: 14px 0; color: var(--muted); font-size: 13px; }.admin-notice.is-error { color: #b52c43; }
.lead-workspace { min-height: 560px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.72); box-shadow: var(--shadow); backdrop-filter: blur(22px); }.lead-list { max-height: 720px; overflow: auto; border-right: 1px solid var(--line); }.lead-card { width: 100%; padding: 20px 22px; display: grid; grid-template-columns: 1fr auto; gap: 7px 18px; text-align: left; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; }.lead-card:hover, .lead-card.is-active { background: rgba(220,237,250,.62); }.lead-card strong { font-size: 17px; }.lead-card span { color: var(--muted); font-size: 13px; }.lead-card time { grid-row: 1 / 3; grid-column: 2; color: #758294; font-size: 11px; }.lead-detail { padding: clamp(28px, 4vw, 52px); }.lead-detail__empty { min-height: 430px; display: grid; place-content: center; color: var(--muted); text-align: center; }.lead-detail h2 { margin: 0; font-family: Manrope, sans-serif; font-size: 38px; letter-spacing: -0.035em; }.lead-detail__email { color: var(--blue-deep); }.lead-detail dl { margin: 32px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.lead-detail dl div { padding-top: 15px; border-top: 1px solid var(--line); }.lead-detail dt { color: var(--muted); font-size: 12px; }.lead-detail dd { margin: 7px 0 0; white-space: pre-wrap; font-size: 15px; font-weight: 600; }.lead-detail__workflow { grid-column: 1 / -1; }

@keyframes ringFloat { to { transform: translateY(14px) rotate(4deg); } }
@keyframes breathe { to { transform: scale(1.045); opacity: .6; } }
@keyframes voice { to { transform: scaleY(.42); opacity: .65; } }
@keyframes logo-wall-scroll { to { transform: translate3d(-50%, 0, 0); } }

@media (max-width: 1050px) {
  :root { --page: min(100% - 44px, 900px); }
  .desktop-nav { display: none; }.menu-toggle { display: grid; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; }.hero-copy { text-align: center; }.hero h1, .hero-detail { margin-inline: auto; }.hero-actions { justify-content: center; }.hero-instrument { min-height: 650px; }
  .metrics { grid-template-columns: 1fr 1fr; }.metrics article:nth-child(2) { border-right: 0; }.metrics article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .solution-list article { grid-template-columns: .4fr 1fr 1.2fr; }.solution-list article > span { grid-column: 2 / -1; }
  .ownership-map { grid-template-columns: 1fr; }
  .company, .contact { grid-template-columns: 1fr; gap: 60px; }.contact-copy { position: static; }
  .lead-workspace { grid-template-columns: .8fr 1.2fr; }
  .demo-surface, .faq-section { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  :root { --page: calc(100% - 32px); --radius-panel: 22px; --radius-card: 17px; }
  body { font-size: 17px; }.site-header { top: 10px; width: calc(100vw - 20px); min-height: 58px; padding: 8px 8px 8px 15px; }.brand { width: 112px; }.header-cta { display: none; }.mobile-menu { top: 78px; left: 10px; right: 10px; }
  .hero { padding: 112px 0 42px; gap: 12px; }.hero h1 { font-size: 62px; line-height: .93; }.hero-eyebrow { margin-bottom: 14px; font-size: 10px; }.hero-promise { margin-top: 20px; font-size: 27px; line-height: 1.08; }.hero-detail { margin-top: 18px; font-size: 16px; line-height: 1.5; }.hero-actions { margin-top: 24px; display: grid; }.button { width: 100%; font-size: 16px; }.hero-instrument { min-height: 440px; }.signal-halo { width: 100%; }.liquid-ring { top: 8px; width: 272px; }.liquid-ring::before { inset: 39px; }.call-sheet { left: 0; right: 0; bottom: 24px; width: 100%; padding: 16px; }.handoff-pill { display: none; }
  .trust, .customer-cases, .product-section, .solutions, .partner-model, .faq-section, .company, .contact { padding-top: 86px; padding-bottom: 86px; }.section-heading h2, .company h2, .contact h2 { font-size: 48px; }.section-heading p { margin-top: 18px; font-size: 17px; }
  .metrics { margin-top: 48px; }.metrics article { min-height: 135px; padding: 22px 14px; }.metrics strong { font-size: 38px; }.metrics span { font-size: 12px; }
  .product-section, .partner-model { padding-inline: 16px; }
  .solutions .section-heading { margin-left: 0; }.demo-surface { margin-top: 42px; padding: 24px 18px; gap: 30px; }.demo-copy .button { width: 100%; }.demo-copy p { min-height: 100px; }.demo-timeline li { grid-template-columns: 57px 1fr; gap: 10px; }.ownership-map { margin-top: 48px; }.ownership-card { min-height: 232px; padding: 28px; }.ownership-card h3 { margin-top: 18px; }.ownership-card p { max-width: 34ch; font-size: 16px; }.faq-section { gap: 42px; }.faq-list summary { font-size: 19px; }
  .customer-cases { padding-top: 72px; padding-bottom: 72px; }.logo-wall { margin-top: 38px; }.logo-wall__group { padding-right: 38px; gap: 38px; }.logo-wall__mark img { height: 29px; }.logo-wall__mark--wide img { height: 24px; }.logo-wall__mark--ultrawide img { height: 19px; }.logo-wall__mark--lvmh { padding: 7px 10px; }.logo-wall__mark--lvmh img { max-width: 130px; }
  .company { gap: 44px; }.company-copy p { font-size: 17px; }.investors { padding: 24px; }.investors div { grid-template-columns: 1fr; }
  .contact { gap: 44px; }.contact-steps { display: grid; }.form-surface { min-height: 0; padding: 22px 16px; }.form-grid { grid-template-columns: 1fr; gap: 4px; }.form-surface label { margin-top: 15px; }.form-actions { grid-template-columns: 1fr; }.success-panel h3 { font-size: 34px; }
  footer { grid-template-columns: 1fr; text-align: center; }.brand--footer { margin: auto; } footer nav { justify-content: center; }
  .admin-shell { width: calc(100vw - 28px); padding: 32px 0; }.admin-header { display: grid; align-items: start; }.admin-header h1 { font-size: 48px; }.admin-actions { display: grid; grid-template-columns: 1fr 1fr; }.admin-login { grid-template-columns: 1fr; gap: 28px; padding: 24px 18px; }.admin-login h2 { font-size: 32px; }.admin-metrics { grid-template-columns: 1fr; }.admin-toolbar { display: grid; }.admin-toolbar select { width: 100%; }.lead-workspace { grid-template-columns: 1fr; }.lead-list { max-height: 380px; border-right: 0; border-bottom: 1px solid var(--line); }.lead-detail { padding: 24px 18px; }.lead-detail dl { grid-template-columns: 1fr; }.lead-detail__workflow { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .logo-wall { overflow: visible; }
  .logo-wall__track { width: 100%; display: block; animation: none; transform: none; will-change: auto; }
  .logo-wall__group { width: 100%; padding: 0; flex-wrap: wrap; justify-content: center; gap: 26px 32px; }
  .logo-wall__group[aria-hidden="true"] { display: none; }
}
@media (prefers-reduced-transparency: reduce) { .site-header, .glass-surface, .admin-toolbar, .lead-workspace { background: white; backdrop-filter: none; } }
@media (prefers-contrast: more) { :root { --line: rgba(0,0,0,.38); }.site-header, .glass-surface { background: white; border-color: #4d5560; } }

/* Web 0.9: merged product proof modules. */
.brand img { content-visibility: auto; }
.proof-data-bar { width: var(--page); margin: 0 auto; padding: 28px 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-data-bar > div { min-width: 0; padding: 4px 28px; border-right: 1px solid var(--line); }
.proof-data-bar > div:last-child { border-right: 0; }
.proof-data-bar strong { display: block; font-family: Manrope, Inter, sans-serif; font-size: clamp(34px, 4vw, 62px); line-height: 1; letter-spacing: -.04em; }
.proof-data-bar span { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; }
.customer-cases .section-heading { max-width: none; }
.customer-cases .section-kicker { margin: 0; color: #59708a; font-size: 11px; letter-spacing: .18em; }
.product-section--merged { width: 100%; margin: 0; padding: clamp(82px, 10vw, 140px) max(36px, calc((100vw - 1440px) / 2)); color: var(--white); background: #080b10; }
.merged-product-hero { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); align-items: center; gap: clamp(48px, 8vw, 112px); }
.merged-product-copy h2 { max-width: 640px; margin: 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(48px, 6.2vw, 88px); line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.merged-product-copy > p { max-width: 570px; margin: 28px 0 0; color: #b9c4d0; font-size: clamp(18px, 1.55vw, 22px); line-height: 1.52; }
.product-section--merged .button--quiet { color: #e7edf3; background: rgba(255,255,255,.1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.product-section--merged .button--quiet:hover { background: rgba(255,255,255,.17); }
.voice-path { position: relative; min-height: 548px; padding: 31px; overflow: hidden; border-radius: 20px; color: var(--white); background: #0b1624; box-shadow: 0 28px 50px rgba(0,0,0,.3); }
.voice-path::before { width: 460px; height: 460px; position: absolute; top: -224px; right: -170px; border: 1px solid rgba(201,236,255,.2); border-radius: 50%; content: ""; box-shadow: inset 0 0 0 56px rgba(41,88,127,.24); }
.voice-path::after { width: 280px; height: 280px; position: absolute; bottom: -154px; left: -82px; border: 1px solid rgba(201,236,255,.16); border-radius: 50%; content: ""; box-shadow: inset 0 0 0 42px rgba(53,108,151,.2); }
.path-head { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; color: #c4d7ea; font-size: 12px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: #44e0ae; box-shadow: 0 0 0 0 rgba(68,224,174,.35); animation: signal-pulse 2.2s ease-out infinite; }
.voice-path ol { position: relative; z-index: 1; margin: 34px 0 0; padding: 0; display: grid; list-style: none; }
.voice-path .path-stage { min-height: 101px; padding: 19px 0 19px 76px; position: relative; border-top: 1px solid rgba(212,232,250,.2); }
.voice-path .path-stage:last-child { border-bottom: 1px solid rgba(212,232,250,.2); }
.voice-path .path-stage::before { width: 36px; height: 36px; position: absolute; top: 25px; left: 0; border: 1px solid rgba(203,234,255,.46); border-radius: 50%; content: ""; }
.voice-path .path-stage:not(:last-child)::after { width: 1px; height: 65px; position: absolute; top: 61px; left: 18px; content: ""; background: #397cab; opacity: .56; }
.path-index { display: block; color: #9cccf6; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.voice-path .path-stage strong { max-width: 365px; margin-top: 5px; display: block; font-family: Manrope, Inter, sans-serif; font-size: 20px; letter-spacing: -.025em; line-height: 1.22; }
.waveform { width: 36px; height: 18px; position: absolute; top: 34px; left: 0; display: flex; align-items: center; justify-content: center; gap: 3px; }
.waveform i { width: 2px; height: 9px; display: block; border-radius: 8px; background: #53b9ff; animation: wave 1.4s ease-in-out infinite alternate; }
.waveform i:nth-child(2n) { height: 16px; animation-delay: -.34s; }.waveform i:nth-child(3n) { height: 6px; animation-delay: -.67s; }
.path-orbit { width: 16px; height: 16px; position: absolute; top: 34px; left: 10px; border: 2px solid #a4d9ff; border-radius: 50%; box-shadow: 8px 0 0 -5px #53b9ff; animation: orbit 4.5s linear infinite; }
.action-mark { width: 18px; height: 18px; position: absolute; top: 33px; left: 9px; background: #a8ebce; clip-path: polygon(0 42%,42% 42%,42% 0,58% 0,58% 42%,100% 42%,100% 58%,58% 58%,58% 100%,42% 100%,42% 58%,0 58%); }
.data-bars { width: 36px; height: 22px; position: absolute; top: 31px; left: 0; display: flex; align-items: flex-end; gap: 3px; }.data-bars i { width: 4px; display: block; border-radius: 5px 5px 0 0; background: #8ccafa; }.data-bars i:nth-child(1) { height: 9px; }.data-bars i:nth-child(2) { height: 17px; }.data-bars i:nth-child(3) { height: 12px; }.data-bars i:nth-child(4) { height: 22px; }.data-bars i:nth-child(5) { height: 15px; }
.homepage-voices { width: var(--page); margin: 0 auto; padding: 120px 0; }
.homepage-voices .section-heading { max-width: 760px; }
.featured-voices { margin-top: 64px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.featured-voices figure { min-height: 320px; margin: 0; padding: 34px clamp(20px, 3vw, 42px); display: flex; flex-direction: column; justify-content: space-between; }
.featured-voices figure + figure { border-left: 1px solid var(--line); }
.featured-voices blockquote { margin: 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(19px, 1.7vw, 25px); font-weight: 700; letter-spacing: -.025em; line-height: 1.3; }
.featured-voices figcaption { margin-top: 28px; display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: 12px; font-weight: 700; }
.featured-voices figcaption img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.more-voices { margin-top: 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.more-voices summary { min-height: 74px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-family: Manrope, Inter, sans-serif; font-size: 18px; font-weight: 750; list-style: none; }.more-voices summary::-webkit-details-marker { display: none; }.more-voices summary span { color: var(--blue); font-size: 28px; font-weight: 400; transition: transform .2s var(--ease); }.more-voices[open] summary span { transform: rotate(45deg); }
.voice-stream { margin: 0; padding: 0 0 22px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 46px; list-style: none; }.voice-stream li { min-height: 155px; padding: 24px 0 24px 82px; position: relative; border-top: 1px solid rgba(217,225,234,.85); }.voice-stream li img { width: 54px; height: 54px; position: absolute; top: 25px; left: 0; border-radius: 50%; object-fit: cover; }.voice-stream blockquote { margin: 0; color: #34465a; font-size: 14px; line-height: 1.55; }.voice-stream li > span { margin-top: 12px; display: block; color: var(--muted); font-size: 11px; font-weight: 750; }
@keyframes signal-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(68,224,174,.22); } 45% { box-shadow: 0 0 0 8px rgba(68,224,174,0); } }
@keyframes wave { to { transform: scaleY(.45); opacity: .62; } }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 700px) {
  .proof-data-bar { grid-template-columns: 1fr; padding: 0; }.proof-data-bar > div { min-height: 102px; padding: 24px 0; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; border-right: 0; border-bottom: 1px solid var(--line); }.proof-data-bar > div:last-child { border-bottom: 0; }.proof-data-bar strong { font-size: 36px; }.proof-data-bar span { margin: 0; font-size: 13px; text-align: right; }
  .product-section--merged { padding: 76px 16px; }.merged-product-hero { grid-template-columns: 1fr; gap: 34px; }.merged-product-copy h2 { font-size: 48px; }.merged-product-copy > p { margin-top: 18px; font-size: 18px; }.merged-product-copy .hero-actions { margin-top: 24px; display: grid; }.merged-product-copy .button { width: 100%; }
  .voice-path { min-height: 442px; padding: 20px 18px; border-radius: 16px; }.voice-path ol { margin-top: 18px; }.voice-path .path-stage { min-height: 80px; padding: 12px 0 12px 48px; }.voice-path .path-stage strong { max-width: 250px; font-size: 15px; line-height: 1.18; }.voice-path .path-stage::before { width: 26px; height: 26px; top: 19px; }.voice-path .path-stage:not(:last-child)::after { height: 50px; top: 45px; left: 13px; }.path-index { font-size: 9px; }.waveform { top: 24px; left: -5px; transform: scale(.72); }.path-orbit { top: 24px; left: 5px; transform: scale(.78); }.action-mark { top: 23px; left: 5px; transform: scale(.72); }.data-bars { top: 21px; left: -5px; transform: scale(.72); }
  .homepage-voices { width: var(--page); padding: 86px 0; }.featured-voices { margin-top: 42px; grid-template-columns: 1fr; }.featured-voices figure { min-height: 0; padding: 28px 0; }.featured-voices figure + figure { border-top: 1px solid var(--line); border-left: 0; }.featured-voices blockquote { font-size: 20px; }.voice-stream { grid-template-columns: 1fr; }.voice-stream li { min-height: 0; padding: 20px 0 20px 63px; }.voice-stream li img { width: 44px; height: 44px; top: 20px; }.voice-stream blockquote { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) { .voice-path .pulse-dot, .waveform i, .path-orbit { animation: none; } }
