:root {
    --navy-950: #040b14;
    --navy-900: #071524;
    --navy-800: #0b1c31;
    --navy-700: #12345c;
    --blue: #1473e6;
    --blue-bright: #1687ff;
    --cyan: #00cbed;
    --ink: #10213b;
    --muted: #65758b;
    --line: #dbe5f1;
    --surface: #ffffff;
    --background: #f4f8fc;
    --green: #2dd47b;
    --orange: #f7a934;
    --red: #ff5a67;
    --radius: 22px;
    --shadow: 0 20px 55px rgba(7, 21, 36, .11);
    --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--background); color: var(--ink); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
em { color: var(--blue-bright); font-style: normal; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 1rem; z-index: 2000; padding: .8rem 1rem; border-radius: 10px; background: #fff; color: var(--ink); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.site-container { width: min(calc(100% - 2.5rem), var(--container)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: #d6e3f2; transition: transform .28s ease, background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { border-bottom: 1px solid rgba(148, 163, 184, .13); background: rgba(5, 16, 29, .92); box-shadow: 0 10px 34px rgba(2, 8, 18, .22); backdrop-filter: blur(18px); }
.site-header.is-hidden { transform: translateY(-110%); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 1.5rem; }
.site-brand { display: inline-flex; align-items: center; gap: .75rem; min-width: 0; }
.brand-mark { display: grid; width: 43px; height: 43px; flex: 0 0 43px; place-items: center; border: 1px solid rgba(191, 219, 254, .23); border-radius: 13px; background: linear-gradient(145deg, #eff6ff, #bfdbfe); box-shadow: 0 10px 24px rgba(20, 115, 230, .22); }
.brand-mark img { width: 31px; height: 31px; }
.brand-copy { display: grid; gap: .12rem; }
.brand-copy strong { color: #f6f9fd; font-size: .84rem; font-weight: 950; letter-spacing: .13em; }
.brand-copy small { overflow: hidden; color: #7f98b2; font-size: .54rem; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.desktop-nav a { position: relative; color: #9fb2c7; font-size: .72rem; font-weight: 750; transition: color .2s; }
.desktop-nav a::after { position: absolute; right: 50%; bottom: -.65rem; left: 50%; height: 2px; border-radius: 99px; background: var(--blue-bright); content: ""; transition: left .2s, right .2s; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { right: 0; left: 0; }
.header-actions { display: flex; align-items: center; gap: .7rem; }
.language-switch { display: flex; padding: .18rem; border: 1px solid rgba(148, 163, 184, .17); border-radius: 10px; background: rgba(4, 14, 27, .35); }
.language-switch button, .language-switch a { display: grid; width: 34px; height: 29px; padding: 0; place-items: center; border: 0; border-radius: 7px; background: transparent; color: #7890a9; cursor: pointer; font-size: .62rem; font-weight: 900; transition: .2s; }
.language-switch button.is-active, .language-switch a.is-active { background: rgba(22, 135, 255, .22); color: #8fc8ff; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .65rem; padding: .78rem 1.1rem; border: 1px solid transparent; border-radius: 13px; cursor: pointer; font-size: .72rem; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; height: 17px; }
.button-small { min-height: 38px; padding: .55rem .75rem; border-radius: 10px; font-size: .64rem; }
.button-primary { background: linear-gradient(135deg, #1473e6, #1687ff); color: #fff; box-shadow: 0 12px 27px rgba(20, 115, 230, .3); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(20, 115, 230, .42); }
.button-demo { border-color: rgba(69, 224, 166, .28); background: linear-gradient(135deg, #0aa36c, #16c98d); color: #fff; box-shadow: 0 12px 27px rgba(16, 185, 129, .22); }
.button-demo:hover { box-shadow: 0 16px 34px rgba(16, 185, 129, .34); }
.button-secondary { border-color: rgba(148, 163, 184, .24); background: rgba(5, 18, 33, .43); color: #dbe8f5; backdrop-filter: blur(10px); }
.button-secondary:hover, .button-ghost:hover { border-color: rgba(115, 184, 255, .45); background: rgba(20, 115, 230, .14); }
.button-ghost { border-color: rgba(148, 163, 184, .19); background: rgba(5, 18, 33, .34); color: #c8d7e8; }
.button-light { background: #fff; color: #0c365f; box-shadow: 0 15px 34px rgba(0,0,0,.22); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; border: 1px solid rgba(148, 163, 184, .19); border-radius: 11px; background: rgba(5, 18, 33, .45); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: #c8d7e8; transition: .2s; }
.mobile-menu { border-top: 1px solid rgba(148,163,184,.12); background: rgba(5,16,29,.98); box-shadow: 0 28px 45px rgba(2,8,18,.32); }
.mobile-menu nav { display: grid; width: min(calc(100% - 2.5rem), var(--container)); margin: auto; padding: 1rem 0 1.3rem; }
.mobile-menu nav > a:not(.button) { padding: .85rem 0; border-bottom: 1px solid rgba(148,163,184,.1); color: #bdcde0; font-size: .8rem; font-weight: 750; }
.mobile-menu .button { margin-top: 1rem; }

.hero { position: relative; min-height: 100vh; min-height: 840px; overflow: hidden; padding: 140px 0 2.2rem; background: radial-gradient(circle at 77% 22%, rgba(22,135,255,.23), transparent 28%), radial-gradient(circle at 17% 68%, rgba(0,203,237,.075), transparent 27%), linear-gradient(126deg, var(--navy-950), var(--navy-900) 52%, #0d2848); color: #fff; isolation: isolate; }
.hero::after { position: absolute; inset: auto 0 0; height: 190px; z-index: -1; background: linear-gradient(180deg, transparent, rgba(4,11,20,.65)); content: ""; }
.hero-glow { position: absolute; top: 10%; right: 10%; width: 420px; height: 420px; z-index: -1; border-radius: 50%; background: rgba(22,135,255,.14); filter: blur(100px); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(147,197,253,.09); border-radius: 50%; }
.orbit-one { top: -310px; right: -240px; width: 760px; height: 760px; box-shadow: 0 0 0 110px rgba(37,99,235,.02), 0 0 0 220px rgba(37,99,235,.012); }
.orbit-two { bottom: -340px; left: -290px; width: 670px; height: 670px; }
.hero-watermark { position: absolute; top: 52%; left: 1%; z-index: -1; width: 98%; overflow: hidden; transform: translateY(-50%); color: rgba(191,219,254,.027); font-size: clamp(3rem, 7vw, 8rem); font-weight: 950; letter-spacing: .025em; text-align: center; white-space: nowrap; user-select: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr); align-items: center; gap: clamp(2rem, 4vw, 4rem); }
.hero-copy { position: relative; z-index: 1; min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: #72b9ff; font-size: .64rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow i { width: 1.7rem; height: 2px; border-radius: 99px; background: var(--blue-bright); }
.eyebrow.dark { color: #116dca; }
.hero-copy h1 { max-width: 590px; margin: 1.25rem 0 1.3rem; font-size: clamp(3.1rem, 4vw, 4.3rem); font-weight: 950; letter-spacing: -.065em; line-height: .96; }
.hero-copy p { max-width: 575px; margin: 0; color: #9cb0c6; font-size: clamp(.94rem, 1.35vw, 1.13rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.1rem; margin-top: 1.8rem; color: #8fa5bb; font-size: .66rem; font-weight: 700; }
.hero-proof > span { display: inline-flex; align-items: center; gap: .42rem; }
.hero-proof i { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: rgba(45,212,123,.12); color: #50e291; font-size: .56rem; font-style: normal; }
.hero-proof .status-dot { width: 8px; height: 8px; background: var(--green); box-shadow: 0 0 0 5px rgba(45,212,123,.1); }

.hero-console { position: relative; z-index: 2; min-width: 0; padding: 1rem; border: 1px solid rgba(147,197,253,.18); border-radius: 25px; background: linear-gradient(145deg, rgba(13,35,61,.91), rgba(5,17,31,.92)); box-shadow: 0 35px 85px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.04); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); backdrop-filter: blur(20px); }
.hero-console::before { position: absolute; inset: 22px -18px -22px 18px; z-index: -1; border: 1px solid rgba(22,135,255,.13); border-radius: 25px; background: rgba(13,45,80,.18); content: ""; }
.console-topline, .console-footer, .chart-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.console-topline { padding: .25rem .2rem 1rem; }
.console-brand { display: flex; align-items: center; gap: .65rem; }
.console-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: linear-gradient(145deg, #eff6ff, #bfdbfe); }
.console-mark img { width: 27px; height: 27px; }
.console-brand div { display: grid; gap: .1rem; }
.console-brand small { color: #72b9ff; font-size: .48rem; font-weight: 950; letter-spacing: .18em; }
.console-brand strong { font-size: .78rem; font-weight: 900; }
.live-pill { display: inline-flex; align-items: center; gap: .38rem; padding: .38rem .55rem; border: 1px solid rgba(45,212,123,.16); border-radius: 999px; background: rgba(45,212,123,.08); color: #84edb3; font-size: .5rem; font-weight: 900; }
.live-pill i, .green-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(45,212,123,.1); }
.console-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; }
.console-kpis article { min-width: 0; padding: .75rem; border: 1px solid rgba(148,163,184,.11); border-radius: 14px; background: rgba(3,13,25,.43); }
.console-kpis article > span { display: block; overflow: hidden; color: #859bb1; font-size: .48rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.console-kpis strong { display: block; margin: .35rem 0; font-size: 1.35rem; font-weight: 950; }
.console-kpis small { display: flex; align-items: center; gap: .3rem; color: #8399b0; font-size: .46rem; }
.console-kpis small.positive { color: #6ee7a4; }
.blue-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue-bright); }
.meter { height: 4px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.meter i { display: block; width: var(--value); height: 100%; border-radius: inherit; background: var(--green); box-shadow: 0 0 10px var(--green); }
.meter .meter-value-968 { width: 96.8%; }
.console-chart { margin-top: .55rem; padding: .75rem; border: 1px solid rgba(148,163,184,.11); border-radius: 14px; background: rgba(3,13,25,.43); }
.chart-heading small { display: block; color: #72b9ff; font-size: .44rem; font-weight: 950; letter-spacing: .12em; }
.chart-heading strong { display: block; margin-top: .15rem; font-size: .7rem; }
.chart-heading > span { display: inline-flex; align-items: center; gap: .3rem; color: #859bb1; font-size: .43rem; }
.chart-heading > span i { width: 7px; height: 7px; border-radius: 2px; background: var(--blue-bright); }
.chart-stage { position: relative; height: 170px; margin-top: .8rem; overflow: hidden; }
.grid-line { position: absolute; right: 0; left: 0; height: 1px; background: rgba(148,163,184,.09); }
.line-25 { bottom: 25%; }.line-50 { bottom: 50%; }.line-75 { bottom: 75%; }
.bars { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: space-around; padding: 0 3%; }
.bars i { width: 7%; height: var(--bar); border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, rgba(22,135,255,.9), rgba(22,135,255,.24)); box-shadow: 0 0 18px rgba(22,135,255,.12); }
.bars .bar-16 { height: 16%; }
.bars .bar-21 { height: 21%; }
.bars .bar-25 { height: 25%; }
.bars .bar-27 { height: 27%; }
.bars .bar-34 { height: 34%; }
.bars .bar-43 { height: 43%; }
.bars .bar-68 { height: 68%; }
.chart-stage svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.chart-stage path { fill: none; stroke: #2dd47b; stroke-width: 2; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 5px rgba(45,212,123,.45)); }
.chart-stage circle { fill: #2dd47b; stroke: #d9ffeb; stroke-width: 2; vector-effect: non-scaling-stroke; }
.console-footer { padding: .7rem .2rem 0; color: #748aa0; font-size: .45rem; }
.console-footer > span:first-child { display: inline-flex; align-items: center; gap: .4rem; }
.hero-metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(4rem, 8vh, 7rem); border-top: 1px solid rgba(148,163,184,.11); }
.hero-metrics article { display: flex; align-items: baseline; justify-content: center; gap: .55rem; padding: 1.45rem .75rem .2rem; border-right: 1px solid rgba(148,163,184,.11); }
.hero-metrics article:last-child { border-right: 0; }
.hero-metrics strong { color: #f4f8fd; font-size: 1.35rem; font-weight: 950; }
.hero-metrics span { color: #71889f; font-size: .57rem; font-weight: 700; }

.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.section-heading { max-width: 720px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .principles-copy h2, .cta-panel h2 { margin: 1rem 0 1rem; color: var(--ink); font-size: clamp(2.1rem, 4vw, 3.8rem); font-weight: 950; letter-spacing: -.055em; line-height: 1.05; }
.section-heading p, .principles-copy > p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.75; }
.solutions { background: #fff; }
.product-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 1.1rem; margin-top: 3rem; }
.product-feature { position: relative; min-height: 430px; padding: clamp(1.7rem, 4vw, 3rem); overflow: hidden; border-radius: 26px; background: radial-gradient(circle at 85% 20%, rgba(22,135,255,.25), transparent 28%), linear-gradient(130deg, #06111f, #0d2b4e); color: #fff; box-shadow: var(--shadow); isolation: isolate; }
.product-feature::after { position: absolute; right: -80px; bottom: -170px; width: 370px; height: 370px; z-index: -1; border: 1px solid rgba(147,197,253,.12); border-radius: 50%; box-shadow: 0 0 0 65px rgba(37,99,235,.025); content: ""; }
.product-watermark { position: absolute; right: -.5rem; bottom: -2rem; z-index: -1; color: rgba(191,219,254,.045); font-size: clamp(8rem, 20vw, 17rem); font-weight: 950; line-height: 1; }
.product-title-row { display: flex; align-items: center; gap: 1rem; }
.product-logo { display: grid; width: 60px; height: 60px; place-items: center; border-radius: 17px; background: linear-gradient(145deg,#eff6ff,#bfdbfe); }
.product-logo img { width: 43px; height: 43px; }
.product-title-row > div { display: grid; gap: .1rem; }
.product-title-row span { color: #72b9ff; font-size: .56rem; font-weight: 900; letter-spacing: .15em; }
.product-title-row h3 { margin: 0; font-size: 1.6rem; font-weight: 950; letter-spacing: .05em; }
.product-feature h4 { margin: 2rem 0 .75rem; font-size: clamp(1.5rem, 3vw, 2.4rem); letter-spacing: -.04em; }
.product-feature > p { max-width: 650px; margin: 0; color: #99aec4; line-height: 1.7; }
.product-feature ul { display: grid; gap: .7rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.product-feature li { display: flex; align-items: center; gap: .6rem; color: #c8d6e5; font-size: .75rem; font-weight: 700; }
.product-feature li i { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: rgba(45,212,123,.12); color: #62e69d; font-size: .6rem; font-style: normal; }
.product-link { display: inline-flex; align-items: center; gap: .8rem; color: #76bcff; font-size: .73rem; font-weight: 900; }
.product-link span:last-child { font-size: 1.2rem; transition: transform .2s; }.product-link:hover span:last-child { transform: translateX(5px); }
.product-links { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.product-link.muted { color: #a8b9cb; }
.future-product { display: flex; min-height: 430px; flex-direction: column; justify-content: center; padding: clamp(1.7rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, #f9fbfe, #edf4fb); }
.future-icon { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid #cfe0f1; border-radius: 16px; background: #fff; color: #1473e6; box-shadow: 0 10px 25px rgba(15,45,78,.08); }
.future-icon svg { width: 25px; height: 25px; }
.coming { margin-top: 1.8rem; color: #1473e6; font-size: .58rem; font-weight: 900; letter-spacing: .15em; }
.future-product h3 { margin: .75rem 0 .65rem; font-size: 1.55rem; letter-spacing: -.035em; }
.future-product p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.7; }

.capabilities { background: linear-gradient(180deg, #f4f8fc, #edf4fa); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.2rem; }
.capability-card { position: relative; min-height: 240px; padding: 1.5rem; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 12px 30px rgba(15,45,78,.055); transition: transform .25s, box-shadow .25s, border-color .25s; }
.capability-card:hover { transform: translateY(-5px); border-color: #b9d5f1; box-shadow: 0 22px 45px rgba(15,45,78,.1); }
.capability-card > span:nth-child(2) { position: absolute; top: 1rem; right: 1.2rem; color: #c4d1df; font-size: .6rem; font-weight: 950; }
.capability-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; }
.capability-icon svg { width: 23px; height: 23px; }
.capability-icon.blue { background:#e6f1ff;color:#1473e6}.capability-icon.cyan{background:#dff9fd;color:#009cba}.capability-icon.green{background:#e2f8ed;color:#0b9c58}.capability-icon.orange{background:#fff1df;color:#d97900}.capability-icon.violet{background:#f0eaff;color:#7651d8}.capability-icon.red{background:#ffe8eb;color:#dd3d4b}
.capability-card h3 { margin: 1.3rem 0 .6rem; font-size: 1.05rem; font-weight: 900; letter-spacing: -.025em; }
.capability-card p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.7; }

.principles { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 20%, rgba(22,135,255,.17), transparent 25%), linear-gradient(128deg,#050f1c,#0a2038 55%,#0d2c4f); color: #fff; }
.principles::after { position: absolute; top: -240px; right: -200px; width: 580px; height: 580px; border: 1px solid rgba(147,197,253,.08); border-radius: 50%; box-shadow:0 0 0 90px rgba(37,99,235,.018); content:""; }
.principles-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.principles-copy h2 { color: #fff; }
.principles-copy > p { color: #94a8bd; }
.principles-copy .button { margin-top: 1.8rem; }
.process-list { display: grid; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-list li { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(148,163,184,.12); }
.process-list li:last-child { border-bottom: 0; }
.process-list li > span { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(114,185,255,.22); border-radius: 12px; background: rgba(20,115,230,.1); color: #72b9ff; font-size: .57rem; font-weight: 950; }
.process-list strong { font-size: .9rem; font-weight: 900; }
.process-list p { margin: .32rem 0 0; color: #8fa4b9; font-size: .72rem; line-height: 1.65; }

.founder-section { position: relative; overflow: hidden; background: #fff; }
.founder-section::before { position: absolute; top: -190px; left: -210px; width: 520px; height: 520px; border: 1px solid rgba(20,115,230,.07); border-radius: 50%; box-shadow: 0 0 0 85px rgba(20,115,230,.018); content: ""; }
.founder-grid { position: relative; display: grid; grid-template-columns: minmax(330px,.72fr) minmax(0,1.28fr); align-items: center; gap: clamp(2.5rem,7vw,7rem); }
.founder-card { position: relative; min-height: 500px; padding: clamp(1.5rem,4vw,2.3rem); overflow: hidden; border: 1px solid rgba(125,178,229,.23); border-radius: 27px; color: #fff; background: radial-gradient(circle at 95% 5%,rgba(22,135,255,.35),transparent 30%),linear-gradient(138deg,#05111f,#0b2746 62%,#123f70); box-shadow: 0 28px 70px rgba(7,29,52,.2); isolation: isolate; }
.founder-card::after { position: absolute; right: -115px; bottom: -160px; width: 380px; height: 380px; z-index: -1; border: 1px solid rgba(147,197,253,.12); border-radius: 50%; box-shadow: 0 0 0 58px rgba(59,130,246,.025); content: ""; }
.founder-identity { display: flex; align-items: center; gap: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(148,163,184,.15); }
.founder-monogram { display: grid; width: 76px; height: 76px; flex: 0 0 76px; place-items: center; border: 1px solid rgba(147,197,253,.28); border-radius: 22px; background: linear-gradient(145deg,#eff6ff,#bfdbfe); color: #096dd5; font-size: 1.2rem; font-weight: 950; letter-spacing: -.04em; box-shadow: 0 15px 35px rgba(0,0,0,.22); }
.founder-identity small { color: #72b9ff; font-size: .56rem; font-weight: 950; letter-spacing: .15em; }
.founder-identity h2 { margin: .3rem 0 .15rem; font-size: 1.55rem; font-weight: 950; letter-spacing: -.035em; }
.founder-identity p { margin: 0; color: #9bb0c5; font-size: .68rem; font-weight: 700; }
.founder-metric { display: grid; gap: .35rem; margin: 2.2rem 0; }
.founder-metric strong { font-size: clamp(1.8rem,4vw,2.7rem); font-weight: 950; letter-spacing: -.055em; }
.founder-metric span { color: #91a8be; font-size: .7rem; font-weight: 700; }
.founder-principle { display: grid; gap: .55rem; margin: 0; padding: 1.2rem; border: 1px solid rgba(147,197,253,.13); border-left: 3px solid #1687ff; border-radius: 0 15px 15px 0; background: rgba(255,255,255,.035); }
.founder-principle small { color: #72b9ff; font-size: .52rem; font-weight: 950; letter-spacing: .13em; }
.founder-principle p { margin: 0; color: #bdd0e2; font-size: .82rem; font-weight: 650; line-height: 1.8; }
.founder-copy h2 { max-width: 760px; margin: 1rem 0 1.25rem; color: var(--ink); font-size: clamp(2.2rem,4vw,3.8rem); font-weight: 950; letter-spacing: -.055em; line-height: 1.05; }
.founder-copy > p { max-width: 800px; margin: 0 0 1rem; color: var(--muted); font-size: .86rem; line-height: 1.82; }
.founder-experience { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: 1.8rem; }
.founder-experience article { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: .75rem; min-height: 84px; padding: .85rem; border: 1px solid #dce6f0; border-radius: 15px; background: linear-gradient(145deg,#fff,#f5f9fd); }
.founder-experience article > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: #e6f2ff; color: #1473e6; font-size: .55rem; font-weight: 950; }
.founder-experience article div { display: grid; gap: .22rem; }
.founder-experience strong { color: #17334f; font-size: .76rem; font-weight: 900; }
.founder-experience small { color: #73869a; font-size: .58rem; font-weight: 650; line-height: 1.5; }

.contact-section { background: linear-gradient(180deg, #f7fafe, #edf4fa); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.contact-copy h2 { max-width: 610px; margin: 1rem 0; color: var(--ink); font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 950; letter-spacing: -.055em; line-height: 1.05; }
.contact-copy > p { max-width: 610px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.75; }
.contact-copy .contact-note { margin-top: .65rem; color: #8697aa; font-size: .62rem; }
.contact-form { display: grid; gap: 1rem; padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid #d8e4f0; border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: 0 24px 60px rgba(15,45,78,.1); }
.contact-form-heading { display: grid; gap: .25rem; margin-bottom: .35rem; }
.contact-form-heading span { color: #1473e6; font-size: .56rem; font-weight: 950; letter-spacing: .14em; }
.contact-form-heading strong { color: var(--ink); font-size: 1.45rem; font-weight: 950; }
.contact-form label { display: grid; gap: .38rem; color: #314a68; font-size: .65rem; font-weight: 850; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d4e0ec; border-radius: 12px; outline: none; background: #f8fbfe; color: var(--ink); font: inherit; font-size: .78rem; transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form input { height: 47px; padding: 0 .85rem; }
.contact-form textarea { min-height: 125px; padding: .8rem; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #5ca9ef; background: #fff; box-shadow: 0 0 0 4px rgba(20,115,230,.09); }
.contact-form .button { justify-self: start; min-width: 180px; }
.contact-form .button:disabled { cursor: wait; opacity: .72; transform: none; }
.contact-honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.contact-status { min-height: 1.2rem; margin: -.2rem 0 0; color: #44617e; font-size: .68rem; font-weight: 750; line-height: 1.5; }
.contact-status.is-success { color: #0b7a49; }
.contact-status.is-error { color: #b42318; }

.final-cta { background: #fff; }
.cta-panel { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; min-height: 250px; padding: clamp(1.7rem,4vw,3rem); overflow: hidden; border-radius: 27px; background: radial-gradient(circle at 85% 20%,rgba(22,135,255,.28),transparent 30%),linear-gradient(126deg,#06111f,#0c2c50); color:#fff; box-shadow:var(--shadow); isolation:isolate; }
.cta-watermark { position:absolute; right:0; bottom:-3rem; z-index:-1; color:rgba(191,219,254,.045); font-size:13rem; font-weight:950; line-height:1; }
.cta-mark { display:grid; width:72px; height:72px; place-items:center; border-radius:20px; background:linear-gradient(145deg,#eff6ff,#bfdbfe); box-shadow:0 15px 35px rgba(0,0,0,.25); }
.cta-mark img{width:51px;height:51px}.cta-panel h2{max-width:680px;margin:.7rem 0;color:#fff;font-size:clamp(1.8rem,3.5vw,3rem)}.cta-panel p{margin:0;color:#93a9bf;font-size:.78rem;line-height:1.6}
.cta-actions { display: grid; gap: .65rem; min-width: 185px; }

.site-footer { background:#040b14; color:#8096ac; }
.footer-main { display:grid; grid-template-columns: auto 1fr auto; align-items:center; gap:2rem; padding:3rem 0; }
.footer-main > p { max-width:520px; margin:0; font-size:.7rem; line-height:1.65; }
.footer-main nav { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:1.2rem; }
.footer-main nav a { color:#a8bbce; font-size:.65rem; font-weight:750; }
.footer-main nav a:hover { color:#70b7ff; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1rem 0 1.4rem; border-top:1px solid rgba(148,163,184,.1); color:#51667a; font-size:.56rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.capability-grid .reveal:nth-child(2), .product-grid .reveal:nth-child(2) { transition-delay:.08s }.capability-grid .reveal:nth-child(3){transition-delay:.16s}.capability-grid .reveal:nth-child(4){transition-delay:.05s}.capability-grid .reveal:nth-child(5){transition-delay:.13s}.capability-grid .reveal:nth-child(6){transition-delay:.21s}

@media (max-width: 1080px) {
    .desktop-nav { display:none; }
    .hero { min-height:auto; }
    .hero-grid { grid-template-columns:1fr; }
    .hero-copy { max-width:720px; }
    .hero-console { width:min(100%,720px); margin-inline:auto; transform:none; }
    .product-grid, .principles-grid, .founder-grid, .contact-grid { grid-template-columns:1fr; }
    .founder-card { min-height: 0; }
    .future-product { min-height:310px; }
    .capability-grid { grid-template-columns:repeat(2,1fr); }
    .cta-panel { grid-template-columns:auto 1fr; }
    .cta-panel .button { grid-column:2; justify-self:start; }
    .cta-actions { grid-column:2; justify-self:start; }
}

@media (max-width: 720px) {
    html { scroll-padding-top:74px; }
    .site-container { width:min(calc(100% - 1.5rem),var(--container)); }
    .header-inner { min-height:68px; }
    .brand-mark { width:39px;height:39px;flex-basis:39px; }.brand-mark img{width:28px;height:28px}.brand-copy strong{font-size:.72rem}.brand-copy small{max-width:155px;font-size:.48rem}
    .desktop-login { display:none; }.menu-toggle{display:block}.language-switch button,.language-switch a{width:31px;height:27px}
    .hero { min-height:auto; padding-top:115px; }
    .hero-grid { gap:3.5rem; }
    .hero-copy h1 { font-size:clamp(2.75rem,14vw,4.2rem); }
    .hero-actions .button { width:100%; }
    .hero-proof { display:grid; gap:.7rem; }
    .hero-console { padding:.7rem; border-radius:19px; }
    .hero-console::before { display:none; }
    .console-kpis { grid-template-columns:1fr 1fr; }.console-kpis article:first-child{grid-column:1/-1}.console-chart{padding:.6rem}.chart-stage{height:145px}
    .hero-metrics { grid-template-columns:1fr 1fr; }.hero-metrics article{justify-content:flex-start;border-bottom:1px solid rgba(148,163,184,.1)}.hero-metrics article:nth-child(2){border-right:0}
    .section { padding:4.5rem 0; }
    .section-heading h2, .principles-copy h2 { font-size:clamp(2rem,10vw,3rem); }
    .product-grid { margin-top:2.2rem; }.product-feature,.future-product{min-height:auto;border-radius:21px}.product-feature h4{margin-top:1.5rem}.product-feature li{align-items:flex-start}
    .capability-grid { grid-template-columns:1fr; margin-top:2.2rem; }.capability-card{min-height:auto}
    .founder-experience { grid-template-columns:1fr; }
    .founder-card { padding:1.25rem;border-radius:21px; }
    .founder-identity { align-items:flex-start; }.founder-monogram{width:62px;height:62px;flex-basis:62px;border-radius:18px}
    .contact-form { padding:1.2rem;border-radius:19px; }
    .cta-panel { grid-template-columns:1fr; text-align:left; }.cta-panel .button{grid-column:1;justify-self:stretch}.cta-actions{grid-column:1;width:100%}.cta-mark{width:58px;height:58px}.cta-mark img{width:42px;height:42px}
    .footer-main { grid-template-columns:1fr; gap:1.2rem; }.footer-main nav{justify-content:flex-start}.footer-bottom{align-items:flex-start;flex-direction:column}
}

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