:root{--bg:#081120;--surface:#0c1628b8;--surface-strong:#0f1b31;--surface-soft:#ffffff0a;--border:#9ab1d62e;--text:#dbe7ff;--muted:#b9c9e6;--heading:#f7fbff;--accent:#79a8ff;--accent-strong:#8e7dff;--accent-soft:#79a8ff24;--shadow:0 24px 80px #00000059;--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--radius-sm:12px;--max-width:1180px;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--text);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top,#79a8ff2e,#0000 30%),linear-gradient(#091221 0%,#060b14 100%);font-weight:400;line-height:1.6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0}:focus-visible{outline-offset:3px;outline:3px solid #ffd76a}.skip-link{z-index:100;color:#081120;background:#fff;border-radius:12px;padding:12px 16px;font-weight:700;position:absolute;top:-56px;left:16px;box-shadow:0 10px 30px #00000040}.skip-link:focus{top:16px}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}#app{min-height:100vh}#main-content:focus{outline:none}.page-shell{width:min(var(--max-width), calc(100% - 32px));margin:0 auto;padding:24px 0 48px}.site-header,.site-footer,.hero,.section,.contact-card,.hero-card,.service-card,.insight-panel{-webkit-backdrop-filter:blur(20px)}.site-header{z-index:10;border:1px solid var(--border);background:#081120b8;border-radius:999px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;padding:16px 20px;display:flex;position:sticky;top:18px;box-shadow:0 12px 40px #02081740}.brand,.site-footer>div{letter-spacing:.02em;align-items:center;gap:12px;font-weight:600;display:inline-flex}.brand-mark{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;border-radius:14px;place-items:center;width:40px;height:40px;font-weight:700;display:grid;box-shadow:0 8px 30px #79a8ff4d}.brand-mark.small{border-radius:10px;width:30px;height:30px;font-size:.85rem}.brand-text,.footer-brand,.footer-link{color:var(--heading);font-size:1rem}.site-nav{color:var(--muted);align-items:center;gap:24px;font-size:.96rem;display:inline-flex}.site-nav a,.footer-link{transition:color .2s,opacity .2s}.site-nav a:hover,.site-nav a:focus-visible,.contact-note a:hover,.contact-note a:focus-visible,.footer-link:hover,.footer-link:focus-visible{color:var(--heading)}.section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow);margin-bottom:24px;padding:40px}.hero{background:linear-gradient(135deg, #79a8ff1f, #8e7dff14), var(--surface);border-radius:calc(var(--radius-xl) + 4px);box-shadow:var(--shadow);border:1px solid #9ab1d63d;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:stretch;gap:28px;margin-bottom:24px;padding:56px 48px;display:grid}.eyebrow{color:#a8c7ff;text-transform:uppercase;letter-spacing:.14em;margin:0 0 14px;font-size:.76rem;font-weight:700}h1,h2,h3,p,ul,ol{margin-top:0}h1,h2,h3{color:var(--heading);letter-spacing:-.03em}h1{max-width:11ch;margin-bottom:18px;font-size:clamp(2.8rem,7vw,5.2rem);line-height:.96}h2{margin-bottom:16px;font-size:clamp(1.8rem,3vw,3rem);line-height:1.05}h3{margin-bottom:12px;font-size:1.3rem}.hero-text,.section-copy,.service-card p,.metric-card p,.insight-item p,.bullet-list li,.contact-note,.site-footer p,.intro-copy{color:var(--muted);font-size:1.02rem}.hero-actions{flex-wrap:wrap;gap:14px;margin:30px 0 28px;display:flex}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 22px;font-weight:600;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:inline-flex}.button:hover,.button:focus-visible{transform:translateY(-1px)}.button:focus-visible,.site-nav a:focus-visible,.brand:focus-visible,.contact-note a:focus-visible,.footer-link:focus-visible{border-radius:12px}.button-primary{color:#fff;background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);box-shadow:0 14px 32px #79a8ff3d}.button-primary:hover,.button-primary:focus-visible{box-shadow:0 16px 36px #79a8ff4d}.button-secondary{color:var(--heading);border-color:var(--border);background:#ffffff0a}.button-secondary:hover,.button-secondary:focus-visible{background:#ffffff14;border-color:#9ab1d652}.button-wide{width:100%}.hero-points,.bullet-list,.insight-panel{gap:12px;margin:0;padding:0;display:grid}.hero-points,.bullet-list{list-style:none}.insight-panel{counter-reset:insight-counter;list-style:none}.hero-points{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-points li,.bullet-list li{color:var(--heading);padding-left:18px;position:relative}.hero-points li:before,.bullet-list li:before{content:"";background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);border-radius:999px;width:8px;height:8px;position:absolute;top:.7em;left:0;box-shadow:0 0 20px #79a8ff66}.hero-card,.contact-card,.service-card,.insight-panel{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-lg)}.hero-card{gap:16px;padding:24px;display:grid}.card-label,.metric-title{text-transform:uppercase;letter-spacing:.12em;color:#a8c7ff;font-size:.8rem;display:inline-block}.card-heading{margin:0;font-size:1.2rem}.metric-card{border-radius:var(--radius-md);background:#ffffff06;border:1px solid #9ab1d61f;padding:18px}.metric-card strong{color:var(--heading);margin:8px 0;font-size:1.12rem;display:block}.section-heading{max-width:760px;margin-bottom:28px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.service-card{padding:24px}.split-section,.two-column,.cta-section{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:24px;display:grid}.split-copy,.cta-copy{margin-bottom:0}.insight-panel{gap:18px;padding:24px}.insight-item{border-radius:var(--radius-md);background:#ffffff06;border:1px solid #9ab1d61a;padding:18px}.insight-number{color:var(--accent);letter-spacing:.08em;margin-bottom:10px;font-weight:700;display:inline-flex}.contact-card{gap:14px;padding:24px;font-style:normal;display:grid}.contact-note{margin:4px 0 0}.site-footer{color:var(--muted);justify-content:space-between;align-items:center;gap:16px;padding:20px 8px 0;display:flex}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}.button:hover,.button:focus-visible{transform:none}}@media (width<=1024px){.page-shell{width:min(var(--max-width), calc(100% - 24px))}.site-header{border-radius:24px;padding:14px 16px}.hero,.split-section,.two-column,.cta-section{grid-template-columns:1fr}.hero,.section{padding:32px 24px}.hero-points,.service-grid{grid-template-columns:1fr}}@media (width<=820px){.site-header{text-align:center;border-radius:22px;flex-wrap:wrap;justify-content:center;position:static}.site-nav{flex-wrap:wrap;justify-content:center;gap:14px 18px;width:100%}.header-cta{width:100%}h1{max-width:100%}.site-footer{flex-direction:column;align-items:flex-start;padding-bottom:18px}}@media (width<=540px){.page-shell{width:min(var(--max-width), calc(100% - 16px));padding-top:16px}.hero,.section{border-radius:22px;padding:26px 18px}.site-header{margin-bottom:18px}.button,.button-wide{width:100%}.hero-actions{flex-direction:column}}
