:root{
  --navy:#050C32;
  --navy-2:#090a34;
  --purple:#3f1c63;
  --red:#bc0937;
  --coral:#FF4242;
  --orange:#ff7a24;
  --text:#f8f8ff;
  --muted:#d3d7ef;
  --light:#F8FAFF;
  --ink:#24243a;
  --soft:#eef1f8;
  --glass:rgba(255,255,255,.13);
  --glass-border:rgba(255,255,255,.22);
  --shadow:0 24px 80px rgba(0,0,0,.22);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--navy);color:var(--text);line-height:1.45;overflow-x:hidden}
a{color:inherit;text-decoration:none}
.container{width:min(1276px,calc(100% - 40px));margin-inline:auto}.narrow{width:min(1276px,calc(100% - 40px))}
.top-dark{position:relative;background:var(--navy);overflow:hidden}.top-dark .dark-section{background:transparent;overflow:visible}.top-dark .intro{overflow:visible}.ambient-orbs{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.ambient-orb{position:absolute;border-radius:50%;background:radial-gradient(50% 50% at 50% 50%,#050C32 1.44%,#3D0000 59.62%,#A30000 88.94%);background-blend-mode:screen;box-shadow:0 4px 21.1px 0 #FCC10F inset;filter:drop-shadow(0 4px 54.4px #F20);opacity:0;will-change:transform,opacity}.ambient-orb-a{width:680px;height:680px;left:-760px;top:120px;animation:ambientPassA 34s linear infinite}.ambient-orb-b{width:520px;height:520px;right:-620px;top:680px;animation:ambientPassB 38s linear infinite 8s}.ambient-orb-c{width:300px;height:300px;left:42%;top:-360px;animation:ambientPassC 30s linear infinite 17s}.ambient-orb-d{width:860px;height:860px;right:-980px;top:-120px;animation:ambientPassD 44s linear infinite 24s}
.site-header{position:absolute;inset:0 0 auto;z-index:10;padding-top:42px}.nav{width:calc(100% - 320px);margin:auto;display:flex;align-items:center;justify-content:space-between;min-height:104px;padding:0 28px;border-radius:10px}.glass{background:linear-gradient(180deg,rgba(255,255,255,.17),rgba(255,255,255,.08));border:1px solid var(--glass-border);box-shadow:var(--shadow);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;width:242px;max-width:34vw}.brand img{display:block;width:100%;height:auto}.brand-mark{font-size:42px;line-height:1}.brand-word{font-size:13px}.nav-menu{display:flex;align-items:center;gap:30px;text-transform:uppercase;color:#fff;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0}.nav-menu a:not(.btn){opacity:1}.nav-menu a:not(.btn):hover{color:#fff}.material-symbols-outlined{font-family:"Material Symbols Outlined";font-weight:normal;font-style:normal;font-size:20px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:"liga";-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.material-symbols-rounded{font-family:"Material Symbols Rounded";font-weight:100;font-style:normal;font-size:47.6px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-variation-settings:"FILL" 0,"wght" 100,"GRAD" 0,"opsz" 48;-webkit-font-smoothing:antialiased}.language-control{position:relative;display:inline-flex;align-items:center;width:115px;height:40px;z-index:4}.language-control + .btn{margin-left:-20px}.language-trigger{appearance:none;-webkit-appearance:none;width:100%;height:100%;cursor:pointer;text-align:left;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:8px;padding:0 38px 0 18px;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-transform:none}.language-chevron{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#fff;pointer-events:none;transition:transform .2s ease}.language-control.is-open .language-chevron{transform:translateY(-50%) rotate(180deg)}.language-options{position:absolute;left:0;right:0;top:calc(100% + 8px);display:grid;gap:4px;padding:6px;border-radius:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(18px);box-shadow:0 18px 35px rgba(0,0,0,.18);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.language-control.is-open .language-options{opacity:1;visibility:visible;transform:translateY(0)}.language-options button{appearance:none;-webkit-appearance:none;border:0;background:transparent;color:#fff;border-radius:6px;padding:8px 12px;text-align:left;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer}.language-options button:hover,.language-options button[aria-selected="true"]{background:rgba(255,255,255,.16)}.nav-toggle{display:none;background:transparent;border:0;padding:6px}.nav-toggle span{display:block;width:26px;height:2px;background:#fff;margin:5px 0;border-radius:999px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-width:168px;padding:15px 26px;border-radius:7px;background:var(--coral);color:#fff;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-transform:none;box-shadow:0 18px 35px rgba(255,66,66,.28)}.hero .btn{width:261px}.btn-small{min-width:112px;padding:11px 16px;font-size:14px}
.dark-section{position:relative;background:var(--navy);overflow:hidden}.hero{min-height:780px;padding:300px 0 100px;overflow:visible;z-index:2}.hero-inner{text-align:center;position:relative;z-index:1}.hero h1{color:#fff;text-align:center;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:48px;font-style:normal;font-weight:200;line-height:53px;text-transform:uppercase;letter-spacing:0;width:min(1056px,100%);margin:0 auto 22px}.hero-copy{color:#fff;text-align:center;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:28px;font-style:normal;font-weight:200;line-height:normal;width:min(1056px,100%);margin:0 auto 28px}.eyebrow{margin:0}.ghost{opacity:0;height:0}.section-kicker{display:flex;align-items:center;gap:8px;margin:0 0 22px;color:#FF4242;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;letter-spacing:0}.section-kicker::before{content:"";width:8px;height:8px;background:var(--coral);display:inline-block}.logo-strip{margin:72px auto 0;width:100%;min-height:114px;border-radius:12px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);display:grid;grid-template-columns:143px 117px 137px 118px 100px 135px;justify-content:center;align-items:center;padding:0 36px;gap:62px}.logo-pill{display:flex;align-items:center;justify-content:center;min-width:0}.logo-pill img{display:block;height:auto;max-width:100%;object-fit:contain}.logo-pill:nth-child(1) img{width:143px}.logo-pill:nth-child(2) img{width:117px}.logo-pill:nth-child(3) img{width:137px}.logo-pill:nth-child(4) img{width:118px}.logo-pill:nth-child(5) img{width:100px}.logo-pill:nth-child(6) img{width:135px}.juniper{font-style:italic}.ist{font-size:28px}.ver{font-family:Georgia,serif;font-weight:400}.illeego{color:#dce8ff}.dame{text-transform:none}.rez{font-weight:500}.orb-field::before,.orb-field::after,.orb-corner::after,.giant-orb::before,.orb-footer::before{content:"";position:absolute;border-radius:50%;pointer-events:none;background:radial-gradient(50% 50% at 50% 50%,#050C32 1.44%,#3D0000 59.62%,#A30000 88.94%);background-blend-mode:screen;box-shadow:0 4px 21.1px 0 #FCC10F inset;filter:drop-shadow(0 4px 54.4px #F20);will-change:transform}.orb-field::before{width:780px;height:780px;right:-110px;top:-470px;animation:slowFloatA 52s ease-in-out infinite alternate}.orb-field::after{width:560px;height:560px;left:-160px;top:-300px;animation:slowFloatB 58s ease-in-out infinite alternate}.hero .container::after{content:"";position:absolute;width:200px;height:200px;left:-280px;bottom:-210px;border-radius:50%;background:radial-gradient(50% 50% at 50% 50%,#050C32 1.44%,#3D0000 59.62%,#A30000 88.94%);background-blend-mode:screen;box-shadow:0 4px 21.1px 0 #FCC10F inset;filter:drop-shadow(0 4px 54.4px #F20);pointer-events:none;animation:slowFloatC 54s ease-in-out infinite alternate}
.intro{padding:110px 0 125px;overflow:hidden}.intro-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:80px;align-items:center;position:relative;z-index:1}.intro h2,.light-section h2,.about h2{font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:64px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:0;margin:0 0 28px}.intro h2,.about h2{color:#fff}.light-section h2{color:#1D1E1B}.intro p:not(.section-kicker),.wide-copy{color:#fff;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:28px;max-width:620px}.intro-grid > div:first-child p:not(.section-kicker){width:500px;max-width:100%}.light-section .wide-copy{color:#4d5268}.feature-grid{display:grid;grid-template-columns:repeat(2,300px);justify-content:end;gap:18px}.mini-card{width:300px;border-radius:16px;background:rgba(255,255,255,.12);padding:18px 20px;font-weight:600;color:#e7ecff;min-height:96px;display:flex;gap:13px;align-items:center}.icon{color:var(--coral);font-size:47.6px;font-weight:100;flex:0 0 auto}.orb-corner::after{width:530px;height:530px;right:-220px;bottom:-220px;animation:slowFloatD 56s ease-in-out infinite alternate}
.light-section{background:var(--light);color:var(--ink);padding:86px 0 110px}.light-section .section-kicker{margin-bottom:26px}.unit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:36px}.unit-card{border-radius:20px;border:1px solid #FFF;background:rgba(255,255,255,.01);padding:30px 28px;min-height:150px;box-shadow:0 18px 40px rgba(20,30,70,.06)}.unit-card h3{height:34px;margin:0 0 18px;display:flex;align-items:center}.unit-card h3 img{display:block;width:auto;height:30px;max-width:145px;object-fit:contain}.unit-card:nth-child(3) h3 img,.unit-card:nth-child(4) h3 img{height:25px}.unit-card:nth-child(5) h3 img{height:25px}.unit-card p{font-size:14px;color:#4d5268;margin:0}.unit-card:nth-child(1) h3{color:#e63b35}.unit-card:nth-child(4) h3{color:#45b48b}.unit-card:nth-child(5) h3{color:#152c72}.unit-card:nth-child(6) h3{color:#62606c}
.about{padding:125px 0 120px}.about .container{position:relative;z-index:1}.giant-orb::before{width:1320px;height:1320px;left:50%;top:95px;transform:translateX(-50%) scale(1);transform-origin:50% 0;animation:aboutOrbPulse 34s ease-in-out infinite}.about h2{width:min(740px,100%)}.about .wide-copy{width:100%;max-width:none}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:70px}.stat-card{border-radius:16px;background:rgba(255,255,255,.12);padding:30px 22px 28px;min-height:220px}.stat-card strong{display:block;height:102px;font-size:64px;font-weight:300;line-height:102px;margin-bottom:20px}.stat-card span{color:#fff;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:30px;font-style:normal;font-weight:400;line-height:30px;text-transform:uppercase;display:block}
.faq{background:#F8FAFF;padding-bottom:125px}.accordion{display:grid;gap:18px;margin-top:38px}details{border-radius:20px;border:1px solid #FFF;background:rgba(255,255,255,.01);box-shadow:0 12px 28px rgba(25,35,80,.05);overflow:hidden}summary{cursor:pointer;padding:20px 56px 20px 24px;list-style:none;position:relative;color:#1D1E1B;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal}summary::-webkit-details-marker{display:none}summary::after{content:"+";position:absolute;right:22px;top:50%;translate:0 -50%;width:18px;height:18px;border:1px solid #9fa7bb;border-radius:3px;display:grid;place-items:center;font-weight:700;font-size:14px}details[open] summary::after{content:"–"}details p{margin:0;padding:0 24px 22px;color:#596074;font-size:14px}
.footer{padding:80px 0 60px}.footer-grid{display:grid;grid-template-columns:180px 1fr;gap:55px;position:relative;z-index:1}.footer-brand{display:block;width:136px}.footer-brand img{display:block;width:100%;height:auto}.footer-brand span{display:block;font-size:48px;font-weight:800;line-height:1}.footer-brand small{font-size:13px;font-weight:800;letter-spacing:.35em}.footer-title{color:#fff;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;margin:0 0 12px}.footer-logos{display:flex;gap:35px;align-items:center;flex-wrap:wrap}.footer-logos img{display:block;height:auto;max-width:none;object-fit:contain}.footer-logos:not(.muted) img:nth-child(1){width:144px}.footer-logos:not(.muted) img:nth-child(2){width:117px}.footer-logos:not(.muted) img:nth-child(3){width:138px}.footer-logos:not(.muted) img:nth-child(4){width:119px}.footer-logos:not(.muted) img:nth-child(5){width:100px}.footer-logos:not(.muted) img:nth-child(6){width:135px}.footer-logos.muted{gap:35px;opacity:.78}.footer-logos.muted img:nth-child(1){width:112px}.footer-logos.muted img:nth-child(2){width:84px}.footer-logos.muted img:nth-child(3){width:121px}.operational{margin-top:28px}.legal{color:#fff;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:normal;margin-top:26px}.orb-footer::before{width:420px;height:420px;left:-170px;bottom:-230px;animation:slowFloatE 60s ease-in-out infinite alternate}
@media (max-width:1476px){.container,.narrow{width:calc(100% - 200px)}}
@media (max-width:900px){.site-header{padding-top:18px}.nav{align-items:center;padding:14px 18px;min-height:auto}.brand{width:190px}.brand-mark{font-size:34px}.nav-toggle{display:block;margin-top:0}.nav-menu{position:absolute;left:20px;right:20px;top:82px;display:none;flex-direction:column;align-items:stretch;gap:0;background:rgba(8,10,50,.96);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:16px}.nav-menu.is-open{display:flex}.nav-menu a,.nav-menu .language-trigger{padding:14px}.nav-menu .language-control{width:100%}.language-control + .btn{margin-left:0}.nav-menu .language-trigger{padding-right:42px}.nav-menu .btn{margin-top:8px}.hero{padding-top:145px;min-height:660px}.logo-strip{grid-template-columns:repeat(3,1fr);min-height:auto;padding:24px;gap:28px}.intro-grid{grid-template-columns:1fr;gap:42px}.unit-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.orb-field::before{right:-280px}.orb-field::after{left:-330px}.giant-orb::before{width:900px;height:900px}}
@media (max-width:620px){.container,.narrow,.nav{width:min(100% - 28px,1276px)}.hero h1{font-size:34px;line-height:39px}.hero-copy{font-size:20px}.hero{padding-bottom:80px}.logo-strip{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:44px}.logo-pill{font-size:18px}.intro,.about,.light-section{padding:72px 0}.intro h2,.light-section h2,.about h2{font-size:42px}.feature-grid,.unit-grid,.stats-grid{grid-template-columns:1fr}.stat-card{min-height:190px}.stat-card strong{font-size:52px}.stat-card span{font-size:24px;line-height:26px}summary{font-size:16px;padding-left:18px}.footer-logos{gap:16px;font-size:17px}.giant-orb::before{width:720px;height:720px;left:60%;top:240px}.orb-corner::after{width:390px;height:390px;right:-240px}}
@keyframes ambientPassA{0%{opacity:0;transform:translate3d(0,0,0)}8%{opacity:.92}42%{opacity:.92;transform:translate3d(860px,90px,0)}78%{opacity:.72;transform:translate3d(1510px,510px,0)}100%{opacity:0;transform:translate3d(2050px,720px,0)}}
@keyframes ambientPassB{0%{opacity:0;transform:translate3d(0,0,0)}10%{opacity:.84}48%{opacity:.9;transform:translate3d(-820px,-290px,0)}82%{opacity:.7;transform:translate3d(-1420px,-640px,0)}100%{opacity:0;transform:translate3d(-1880px,-760px,0)}}
@keyframes ambientPassC{0%{opacity:0;transform:translate3d(0,0,0)}12%{opacity:.78}50%{opacity:.86;transform:translate3d(-420px,630px,0)}84%{opacity:.66;transform:translate3d(280px,1060px,0)}100%{opacity:0;transform:translate3d(520px,1420px,0)}}
@keyframes ambientPassD{0%{opacity:0;transform:translate3d(0,0,0)}9%{opacity:.88}44%{opacity:.9;transform:translate3d(-620px,210px,0)}79%{opacity:.75;transform:translate3d(-1280px,520px,0)}100%{opacity:0;transform:translate3d(-2020px,650px,0)}}
@keyframes slowFloatA{from{transform:translate3d(0,0,0)}to{transform:translate3d(-44px,58px,0)}}
@keyframes slowFloatB{from{transform:translate3d(0,0,0)}to{transform:translate3d(52px,-36px,0)}}
@keyframes slowFloatC{from{transform:translate3d(0,0,0)}to{transform:translate3d(28px,-42px,0)}}
@keyframes slowFloatD{from{transform:translate3d(0,0,0)}to{transform:translate3d(-38px,30px,0)}}
@keyframes slowFloatE{from{transform:translate3d(0,0,0)}to{transform:translate3d(36px,-24px,0)}}
@keyframes aboutOrbPulse{0%,100%{transform:translateX(-50%) scale(.9)}50%{transform:translateX(-50%) scale(1.1)}}
@media (prefers-reduced-motion:reduce){.ambient-orb,.orb-field::before,.orb-field::after,.orb-corner::after,.hero .container::after,.orb-footer::before,.giant-orb::before{animation:none}.ambient-orb{opacity:.45}}

.ambient-orb-a{animation-duration:26s}
.ambient-orb-b{animation-duration:30s}
.ambient-orb-c{animation-duration:24s}
.ambient-orb-d{animation-duration:34s}
.orb-field::before{animation-duration:40s}
.orb-field::after{animation-duration:44s}
.hero .container::after{animation-duration:42s}
.orb-corner::after{animation-duration:43s}
.orb-footer::before{animation-duration:46s}
.orb-footer::after{content:"";position:absolute;width:310px;height:310px;right:-170px;top:20px;border-radius:50%;pointer-events:none;background:radial-gradient(50% 50% at 50% 50%,#050C32 1.44%,#3D0000 59.62%,#A30000 88.94%);background-blend-mode:screen;box-shadow:0 4px 21.1px 0 #FCC10F inset;filter:drop-shadow(0 4px 54.4px #F20);animation:slowFloatB 52s ease-in-out infinite alternate}

.logo-strip{grid-template-columns:143px 117px 137px 118px 100px 135px 112px;gap:45px}
.logo-pill:nth-child(7) img{width:112px}

.unit-grid{grid-template-columns:repeat(4,1fr)}
.unit-card:nth-child(7) h3 img{height:30px;max-width:120px}

.footer-title{font-weight:400}
.footer-logos:not(.muted) img:nth-child(7){width:112px}

@media (max-width:1180px){.unit-grid{grid-template-columns:repeat(3,1fr)}.logo-strip{grid-template-columns:repeat(4,1fr);gap:32px}}
@media (max-width:900px){.unit-grid{grid-template-columns:repeat(2,1fr)}.logo-strip{grid-template-columns:repeat(3,1fr)}}
@media (max-width:620px){.unit-grid{grid-template-columns:1fr}.logo-strip{grid-template-columns:repeat(2,1fr)}}

.orb-field::before{animation-duration:30s}
.orb-field::after{animation-duration:34s}
.hero .container::after{animation-duration:32s}
.orb-corner::after{animation-duration:33s}
.giant-orb::before{animation-duration:42s}
.orb-footer::before{animation:footerFloatA 34s ease-in-out infinite alternate}
.orb-footer::after{animation:footerFloatB 39s ease-in-out infinite alternate}
.footer .container::after{content:"";position:absolute;width:190px;height:190px;right:18%;bottom:-115px;border-radius:50%;pointer-events:none;background:radial-gradient(50% 50% at 50% 50%,#050C32 1.44%,#3D0000 59.62%,#A30000 88.94%);background-blend-mode:screen;box-shadow:0 4px 21.1px 0 #FCC10F inset;filter:drop-shadow(0 4px 54.4px #F20);animation:footerFloatC 31s ease-in-out infinite alternate}
@keyframes footerFloatA{0%{transform:translate3d(0,0,0)}38%{transform:translate3d(48px,-20px,0)}72%{transform:translate3d(18px,26px,0)}100%{transform:translate3d(64px,-8px,0)}}
@keyframes footerFloatB{0%{transform:translate3d(0,0,0)}45%{transform:translate3d(-44px,32px,0)}100%{transform:translate3d(-18px,-30px,0)}}
@keyframes footerFloatC{0%{transform:translate3d(0,0,0)}50%{transform:translate3d(-32px,-28px,0)}100%{transform:translate3d(24px,-42px,0)}}

.intro h2,.light-section h2,.about h2,.faq h2{font-weight:200}
.section-kicker{font-weight:400}

.logo-pill:nth-child(7) img{width:100px}
.unit-card:nth-child(7) h3 img{width:95px;height:auto;max-width:95px}
.footer-logos:not(.muted){width:1041px;max-width:100%;gap:23px;flex-wrap:nowrap}
.footer-logos:not(.muted) img:nth-child(1){width:126px}
.footer-logos:not(.muted) img:nth-child(2){width:102px}
.footer-logos:not(.muted) img:nth-child(3){width:121px}
.footer-logos:not(.muted) img:nth-child(4){width:104px}
.footer-logos:not(.muted) img:nth-child(5){width:88px}
.footer-logos:not(.muted) img:nth-child(6){width:118px}
.footer-logos:not(.muted) img:nth-child(7){width:100px}

@media (max-width:1180px){.footer-logos:not(.muted){width:auto;flex-wrap:wrap;gap:28px}.footer-logos:not(.muted) img:nth-child(1){width:132px}.footer-logos:not(.muted) img:nth-child(2){width:108px}.footer-logos:not(.muted) img:nth-child(3){width:126px}.footer-logos:not(.muted) img:nth-child(4){width:110px}.footer-logos:not(.muted) img:nth-child(5){width:94px}.footer-logos:not(.muted) img:nth-child(6){width:124px}.footer-logos:not(.muted) img:nth-child(7){width:100px}}
@media (max-width:620px){.footer-logos:not(.muted){gap:20px}.footer-logos:not(.muted) img:nth-child(n){width:auto;max-width:42%;height:26px}.footer-logos:not(.muted) img:nth-child(7){width:86px;height:auto}}

.page-top-anchor{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}
.top-dark{overflow:clip}
.nav{position:relative}
.brand,.nav-toggle{position:relative;z-index:2}
.nav-menu{position:absolute;inset:0 28px;justify-content:center;gap:0}
.nav-links{display:flex;align-items:center;justify-content:center;gap:30px}
.nav-actions{position:absolute;right:0;display:flex;align-items:center;gap:10px}
.nav-actions .language-control + .btn{margin-left:0}

@media (max-width:900px){.nav-menu{inset:auto 20px auto 20px;top:82px;justify-content:flex-start;gap:0}.nav-links,.nav-actions{position:static;display:flex;flex-direction:column;align-items:stretch;gap:0}.nav-actions .language-control + .btn{margin-left:0}}
@media (max-width:1100px){.site-header{padding-top:18px}.nav{align-items:center;padding:14px 18px;min-height:auto}.brand{width:190px}.nav-toggle{display:block;margin-top:0}.nav-menu{position:absolute;inset:auto 20px auto 20px;top:82px;display:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;background:rgba(8,10,50,.96);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:16px}.nav-menu.is-open{display:flex}.nav-links,.nav-actions{position:static;display:flex;flex-direction:column;align-items:stretch;gap:0}.nav-menu a,.nav-menu .language-trigger{padding:14px}.nav-menu .language-control{width:100%}.nav-menu .language-trigger{padding-right:42px}.nav-menu .btn{margin-top:8px}.nav-actions .language-control + .btn{margin-left:0}}

.intro p:not(.section-kicker),.about .wide-copy{font-weight:300}
summary{font-weight:400}
details p{font-size:16px;line-height:24px}
.orb-field::before{animation-duration:24s}
.orb-field::after{animation-duration:27s}
.hero .container::after{animation-duration:25s}
.orb-corner::after{animation-duration:26s}
.orb-footer::before,.orb-footer::after,.footer .container::after{z-index:0}
.footer-grid > *{position:relative;z-index:2}

.unit-card{box-shadow:inset 10px 10px 18px -18px rgba(5,12,50,.12),inset -24px -24px 8px -18px rgba(255,255,255,1)}
details{box-shadow:inset 10px 10px 18px -18px rgba(5,12,50,.12),inset -24px -24px 8px -18px rgba(255,255,255,1)}
.ambient-orb{translate:var(--orb-mouse-x,0px) var(--orb-mouse-y,0px)}
.orb-field::before{translate:var(--orb-field-before-x,0px) var(--orb-field-before-y,0px)}
.orb-field::after{translate:var(--orb-field-after-x,0px) var(--orb-field-after-y,0px)}
.hero .container::after{translate:var(--hero-orb-x,0px) var(--hero-orb-y,0px)}
.orb-corner::after{translate:var(--orb-corner-x,0px) var(--orb-corner-y,0px)}
.giant-orb::before{translate:var(--giant-orb-x,0px) var(--giant-orb-y,0px)}
.orb-footer::before{translate:var(--footer-orb-before-x,0px) var(--footer-orb-before-y,0px)}
.orb-footer::after{translate:var(--footer-orb-after-x,0px) var(--footer-orb-after-y,0px)}
.footer .container::after{translate:var(--footer-orb-extra-x,0px) var(--footer-orb-extra-y,0px)}
.footer-grid{grid-template-columns:1fr;gap:0}
a.btn[href="#contact"]{display:none}

.hero h1{margin-bottom:42px}
.hero-copy{margin-bottom:164px}
.hero-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;margin:0 auto;padding:0;transform:none}
.hero .btn{margin-bottom:0}
.hero .logo-strip{width:min(1276px,calc(100% - 40px));margin:0 auto}

@media (max-width:1600px){
  .nav{width:min(1276px,calc(100% - 40px))}
}

@media (max-width:620px){.hero-copy{margin-bottom:36px}.hero .btn{margin-bottom:0}}

@media (max-width:1476px){
  .container,.narrow{width:calc(100% - 200px)}
  .nav{width:min(1276px,calc(100% - 40px))}
  .hero h1,.hero-copy{width:100%}
  .logo-strip{gap:clamp(24px,3vw,45px);padding-inline:28px}
}

@media (max-width:1180px){
  .container,.narrow{width:calc(100% - 96px)}
  .hero{min-height:auto;padding:170px 0 86px}
  .hero h1{font-size:42px;line-height:48px}
  .hero-copy{font-size:24px}
  .logo-strip{grid-template-columns:repeat(4,minmax(120px,1fr));justify-content:stretch;gap:30px;min-height:auto;padding:28px}
  .logo-pill img{max-height:34px}
  .intro{padding:92px 0 105px}
  .intro-grid{grid-template-columns:1fr;gap:46px}
  .intro-grid > div:first-child p:not(.section-kicker){width:min(620px,100%)}
  .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch}
  .mini-card{width:auto}
  .light-section{padding:78px 0 96px}
  .unit-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
  .unit-card{min-height:auto}
  .about{padding:105px 0 105px}
  .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:150px minmax(0,1fr);gap:42px}
  .footer-logos:not(.muted){width:100%;gap:26px;flex-wrap:wrap}
}

@media (max-width:900px){
  .container,.narrow{width:calc(100% - 56px)}
  .nav{width:calc(100% - 56px)}
  .hero{padding-top:148px}
  .hero h1{font-size:38px;line-height:43px}
  .hero-copy{font-size:22px}
  .logo-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
  .intro h2,.light-section h2,.about h2{font-size:52px}
  .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .unit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{width:118px}
}

@media (max-width:760px){
  .container,.narrow,.nav{width:calc(100% - 36px)}
  .hero h1{font-size:34px;line-height:39px}
  .hero-copy{font-size:20px}
  .hero .btn{width:min(261px,100%)}
  .logo-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding:24px 18px}
  .logo-pill img{max-width:100%;max-height:30px}
  .feature-grid,.unit-grid,.stats-grid{grid-template-columns:1fr}
  .intro h2,.light-section h2,.about h2{font-size:42px}
  .mini-card{min-height:88px}
  .unit-card{padding:26px 22px}
  .stat-card{min-height:180px}
  .footer-logos:not(.muted),.footer-logos.muted{gap:20px 24px}
}

@media (max-width:480px){
  .container,.narrow,.nav{width:calc(100% - 28px)}
  .site-header{padding-top:14px}
  .brand{width:164px}
  .hero{padding-top:132px;padding-bottom:72px}
  .hero h1{font-size:30px;line-height:35px}
  .hero-copy{font-size:18px}
  .logo-strip{grid-template-columns:1fr}
  .section-kicker{font-size:15px}
  .intro,.about,.light-section{padding:64px 0}
  .intro h2,.light-section h2,.about h2{font-size:36px}
  .intro p:not(.section-kicker),.wide-copy{font-size:16px;line-height:25px}
  .footer-logos:not(.muted) img:nth-child(n),.footer-logos.muted img:nth-child(n){width:auto;max-width:46%;height:auto;max-height:28px}
  .legal{font-size:11px;line-height:18px}
}
