@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap";:root{--bg: #f7fbfb;--bg-soft: #e9f4f6;--surface: #ffffff;--surface-alt: #f6fbfc;--ink: #26364d;--ink-strong: #000000;--muted: #536277;--muted-soft: #8190a1;--line: rgba(38, 54, 77, .12);--brand: #26364d;--brand-strong: #000000;--mint: #cdf8d0;--ice: #c7e4ff;--mist: #e9f4f6;--brand-soft: rgba(199, 228, 255, .32);--brand-wash: rgba(205, 248, 208, .25);--brand-gradient: linear-gradient(135deg, #26364d 4%, #2f5f8a 36%, #5ab7cc 72%, #cdf8d0 100%)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope,sans-serif;background:radial-gradient(circle at 14% 10%,rgba(199,228,255,.8),transparent 32%),radial-gradient(circle at 86% 14%,rgba(205,248,208,.72),transparent 28%),linear-gradient(180deg,#fcfefe 0%,var(--bg) 52%,#f2faf8 100%);color:var(--ink)}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:100;margin:14px auto 0;width:min(1200px,calc(100% - 28px));height:72px;border-radius:20px;background:#ffffffd1;border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 40px #26364d14;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:0 18px}.brand-link{display:inline-flex;align-items:center}.brand-logo{width:160px;height:auto;object-fit:contain}.site-nav{display:inline-flex;gap:20px;justify-self:center}.site-nav a{font-size:.95rem;font-weight:600;color:var(--muted);transition:color .2s ease}.header-actions{display:inline-flex;gap:10px;align-items:center}.header-menu-toggle{display:none;width:40px;height:40px;border-radius:12px;border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;align-items:center;justify-content:center;transition:border-color .2s ease,color .2s ease,transform .2s ease}.header-menu-toggle .material-symbols-rounded{font-size:1.35rem}.header-menu-toggle:hover,.header-menu-toggle:focus-visible{color:var(--brand);border-color:#26364d33;transform:translateY(-1px)}.header-login,.header-cta,.btn-primary,.btn-secondary{border-radius:12px;font-weight:700;font-size:.93rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.header-login{padding:.63rem .95rem;border:1px solid var(--line);color:var(--ink);background:#ffffffdb}.header-login:hover,.header-login:focus-visible{transform:translateY(-1px);color:var(--ink-strong);border-color:#26364d3d}.header-cta{padding:.65rem 1rem;background:var(--brand-gradient);color:var(--surface);box-shadow:0 16px 28px #26364d38}.header-cta:hover,.header-cta:focus-visible,.btn-primary:hover,.btn-primary:focus-visible,.btn-secondary:hover,.btn-secondary:focus-visible{transform:translateY(-1px)}main{width:min(1200px,calc(100% - 44px));margin:24px auto 72px;display:grid;gap:28px}.hero{position:relative;overflow:hidden;isolation:isolate;border-radius:34px;border:1px solid var(--line);background:linear-gradient(135deg,#fffffffa,#e9f4f6e6),linear-gradient(180deg,#c7e4ff59,#cdf8d02e);box-shadow:0 34px 84px #26364d1f;padding:clamp(1.5rem,3vw,3rem);display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.92fr);gap:clamp(1.5rem,3.5vw,3.3rem);align-items:center}.hero:before{content:"";position:absolute;top:-180px;left:-120px;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(199,228,255,.58),transparent 68%);pointer-events:none}.hero:after{content:"";position:absolute;top:-28%;right:-12%;bottom:-28%;left:-12%;background:conic-gradient(from 30deg at 50% 50%,#26364d0f,#c7e4ff1f,#cdf8d01f,#26364d0f);filter:blur(72px);opacity:.95;animation:heroAurora 16s linear infinite;pointer-events:none;z-index:0}.hero-copy{position:relative;z-index:3;display:grid;gap:16px}.hero-kicker,.section-kicker{text-transform:uppercase;letter-spacing:.2em;font-size:.74rem;font-weight:800;color:var(--brand)}.hero h1{font-size:clamp(2.2rem,4vw,3.55rem);line-height:1.01;letter-spacing:-.04em;max-width:10.6ch;color:var(--ink-strong)}.hero-lead{font-size:1.07rem;color:var(--muted);line-height:1.7;max-width:52ch}.hero-spotlight{margin-top:4px;display:grid;gap:.48rem;border:1px solid rgba(38,54,77,.12);border-radius:18px;background:linear-gradient(140deg,#ffffffc7,#c7e4ff5c,#cdf8d047);box-shadow:inset 0 1px #ffffffb3;padding:.88rem .95rem;max-width:580px}.hero-spotlight-label{display:inline-flex;align-items:center;width:fit-content;padding:.28rem .58rem;border-radius:999px;background:#26364d14;color:var(--brand);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-spotlight p{color:var(--ink);font-size:.94rem;line-height:1.58;font-weight:600}.hero-motion{position:relative;overflow:hidden;border-radius:18px;border:1px solid rgba(38,54,77,.12);background:linear-gradient(165deg,#c7e4ff5c,#ffffffe6,#cdf8d057);box-shadow:inset 0 1px #ffffffbf,0 20px 36px #26364d1a;padding:.72rem .74rem;display:grid;gap:.5rem}.hero-motion:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#fff0,#ffffff7a 45%,#fff0 70%);transform:translate(-120%);animation:shimmerSlide 5.6s ease-in-out infinite;pointer-events:none}.hero-motion-head{display:inline-flex;align-items:center;gap:.38rem;color:var(--brand);font-weight:800;font-size:.78rem;letter-spacing:.04em}.hero-motion-head .material-symbols-rounded{font-size:1rem}.hero-motion-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 9%,#000 91%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 9%,#000 91%,transparent 100%)}.hero-motion-row{display:inline-flex;align-items:center;gap:.42rem;width:max-content;animation:laneFlow 13s linear infinite}.hero-motion-row--reverse{animation-direction:reverse;animation-duration:16s}.motion-pill{display:inline-flex;align-items:center;white-space:nowrap;border-radius:999px;border:1px solid rgba(38,54,77,.14);background:#ffffffe0;color:var(--ink);font-size:.74rem;font-weight:700;padding:.24rem .55rem}.motion-pill--alt{color:var(--muted);border-color:#53627733;background:#e9f4f6c2}.hero-actions{margin-top:8px;display:flex;flex-wrap:wrap;gap:11px}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.82rem 1.2rem}.btn-primary{background:var(--brand-gradient);color:var(--surface);box-shadow:0 18px 30px #26364d2e}.btn-secondary{border:1px solid var(--line);background:#ffffffe6;color:var(--ink)}.btn-secondary:hover,.btn-secondary:focus-visible{color:var(--ink-strong);border-color:#26364d33}.hero-proof{margin-top:10px;list-style:none;display:grid;gap:.65rem}.hero-proof li{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.95rem;font-weight:600}.hero-proof .material-symbols-rounded{font-size:1.15rem;color:#3aaab9}.fe-hero{grid-template-columns:1.15fr .85fr}.fe-hero-panel{position:relative;z-index:2;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:0 16px 32px #26364d1a;padding:1.2rem;display:grid;gap:.85rem}.fe-hero-panel h2{font-size:clamp(1.25rem,2.2vw,1.75rem);line-height:1.2}.fe-hero-panel p{color:var(--muted);line-height:1.6}.hero-visual{position:relative;z-index:2;min-height:500px;display:grid;place-items:center}.orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(.4px);animation:drift 8s ease-in-out infinite alternate}.orb-a{width:280px;height:280px;right:2%;top:2%;background:radial-gradient(circle,#c7e4ffe0,#c7e4ff08)}.orb-b{width:250px;height:250px;left:-1%;bottom:8%;animation-delay:1.2s;background:radial-gradient(circle,#cdf8d0e6,#cdf8d008)}.brand-stage{position:relative;z-index:2;width:min(540px,100%);border-radius:30px;overflow:hidden;border:1px solid rgba(38,54,77,.12);background:radial-gradient(circle at 82% 18%,rgba(205,248,208,.72),transparent 26%),radial-gradient(circle at 16% 82%,rgba(199,228,255,.42),transparent 28%),linear-gradient(160deg,#223248,#294d68 36%,#317b94,#94d6cf);box-shadow:0 34px 64px #26364d33;padding:1.25rem;display:grid;gap:1rem}.brand-stage-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#ffffffe6}.brand-stage-header strong{font-size:1rem}.brand-stage-header span{font-size:.82rem;color:#ffffffad}.brand-stage-surface{position:relative;border-radius:24px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff14,#ffffff05);padding:1rem;display:grid;gap:.95rem}.brand-signal-pill{justify-self:start;max-width:320px;border-radius:999px;border:1px solid rgba(38,54,77,.12);background:#ffffffe6;color:var(--ink);font-size:.82rem;font-weight:700;line-height:1.35;padding:.7rem .9rem;box-shadow:0 16px 28px #111b271f}.brand-core{position:relative;min-height:0;display:grid;place-items:center;gap:.95rem;padding:1rem 1rem 1.1rem;border-radius:22px;background:linear-gradient(180deg,#ffffff14,#ffffff08);border:1px solid rgba(255,255,255,.1)}.brand-core-glow{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#cdf8d0ad,#c7e4ff5c,#fff0);filter:blur(22px)}.brand-core-frame{position:relative;z-index:2;width:184px;height:184px;border-radius:32px;background:#ffffffeb;padding:1.2rem;box-shadow:0 24px 50px #111b2747;display:grid;place-items:center}.brand-core-mark{width:100%;height:auto;object-fit:contain}.brand-core-copy{position:relative;z-index:2;max-width:360px;display:grid;gap:.28rem;text-align:center}.brand-core-copy span{text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:800;color:#ffffffa8}.brand-core-copy p{color:#ffffffd6;font-size:.9rem;font-weight:600;line-height:1.48}.brand-stage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.stage-card{border:1px solid rgba(255,255,255,.14);background:#ffffff1a;border-radius:18px;min-height:178px;padding:1rem;display:grid;gap:.42rem;align-content:start;color:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stage-card--accent{background:linear-gradient(165deg,#cdf8d038,#ffffff1a)}.stage-card .material-symbols-rounded{color:var(--mint);font-size:1.2rem}.stage-card strong{font-size:.92rem;line-height:1.35}.stage-card p{font-size:.8rem;color:#ffffffbd;line-height:1.4}.brand-stage-caption{color:#fffc;font-size:.84rem;font-weight:600;line-height:1.45;text-align:center;margin:0}.signal-bar{border:1px solid var(--line);background:linear-gradient(135deg,#26364df5,#2b4d67fa);box-shadow:0 18px 34px #26364d24;border-radius:18px;padding:1.15rem 1.3rem;text-align:center;color:#ffffffeb;font-weight:700}.section{border-radius:30px;border:1px solid var(--line);background:var(--surface);box-shadow:0 22px 48px #26364d14;padding:clamp(1.4rem,3vw,2.6rem);display:grid;gap:1.4rem}.section-soft{background:linear-gradient(180deg,#fffffffa,#e9f4f6d1)}.section-head{display:grid;gap:.75rem;max-width:820px}.section-head h2{font-size:clamp(1.6rem,3vw,2.5rem);line-height:1.15}.section-head p{color:var(--muted);line-height:1.65;font-size:1.02rem}.section-inline-actions{margin-top:.1rem;display:flex;flex-wrap:wrap;gap:.7rem}.feature-grid,.solution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.seo-grid,.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.feature-card,.solution-card,.seo-card,.faq-card{border:1px solid var(--line);background:linear-gradient(180deg,#fffffffa,#f6fbfceb);border-radius:16px;padding:1.1rem;box-shadow:0 14px 26px #26364d0f;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover,.solution-card:hover,.seo-card:hover,.faq-card:hover{transform:translateY(-3px);box-shadow:0 20px 34px #26364d1a}.feature-card .material-symbols-rounded{font-size:1.5rem;color:#4eaab8;margin-bottom:.4rem}.feature-card h3,.solution-card h3,.seo-card h3,.faq-card h3{font-size:1.06rem;margin-bottom:.4rem}.feature-card p,.solution-card p,.seo-card p,.faq-card p{color:var(--muted);line-height:1.6;font-size:.94rem}.ai-layout{display:grid;grid-template-columns:1.3fr .8fr;gap:1rem}.ai-panel,.compliance-panel{border:1px solid var(--line);border-radius:18px;background:var(--surface);padding:1.2rem}.ai-panel p{color:var(--muted);line-height:1.65}.ai-panel>h2{margin:.55rem 0 .8rem;font-size:clamp(1.3rem,2.4vw,2rem)}.step-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.9rem}.fe-step-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.9rem}.step-card{border:1px solid var(--line);border-radius:14px;padding:.9rem;background:linear-gradient(180deg,#fffffffa,#e9f4f6b8)}.step-card span{display:inline-flex;width:38px;height:38px;border-radius:999px;background:linear-gradient(135deg,#c7e4ffe6,#cdf8d0b8);color:var(--brand);align-items:center;justify-content:center;font-weight:800;margin-bottom:.6rem}.step-card h3{font-size:1rem;margin-bottom:.35rem}.step-card p{color:var(--muted);font-size:.9rem;line-height:1.55}.compliance-panel{background:linear-gradient(170deg,rgba(199,228,255,.3),rgba(205,248,208,.28),var(--surface))}.compliance-panel h3{font-size:1.1rem;margin-bottom:.85rem}.compliance-panel ul{list-style:none;display:grid;gap:.7rem;margin-bottom:1.2rem}.compliance-panel li{display:grid;grid-template-columns:auto 1fr;gap:.5rem;color:var(--muted);align-items:center;font-size:.92rem;line-height:1.5}.compliance-panel .material-symbols-rounded{color:#3aaab9;font-size:1.2rem}.contact-section{display:grid;grid-template-columns:1.05fr .95fr;gap:1rem}.contact-copy{display:grid;align-content:start;gap:.9rem}.contact-copy h2{font-size:clamp(1.5rem,3vw,2.35rem)}.contact-copy p{color:var(--muted);line-height:1.68}.contact-links{margin-top:.4rem;display:grid;gap:.55rem}.fe-contact-actions{display:flex;flex-wrap:wrap;gap:.7rem}.contact-links a{border:1px solid var(--line);background:var(--surface-alt);border-radius:12px;padding:.7rem .8rem;font-weight:700;color:var(--muted);display:inline-flex;align-items:center;gap:.45rem;transition:border-color .2s ease,color .2s ease,transform .2s ease}.contact-links a:hover,.contact-links a:focus-visible{color:var(--ink-strong);border-color:#26364d33;transform:translateY(-1px)}.contact-form{border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fffffffa,#e9f4f6d1);padding:1rem;display:grid;gap:.8rem}.contact-form label{display:grid;gap:.35rem;font-size:.9rem;color:var(--muted);font-weight:700}.contact-form input,.contact-form textarea{border:1px solid var(--line);border-radius:11px;padding:.75rem .82rem;background:var(--surface);color:var(--ink);font:inherit;transition:border-color .2s ease,box-shadow .2s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#26364d40;box-shadow:0 0 0 4px #c7e4ff6b}.site-footer{width:min(1200px,calc(100% - 44px));margin:0 auto 30px;border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:1rem 1.15rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.site-footer img{width:132px}.site-footer p{color:var(--muted);font-size:.89rem}.footer-meta{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.75rem}.footer-cookie-btn{border:1px solid var(--line);background:var(--surface-alt);color:var(--muted);border-radius:999px;padding:.44rem .78rem;font:inherit;font-size:.83rem;font-weight:700;cursor:pointer;transition:border-color .2s ease,color .2s ease,transform .2s ease}.footer-cookie-btn:hover,.footer-cookie-btn:focus-visible{color:var(--ink-strong);border-color:#26364d38;transform:translateY(-1px)}.cookie-banner{position:fixed;z-index:220;left:50%;bottom:14px;transform:translate(-50%);width:min(1120px,calc(100% - 22px));border-radius:18px;border:1px solid var(--line);background:#fffffffa;box-shadow:0 26px 44px #26364d2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.95rem;display:grid;gap:.8rem}.cookie-banner-copy{display:grid;gap:.35rem}.cookie-banner-copy strong{font-size:.96rem}.cookie-banner-copy p{color:var(--muted);line-height:1.55;font-size:.9rem}.cookie-banner-actions,.cookie-modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.cookie-btn{border-radius:12px;border:1px solid transparent;padding:.62rem .9rem;font:inherit;font-size:.88rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease}.cookie-btn:hover,.cookie-btn:focus-visible{transform:translateY(-1px)}.cookie-btn--primary{color:var(--surface);background:var(--brand-gradient);box-shadow:0 12px 20px #26364d2e}.cookie-btn--soft{border-color:var(--line);background:var(--surface);color:var(--muted)}.cookie-btn--soft:hover,.cookie-btn--soft:focus-visible{color:var(--ink-strong);border-color:#26364d38}.cookie-btn--ghost{border-color:var(--line);background:transparent;color:var(--muted)}.cookie-btn--ghost:hover,.cookie-btn--ghost:focus-visible{color:var(--ink-strong);border-color:#26364d38}.cookie-overlay{position:fixed;z-index:230;top:0;right:0;bottom:0;left:0;background:#26364d47;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:18px;display:grid;place-items:center}.cookie-modal{width:min(700px,100%);max-height:calc(100vh - 36px);overflow-y:auto;border-radius:20px;border:1px solid var(--line);background:var(--surface);box-shadow:0 24px 44px #26364d2e;padding:1.1rem;display:grid;gap:.95rem}.cookie-modal-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cookie-modal-head h2{font-size:1.3rem}.cookie-close-btn{border:1px solid var(--line);background:var(--surface-alt);width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--muted);transition:border-color .2s ease,color .2s ease,transform .2s ease}.cookie-close-btn:hover,.cookie-close-btn:focus-visible{color:var(--ink-strong);border-color:#26364d38;transform:translateY(-1px)}.cookie-modal-intro{color:var(--muted);font-size:.92rem;line-height:1.58}.cookie-options{display:grid;gap:.65rem}.cookie-option{border:1px solid var(--line);border-radius:14px;padding:.74rem .8rem;display:grid;grid-template-columns:auto 1fr;gap:.65rem;align-items:start;background:var(--surface)}.cookie-option--required{background:var(--surface-alt)}.cookie-option input{margin-top:3px;width:18px;height:18px;accent-color:var(--brand)}.cookie-option strong{display:block;margin-bottom:.2rem;font-size:.95rem}.cookie-option p{color:var(--muted);font-size:.88rem;line-height:1.52}.reveal{animation:riseIn .75s ease both}.reveal.delay-1{animation-delay:.15s}.reveal.delay-2{animation-delay:.28s}@keyframes riseIn{0%{opacity:0;transform:translateY(22px) scale(.985);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes drift{0%{transform:translateY(0) scale(1)}to{transform:translateY(-18px) scale(1.07)}}@keyframes heroAurora{0%{transform:rotate(0) scale(1)}to{transform:rotate(360deg) scale(1.08)}}@keyframes laneFlow{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes shimmerSlide{0%,15%{transform:translate(-130%)}45%,to{transform:translate(130%)}}@media (max-width: 1100px){.site-header{grid-template-columns:auto 1fr;gap:10px;height:auto;padding:12px 14px}.site-nav{order:3;grid-column:1 / -1;justify-self:start;flex-wrap:wrap}.header-actions{justify-self:end}.hero{grid-template-columns:1fr}.hero-visual{min-height:0}.brand-stage-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ai-layout,.contact-section{grid-template-columns:1fr}}@media (max-width: 760px){.site-header{width:calc(100% - 18px);margin-top:8px;grid-template-columns:auto auto 1fr;gap:8px;padding:10px 12px;overflow:visible}main,.site-footer{width:calc(100% - 18px)}.brand-logo{width:142px}.header-menu-toggle{display:inline-flex}.site-nav{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:120;display:none;flex-direction:column;gap:.25rem;padding:.6rem;border-radius:14px;border:1px solid var(--line);background:#fffffffa;box-shadow:0 16px 30px #26364d1f}.site-nav.is-open{display:flex}.site-nav a{padding:.58rem .66rem;border-radius:10px}.site-nav a:hover,.site-nav a:focus-visible{background:var(--surface-alt)}.header-actions{margin-left:auto;width:auto;justify-content:flex-end}.header-login,.header-cta{padding:.58rem .75rem;font-size:.85rem}.hero{border-radius:22px;padding:1rem}.hero h1{max-width:100%;font-size:clamp(2rem,7.2vw,3rem)}.hero-motion{padding:.68rem;gap:.45rem}.hero-motion-head{font-size:.74rem}.motion-pill{font-size:.7rem;padding:.22rem .5rem}.hero-actions{width:100%}.hero-actions a{flex:1 1 100%;min-width:0}.fe-contact-actions a{flex:1 1 100%}.orb-a{width:200px;height:200px}.orb-b{width:170px;height:170px}.brand-stage{padding:1rem;border-radius:24px}.brand-stage-grid{grid-template-columns:1fr}.brand-signal-pill{max-width:100%}.brand-core{min-height:0}.brand-core-frame{width:152px;height:152px;border-radius:26px}.section,.contact-form,.ai-panel,.compliance-panel{border-radius:14px}.footer-meta{justify-content:flex-start}.cookie-banner-actions,.cookie-modal-actions{justify-content:stretch}.cookie-btn{flex:1}}@media (prefers-reduced-motion: reduce){.reveal,.orb,.hero:after,.hero-motion:before,.hero-motion-row{animation:none!important}}@media (max-width: 540px){.site-header{grid-template-columns:auto auto}.header-menu-toggle{justify-self:end}.header-actions{grid-column:1 / -1;width:100%;justify-content:flex-start;gap:8px}.header-login,.header-cta{flex:1;text-align:center;padding:.56rem .68rem;font-size:.8rem}.hero-proof li{align-items:flex-start}.brand-stage-header{align-items:flex-start;flex-direction:column}.hero-visual{min-height:0}.cookie-modal{border-radius:14px}}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(38,54,77,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(38,54,77,.025) 1px,transparent 1px);background-size:120px 120px;-webkit-mask-image:radial-gradient(circle at center,rgba(0,0,0,.7),transparent 90%);mask-image:radial-gradient(circle at center,rgba(0,0,0,.7),transparent 90%);opacity:.55}.site-shell{position:relative;overflow:clip}.site-header{top:14px;width:min(1280px,calc(100% - 32px));height:74px;padding:0 22px;border-radius:24px;background:#ffffffbd;border:1px solid rgba(38,54,77,.08);box-shadow:0 18px 48px #26364d14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);align-items:center}.brand-logo{width:144px;display:block}.site-nav{gap:26px;align-items:center;height:100%}.site-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;line-height:1;position:relative;font-size:.92rem;font-weight:700;color:#26364db8}.site-nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:2px;border-radius:999px;background:linear-gradient(90deg,#26364de6,#5fbfcbd9,#cdf8d0e6);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.site-nav a:hover,.site-nav a:focus-visible{color:var(--ink-strong)}.site-nav a:hover:after,.site-nav a:focus-visible:after{transform:scaleX(1)}.header-login,.header-cta,.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;line-height:1;border-radius:14px;font-family:Manrope,sans-serif;font-weight:800}.header-login{padding:.7rem 1rem;background:#ffffffbd;border-color:#26364d1a}.header-cta,.btn-primary{background:linear-gradient(135deg,#26364d,#305675 42%,#52a9c4 75%,#cdf8d0);color:#fff}.btn-primary{box-shadow:0 24px 40px #26364d2e}.header-cta:hover,.header-cta:focus-visible,.btn-primary:hover,.btn-primary:focus-visible{box-shadow:0 28px 42px #26364d38}main{width:min(1280px,calc(100% - 32px));margin:18px auto 88px;display:grid;gap:24px}[data-reveal]{opacity:0;transform:translateY(34px) scale(.985);filter:blur(10px);transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1),filter .85s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0s)}[data-reveal].is-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.hero{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(0,.96fr) minmax(460px,.9fr);gap:clamp(2rem,4vw,4rem);align-items:center;min-height:calc(100svh - 118px);padding:clamp(1.3rem,2.3vw,2.2rem);border-radius:36px;border:1px solid rgba(38,54,77,.08);background:radial-gradient(circle at 16% 18%,rgba(199,228,255,.82),transparent 30%),radial-gradient(circle at 88% 14%,rgba(205,248,208,.8),transparent 24%),linear-gradient(180deg,#fffffffa,#e9f4f6d6);box-shadow:0 36px 96px #26364d1a}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#ffffff47,#fff0);pointer-events:none}.hero:after{content:"";position:absolute;inset:auto -10% -18% auto;width:56%;height:56%;background:radial-gradient(circle,rgba(199,228,255,.48),transparent 70%);filter:blur(28px);opacity:.9;animation:sectionDrift 14s ease-in-out infinite alternate;pointer-events:none}.hero-copy{position:relative;z-index:2;display:grid;gap:1rem}.hero-kicker,.section-kicker{font-family:Sora,sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;font-weight:700;color:#26364db8}.hero h1,.section-head h2,.contact-copy h2,.intelligence-copy h2,.narrative-intro h2{font-family:Sora,sans-serif;color:var(--ink-strong)}.hero h1{max-width:8.8ch;font-size:clamp(2.25rem,4.3vw,4rem);line-height:.92;letter-spacing:-.06em}.hero-lead{max-width:41ch;font-size:.98rem;line-height:1.54;color:var(--muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.88rem 1.18rem}.btn-secondary{border:1px solid rgba(38,54,77,.12);background:#ffffffc7;color:var(--ink);box-shadow:inset 0 1px #ffffffb3}.hero-proofline{display:grid;gap:.58rem;margin-top:.15rem}.hero-proof-label{width:fit-content;padding:.38rem .7rem;border-radius:999px;border:1px solid rgba(38,54,77,.1);background:#ffffffbd;color:var(--brand);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-proof-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 90%,transparent 100%)}.hero-proof-track{display:inline-flex;width:max-content;gap:.6rem;animation:trackFlow 18s linear infinite}.proof-chip{display:inline-flex;align-items:center;border-radius:999px;padding:.42rem .7rem;border:1px solid rgba(38,54,77,.1);background:#ffffffc2;color:var(--muted);font-size:.82rem;font-weight:700;white-space:nowrap}.hero-system{position:relative;z-index:2;align-self:stretch}.system-shell{position:relative;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.18);background:radial-gradient(circle at 82% 18%,rgba(205,248,208,.62),transparent 20%),radial-gradient(circle at 12% 76%,rgba(199,228,255,.4),transparent 22%),linear-gradient(160deg,#1f2b3a,#243a4f 35%,#2f6881 72%,#8ad0c9);box-shadow:0 38px 84px #141e2c42;height:100%;padding:1rem}.system-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:90px 90px;opacity:.18;pointer-events:none}.system-topbar,.system-floor,.system-main-grid,.system-command-card,.system-side-stack{position:relative;z-index:2}.system-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.82rem;color:#ffffffe0}.system-topbar strong{display:block;font-size:1rem;font-family:Sora,sans-serif}.system-topbar span,.system-topbar p,.system-floor p{color:#ffffffad;line-height:1.5;font-size:.86rem}.system-main-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(220px,.72fr);gap:.72rem}.system-command-card{min-height:320px;border-radius:24px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff24,#ffffff0f);padding:1rem;display:grid;align-content:space-between;gap:1rem}.system-command-mark{position:relative;display:grid;place-items:center;min-height:180px}.system-glow{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(205,248,208,.72),rgba(199,228,255,.34),transparent 72%);filter:blur(22px);animation:sectionDrift 10s ease-in-out infinite alternate}.system-mark-frame{position:relative;width:156px;height:156px;border-radius:28px;background:#fffffff0;box-shadow:0 24px 54px #0e141c47;display:grid;place-items:center;padding:1.25rem}.system-mark{width:100%;height:auto}.system-command-copy{display:grid;gap:.45rem}.system-command-copy span{font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#fff9}.system-command-copy h2{font-family:Sora,sans-serif;font-size:clamp(1.08rem,1.55vw,1.48rem);line-height:1.1;color:#fff;max-width:12ch}.system-side-stack{display:grid;gap:.7rem}.system-mini-card{min-height:102px;border-radius:20px;border:1px solid rgba(255,255,255,.14);background:#ffffff1a;padding:.95rem;display:grid;align-content:start;gap:.35rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.system-mini-card--ice{background:linear-gradient(180deg,#c7e4ff33,#ffffff1a)}.system-mini-card--mint{background:linear-gradient(180deg,#cdf8d02e,#ffffff14)}.system-mini-card .material-symbols-rounded{color:#ffffffeb;font-size:1.3rem}.system-mini-card strong{color:#fff;font-size:.9rem;line-height:1.34}.system-mini-card p{color:#ffffffb8;font-size:.8rem;line-height:1.36}.system-floor{margin-top:.95rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.14)}.stats-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.stat-card{border-radius:26px;border:1px solid rgba(38,54,77,.08);background:linear-gradient(180deg,#fffffffa,#e9f4f6c7);box-shadow:0 26px 48px #26364d14;padding:1.4rem;display:grid;gap:.55rem}.stat-card strong{font-family:Sora,sans-serif;font-size:clamp(2rem,3.8vw,3.1rem);line-height:1;letter-spacing:-.05em;color:var(--ink-strong)}.stat-card strong span{font-size:.48em;color:#26364db8}.stat-card h3{font-size:1rem;color:var(--ink)}.stat-card p{color:var(--muted);line-height:1.56}.section-shell{position:relative;overflow:hidden;border-radius:34px;border:1px solid rgba(38,54,77,.08);background:linear-gradient(180deg,#fffffffa,#e9f4f6bd);box-shadow:0 28px 64px #26364d14;padding:clamp(1.6rem,3vw,2.8rem)}.section-shell:before{content:"";position:absolute;inset:auto -12% -36% auto;width:42%;height:42%;background:radial-gradient(circle,rgba(199,228,255,.42),transparent 70%);filter:blur(22px);pointer-events:none}.section-head{position:relative;z-index:2;max-width:820px;display:grid;gap:.8rem}.section-head h2,.narrative-intro h2,.contact-copy h2,.intelligence-copy h2{font-size:clamp(2rem,4vw,3.35rem);line-height:.98;letter-spacing:-.045em;max-width:14ch}.section-head p,.narrative-intro p,.contact-copy p,.intelligence-copy>p{max-width:60ch;color:var(--muted);line-height:1.7;font-size:1rem}.section-inline-actions{display:flex;flex-wrap:wrap;gap:.8rem}.story-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(220px,.46fr) minmax(0,1fr);gap:1.2rem;margin-top:2rem}.story-anchor{position:sticky;top:110px;align-self:start;display:grid;gap:.7rem;padding:1rem 1.1rem;border-radius:24px;border:1px solid rgba(38,54,77,.08);background:#ffffffb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.story-anchor-line{width:92px;height:2px;border-radius:999px;background:linear-gradient(90deg,#26364de6,#5fbfcbbf,#cdf8d0e6)}.story-anchor strong{font-family:Sora,sans-serif;font-size:1rem}.story-anchor p{color:var(--muted);line-height:1.6}.story-stack{display:grid;gap:1rem}.story-card{padding:1.3rem;border-radius:24px;border:1px solid rgba(38,54,77,.08);background:linear-gradient(180deg,#fffffffa,#f6fbfceb);box-shadow:0 18px 38px #26364d0f;display:grid;gap:.55rem}.story-step{width:fit-content;border-radius:999px;padding:.36rem .62rem;background:#26364d14;color:var(--brand);font-size:.74rem;font-weight:800;letter-spacing:.08em}.story-card h3,.platform-card h3,.solution-panel h3,.intelligence-card h3,.faq-card h3{font-family:Sora,sans-serif}.story-card h3{font-size:1.28rem;line-height:1.16}.story-card p,.platform-card p,.solution-panel p,.intelligence-card p,.faq-card p,.contact-links a{color:var(--muted);line-height:1.62}.platform-grid,.solutions-grid,.faq-grid{position:relative;z-index:2;display:grid;gap:1rem;margin-top:1.7rem}.platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-card{min-height:240px;border-radius:26px;border:1px solid rgba(38,54,77,.08);background:linear-gradient(180deg,#fffffffa,#f6fbfceb);box-shadow:0 22px 44px #26364d12;padding:1.3rem;display:grid;align-content:start;gap:.55rem}.platform-card-head{display:inline-flex;align-items:center;gap:.6rem}.platform-card-head .material-symbols-rounded{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c7e4ffc7,#cdf8d0bd);color:var(--brand);font-size:1.28rem}.platform-card-head p{font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:#26364d94}.platform-card h3{font-size:1.22rem;line-height:1.18}.solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.solution-panel{min-height:260px;padding:1.3rem;border-radius:24px;border:1px solid rgba(38,54,77,.08);background:linear-gradient(180deg,#fffffff5,#e9f4f6c7);box-shadow:0 20px 38px #26364d0f;display:grid;align-content:start;gap:.7rem}.solution-panel span{font-family:Sora,sans-serif;font-size:.82rem;color:#26364d7a}.solution-panel h3{font-size:1.18rem;line-height:1.2}.intelligence-section{background:radial-gradient(circle at 18% 18%,rgba(199,228,255,.14),transparent 28%),radial-gradient(circle at 82% 22%,rgba(205,248,208,.16),transparent 22%),linear-gradient(145deg,#223041,#26364d 46%,#31576f);border-color:#ffffff14;color:#fff}.intelligence-section:before{background:radial-gradient(circle,rgba(205,248,208,.2),transparent 70%)}.intelligence-shell{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);gap:1.2rem}.intelligence-copy,.intelligence-panel{display:grid;gap:1rem}.intelligence-copy>.section-kicker,.intelligence-copy h2,.intelligence-copy>p,.intelligence-card h3,.intelligence-card p,.intelligence-panel h3,.intelligence-panel li{color:#fff}.intelligence-copy>p,.intelligence-card p,.intelligence-panel li{color:#ffffffc2}.intelligence-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.intelligence-card,.intelligence-panel{border-radius:24px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff1a,#ffffff0a);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.15rem}.intelligence-card h3{font-size:1.04rem;line-height:1.3;margin-bottom:.45rem}.intelligence-panel h3{font-family:Sora,sans-serif;font-size:1.3rem;line-height:1.16}.intelligence-panel ul{list-style:none;display:grid;gap:.72rem}.intelligence-panel li{display:grid;grid-template-columns:auto 1fr;gap:.55rem;align-items:start}.intelligence-panel .material-symbols-rounded{color:#cdf8d0;font-size:1.15rem}.contact-section{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.88fr);gap:1.2rem}.contact-copy{display:grid;align-content:start;gap:1rem}.contact-links{display:grid;gap:.7rem}.contact-links a{border-radius:16px;border:1px solid rgba(38,54,77,.08);background:#ffffffc2;padding:.9rem .95rem;display:inline-flex;align-items:center;gap:.55rem;font-weight:700}.contact-links a:hover,.contact-links a:focus-visible{border-color:#26364d29;color:var(--ink-strong);transform:translateY(-1px)}.contact-form{position:relative;z-index:2;border-radius:26px;border:1px solid rgba(38,54,77,.08);background:linear-gradient(180deg,#fffffffa,#f6fbfce6);box-shadow:0 22px 42px #26364d14;padding:1.2rem;display:grid;gap:.9rem}.contact-form label{display:grid;gap:.35rem;font-size:.88rem;color:var(--muted);font-weight:700}.contact-form input,.contact-form textarea{border:1px solid rgba(38,54,77,.12);border-radius:14px;padding:.82rem .92rem;background:#fffffff5;color:var(--ink);font:inherit}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#52a9c49e;box-shadow:0 0 0 4px #c7e4ff70}.btn-primary.full{width:100%}.site-footer{width:min(1280px,calc(100% - 32px));margin:0 auto 28px;padding:1rem 1.1rem;border-radius:22px;border:1px solid rgba(38,54,77,.08);background:#ffffffc7;box-shadow:0 20px 36px #26364d0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-footer img{width:138px}.site-footer p{max-width:720px;color:var(--muted)}.footer-cookie-btn{border-radius:999px;padding:.5rem .82rem}@keyframes trackFlow{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes sectionDrift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(16px,-10px,0) scale(1.06)}}@media (max-width: 1180px){.site-header,main,.site-footer{width:calc(100% - 24px)}.hero{grid-template-columns:1fr;min-height:0}.hero h1{max-width:11.5ch}.system-main-grid,.story-layout,.intelligence-shell,.contact-section{grid-template-columns:1fr}.story-anchor{position:static}.platform-grid,.solutions-grid,.intelligence-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.site-header{grid-template-columns:auto auto 1fr;gap:10px;height:auto;padding:12px 14px}.brand-logo{width:144px}.header-menu-toggle{display:inline-flex}.site-nav{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:120;display:none;flex-direction:column;gap:.2rem;padding:.65rem;border-radius:18px;border:1px solid rgba(38,54,77,.08);background:#fffffff5;box-shadow:0 18px 30px #26364d1f}.site-nav.is-open{display:flex}.site-nav a{padding:.62rem .7rem;border-radius:12px}.site-nav a:after{display:none}.header-actions{margin-left:auto}.hero,.section-shell{border-radius:26px;padding:1.2rem;min-height:0}.hero h1,.section-head h2,.narrative-intro h2,.contact-copy h2,.intelligence-copy h2{max-width:100%;font-size:clamp(2rem,10vw,3.25rem)}.hero-proofline{gap:.55rem}.stats-band,.platform-grid,.solutions-grid,.intelligence-highlights,.faq-grid{grid-template-columns:1fr}.system-topbar{flex-direction:column}.system-command-card{min-height:0}.system-command-mark{min-height:210px}.system-mark-frame{width:170px;height:170px}.system-command-copy h2{max-width:100%;font-size:1.5rem}.system-mini-card{min-height:0}.hero-actions,.section-inline-actions{width:100%}.hero-actions a,.section-inline-actions a{flex:1 1 100%}.contact-form,.contact-links a,.story-card,.platform-card,.solution-panel,.stat-card,.intelligence-card,.intelligence-panel,.faq-card{border-radius:20px}}@media (max-width: 540px){.site-header{grid-template-columns:auto auto}.header-actions{grid-column:1 / -1;width:100%;justify-content:flex-start}.header-login,.header-cta{flex:1;text-align:center}.hero{gap:1.4rem}.system-shell{padding:.95rem}.system-command-card,.system-mini-card,.intelligence-panel,.intelligence-card,.platform-card,.solution-panel,.faq-card,.story-card,.stat-card,.contact-form,.contact-links a{padding:1rem}}@media (prefers-reduced-motion: reduce){[data-reveal],.hero-proof-track,.system-glow,.hero:after{transition:none!important;animation:none!important}[data-reveal]{opacity:1;transform:none;filter:none}}.site-header{height:68px;padding:0 18px;gap:18px}.brand-link{height:100%;display:inline-flex;align-items:center}.brand-logo{width:148px;transform:scale(1.08) translateY(-1px);transform-origin:left center}.site-nav{justify-self:center;align-self:center;gap:24px;transform:translateY(-1px)}.site-nav a{min-height:42px;font-size:.9rem}.header-actions{align-self:center;gap:12px;transform:translateY(-1px)}.header-login,.header-cta{min-height:42px;padding:.7rem 1rem}main{margin-top:12px;gap:22px}.hero{grid-template-columns:minmax(0,.92fr) minmax(420px,.88fr);gap:clamp(1.35rem,3vw,2.6rem);min-height:calc(100svh - 98px);padding:clamp(1.05rem,2vw,1.7rem)}.hero-copy{gap:.82rem;align-content:center}.hero-kicker{font-size:.68rem}.hero h1{max-width:7.8ch;font-size:clamp(2.05rem,3.8vw,3.48rem);line-height:.94}.hero-lead{max-width:38ch;font-size:.94rem;line-height:1.5}.hero-actions{gap:.65rem}.hero-actions .btn-primary,.hero-actions .btn-secondary{min-height:44px;padding:.82rem 1.08rem}.hero-proofline{gap:.48rem}.hero-proof-label{font-size:.72rem;padding:.32rem .58rem}.proof-chip{font-size:.78rem;padding:.38rem .62rem}.hero-system{align-self:center}.system-shell{padding:.9rem;border-radius:26px}.system-topbar{margin-bottom:.7rem}.system-topbar strong{font-size:.94rem}.system-topbar span,.system-topbar p,.system-floor p{font-size:.8rem}.system-main-grid{gap:.65rem}.system-command-card{min-height:290px;padding:.88rem}.system-command-mark{min-height:154px}.system-mark-frame{width:142px;height:142px;border-radius:24px}.system-command-copy{gap:.34rem}.system-command-copy span{font-size:.66rem}.system-command-copy h2{max-width:10.6ch;font-size:clamp(.98rem,1.35vw,1.28rem)}.system-side-stack{gap:.62rem}.system-mini-card{min-height:94px;padding:.82rem;border-radius:18px}.system-mini-card .material-symbols-rounded{font-size:1.18rem}.system-mini-card strong{font-size:.84rem}.system-mini-card p{font-size:.75rem;line-height:1.32}.system-floor{margin-top:.72rem;padding-top:.82rem}@media (max-width: 1180px){.site-header{height:auto;min-height:72px}.site-nav,.header-actions{transform:none}.hero{min-height:0;grid-template-columns:1fr}.hero-copy{align-content:start}.hero h1,.hero-lead{max-width:100%}}@media (max-width: 760px){.site-header{padding:10px 12px}.brand-logo{width:140px;transform:none}.hero{padding:1rem;gap:1rem}.hero h1{font-size:clamp(1.9rem,9vw,3rem)}.hero-actions .btn-primary,.hero-actions .btn-secondary{min-height:46px}}.site-header{top:10px;width:min(1280px,calc(100% - 40px));height:64px;min-height:64px;padding:0 16px;border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand-link{flex:0 0 auto;height:100%;display:inline-flex;align-items:center}.brand-logo{width:132px;transform:none}.site-nav{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:center;align-self:stretch;gap:18px}.site-nav a{min-height:100%;padding:0 2px;display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:.88rem;font-weight:700}.site-nav a:after{bottom:9px}.header-actions{flex:0 0 auto;height:100%;display:inline-flex;align-items:center;gap:10px;transform:none}.header-login,.header-cta{min-height:40px;padding:.72rem 1rem;border-radius:14px}main{margin-top:10px;gap:20px}.hero{grid-template-columns:minmax(0,1.05fr) minmax(500px,.95fr);align-items:center;gap:clamp(1.25rem,2.2vw,2.25rem);min-height:0;padding:1rem 1.15rem .95rem;border-radius:32px}.hero-copy{gap:.72rem;align-content:center;padding:.22rem 0 .28rem}.hero-kicker{font-size:.66rem}.hero h1{max-width:10.2ch;font-size:clamp(1.9rem,3.5vw,3.2rem);line-height:.9;letter-spacing:-.065em}.hero-lead{max-width:34ch;font-size:.92rem;line-height:1.45}.hero-actions{margin-top:.08rem;gap:.55rem}.hero-actions .btn-primary,.hero-actions .btn-secondary{min-height:42px;padding:.78rem 1rem}.hero-proofline{gap:.4rem;margin-top:0}.hero-proof-label{font-size:.68rem;padding:.28rem .55rem}.hero-proof-track{gap:.48rem}.proof-chip{padding:.33rem .56rem;font-size:.74rem}.hero-system{width:100%;max-width:720px;justify-self:end;align-self:center}.system-shell{padding:.8rem .82rem .72rem;border-radius:24px}.system-topbar{margin-bottom:.58rem;gap:.6rem}.system-topbar strong{font-size:.9rem}.system-topbar span,.system-topbar p{font-size:.76rem;line-height:1.35}.system-main-grid{grid-template-columns:minmax(0,1fr) minmax(210px,.68fr);gap:.55rem}.system-command-card{min-height:246px;padding:.78rem;gap:.72rem;border-radius:20px}.system-command-mark{min-height:120px}.system-glow{width:220px;height:220px}.system-mark-frame{width:120px;height:120px;border-radius:22px;padding:1rem}.system-command-copy span{font-size:.62rem}.system-command-copy h2{max-width:11.4ch;font-size:clamp(.94rem,1.2vw,1.16rem);line-height:1.06}.system-side-stack{gap:.55rem}.system-mini-card{min-height:78px;padding:.72rem;border-radius:16px}.system-mini-card strong{font-size:.79rem;line-height:1.25}.system-mini-card p{font-size:.7rem;line-height:1.28}.system-floor{display:none}@media (max-width: 1240px){.site-header{width:min(1280px,calc(100% - 28px));padding:0 14px}.site-nav{gap:14px}.site-nav a{font-size:.84rem}.hero{grid-template-columns:minmax(0,.98fr) minmax(430px,.92fr)}.hero h1{max-width:9.6ch;font-size:clamp(1.84rem,3.25vw,2.82rem)}.hero-system{max-width:660px}}.system-command-card{align-content:start}.system-command-stage{display:grid;gap:.68rem}.system-stage-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.72rem .8rem;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#ffffff14}.system-stage-bar span{font-size:.64rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#cdf8d0d6}.system-stage-bar strong{font-size:.78rem;line-height:1.2;text-align:right;color:#fffffff0}.system-stage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.64rem}.system-stage-tile{display:grid;align-content:start;gap:.34rem;min-height:100px;padding:.82rem;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff1a,#ffffff0d)}.system-stage-tile--wide{grid-column:1 / -1;min-height:88px}.system-stage-tile small{font-size:.62rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#cdf8d0e0}.system-stage-tile strong{font-size:.86rem;line-height:1.18;color:#fff}.system-stage-tile p{font-size:.72rem;line-height:1.3;color:#ffffffb8}.system-command-copy h2{max-width:13.4ch}@media (max-width: 1240px){.system-stage-grid{grid-template-columns:1fr}.system-stage-tile--wide{grid-column:auto}}.site-header,main{width:min(1380px,calc(100% - 30px))}.site-header{padding:0 18px}.brand-link{width:168px;overflow:hidden}.brand-logo{width:100%;height:56px;object-fit:cover;object-position:center;transform:scale(1.22)}.site-nav{gap:21px}.hero{grid-template-columns:minmax(0,1.14fr) minmax(560px,1fr);gap:clamp(1.5rem,2.6vw,3rem);padding:1.24rem 1.36rem 1.18rem}.hero-copy{padding:.38rem 0 .44rem}.hero h1{max-width:10.8ch;font-size:clamp(2.22rem,4.05vw,3.8rem)}.hero-lead{max-width:39ch;font-size:1rem;line-height:1.52}.hero-actions .btn-primary,.hero-actions .btn-secondary{min-height:44px;padding:.84rem 1.12rem}.hero-system{max-width:820px}.system-shell{padding:.96rem 1rem .9rem}.system-main-grid{grid-template-columns:minmax(0,1.05fr) minmax(250px,.74fr);gap:.74rem}.system-command-card{min-height:286px;padding:.96rem}.system-stage-bar{padding:.82rem .94rem}.system-stage-grid{gap:.72rem}.system-stage-tile{min-height:118px;padding:.94rem}.system-stage-tile--wide{min-height:102px}.system-mini-card{min-height:98px;padding:.88rem}@media (max-width: 1240px){.site-header,main{width:min(1320px,calc(100% - 24px))}.brand-link{width:154px}.brand-logo{height:52px;transform:scale(1.18)}.hero{grid-template-columns:minmax(0,1.02fr) minmax(470px,.96fr)}.hero h1{max-width:10.4ch;font-size:clamp(2rem,3.45vw,3.1rem)}.hero-system{max-width:740px}}@media (max-width: 760px){.brand-link{width:142px}.brand-logo{height:48px;transform:scale(1.14)}.hero{grid-template-columns:1fr;padding:1rem}.hero-system{max-width:none}}.site-header{height:66px;min-height:66px;padding:0 20px}.brand-link{width:186px;height:52px;display:inline-flex;align-items:center;justify-content:flex-start;overflow:hidden}.brand-logo{width:100%;height:100%;object-fit:contain;object-position:center;clip-path:inset(11% 0 9% 0);transform:scale(1.24) translateY(4px);transform-origin:center}.site-nav{gap:24px}.site-nav a{font-size:.9rem}.hero{grid-template-columns:minmax(0,1.08fr) minmax(620px,.98fr);gap:clamp(1.5rem,2vw,2.4rem);padding:1.32rem 1.5rem 1.2rem}.hero-copy{max-width:690px}.hero h1{max-width:13.2ch;font-size:clamp(2.2rem,4vw,4rem)}.hero-lead{max-width:43ch;font-size:1rem}.hero-system{max-width:860px}.system-main-grid{grid-template-columns:minmax(0,1.08fr) minmax(260px,.76fr)}.system-command-card{min-height:292px}.system-stage-bar strong{font-size:.82rem}.system-stage-tile{min-height:122px}.system-stage-tile--wide{min-height:106px}@media (max-width: 1360px){.site-header,main{width:min(1380px,calc(100% - 22px))}.hero{grid-template-columns:minmax(0,1.04fr) minmax(560px,.98fr)}.hero h1{max-width:12.2ch;font-size:clamp(2.04rem,3.55vw,3.28rem)}.hero-system{max-width:780px}}@media (max-width: 760px){.site-header,main{width:min(100%,calc(100% - 18px))}.brand-link{width:150px;height:46px}.brand-logo{clip-path:inset(8% 0 8% 0);transform:scale(1.16) translateY(2px)}.hero{grid-template-columns:1fr}}main{gap:18px;margin-bottom:72px}.stats-band,.platform-grid,.solutions-grid,.faq-grid{gap:.88rem}.stat-card,.story-card,.platform-card,.solution-panel,.faq-card,.contact-form,.contact-links a,.intelligence-card,.intelligence-panel{border-radius:22px}.stat-card,.story-card,.platform-card,.solution-panel,.faq-card{box-shadow:0 18px 36px #26364d0f}.stat-card{padding:1.2rem;gap:.42rem}.stat-card strong{font-size:clamp(1.82rem,3.2vw,2.72rem)}.stat-card h3{font-size:.94rem;line-height:1.28}.stat-card p{font-size:.9rem;line-height:1.5}.section-shell{padding:clamp(1.35rem,2.5vw,2.3rem)}.section-head,.narrative-intro,.contact-copy,.intelligence-copy{gap:.68rem}.section-head h2,.narrative-intro h2,.contact-copy h2,.intelligence-copy h2{max-width:12.5ch;font-size:clamp(1.72rem,3vw,2.62rem);line-height:.98}.section-head p,.narrative-intro p,.contact-copy p,.intelligence-copy>p{max-width:56ch;font-size:.95rem;line-height:1.58}.section-inline-actions{gap:.65rem}.story-layout{grid-template-columns:minmax(200px,.34fr) minmax(0,1fr);gap:.95rem;margin-top:1.35rem}.story-anchor{top:88px;gap:.55rem;padding:.88rem .95rem;border-radius:20px}.story-anchor strong{font-size:.94rem;line-height:1.25}.story-anchor p{font-size:.88rem;line-height:1.5}.story-stack{gap:.82rem}.story-card{padding:1.05rem 1.1rem;gap:.42rem}.story-card h3{font-size:1.12rem;line-height:1.16;max-width:28ch}.story-card p{font-size:.92rem;line-height:1.5;max-width:62ch}.platform-grid{margin-top:1.28rem}.platform-card{min-height:214px;padding:1.12rem;gap:.48rem}.platform-card h3{font-size:1.08rem;line-height:1.18;max-width:24ch}.platform-card p{font-size:.92rem;line-height:1.52}.solutions-grid{margin-top:1.28rem;align-items:stretch}.solution-panel{min-height:228px;padding:1.12rem;gap:.56rem}.solution-panel h3{font-size:1.06rem;line-height:1.18;max-width:22ch}.solution-panel p{font-size:.92rem;line-height:1.5}.intelligence-shell{gap:.95rem}.intelligence-copy,.intelligence-panel{gap:.82rem}.intelligence-highlights{gap:.78rem}.intelligence-card,.intelligence-panel{padding:1rem}.intelligence-card h3{font-size:.98rem;line-height:1.24}.intelligence-card p,.intelligence-panel li{font-size:.9rem;line-height:1.5}.intelligence-panel h3{font-size:1.16rem;line-height:1.18;max-width:18ch}.faq-grid{margin-top:1.18rem}.faq-card{padding:1.08rem}.faq-card h3{font-size:1rem;line-height:1.28;margin-bottom:.35rem}.faq-card p{font-size:.92rem;line-height:1.52}.contact-section{grid-template-columns:minmax(0,.9fr) minmax(360px,.86fr);gap:1rem}.contact-copy{gap:.8rem}.contact-links{gap:.6rem}.contact-links a{padding:.82rem .9rem;border-radius:15px;font-size:.92rem}.contact-form{padding:1.08rem;gap:.78rem}.contact-form label{gap:.3rem;font-size:.84rem}.contact-form input,.contact-form textarea{padding:.8rem .88rem;border-radius:13px}.site-footer{gap:1rem}@media (max-width: 1180px){.story-layout,.intelligence-shell,.contact-section{grid-template-columns:1fr}.story-anchor{position:relative;top:auto}.intelligence-highlights,.solutions-grid{grid-template-columns:1fr}}.site-header,main{width:min(1460px,calc(100% - 24px))}.site-header{margin-top:10px}.brand-link{width:256px;height:62px;overflow:visible;display:inline-flex;align-items:center}.brand-logo{width:100%;height:100%;object-fit:contain;object-position:left center;clip-path:none;transform:none}main{min-height:calc(100svh - 92px)}.hero{min-height:calc(100svh - 108px);grid-template-columns:minmax(0,1.04fr) minmax(600px,.96fr);align-items:stretch;gap:clamp(1.25rem,1.9vw,2.1rem)}.hero-copy{display:grid;align-content:center;max-width:760px}.hero h1{max-width:11.2ch;font-size:clamp(2.18rem,4vw,3.9rem)}.hero-lead{max-width:40ch}.hero-system{max-width:none}.system-shell{height:100%}@media (max-width: 1360px){.brand-link{width:222px;height:56px}.hero{grid-template-columns:minmax(0,1fr) minmax(520px,.94fr)}}@media (max-width: 760px){.site-header,main{width:min(100%,calc(100% - 18px))}.brand-link{width:174px;height:46px}.hero{min-height:auto;grid-template-columns:1fr}}.site-header,main{width:min(1500px,calc(100% - 22px))}.site-header{height:88px;min-height:88px;margin-top:10px;padding:0 24px;gap:28px;align-items:center}.brand-link{width:292px;min-width:292px;height:60px;display:inline-flex;align-items:center;justify-content:flex-start;align-self:center;overflow:visible}.brand-logo{width:auto;max-width:100%;height:100%;display:block;object-fit:contain;object-position:left center;clip-path:none;transform:none}.site-nav{align-self:center;gap:26px}.site-nav a,.header-login,.header-cta{line-height:1}.header-actions{align-self:center}main{min-height:calc(100svh - 104px);margin:14px auto 64px;gap:22px}.hero{min-height:calc(100svh - 126px);grid-template-columns:minmax(0,1.08fr) minmax(640px,.92fr);gap:clamp(1.6rem,2.2vw,2.6rem);padding:clamp(1.8rem,2.8vw,2.7rem);align-items:stretch}.hero-copy{max-width:820px;display:grid;align-content:center;gap:18px;padding-block:.35rem}.hero h1{max-width:10.4ch;font-size:clamp(2.5rem,4.9vw,4.9rem);line-height:.94;letter-spacing:-.052em}.hero-lead{max-width:34ch;font-size:1.12rem;line-height:1.56}.hero-actions{margin-top:4px}.hero-proofline{margin-top:6px}.system-shell{height:100%;min-height:100%;padding:1.2rem}.system-main-grid{min-height:calc(100% - 66px);align-items:stretch}.system-command-card,.system-side-stack,.system-mini-card{height:100%}.system-command-card{min-height:0}.system-command-copy h2{max-width:11ch;font-size:clamp(2rem,2.8vw,2.6rem);line-height:.96}@media (max-width: 1420px){.site-header,main{width:min(1440px,calc(100% - 20px))}.brand-link{width:258px;min-width:258px;height:56px}.hero{grid-template-columns:minmax(0,1.02fr) minmax(560px,.94fr)}.hero h1{font-size:clamp(2.3rem,4.35vw,4.2rem)}}@media (max-width: 1180px){.site-header,main{width:min(100%,calc(100% - 18px))}.site-header{height:78px;min-height:78px;padding:0 18px}.brand-link{width:224px;min-width:224px;height:50px}.hero{min-height:auto;grid-template-columns:1fr;padding:1.5rem}.hero-copy{max-width:100%;padding-block:0}.hero h1{max-width:11ch;font-size:clamp(2.08rem,7vw,3.8rem)}.hero-lead{max-width:44ch}}@media (max-width: 760px){.site-header{height:72px;min-height:72px}.brand-link{width:196px;min-width:196px;height:44px}.hero{padding:1.22rem}.hero h1{max-width:9.2ch;font-size:clamp(1.92rem,9.2vw,3.1rem)}.hero-lead{font-size:1rem}}.site-header,main{width:min(1560px,calc(100% - 18px))}.site-header{height:86px;min-height:86px;padding:0 26px;gap:30px;align-items:center}.brand-link{width:auto;min-width:0;max-width:336px;height:64px;display:inline-flex;align-items:center;justify-content:flex-start;align-self:center;overflow:visible}.brand-logo{width:auto;height:100%;max-width:100%;object-fit:contain;object-position:left center;display:block;clip-path:none;transform:none}.site-nav,.header-actions{align-self:center}.site-nav{display:inline-flex;align-items:center;gap:28px}.site-nav a,.header-login,.header-cta{display:inline-flex;align-items:center;justify-content:center;line-height:1}main{margin:12px auto 64px;gap:22px}.hero{min-height:calc(100svh - 118px);padding:clamp(1.9rem,2.8vw,2.8rem);grid-template-columns:minmax(0,1.06fr) minmax(640px,.94fr);gap:clamp(1.7rem,2.25vw,2.8rem);align-items:stretch}.hero-copy,.hero-system{align-self:stretch}.hero-copy{max-width:860px;display:grid;align-content:center;gap:18px;padding-block:.5rem}.hero-kicker{font-size:.9rem;letter-spacing:.18em}.hero h1{max-width:11.6ch;font-size:clamp(2.7rem,5vw,5rem);line-height:.93;letter-spacing:-.055em}.hero-lead{max-width:38ch;font-size:1.15rem;line-height:1.58}.hero-actions{margin-top:6px;gap:12px}.hero-actions .btn-primary,.hero-actions .btn-secondary{min-height:54px;font-size:1rem;padding:.92rem 1.26rem}.hero-proofline{margin-top:8px;gap:.7rem}.hero-proof-label,.proof-chip{font-size:.96rem}.hero-system{max-width:none;min-height:100%}.system-shell{min-height:100%;height:100%;padding:1.18rem}.system-topbar{margin-bottom:.9rem}.system-topbar strong{font-size:1.08rem}.system-topbar span,.system-topbar p{font-size:.98rem}.system-main-grid{min-height:calc(100% - 68px);align-items:stretch;gap:.95rem}.system-command-card{min-height:0;padding:1rem}.system-stage-bar{padding:.86rem .9rem}.system-stage-bar span,.system-stage-tile small{font-size:.86rem}.system-stage-bar strong{font-size:.98rem}.system-stage-grid{gap:.85rem}.system-stage-tile{min-height:136px;padding:.95rem}.system-stage-tile--wide{min-height:118px}.system-stage-tile strong,.system-mini-card strong{font-size:.98rem;line-height:1.28}.system-stage-tile p,.system-mini-card p,.system-floor p{font-size:.95rem;line-height:1.5}.system-command-copy{gap:.5rem}.system-command-copy span{font-size:.88rem}.system-command-copy h2{max-width:11.4ch;font-size:clamp(2.05rem,2.9vw,2.75rem);line-height:.96}.system-mini-card{min-height:0;padding:1rem}.system-floor{margin-top:.9rem}@media (max-width: 1440px){.site-header,main{width:min(1490px,calc(100% - 16px))}.brand-link{max-width:306px;height:60px}.hero{min-height:calc(100svh - 114px);grid-template-columns:minmax(0,1fr) minmax(580px,.94fr)}.hero h1{font-size:clamp(2.45rem,4.5vw,4.35rem)}}@media (max-width: 1180px){.site-header,main{width:min(100%,calc(100% - 16px))}.site-header{height:78px;min-height:78px;padding:0 18px;gap:18px}.brand-link{max-width:248px;height:52px}.site-nav{gap:20px}.hero{min-height:auto;grid-template-columns:1fr;padding:1.55rem}.hero-copy{max-width:100%;padding-block:0}.hero h1{max-width:11ch;font-size:clamp(2.12rem,7vw,3.9rem)}.hero-lead{max-width:46ch;font-size:1.06rem}}@media (max-width: 760px){.site-header{height:72px;min-height:72px}.brand-link{max-width:220px;height:44px}.hero{padding:1.24rem}.hero-kicker{font-size:.8rem}.hero h1{max-width:9.4ch;font-size:clamp(1.96rem,9vw,3.1rem)}.hero-lead,.system-stage-tile p,.system-mini-card p,.system-floor p{font-size:.98rem}}.site-header--calibrated{width:min(1520px,calc(100% - 18px));height:84px;min-height:84px;margin-top:10px;padding:0 24px;gap:28px;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.brand-link--full{width:auto;min-width:0;max-width:334px;height:62px;display:inline-flex;align-items:center;justify-content:flex-start;overflow:visible}.brand-logo--full{width:auto;height:100%;max-width:100%;display:block;object-fit:contain;object-position:left center;clip-path:none;transform:none}.site-header--calibrated .site-nav,.site-header--calibrated .header-actions{align-self:center}.site-header--calibrated .site-nav{display:inline-flex;align-items:center;gap:26px}.site-header--calibrated .site-nav a,.site-header--calibrated .header-login,.site-header--calibrated .header-cta{display:inline-flex;align-items:center;justify-content:center;line-height:1}.site-main{width:min(1520px,calc(100% - 18px));min-height:calc(100svh - 106px);margin:12px auto 56px;gap:18px}.hero--viewport{min-height:calc(100svh - 122px);padding:clamp(1.55rem,2.5vw,2.45rem);grid-template-columns:minmax(0,1.08fr) minmax(620px,.92fr);gap:clamp(1.2rem,2vw,2.2rem);align-items:stretch}.hero-copy--viewport,.hero-system--viewport{align-self:stretch}.hero-copy--viewport{max-width:820px;display:grid;align-content:center;gap:16px;padding-block:.35rem}.hero-copy--viewport .hero-kicker{font-size:.88rem;letter-spacing:.17em}.hero-copy--viewport h1{max-width:10.7ch;font-size:clamp(2.55rem,4.65vw,4.7rem);line-height:.93;letter-spacing:-.055em}.hero-copy--viewport .hero-lead{max-width:38ch;font-size:1.14rem;line-height:1.56}.hero-copy--viewport .hero-actions{margin-top:4px;gap:12px}.hero-copy--viewport .btn-primary,.hero-copy--viewport .btn-secondary{min-height:52px;padding:.9rem 1.24rem;font-size:1rem}.hero-copy--viewport .hero-proofline{margin-top:6px;gap:.68rem}.hero-copy--viewport .hero-proof-label,.hero-copy--viewport .proof-chip{font-size:.92rem}.hero-system--viewport{max-width:none;min-height:100%}.system-shell--viewport{height:100%;min-height:100%;padding:1.08rem}.hero-system--viewport .system-topbar{margin-bottom:.82rem}.hero-system--viewport .system-topbar strong{font-size:1.04rem}.hero-system--viewport .system-topbar span,.hero-system--viewport .system-topbar p{font-size:.94rem;line-height:1.42}.hero-system--viewport .system-main-grid{min-height:calc(100% - 64px);gap:.86rem;align-items:stretch}.hero-system--viewport .system-command-card{min-height:0;padding:.96rem}.hero-system--viewport .system-stage-bar{padding:.82rem .88rem}.hero-system--viewport .system-stage-bar span,.hero-system--viewport .system-stage-tile small{font-size:.82rem}.hero-system--viewport .system-stage-bar strong{font-size:.94rem}.hero-system--viewport .system-stage-grid{gap:.78rem}.hero-system--viewport .system-stage-tile{min-height:126px;padding:.9rem}.hero-system--viewport .system-stage-tile--wide{min-height:110px}.hero-system--viewport .system-stage-tile strong,.hero-system--viewport .system-mini-card strong{font-size:.96rem;line-height:1.28}.hero-system--viewport .system-stage-tile p,.hero-system--viewport .system-mini-card p,.hero-system--viewport .system-floor p{font-size:.94rem;line-height:1.48}.hero-system--viewport .system-command-copy span{font-size:.84rem}.hero-system--viewport .system-command-copy h2{max-width:11.8ch;font-size:clamp(1.82rem,2.6vw,2.45rem);line-height:.97}.hero-system--viewport .system-mini-card{min-height:0;padding:.94rem}.hero-system--viewport .system-floor{margin-top:.82rem}.site-main .stats-band,.site-main .platform-grid,.site-main .solutions-grid,.site-main .faq-grid{gap:.78rem}.site-main .section-shell{padding:clamp(1.18rem,2vw,2rem);gap:1.06rem}.site-main .section-head,.site-main .narrative-intro,.site-main .contact-copy,.site-main .intelligence-copy{gap:.56rem;max-width:760px}.site-main .section-head h2,.site-main .narrative-intro h2,.site-main .contact-copy h2,.site-main .intelligence-copy h2{max-width:11.5ch;font-size:clamp(1.86rem,2.8vw,2.7rem);line-height:.98}.site-main .section-head p,.site-main .narrative-intro p,.site-main .contact-copy p,.site-main .intelligence-copy>p{max-width:60ch;font-size:1.02rem;line-height:1.6}.site-main .section-kicker,.site-main .story-step,.site-main .platform-card-head p,.site-main .solution-panel span{font-size:.84rem}.site-main .story-layout{grid-template-columns:minmax(190px,.3fr) minmax(0,1fr);gap:.84rem;margin-top:1.05rem}.site-main .story-anchor{padding:.86rem .92rem}.site-main .story-anchor p,.site-main .story-card p,.site-main .platform-card p,.site-main .solution-panel p,.site-main .faq-card p,.site-main .contact-links a,.site-main .intelligence-card p,.site-main .intelligence-panel li{font-size:.98rem;line-height:1.55}.site-main .story-stack,.site-main .intelligence-highlights{gap:.72rem}.site-main .story-card,.site-main .platform-card,.site-main .solution-panel,.site-main .faq-card,.site-main .intelligence-card,.site-main .intelligence-panel,.site-main .contact-form{padding:1rem}.site-main .story-card h3,.site-main .platform-card h3,.site-main .solution-panel h3,.site-main .faq-card h3,.site-main .intelligence-card h3{font-size:1.14rem;line-height:1.2}.site-main .platform-card{min-height:194px}.site-main .solution-panel{min-height:208px}.site-main .intelligence-shell,.site-main .contact-section{gap:.88rem}.site-main .intelligence-card,.site-main .intelligence-panel{gap:.72rem}.site-main .intelligence-panel h3{font-size:1.28rem;line-height:1.14;max-width:16ch}.site-main .faq-grid,.site-main .platform-grid,.site-main .solutions-grid{margin-top:1rem}.site-main .contact-form label{gap:.34rem;font-size:.92rem}.site-main .contact-form input,.site-main .contact-form textarea{padding:.9rem .96rem;font-size:.98rem}@media (max-width: 1440px){.site-header--calibrated,.site-main{width:min(1480px,calc(100% - 16px))}.brand-link--full{max-width:300px;height:58px}.hero--viewport{min-height:calc(100svh - 116px);grid-template-columns:minmax(0,1fr) minmax(560px,.94fr)}.hero-copy--viewport h1{font-size:clamp(2.36rem,4.3vw,4.25rem)}}@media (max-width: 1180px){.site-header--calibrated,.site-main{width:min(100%,calc(100% - 16px))}.site-header--calibrated{height:78px;min-height:78px;padding:0 18px;gap:18px}.brand-link--full{max-width:244px;height:50px}.site-header--calibrated .site-nav{gap:18px}.hero--viewport{min-height:auto;grid-template-columns:1fr;padding:1.4rem}.hero-copy--viewport{max-width:100%;padding-block:0}.hero-copy--viewport h1{max-width:10.8ch;font-size:clamp(2.06rem,7vw,3.8rem)}.hero-copy--viewport .hero-lead{max-width:44ch;font-size:1.04rem}.site-main .story-layout,.site-main .intelligence-shell,.site-main .contact-section{grid-template-columns:1fr}.site-main .story-anchor{position:relative;top:auto}}@media (max-width: 760px){.site-header--calibrated{height:72px;min-height:72px;padding:0 14px;gap:12px}.brand-link--full{max-width:214px;height:44px}.hero--viewport{padding:1.16rem}.hero-copy--viewport .hero-kicker{font-size:.78rem}.hero-copy--viewport h1{max-width:9.3ch;font-size:clamp(1.92rem,9vw,3.08rem)}.hero-copy--viewport .hero-lead,.site-main .section-head p,.site-main .narrative-intro p,.site-main .contact-copy p,.site-main .intelligence-copy>p,.site-main .story-anchor p,.site-main .story-card p,.site-main .platform-card p,.site-main .solution-panel p,.site-main .faq-card p,.site-main .intelligence-card p,.site-main .intelligence-panel li{font-size:.97rem}.hero-copy--viewport .btn-primary,.hero-copy--viewport .btn-secondary{min-height:48px;padding:.84rem 1.06rem;font-size:.95rem}}.site-header--calibrated{width:min(1540px,calc(100% - 18px))!important;height:84px!important;min-height:84px!important;padding:0 24px!important;gap:24px!important}.brand-link--full{max-width:338px!important;height:62px!important}.brand-logo--full{width:auto!important;height:100%!important;max-width:100%!important;object-fit:contain!important;object-position:left center!important;transform:none!important;clip-path:none!important}.site-main{width:min(1540px,calc(100% - 18px))!important;min-height:calc(100svh - 104px);margin:12px auto 52px!important;gap:16px!important}.hero--viewport{min-height:clamp(700px,calc(100svh - 118px),860px)!important;grid-template-columns:minmax(0,1.04fr) minmax(620px,.96fr)!important;align-items:center!important;gap:clamp(1.25rem,2vw,2.2rem)!important;padding:clamp(1.45rem,2.4vw,2.3rem)!important}.hero-copy--viewport{max-width:790px!important;align-content:center!important;gap:14px!important;padding-block:0!important}.hero-copy--viewport .hero-kicker{font-size:.86rem!important;letter-spacing:.16em!important}.hero-copy--viewport h1{max-width:10.2ch!important;font-size:clamp(2.36rem,4.45vw,4.35rem)!important;line-height:.94!important}.hero-copy--viewport .hero-lead{max-width:34ch!important;font-size:1.1rem!important;line-height:1.54!important}.hero-copy--viewport .hero-actions{margin-top:2px!important;gap:10px!important}.hero-copy--viewport .btn-primary,.hero-copy--viewport .btn-secondary{min-height:50px!important;font-size:.98rem!important;padding:.86rem 1.16rem!important}.hero-copy--viewport .hero-proofline{margin-top:4px!important;gap:.56rem!important}.hero-copy--viewport .hero-proof-label,.hero-copy--viewport .proof-chip{font-size:.9rem!important}.hero-system--viewport{min-height:0!important;align-self:center!important}.system-shell--viewport{height:auto!important;min-height:0!important;padding:1rem!important}.hero-system--viewport .system-topbar{margin-bottom:.72rem!important}.hero-system--viewport .system-topbar strong{font-size:1rem!important}.hero-system--viewport .system-topbar span,.hero-system--viewport .system-topbar p{font-size:.92rem!important}.hero-system--viewport .system-main-grid{min-height:0!important;gap:.74rem!important}.hero-system--viewport .system-command-card{padding:.92rem!important}.hero-system--viewport .system-stage-bar{padding:.76rem .82rem!important}.hero-system--viewport .system-stage-bar span,.hero-system--viewport .system-stage-tile small{font-size:.78rem!important}.hero-system--viewport .system-stage-bar strong{font-size:.92rem!important}.hero-system--viewport .system-stage-grid{gap:.68rem!important}.hero-system--viewport .system-stage-tile{min-height:118px!important;padding:.86rem!important}.hero-system--viewport .system-stage-tile--wide{min-height:102px!important}.hero-system--viewport .system-stage-tile strong,.hero-system--viewport .system-mini-card strong{font-size:.94rem!important}.hero-system--viewport .system-stage-tile p,.hero-system--viewport .system-mini-card p,.hero-system--viewport .system-floor p{font-size:.92rem!important;line-height:1.44!important}.hero-system--viewport .system-command-copy span{font-size:.82rem!important}.hero-system--viewport .system-command-copy h2{max-width:12.2ch!important;font-size:clamp(1.72rem,2.45vw,2.22rem)!important;line-height:.98!important}.hero-system--viewport .system-mini-card{padding:.92rem!important}.site-main .stat-card{padding:1rem!important;gap:.36rem!important}.site-main .stat-card strong{font-size:clamp(2rem,3vw,2.9rem)!important}.site-main .stat-card h3{font-size:.98rem!important}.site-main .stat-card p{font-size:.98rem!important;line-height:1.48!important}.site-main .section-shell{padding:clamp(1.14rem,1.9vw,1.8rem)!important;gap:.96rem!important}.section-head--split,.narrative-intro--split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(260px,.52fr);gap:.9rem;align-items:end;max-width:none!important}.section-head-main{display:grid;gap:.56rem;max-width:760px}.section-head-aside{display:grid;gap:.42rem;align-content:end;min-height:100%;padding:.9rem 1rem;border:1px solid rgba(38,54,77,.1);border-radius:18px;background:linear-gradient(180deg,#ffffffdb,#e9f4f6b3);box-shadow:0 14px 28px #26364d0a}.section-head-aside span{font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--brand)}.section-head-aside p{font-size:.96rem;line-height:1.5;color:var(--muted)}.site-main .section-head,.site-main .narrative-intro,.site-main .contact-copy,.site-main .intelligence-copy{gap:.52rem!important;max-width:none!important}.site-main .section-head h2,.site-main .narrative-intro h2,.site-main .contact-copy h2,.site-main .intelligence-copy h2{max-width:12ch!important;font-size:clamp(1.92rem,2.75vw,2.76rem)!important;line-height:.98!important}.site-main .section-head p,.site-main .narrative-intro p,.site-main .contact-copy p,.site-main .intelligence-copy>p{max-width:58ch!important;font-size:1.02rem!important;line-height:1.58!important}.site-main .section-inline-actions{margin-top:.12rem}.site-main .story-layout{grid-template-columns:minmax(180px,.28fr) minmax(0,1fr)!important;gap:.76rem!important;margin-top:.92rem!important}.site-main .story-stack,.site-main .platform-grid,.site-main .solutions-grid,.site-main .intelligence-highlights,.site-main .faq-grid,.site-main .contact-links{gap:.68rem!important}.site-main .story-card,.site-main .platform-card,.site-main .solution-panel,.site-main .faq-card,.site-main .intelligence-card,.site-main .intelligence-panel,.site-main .contact-form{padding:.96rem!important}.site-main .story-card h3,.site-main .platform-card h3,.site-main .solution-panel h3,.site-main .faq-card h3,.site-main .intelligence-card h3{font-size:1.12rem!important;line-height:1.2!important}.site-main .story-anchor p,.site-main .story-card p,.site-main .platform-card p,.site-main .solution-panel p,.site-main .faq-card p,.site-main .contact-links a,.site-main .intelligence-card p,.site-main .intelligence-panel li{font-size:.98rem!important;line-height:1.52!important}.site-main .platform-card,.site-main .solution-panel{min-height:188px!important}.site-main .intelligence-shell,.site-main .contact-section{gap:.8rem!important}.site-main .intelligence-panel h3{font-size:1.24rem!important}.site-main .contact-form label{font-size:.9rem!important}.site-main .contact-form input,.site-main .contact-form textarea{padding:.86rem .94rem!important;font-size:.98rem!important}@media (max-width: 1440px){.site-header--calibrated,.site-main{width:min(1480px,calc(100% - 16px))!important}.brand-link--full{max-width:300px!important;height:58px!important}.hero--viewport{min-height:clamp(660px,calc(100svh - 114px),800px)!important;grid-template-columns:minmax(0,1fr) minmax(560px,.95fr)!important}}@media (max-width: 1180px){.site-header--calibrated,.site-main{width:min(100%,calc(100% - 16px))!important}.site-header--calibrated{height:78px!important;min-height:78px!important;padding:0 18px!important}.brand-link--full{max-width:246px!important;height:50px!important}.hero--viewport{min-height:auto!important;grid-template-columns:1fr!important;padding:1.32rem!important}.hero-copy--viewport{max-width:100%!important}.hero-copy--viewport h1{max-width:10.8ch!important;font-size:clamp(2.04rem,6.9vw,3.7rem)!important}.hero-copy--viewport .hero-lead{max-width:44ch!important;font-size:1.02rem!important}.section-head--split,.narrative-intro--split,.site-main .story-layout,.site-main .intelligence-shell,.site-main .contact-section{grid-template-columns:1fr!important}.section-head-aside{min-height:auto}}@media (max-width: 760px){.site-header--calibrated{height:72px!important;min-height:72px!important;padding:0 14px!important}.brand-link--full{max-width:220px!important;height:44px!important}.hero--viewport{padding:1.12rem!important}.hero-copy--viewport .hero-kicker{font-size:.78rem!important}.hero-copy--viewport h1{max-width:9.2ch!important;font-size:clamp(1.94rem,8.9vw,3rem)!important}.hero-copy--viewport .hero-lead,.site-main .section-head p,.site-main .narrative-intro p,.site-main .contact-copy p,.site-main .intelligence-copy>p,.site-main .story-anchor p,.site-main .story-card p,.site-main .platform-card p,.site-main .solution-panel p,.site-main .faq-card p,.site-main .intelligence-card p,.site-main .intelligence-panel li,.section-head-aside p{font-size:.96rem!important}}:root{--vp-header-top: 14px;--vp-header-height: 86px;--vp-main-top: 12px;--vp-main-bottom: 56px;--vp-edge: 12px;--section-pad-y: clamp(1.05rem, 1.5vw, 1.5rem);--section-pad-x: clamp(1rem, 1.45vw, 1.4rem)}.site-header--calibrated{width:min(1600px,calc(100% - (var(--vp-edge) * 2)))!important;margin:var(--vp-header-top) auto 0!important;min-height:var(--vp-header-height)!important;height:var(--vp-header-height)!important;padding:0 22px!important;gap:18px!important;align-items:center!important}.brand-link--full{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;width:auto!important;max-width:380px!important;height:68px!important;overflow:visible!important}.brand-logo--full{width:auto!important;max-width:100%!important;height:100%!important;object-fit:contain!important;object-position:left center!important;display:block!important;margin:0!important;transform:none!important;clip-path:none!important}.site-main,.fe-main{width:min(1600px,calc(100% - (var(--vp-edge) * 2)))!important;margin:var(--vp-main-top) auto var(--vp-main-bottom)!important;gap:14px!important;min-height:calc(100svh - var(--vp-header-height) - var(--vp-header-top) - var(--vp-main-top))!important}.hero--viewport{min-height:calc(100svh - var(--vp-header-height) - var(--vp-header-top) - var(--vp-main-top) - 8px)!important;grid-template-columns:minmax(0,1.02fr) minmax(600px,.98fr)!important;gap:clamp(1rem,1.8vw,1.6rem)!important;padding:clamp(1.15rem,1.6vw,1.65rem)!important;align-items:stretch!important}.hero-copy--viewport{min-height:100%!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-self:stretch!important;max-width:760px!important;gap:12px!important;padding:6px 0!important}.hero-copy--viewport .hero-kicker{font-size:.92rem!important;line-height:1.2!important;letter-spacing:.16em!important}.hero-copy--viewport h1{max-width:8.7ch!important;font-size:clamp(2.7rem,4.7vw,5.1rem)!important;line-height:.92!important;letter-spacing:-.055em!important}.hero-copy--viewport .hero-lead{max-width:32ch!important;font-size:1.12rem!important;line-height:1.58!important;color:#536277!important}.hero-copy--viewport .hero-actions{margin-top:6px!important;gap:12px!important}.hero-copy--viewport .btn-primary,.hero-copy--viewport .btn-secondary{min-height:54px!important;padding:.9rem 1.28rem!important;font-size:1.02rem!important}.hero-copy--viewport .hero-proofline{margin-top:auto!important;padding-top:14px!important}.hero-proof-label,.proof-chip{font-size:.96rem!important}.hero-system--viewport{min-height:100%!important;align-self:stretch!important;display:flex!important}.system-shell--viewport{width:100%!important;height:100%!important;min-height:100%!important;display:grid!important;grid-template-rows:auto 1fr!important;gap:12px!important;padding:1rem!important}.hero-system--viewport .system-topbar{gap:.8rem!important}.hero-system--viewport .system-topbar strong{font-size:1.06rem!important}.hero-system--viewport .system-topbar span,.hero-system--viewport .system-topbar p{font-size:.98rem!important;line-height:1.35!important}.hero-system--viewport .system-main-grid{height:100%!important;grid-template-columns:minmax(0,.64fr) minmax(250px,.36fr)!important;gap:12px!important;align-items:stretch!important}.hero-system--viewport .system-command-card{height:100%!important;display:grid!important;grid-template-rows:1fr auto!important;gap:12px!important}.hero-system--viewport .system-command-stage{gap:10px!important;padding:10px!important}.hero-system--viewport .system-stage-bar{padding:.82rem .95rem!important;gap:.8rem!important}.hero-system--viewport .system-stage-bar span,.hero-system--viewport .system-stage-bar strong{font-size:.94rem!important}.hero-system--viewport .system-stage-grid{gap:10px!important}.hero-system--viewport .system-stage-tile{min-height:0!important;padding:.92rem .94rem!important;gap:.38rem!important}.hero-system--viewport .system-stage-tile small{font-size:.9rem!important}.hero-system--viewport .system-stage-tile strong{font-size:.98rem!important;line-height:1.18!important}.hero-system--viewport .system-stage-tile p{font-size:.95rem!important;line-height:1.45!important}.hero-system--viewport .system-stage-tile--wide{min-height:0!important}.hero-system--viewport .system-command-copy{gap:.3rem!important}.hero-system--viewport .system-command-copy span{font-size:.84rem!important}.hero-system--viewport .system-command-copy h2{max-width:12ch!important;font-size:clamp(1.55rem,2.2vw,2.15rem)!important;line-height:.94!important}.hero-system--viewport .system-side-stack{gap:10px!important}.hero-system--viewport .system-mini-card{min-height:0!important;padding:.94rem!important;gap:.42rem!important}.hero-system--viewport .system-mini-card strong{font-size:1.04rem!important;line-height:1.18!important}.hero-system--viewport .system-mini-card p{font-size:.98rem!important;line-height:1.45!important}.hero-system--viewport .system-floor{display:none!important}.site-main .section-shell{padding:var(--section-pad-y) var(--section-pad-x)!important;gap:.82rem!important}.site-main .stats-band{gap:.72rem!important}.site-main .stat-card{padding:1rem 1.04rem!important}.site-main .stat-card h3{font-size:1.02rem!important;line-height:1.22!important}.site-main .stat-card p{font-size:1.02rem!important;line-height:1.52!important}.section-head--split,.narrative-intro--split{grid-template-columns:minmax(0,1.06fr) minmax(320px,.54fr)!important;align-items:start!important;gap:.95rem!important;max-width:1320px!important;margin-inline:auto!important}.section-head-main{max-width:none!important}.section-head-aside{align-self:start!important;justify-self:end!important;width:min(100%,430px)!important;min-height:auto!important;align-content:start!important;gap:.56rem!important;padding:1.05rem 1.08rem!important}.section-head-aside p{font-size:1.02rem!important;line-height:1.56!important}.site-main .section-head,.site-main .narrative-intro,.site-main .contact-copy,.site-main .intelligence-copy{gap:.48rem!important}.site-main .section-head h2,.site-main .narrative-intro h2,.site-main .contact-copy h2,.site-main .intelligence-copy h2{max-width:11ch!important;font-size:clamp(2.08rem,2.9vw,3rem)!important;line-height:.96!important}.site-main .section-head p,.site-main .narrative-intro p,.site-main .contact-copy p,.site-main .intelligence-copy>p{max-width:60ch!important;font-size:1.08rem!important;line-height:1.6!important}.site-main .story-layout{grid-template-columns:minmax(210px,.24fr) minmax(0,1fr)!important;gap:.82rem!important;margin-top:.7rem!important}.site-main .story-anchor,.site-main .story-card,.site-main .platform-card,.site-main .solution-panel,.site-main .faq-card,.site-main .intelligence-card,.site-main .intelligence-panel,.site-main .contact-form{padding:1rem!important}.site-main .story-anchor p,.site-main .story-card p,.site-main .platform-card p,.site-main .solution-panel p,.site-main .faq-card p,.site-main .contact-links a,.site-main .intelligence-card p,.site-main .intelligence-panel li{font-size:1.02rem!important;line-height:1.56!important}.site-main .story-card h3,.site-main .platform-card h3,.site-main .solution-panel h3,.site-main .faq-card h3,.site-main .intelligence-card h3{font-size:1.16rem!important}.site-main .platform-grid,.site-main .solutions-grid,.site-main .faq-grid,.site-main .intelligence-highlights,.site-main .contact-links{gap:.72rem!important}.site-main .platform-card,.site-main .solution-panel{min-height:172px!important}.site-main .intelligence-shell,.site-main .contact-section{gap:.84rem!important}.fe-main{gap:16px!important}.fe-hero--calibrated{min-height:calc(100svh - var(--vp-header-height) - var(--vp-header-top) - var(--vp-main-top) - 8px)!important;grid-template-columns:minmax(0,1.02fr) minmax(520px,.88fr)!important;gap:clamp(1rem,1.8vw,1.5rem)!important;align-items:stretch!important}.hero-copy--fe{min-height:100%!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:14px!important;max-width:720px!important}.fe-hero .hero-lead{max-width:31ch!important;font-size:1.1rem!important}.fe-hero-panel--calibrated{height:100%!important;align-content:space-between!important;gap:1rem!important;padding:1.15rem!important}.fe-hero-panel--calibrated h2{font-size:clamp(1.45rem,2.4vw,2.2rem)!important;line-height:1.12!important;max-width:13ch!important}.fe-hero-panel--calibrated p{font-size:1rem!important;line-height:1.58!important}.fe-hero-panel-points{display:grid;gap:.72rem}.fe-hero-panel-points article{border:1px solid rgba(38,54,77,.12);border-radius:14px;background:linear-gradient(180deg,#fffffff5,#e9f4f6c7);padding:.82rem .9rem;display:grid;gap:.22rem}.fe-hero-panel-points strong{font-size:.95rem;color:var(--ink)}.fe-hero-panel-points span{font-size:.95rem;line-height:1.48;color:var(--muted)}@media (max-width: 1440px){.hero--viewport{grid-template-columns:minmax(0,.98fr) minmax(560px,1.02fr)!important}.fe-hero--calibrated{grid-template-columns:minmax(0,1fr) minmax(460px,.92fr)!important}}@media (max-width: 1180px){:root{--vp-header-height: 78px;--vp-main-top: 10px}.site-header--calibrated{padding:0 16px!important}.brand-link--full{max-width:310px!important;height:56px!important}.hero--viewport,.fe-hero--calibrated{min-height:auto!important;grid-template-columns:1fr!important;padding:1.2rem!important}.hero-copy--viewport,.hero-copy--fe{max-width:100%!important;min-height:auto!important}.hero-copy--viewport h1{max-width:9.6ch!important;font-size:clamp(2.26rem,6.6vw,4rem)!important}.section-head--split,.narrative-intro--split,.site-main .story-layout,.site-main .intelligence-shell,.site-main .contact-section{grid-template-columns:1fr!important;max-width:none!important}.section-head-aside{justify-self:stretch!important;width:100%!important}}@media (max-width: 760px){:root{--vp-header-height: 72px;--vp-header-top: 10px;--vp-main-top: 10px;--vp-edge: 8px}.brand-link--full{max-width:250px!important;height:48px!important}.hero-copy--viewport h1,.fe-hero .hero-copy h1{max-width:9.1ch!important;font-size:clamp(2.1rem,8.4vw,3.3rem)!important}.hero-copy--viewport .hero-lead,.fe-hero .hero-lead,.site-main .section-head p,.site-main .narrative-intro p,.section-head-aside p,.site-main .story-anchor p,.site-main .story-card p,.site-main .platform-card p,.site-main .solution-panel p,.site-main .faq-card p,.site-main .intelligence-card p,.site-main .intelligence-panel li{font-size:.98rem!important}}.hero--viewport{min-height:calc(100svh - var(--vp-header-height) - var(--vp-header-top) - var(--vp-main-top) - 6px)!important;grid-template-columns:minmax(0,1.08fr) minmax(540px,.92fr)!important;gap:clamp(.9rem,1.5vw,1.25rem)!important;padding:clamp(1rem,1.35vw,1.4rem)!important}.hero-copy--viewport{justify-content:space-between!important;gap:10px!important}.hero-copy--viewport h1{max-width:8.1ch!important;font-size:clamp(2.55rem,4.15vw,4.55rem)!important}.hero-copy--viewport .hero-lead{max-width:30ch!important;font-size:1.14rem!important}.hero-copy--viewport .hero-proofline{padding-top:10px!important}.hero-system--viewport .system-main-grid{grid-template-columns:minmax(0,.62fr) minmax(250px,.38fr)!important;gap:10px!important}.hero-system--viewport .system-command-card{gap:10px!important}.hero-system--viewport .system-command-stage{gap:8px!important;padding:8px!important}.hero-system--viewport .system-stage-grid{gap:8px!important}.hero-system--viewport .system-stage-tile{padding:.8rem .82rem!important}.hero-system--viewport .system-stage-tile strong{font-size:.95rem!important}.hero-system--viewport .system-stage-tile p{font-size:.92rem!important;line-height:1.42!important}.hero-system--viewport .system-command-copy h2{max-width:16ch!important;font-size:clamp(1.34rem,1.9vw,1.76rem)!important;line-height:.96!important}.hero-system--viewport .system-mini-card{padding:.86rem!important}.hero-system--viewport .system-mini-card strong{font-size:.98rem!important}.hero-system--viewport .system-mini-card p{font-size:.96rem!important;line-height:1.42!important}.site-main .section-shell{padding-top:.96rem!important;padding-bottom:1.02rem!important;gap:.78rem!important}.site-main .section-head,.site-main .narrative-intro,.site-main .contact-copy,.site-main .intelligence-copy{gap:.4rem!important}.site-main .section-head p,.site-main .narrative-intro p,.site-main .contact-copy p,.site-main .intelligence-copy>p{font-size:1.1rem!important;line-height:1.58!important}.site-main .story-layout,.site-main .platform-grid,.site-main .solutions-grid,.site-main .faq-grid,.site-main .intelligence-highlights,.site-main .contact-links,.site-main .stats-band{gap:.62rem!important}.site-main .story-card,.site-main .platform-card,.site-main .solution-panel,.site-main .faq-card,.site-main .intelligence-card,.site-main .intelligence-panel,.site-main .contact-form,.site-main .stat-card{padding:.92rem!important}.site-main .platform-card-head p,.site-main .solution-panel span,.site-main .story-step,.section-head-aside span{font-size:.96rem!important;letter-spacing:.08em!important}.site-main .story-anchor p,.site-main .story-card p,.site-main .platform-card p,.site-main .solution-panel p,.site-main .faq-card p,.site-main .contact-links a,.site-main .intelligence-card p,.site-main .intelligence-panel li,.site-main .stat-card p{font-size:1.04rem!important;line-height:1.56!important}.site-main .story-card h3,.site-main .platform-card h3,.site-main .solution-panel h3,.site-main .faq-card h3,.site-main .intelligence-card h3,.site-main .stat-card h3{font-size:1.18rem!important}.site-main .platform-card,.site-main .solution-panel{min-height:160px!important}.narrative-section--compact .narrative-intro--split{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:1rem!important;max-width:1260px!important}.narrative-section--compact .section-head-main{flex:1 1 720px!important;max-width:760px!important}.narrative-section--compact .section-head-aside{flex:0 0 400px!important;width:400px!important}.narrative-section--compact .story-layout{max-width:1260px!important;margin-inline:auto!important;grid-template-columns:minmax(190px,.22fr) minmax(0,1fr)!important}.platform-section--compact .section-head--split{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:1rem!important;max-width:1260px!important}.platform-section--compact .section-head-main{flex:1 1 760px!important;max-width:780px!important}.platform-section--compact .section-head-aside{flex:0 0 410px!important;width:410px!important}.platform-section--compact .platform-grid{max-width:1260px!important;margin-inline:auto!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.fe-hero--calibrated{min-height:calc(100svh - var(--vp-header-height) - var(--vp-header-top) - var(--vp-main-top) - 6px)!important;grid-template-columns:minmax(0,1.06fr) minmax(470px,.84fr)!important;gap:1rem!important;padding:1rem!important}.fe-hero .hero-copy{justify-content:center!important;gap:12px!important}.fe-hero-panel--calibrated{padding:1rem!important;gap:.9rem!important}.fe-hero-panel-points{gap:.58rem!important}.fe-hero-panel-points article{padding:.72rem .8rem!important}@media (max-width: 1180px){.hero--viewport,.fe-hero--calibrated{min-height:auto!important;grid-template-columns:1fr!important}.narrative-section--compact .narrative-intro--split,.platform-section--compact .section-head--split{display:grid!important;grid-template-columns:1fr!important;max-width:none!important}.narrative-section--compact .section-head-aside,.platform-section--compact .section-head-aside{width:100%!important;flex:none!important}.platform-section--compact .platform-grid{grid-template-columns:1fr!important;max-width:none!important}}.brand-link--full{display:flex!important;align-items:center!important;width:clamp(340px,22vw,440px)!important;height:76px!important;max-width:440px!important;min-width:0!important;overflow:hidden!important}.brand-logo--full{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;transform:none!important;clip-path:none!important}.site-main{width:min(1640px,calc(100% - 24px))!important;min-height:calc(100svh - var(--vp-header-height) - var(--vp-header-top) - var(--vp-main-top))!important;gap:12px!important}.hero--viewport{min-height:calc(100svh - var(--vp-header-height) - var(--vp-header-top) - var(--vp-main-top) - 6px)!important;grid-template-columns:minmax(0,1.06fr) minmax(560px,.94fr)!important;align-items:stretch!important;gap:clamp(.8rem,1.2vw,1rem)!important;padding:clamp(.9rem,1.2vw,1.1rem)!important;overflow:hidden!important}.hero-copy--viewport{min-width:0!important;max-width:680px!important;height:100%!important;justify-content:center!important;gap:12px!important;padding-block:.2rem!important}.hero-copy--viewport h1{max-width:8.15ch!important;font-size:clamp(2.8rem,4.5vw,5rem)!important;line-height:.95!important}.hero-copy--viewport .hero-lead{max-width:29ch!important;font-size:1.14rem!important;line-height:1.52!important}.hero-copy--viewport .hero-actions{margin-top:2px!important}.hero-copy--viewport .hero-proofline{margin-top:auto!important;padding-top:12px!important}.hero-system--viewport,.hero-system--viewport .system-shell--viewport,.hero-system--viewport .system-main-grid,.hero-system--viewport .system-main-grid>*,.hero-system--viewport .system-command-card,.hero-system--viewport .system-command-stage,.hero-system--viewport .system-side-stack,.hero-system--viewport .system-stage-grid,.hero-system--viewport .system-stage-grid>*,.hero-system--viewport .system-mini-card{min-width:0!important}.hero-system--viewport .system-shell--viewport{height:100%!important;max-height:calc(100svh - var(--vp-header-height) - var(--vp-header-top) - var(--vp-main-top) - 22px)!important;overflow:hidden!important;gap:10px!important;padding:.9rem!important}.hero-system--viewport .system-main-grid{display:grid!important;height:100%!important;grid-template-columns:minmax(0,1fr) 308px!important;align-items:stretch!important;gap:10px!important}.hero-system--viewport .system-command-card{display:grid!important;grid-template-rows:auto auto!important;align-content:start!important;gap:10px!important;height:100%!important;padding:.86rem!important}.hero-system--viewport .system-command-stage{display:grid!important;grid-template-rows:auto 1fr!important;gap:10px!important;padding:0!important}.hero-system--viewport .system-stage-bar{display:grid!important;grid-template-columns:minmax(0,.54fr) minmax(0,.46fr)!important;align-items:start!important;gap:10px!important;padding:.68rem .78rem!important}.hero-system--viewport .system-stage-bar strong{justify-self:end!important;text-align:right!important;max-width:11ch!important;font-size:.96rem!important;line-height:1.18!important}.hero-system--viewport .system-stage-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.hero-system--viewport .system-stage-tile{min-height:0!important;padding:.78rem!important;gap:.34rem!important}.hero-system--viewport .system-stage-tile--wide{grid-column:1 / -1!important}.hero-system--viewport .system-stage-tile strong{font-size:.94rem!important;line-height:1.2!important}.hero-system--viewport .system-stage-tile p{font-size:.9rem!important;line-height:1.38!important}.hero-system--viewport .system-command-copy{gap:.2rem!important}.hero-system--viewport .system-command-copy h2{max-width:11ch!important;font-size:clamp(1.18rem,1.55vw,1.54rem)!important;line-height:.96!important}.hero-system--viewport .system-side-stack{display:grid!important;grid-template-rows:repeat(3,minmax(0,1fr))!important;gap:10px!important}.hero-system--viewport .system-mini-card{min-height:0!important;padding:.82rem!important;gap:.34rem!important}.hero-system--viewport .system-mini-card strong{font-size:.98rem!important;line-height:1.16!important}.hero-system--viewport .system-mini-card p{font-size:.92rem!important;line-height:1.36!important}.hero-system--viewport .system-topbar{margin-bottom:.4rem!important}.hero-system--viewport .system-topbar strong{font-size:.94rem!important;line-height:1.08!important}.hero-system--viewport .system-topbar span,.hero-system--viewport .system-topbar p{font-size:.82rem!important;line-height:1.24!important}.hero-system--viewport .system-floor{margin-top:.52rem!important;padding-top:.7rem!important}.hero-system--viewport .system-floor p{font-size:.86rem!important;line-height:1.34!important}.site-main .section-shell{padding-top:.95rem!important;padding-bottom:1rem!important;gap:.76rem!important}.site-main .section-head,.site-main .narrative-intro,.site-main .contact-copy,.site-main .intelligence-copy{gap:.42rem!important}.site-main .section-head p,.site-main .narrative-intro p,.site-main .contact-copy p,.site-main .intelligence-copy>p,.section-head-aside p,.site-main .story-anchor p,.site-main .story-card p,.site-main .platform-card p,.site-main .solution-panel p,.site-main .faq-card p,.site-main .intelligence-card p,.site-main .intelligence-panel li,.site-main .stat-card p{font-size:1.06rem!important;line-height:1.58!important}.site-main .platform-card-head p,.site-main .solution-panel span,.site-main .story-step,.section-head-aside span{font-size:.98rem!important}.narrative-section--compact .narrative-intro--split{display:grid!important;grid-template-columns:minmax(0,620px) minmax(320px,390px)!important;align-items:start!important;justify-content:space-between!important;gap:1rem!important;max-width:1060px!important;margin-inline:auto!important}.narrative-section--compact .section-head-main{max-width:620px!important}.narrative-section--compact .section-head-main h2{max-width:10.2ch!important}.narrative-section--compact .section-head-main>p:last-of-type{max-width:31ch!important}.narrative-section--compact .section-head-aside{width:100%!important;max-width:390px!important;min-height:auto!important;padding:.92rem!important}.narrative-section--compact .story-layout{max-width:1060px!important;margin-top:.34rem!important;grid-template-columns:180px minmax(0,1fr)!important;gap:.7rem!important}.narrative-section--compact .story-stack{gap:.68rem!important}.narrative-section--compact .story-anchor{padding:.8rem .84rem!important}.narrative-section--compact .story-card{padding:.84rem!important}.platform-section--compact .section-head--split{display:grid!important;grid-template-columns:minmax(0,1fr) 390px!important;align-items:start!important;gap:.9rem!important;max-width:1180px!important}.platform-section--compact .section-head-main{max-width:none!important}.platform-section--compact .section-head-main h2{max-width:8.9ch!important}.platform-section--compact .section-head-aside{width:100%!important;max-width:390px!important;min-height:auto!important;padding:1rem!important}.platform-section--compact .platform-grid{max-width:1180px!important;margin-inline:auto!important;gap:.78rem!important}.fe-hero--calibrated{min-height:calc(100svh - var(--vp-header-height) - var(--vp-header-top) - var(--vp-main-top) - 6px)!important}.fe-hero-panel--calibrated{min-height:100%!important}@media (max-width: 1400px){.hero--viewport{grid-template-columns:minmax(0,1fr) minmax(520px,.96fr)!important}.hero-system--viewport .system-main-grid{grid-template-columns:minmax(0,1fr) 286px!important}}@media (max-width: 1180px){.hero--viewport,.fe-hero--calibrated{min-height:auto!important;grid-template-columns:1fr!important}.narrative-section--compact .narrative-intro--split,.platform-section--compact .section-head--split,.narrative-section--compact .story-layout{grid-template-columns:1fr!important;max-width:none!important}.narrative-section--compact .section-head-aside,.platform-section--compact .section-head-aside{max-width:none!important}.hero-system--viewport .system-main-grid{grid-template-columns:1fr!important}.hero-system--viewport .system-side-stack{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:none!important}}@media (max-width: 760px){.brand-link--full{width:min(320px,62vw)!important;height:64px!important;max-width:320px!important}.hero-copy--viewport h1{max-width:8.6ch!important;font-size:clamp(2.2rem,8vw,3.5rem)!important}.hero-system--viewport .system-side-stack{grid-template-columns:1fr!important}}@media (max-width: 760px){.brand-link--full{width:min(250px,60vw)!important;height:52px!important;max-width:250px!important}}
