:root{--color-bg:#F8F7F4;--color-black:#000000;--color-navy:#0F1D3A;--color-blue:#1E4DB7;--color-dark-bg:#0A0A0A;--color-cta-bg:#0F1D3A;--color-footer-bg:#0A1530;--color-logo-gray:#B5B3AE;--font-sans:"DM Sans",sans-serif;--font-mono:"DM Mono",monospace;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--text-xxs:0.4375rem;--text-xs:0.5rem;--text-sm:0.625rem;--text-base:0.75rem;--text-md:0.8125rem;--text-lg:0.875rem;--text-xl:1rem;--text-2xl:1.25rem;--text-3xl:1.5rem;--text-4xl:1.75rem;--text-5xl:2.25rem;--text-6xl:3rem;--tracking-tight:-0.025em;--tracking-tighter:-0.03em;--tracking-wide:0.025em;--tracking-wider:0.1em;--tracking-widest:0.2em;--leading-tight:1.2;--leading-snug:1.35;--leading-normal:1.5;--leading-relaxed:1.65;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:20px;--space-2xl:24px;--space-3xl:32px;--space-4xl:40px;--space-5xl:48px;--space-6xl:56px;--space-7xl:64px;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--radius-xl:14px;--border-hairline:1px solid rgba(0,0,0,0.06);--border-standard:1px solid rgba(0,0,0,0.1);--card-bg:rgba(0,0,0,0.015);--card-border:1px solid rgba(0,0,0,0.1);--card-shadow:0 4px 16px rgba(0,0,0,0.08),0 1px 4px rgba(0,0,0,0.05);--card-radius:10px;--card-padding:14px;--divider:1px solid rgba(0,0,0,0.06);--divider-dark:1px solid rgba(255,255,255,0.06);--nav-frost-bg:rgba(248,247,244,0.1);--nav-frost-border:0.5px solid rgba(248,247,244,0.08);--nav-frost-blur:blur(20px);--bp-mobile:390px;--bp-tablet:768px;--bp-desktop:1140px;--ease-out:cubic-bezier(0,0,0.2,1);--ease-in-out:cubic-bezier(0.4,0,0.2,1);--duration-fast:150ms;--duration-base:300ms;--duration-slow:500ms;--blue-06:rgba(30,77,183,0.06);--blue-08:rgba(30,77,183,0.08);--blue-10:rgba(30,77,183,0.10);--blue-12:rgba(30,77,183,0.12);--blue-18:rgba(30,77,183,0.18);--blue-20:rgba(30,77,183,0.20);--blue-30:rgba(30,77,183,0.30);--blue-38:rgba(30,77,183,0.38);--color-monitor-frame:#1a1a18;--color-monitor-screen:#111111;--tl-line-color:#1E4DB7;--tl-line-width:2px;--tl-dot-size:10px;--tl-cap-size:12px;--tl-node-size:7px;--tl-node-opacity:0.35}@media (min-width:1140px){:root{--text-xxs:0.5625rem;--text-xs:0.625rem;--text-sm:0.75rem;--text-base:0.9375rem;--text-md:1rem;--text-lg:1.0625rem;--text-xl:1.1875rem;--text-2xl:1.5rem;--text-3xl:1.75rem;--text-4xl:2.125rem;--text-5xl:2.75rem;--text-6xl:3.625rem}}.container{max-width:1140px;margin:0 auto;padding:0 24px}@media (min-width:768px){.container{padding:0 48px}}@media (min-width:1140px){.container{padding:0 64px}}.section{padding:64px 0}@media (min-width:768px){.section{padding:80px 0}}.section--light{background:#F8F7F4}.section--white{background:#fff}.section--dark{background:#0A0A0A;color:#fff}.section--navy{background:#0F1D3A;color:#fff}.eyebrow{font-size:.625rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#1E4DB7;margin-bottom:12px;display:block}.section--dark .eyebrow,.section--navy .eyebrow{color:rgba(255,255,255,.35)}.section-title{font-weight:300;letter-spacing:-.025em;line-height:1.2;color:#000;margin-bottom:12px}.section-title strong{font-weight:500}.section--dark .section-title,.section--navy .section-title{color:#fff}.section-title--hero{font-size:clamp(1.75rem,4vw,2.25rem)}.section-title--page{font-size:clamp(1.5rem,3.5vw,1.875rem)}.section-title--sm{font-size:clamp(1.25rem,2.5vw,1.5rem)}.section-sub{font-size:.8125rem;font-weight:400;color:rgba(0,0,0,.42);line-height:1.65;max-width:640px}.section--dark .section-sub,.section--navy .section-sub{color:rgba(255,255,255,.35)}.section-header{text-align:center;margin-bottom:48px}.section-header .section-sub{margin:0 auto}.divider{height:1px;background:rgba(0,0,0,.06)}.card{background:rgba(0,0,0,.015);border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 16px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.05);border-radius:10px;padding:24px;transition:box-shadow .3s,transform .3s}.card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-2px)}.section--dark .card{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.08)}.card-num{font-family:var(--font-mono);font-size:.625rem;color:#1E4DB7;margin-bottom:8px;display:block}.card-title{font-size:.9375rem;font-weight:500;color:#000;margin-bottom:6px}.section--dark .card-title{color:#fff}.card-desc{font-size:.75rem;color:rgba(0,0,0,.42);line-height:1.6}.section--dark .card-desc{color:rgba(255,255,255,.35)}.grid-2{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}@media (min-width:768px){.grid-2{grid-template-columns:1fr 1fr;gap:16px}}.grid-3{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}@media (min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr);gap:16px}}.grid-4{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (min-width:768px){.grid-4{grid-template-columns:repeat(4,1fr);gap:16px}}.page-hero{min-height:50vh;display:flex;align-items:center;text-align:center;padding-top:80px;padding-bottom:48px;background:#0A0A0A;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:140%;height:100%;background:radial-gradient(ellipse 60% 40% at 50% 100%,rgba(30,77,183,.25) 0,transparent 70%),radial-gradient(ellipse 80% 30% at 50% 100%,rgba(15,29,58,.4) 0,transparent 60%);pointer-events:none}.page-hero .container{position:relative;z-index:1}.page-hero .eyebrow{color:rgba(255,255,255,.35)}.page-hero .section-title{color:#fff;font-size:clamp(1.75rem,4vw,2.25rem);max-width:700px;margin-left:auto;margin-right:auto}.page-hero .section-sub{color:rgba(255,255,255,.4);max-width:600px;margin:0 auto}.btn{font-family:var(--font-sans);font-size:.8125rem;font-weight:500;padding:12px 24px;border-radius:8px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:transform .2s,background .2s,border-color .2s;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn--primary{background:#fff;color:#0F1D3A}.btn--dark{background:#0F1D3A;color:#F8F7F4}.btn--dark:hover{background:#1a2d52}.btn--outline{background:transparent;color:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.12)}.btn--outline:hover{border-color:rgba(255,255,255,.25);color:rgba(255,255,255,.7)}.btn--blue{background:#1E4DB7;color:#fff}.btn-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.btn-row--center{justify-content:center}.pill{font-size:.625rem;color:rgba(0,0,0,.42);border:1px solid rgba(0,0,0,.08);padding:3px 8px;border-radius:14px;display:inline-block}.section--dark .pill{color:rgba(255,255,255,.35);border-color:rgba(255,255,255,.1)}.badge{display:inline-block;font-family:var(--font-mono);font-size:.5625rem;color:#1E4DB7;border:1px solid rgba(30,77,183,.2);padding:2px 6px;border-radius:3px;margin-bottom:6px}.cta-banner{background:#0F1D3A;padding:56px 0}.cta-banner-inner{display:flex;flex-direction:column;gap:24px}@media (min-width:768px){.cta-banner-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:48px}}.cta-banner-title{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:300;color:#fff;letter-spacing:-.02em;line-height:1.3;margin-bottom:8px}.cta-banner-sub{font-size:.75rem;color:rgba(255,255,255,.3);line-height:1.6}.split{display:flex;flex-direction:column;gap:32px}@media (min-width:768px){.split{flex-direction:row;gap:48px;align-items:start}.split--flip{flex-direction:row-reverse}.split>*{flex:1 1}}.feature-row{display:flex;flex-direction:column;gap:32px}@media (min-width:768px){.feature-row{flex-direction:row;gap:48px;align-items:center}.feature-row.flip{flex-direction:row-reverse}.feature-row>*{flex:1 1}}.feature-visual{background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.08);border-radius:10px;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;overflow:hidden}.feature-label{font-family:var(--font-mono);font-size:.5625rem;color:#1E4DB7;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.feature-title{font-size:1.125rem;font-weight:500;color:#000;margin-bottom:8px;letter-spacing:-.02em}.feature-desc{font-size:.8125rem;color:rgba(0,0,0,.42);line-height:1.7;margin-bottom:16px}.feature-pills{display:flex;flex-wrap:wrap;gap:5px}[data-animate]{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(0,0,.2,1),transform .8s cubic-bezier(0,0,.2,1)}[data-animate].visible{opacity:1;transform:translateY(0)}.owns-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:rgba(30,77,183,.08);color:#1E4DB7;margin-bottom:12px;flex-shrink:0}.section--dark .owns-icon{background:rgba(30,77,183,.2);color:#6b9fff}.owns-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.callout{border-left:2px solid #1e4db7;padding:12px 16px;margin-top:24px;background:rgba(30,77,183,.04);border-radius:0 8px 8px 0}.section--dark .callout{background:rgba(30,77,183,.1)}.callout-label{font-family:var(--font-mono);font-size:.5625rem;color:#1E4DB7;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px;display:block}.callout-text{font-size:.8125rem;font-weight:400;color:rgba(0,0,0,.6);line-height:1.5;font-style:italic}.section--dark .callout-text{color:rgba(255,255,255,.5)}.header-spacer{height:60px}