*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--dark)}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f6f9fd;color:#10213b;line-height:1.55;-webkit-font-smoothing:antialiased}
body.nav-open{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.section{padding:72px 0}
.section-light{background:#f7f9fc;color:#17263c}
.section-kicker{display:inline-flex;align-items:center;gap:10px;font-size:12px;line-height:1;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#078dc6}
.section-kicker:before{content:"";width:22px;height:1px;background:currentColor}
.section-heading,.split-heading,.impact-intro{display:flex;flex-direction:column;gap:20px;margin-bottom:36px}
.section-heading h2,.split-heading h2,.impact-intro h2,.center-heading h2{font-size:clamp(34px,8vw,62px);line-height:1.02;letter-spacing:-.045em;margin:10px 0 0;color:#0c1d35}
.section-heading p,.split-heading p,.impact-intro p{max-width:560px;color:#637083;margin:0;font-size:16px}
.center-heading{text-align:center;margin-bottom:34px}
.center-heading .section-kicker{justify-content:center}
.heading-on-dark h2{color:white}
.heading-on-dark .section-kicker{color:#65ddff}
.text-link{display:inline-flex;align-items:center;gap:6px;font-weight:750;color:#8be8ff}
.dark-link{color:#086ba2}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:999px;padding:14px 20px;font-weight:800;line-height:1;transition:.25s ease}
.button:hover{transform:translateY(-2px)}
.button-primary{color:white;background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 12px 34px color-mix(in srgb,var(--primary) 28%,transparent)}
.button-ghost{color:white;border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.05);backdrop-filter:blur(12px)}
.button-dark{color:white;background:#0c1f3c}
.button-large{padding:17px 24px}
.button-block{width:100%}
.prose{font-size:17px;line-height:1.8;color:#2c3c52}
.prose h1,.prose h2,.prose h3,.prose h4{color:#0d203c;line-height:1.15;letter-spacing:-.025em;margin:1.8em 0 .6em}
.prose h2{font-size:34px}.prose h3{font-size:26px}
.prose p{margin:0 0 1.25em}.prose ul,.prose ol{padding-left:24px}
.prose blockquote{margin:2em 0;padding:18px 24px;border-left:3px solid var(--primary);background:#edf5ff;border-radius:0 16px 16px 0}
.prose pre{overflow:auto;background:#08182e;color:#d7edff;padding:18px;border-radius:14px}
.prose code{font-family:"SFMono-Regular",Consolas,monospace}
.prose a{color:#087ac0;text-decoration:underline}
.prose img{border-radius:18px;margin:26px auto;box-shadow:0 18px 50px rgba(18,44,77,.13)}
.prose table{width:100%;border-collapse:collapse;overflow:auto;display:block}
.prose th,.prose td{border:1px solid #d9e3ef;padding:10px 12px}

/* Header */
.site-header{position:fixed;inset:0 0 auto;z-index:70;height:72px;display:flex;align-items:center;transition:.25s ease}
.site-header:before{content:"";position:absolute;inset:0;background:rgba(5,20,47,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08);opacity:.96}
.site-header.is-scrolled:before{background:rgba(5,20,47,.94);box-shadow:0 12px 32px rgba(1,8,24,.18)}
.nav-shell{position:relative;width:min(1180px,calc(100% - 28px));margin:auto;display:flex;align-items:center;justify-content:space-between}
.brand{width:136px;height:46px;display:flex;align-items:center}
.brand img{max-height:46px;width:auto;object-fit:contain}
.nav-toggle{width:44px;height:44px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(255,255,255,.06);padding:10px;display:flex;flex-direction:column;justify-content:center;gap:5px}
.nav-toggle span:not(.sr-only){height:2px;background:white;border-radius:2px;width:100%;transition:.2s ease}
body.nav-open .nav-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
body.nav-open .nav-toggle span:nth-child(2){opacity:0}
body.nav-open .nav-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.main-nav{position:fixed;top:72px;left:0;right:0;height:calc(100dvh - 72px);padding:28px;background:rgba(5,18,42,.98);display:flex;flex-direction:column;gap:3px;transform:translateX(105%);transition:.3s cubic-bezier(.2,.8,.2,1)}
.main-nav.is-open{transform:translateX(0)}
.main-nav a{padding:14px 6px;color:#e9f6ff;font-weight:650;font-size:22px;border-bottom:1px solid rgba(255,255,255,.08)}
.main-nav .nav-cta{margin-top:18px;padding:15px 19px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--secondary));font-size:15px;display:flex;justify-content:space-between}

/* Loader */
.site-loader{position:fixed;inset:0;z-index:999;background:radial-gradient(circle at 50% 42%,#123a75 0,#07162e 42%,#030a16 100%);display:grid;place-items:center;align-content:center;gap:24px;transition:opacity .5s ease,visibility .5s ease}
.site-loader.is-hidden{opacity:0;visibility:hidden}
.loader-core{width:120px;height:120px;position:relative;display:grid;place-items:center}
.loader-logo{position:relative;z-index:3;width:82px;max-height:56px;object-fit:contain;filter:drop-shadow(0 0 15px rgba(104,220,255,.34))}
.loader-orbit{position:absolute;inset:5px;border:1px solid rgba(102,227,255,.35);border-radius:50%;animation:spin 1.8s linear infinite}
.loader-orbit:before{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#67e1ff;top:4px;left:24px;box-shadow:0 0 14px #67e1ff}
.loader-orbit-b{inset:18px;animation-direction:reverse;animation-duration:1.2s;border-color:rgba(73,134,255,.35)}
.loader-orbit-b:before{background:#4d84ff;top:auto;left:auto;right:5px;bottom:17px}
.loader-scan{position:absolute;inset:34px 7px;background:linear-gradient(90deg,transparent,rgba(100,226,255,.23),transparent);transform:skewX(-15deg);animation:scan 1.2s ease-in-out infinite alternate}
.site-loader p{color:#bcecff;font-size:12px;letter-spacing:.18em;text-transform:uppercase}
.loader-pulse .loader-orbit{animation:pulse 1.3s ease-in-out infinite}
.loader-pulse .loader-orbit-b{display:none}
.loader-scan .loader-orbit{opacity:.3}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes scan{from{transform:translateX(-18px) skewX(-15deg)}to{transform:translateX(18px) skewX(-15deg)}}
@keyframes pulse{50%{transform:scale(1.08);opacity:.55}}

/* Hero */
.hero{position:relative;min-height:760px;background:linear-gradient(135deg,#04142d 0%,#08285a 55%,#061735 100%);color:white;overflow:hidden;padding-top:72px}
.hero-grid-bg,.inner-hero-grid,.checkout-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(75,183,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(75,183,255,.06) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 92%)}
.hero-grid-bg:after,.inner-hero-grid:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 38%,rgba(0,189,255,.18),transparent 34%)}
.hero-orb{position:absolute;border-radius:50%;filter:blur(20px);pointer-events:none}
.hero-orb-a{width:260px;height:260px;background:rgba(22,94,255,.18);top:15%;right:-80px}
.hero-orb-b{width:180px;height:180px;background:rgba(0,230,255,.14);bottom:16%;left:-80px}
.hero-slides,.hero-slide{position:absolute;inset:72px 0 0}
.hero-slide{opacity:0;visibility:hidden;transition:opacity .55s ease}
.hero-slide.is-active{opacity:1;visibility:visible}
.hero-slide-image{position:absolute;inset:0;background-size:cover;background-position:center}
.hero-inner{position:relative;z-index:2;height:100%;display:grid;align-content:center;gap:42px;padding-top:44px;padding-bottom:100px}
.hero-copy{max-width:680px}
.eyebrow{display:flex;align-items:center;gap:12px;color:#83e5ff;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:850;margin-bottom:20px}
.eyebrow span{width:28px;height:1px;background:#83e5ff}
.hero h1{font-size:clamp(48px,14vw,86px);line-height:.9;letter-spacing:-.055em;margin:0;max-width:770px;font-weight:850}
.hero h1 em{font-style:normal;color:transparent;-webkit-text-stroke:1px #6be4ff;text-shadow:0 0 32px rgba(78,209,255,.16)}
.hero-copy>p{font-size:17px;max-width:610px;color:#c5d9ee;margin:24px 0 0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.hero-badge{margin-top:28px;padding:10px 14px;border:1px solid rgba(255,255,255,.13);border-radius:999px;display:inline-flex;color:#a9bed4;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.hero-visual{position:relative;min-height:250px;display:none}
.tech-sphere{position:absolute;width:300px;height:300px;right:40px;top:10px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(27,170,255,.13),transparent 66%)}
.sphere-ring{position:absolute;border:1px solid rgba(104,224,255,.3);border-radius:50%}
.r1{inset:15px;animation:spin 16s linear infinite}.r2{inset:42px;border-style:dashed;animation:spin 12s linear infinite reverse}.r3{inset:72px;animation:spin 8s linear infinite}
.sphere-core{width:112px;height:112px;border-radius:30px;background:linear-gradient(145deg,rgba(67,183,255,.34),rgba(10,35,77,.7));border:1px solid rgba(117,226,255,.38);display:grid;place-items:center;box-shadow:0 0 60px rgba(31,168,255,.18);transform:rotate(45deg)}
.sphere-core span{font-size:56px;font-weight:900;transform:rotate(-45deg);color:#d8f8ff}
.node{position:absolute;width:8px;height:8px;background:#75e6ff;border-radius:50%;box-shadow:0 0 12px #74e6ff}.n1{top:22px;right:78px}.n2{bottom:45px;left:38px}.n3{top:95px;left:9px}.n4{bottom:14px;right:94px}
.card-glass{position:absolute;padding:12px 14px;border-radius:15px;background:rgba(12,39,78,.55);border:1px solid rgba(156,232,255,.18);backdrop-filter:blur(14px);box-shadow:0 20px 45px rgba(2,12,35,.28)}
.floating-code{left:0;top:45px;font-size:11px;color:#c8f4ff}.floating-code b{color:#73e1ff}
.code-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#3effb7;margin-right:6px;box-shadow:0 0 9px #3effb7}
.floating-status{right:0;bottom:25px;display:flex;gap:28px;align-items:center;color:#b6cce2;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.floating-status b{font-size:20px;color:#fff}
.hero-controls{position:absolute;z-index:7;bottom:28px;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:14px}
.slider-arrow{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);color:white}
.slider-dots{display:flex;gap:7px}.slider-dots button{width:7px;height:7px;padding:0;border-radius:50%;border:0;background:rgba(255,255,255,.35);transition:.2s}.slider-dots button.is-active{width:24px;border-radius:99px;background:#6adfff}
.hero-scroll{display:none}

/* Numbers */
.numbers{position:relative}
.number-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #cbd7e4;border-left:1px solid #cbd7e4}
.number-card{padding:24px 18px;border-right:1px solid #cbd7e4;border-bottom:1px solid #cbd7e4;min-height:122px;display:flex;flex-direction:column;justify-content:center}
.number-card strong{font-size:34px;line-height:1;color:#0976bc;letter-spacing:-.04em}.number-card strong span{font-size:.6em}
.number-card p{margin:8px 0 0;font-weight:650;color:#4a6077;font-size:13px}

/* Business */
.business-section{background:#07182f;color:white;padding-bottom:0}
.business-grid{display:grid;grid-template-columns:1fr}
.business-tile{position:relative;min-height:330px;overflow:hidden;border-top:1px solid rgba(255,255,255,.08)}
.business-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.6)}
.business-overlay{position:absolute;inset:0;background:linear-gradient(135deg,color-mix(in srgb,var(--unit-accent) 35%,#0b1b37),rgba(4,14,32,.92));mix-blend-mode:multiply}
.business-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,8,24,.72),transparent 60%);transition:.35s}
.business-index{position:absolute;top:22px;right:22px;z-index:2;font-size:11px;letter-spacing:.12em;color:rgba(255,255,255,.55)}
.business-content{position:absolute;z-index:3;left:24px;right:24px;bottom:25px}
.business-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.28);border-radius:13px;background:rgba(255,255,255,.07);font-weight:850;margin-bottom:16px}
.business-content h3{font-size:30px;margin:0;letter-spacing:-.025em}.business-content p{color:#d7e5f3;margin:5px 0 14px;max-width:320px}.business-content span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#8fe7ff}
.business-tile:hover:after{background:linear-gradient(to top,rgba(0,8,24,.85),rgba(0,8,24,.12))}

/* Products */
.product-showcase{display:grid;gap:14px}
.product-card{background:white;border:1px solid #dae5ef;border-radius:var(--radius);padding:24px;box-shadow:0 12px 34px rgba(30,70,105,.06);transition:.25s ease;position:relative;overflow:hidden}
.product-card:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-55px;top:-55px;background:radial-gradient(circle,var(--accent),transparent 70%);opacity:.13}
.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(20,65,110,.11)}
.product-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.product-type,.product-badge{display:inline-flex;border-radius:999px;padding:7px 10px;background:#edf6ff;color:#0c77b4;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.product-badge{background:#0b2341;color:#fff}
.product-card h3{font-size:28px;margin:28px 0 10px}.product-card>p{color:#66758a;min-height:50px}
.product-price{display:flex;flex-wrap:wrap;align-items:end;gap:7px;margin:25px 0}.product-price small{width:100%;color:#8492a3}.product-price strong{font-size:23px}.product-price span{font-size:12px;color:#718097;margin-bottom:4px}
.product-card>a{font-weight:800;color:#087ab7}

/* Brands */
.brands-section{background:white;padding:76px 0}
.brand-wall{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.brand-card{height:100px;border:1px solid #e0e8f0;border-radius:18px;background:#fff;display:grid;place-items:center;padding:17px;transition:.22s ease;box-shadow:0 6px 20px rgba(22,54,91,.04)}
.brand-card:hover{transform:translateY(-3px);border-color:#9adff6;box-shadow:0 12px 30px rgba(22,76,118,.09)}
.brand-card img{max-width:110px;max-height:58px;object-fit:contain}
.brand-card strong{font-size:16px;color:#31455f}.placeholder-brand{background:linear-gradient(145deg,#f6faff,#edf5fb)}

/* Leader */
.leader-section{position:relative;overflow:hidden;background:linear-gradient(115deg,#07172f 0,#0b3c75 62%,#0b1e3a 100%);color:white;padding:72px 0}
.leader-bg{position:absolute;inset:0;background-image:linear-gradient(60deg,transparent 45%,rgba(68,202,255,.08) 45%,rgba(68,202,255,.08) 56%,transparent 56%);background-size:240px 240px;opacity:.7}
.leader-grid{position:relative;display:grid;gap:42px}
.leader-portrait{position:relative;width:min(100%,420px);margin:auto}
.leader-portrait>img,.leader-placeholder{position:relative;z-index:2;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:top;border-radius:36px 36px 90px 36px;background:linear-gradient(160deg,#1b67a0,#0c2b57);box-shadow:0 35px 70px rgba(0,8,24,.32)}
.leader-placeholder{display:grid;place-items:center}.leader-placeholder span{font-size:150px;font-weight:900;color:rgba(255,255,255,.25)}
.leader-orbit{position:absolute;width:190px;height:190px;border:1px solid rgba(101,224,255,.32);border-radius:50%;right:-24px;bottom:-22px}.leader-orbit:after{content:"";position:absolute;width:9px;height:9px;background:#6ce1ff;border-radius:50%;right:16px;top:33px;box-shadow:0 0 16px #6ce1ff}
.leader-copy h2{font-size:clamp(42px,11vw,70px);line-height:1;letter-spacing:-.05em;margin:12px 0 4px}.leader-copy h3{font-weight:500;color:#91dcff;margin:0 0 20px}
.leader-bio{color:#d7e7f5;font-size:16px}.leader-bio p{margin:0 0 1em}.leader-copy blockquote{font-size:20px;margin:25px 0;padding-left:18px;border-left:2px solid #67e1ff;color:#c8efff}

/* Impact */
.impact-grid{display:grid;gap:14px}
.impact-card{background:white;border:1px solid #dce6ef;border-radius:var(--radius);overflow:hidden;transition:.25s ease}.impact-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(28,66,102,.1)}
.impact-image{aspect-ratio:16/10;background:#dbeaf6;overflow:hidden}.impact-image img{width:100%;height:100%;object-fit:cover}.impact-placeholder{height:100%;background:radial-gradient(circle at 70% 30%,#60dbff,transparent 25%),linear-gradient(135deg,#0d376a,#0a1731)}
.impact-body{padding:20px}.impact-body h3{font-size:21px;margin:0}.impact-body p{color:#68778b;font-size:14px}.impact-body span{color:#087bb9;font-weight:800;font-size:12px;text-transform:uppercase}

/* News */
.latest-news,.related-news{background:#07172f;color:white}
.news-grid,.news-archive-grid{display:grid;gap:26px}
.news-card .news-image{display:block;border-radius:20px;overflow:hidden;aspect-ratio:16/10;background:#0b2c58}
.news-card .news-image img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.news-card:hover .news-image img{transform:scale(1.035)}
.news-placeholder{height:100%;display:grid;place-items:center;background:radial-gradient(circle at 75% 25%,rgba(58,213,255,.4),transparent 25%),linear-gradient(135deg,#0f4b89,#081831)}.news-placeholder span{font-size:84px;font-weight:900;color:rgba(255,255,255,.25)}
.news-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:15px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#7dcbe8}.news-meta time{color:#8ca1b8}
.news-card h3,.news-card h2{font-size:23px;line-height:1.15;margin:9px 0}.news-card p{color:#aebfd0;font-size:14px}
.light-news-card{color:#13243b}.light-news-card p{color:#69798d}.light-news-card .news-meta time{color:#7b8998}
.news-archive-grid{gap:34px}
.pagination{display:flex;gap:8px;margin-top:40px}.pagination a{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;border:1px solid #d5e1ed;background:white}.pagination a.is-active{background:#0b2a52;color:white;border-color:#0b2a52}

/* CTA */
.home-cta{background:linear-gradient(130deg,#086dd1,#08b6ea);color:white;padding:58px 0;position:relative;overflow:hidden}.home-cta:after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.15);border-radius:50%;right:-90px;top:-140px}
.cta-inner{display:flex;flex-direction:column;gap:26px;position:relative;z-index:2}.cta-inner h2{font-size:clamp(36px,9vw,58px);letter-spacing:-.04em;line-height:1.02;margin:10px 0}.cta-inner p{max-width:680px;color:#dbf5ff;margin:0}.cta-inner .section-kicker{color:#c6f4ff}

/* Footer */
.site-footer{position:relative;overflow:hidden;background:#06152d;color:#dceafa;padding:70px 0 24px}
.footer-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(20,128,255,.11);filter:blur(55px);right:-220px;top:-230px}
.footer-grid{position:relative;display:grid;gap:36px}
.footer-brand img{width:160px;max-height:72px;object-fit:contain;margin-bottom:18px}.footer-brand p{max-width:330px;color:#98abc0}
.social-row{display:flex;gap:9px;margin-top:20px}.social-row a{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;background:rgba(255,255,255,.04)}.social-row img{width:16px;height:16px;margin:0}
.footer-grid h3{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:#6fdfff;margin:0 0 15px}
.footer-links,.footer-contact{display:flex;flex-direction:column;gap:9px}.footer-links a,.footer-contact a{color:#c9d8e8;font-size:14px}
.office-mini{margin-bottom:15px}.office-mini strong{display:block;color:white;font-size:14px}.office-mini span{font-size:12px;color:#8fa4bb}
.footer-button{display:inline-flex!important;padding:10px 13px;border:1px solid rgba(255,255,255,.15);border-radius:999px;width:max-content;margin-top:10px}
.footer-bottom{position:relative;margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:7px;color:#718aa3;font-size:11px}
.to-top{position:fixed;right:16px;bottom:16px;z-index:30;width:42px;height:42px;border-radius:13px;border:1px solid rgba(255,255,255,.15);background:rgba(5,27,57,.85);backdrop-filter:blur(10px);color:white;opacity:0;visibility:hidden;transition:.2s}.to-top.is-visible{opacity:1;visibility:visible}

/* Inner pages */
.inner-hero,.page-hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#05162f,#0b3d78);color:white;padding:150px 0 78px}
.inner-hero.compact{padding-bottom:62px}
.inner-hero .container,.page-hero .container{position:relative;z-index:2}
.inner-hero h1,.page-hero h1{font-size:clamp(46px,12vw,78px);line-height:.95;letter-spacing:-.05em;margin:12px 0 22px}.inner-hero h1 em{font-style:normal;color:#72defe}
.inner-hero p,.page-hero p{max-width:680px;color:#c4d5e7;font-size:17px}
.page-hero-image{position:absolute;inset:0;background-size:cover;background-position:center}
.business-detail-grid{display:grid;gap:15px}
.business-detail-card{position:relative;border:1px solid #dbe5ef;background:white;border-radius:var(--radius);padding:28px;overflow:hidden}.business-detail-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--unit-accent)}.business-detail-number{position:absolute;right:22px;top:18px;color:#c6d5e3;font-size:12px}.business-detail-icon{width:48px;height:48px;border-radius:14px;background:color-mix(in srgb,var(--unit-accent) 12%,#fff);color:#0b6f9f;display:grid;place-items:center;font-weight:900}.business-detail-card h2{font-size:31px;margin:22px 0 4px}.business-detail-card h3{font-size:14px;color:#087db6;margin:0}.business-detail-card p{color:#65758a}
.page-hero{min-height:380px;display:flex;align-items:end}
.page-hero h1{margin-bottom:5px}

/* Article */
.article{background:#f7f9fc}.article-header{padding:145px 0 50px;background:linear-gradient(125deg,#06172f,#0b3a70);color:white}.article-header-inner{max-width:900px}.article-meta{display:flex;flex-wrap:wrap;gap:10px 18px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#7bdaf8}.article-header h1{font-size:clamp(40px,10vw,72px);line-height:1;letter-spacing:-.045em;margin:18px 0}.article-header p{font-size:18px;color:#c8d7e8;max-width:760px}
.article-featured{margin-top:38px}.article-featured img{width:100%;max-height:620px;object-fit:cover;border-radius:26px;box-shadow:0 30px 80px rgba(15,45,75,.15)}
.article-layout{display:grid;gap:30px;padding-top:48px;padding-bottom:80px}.article-prose{max-width:760px}.article-share{display:flex;align-items:center;gap:8px}.article-share>span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#6c7c8e}.article-share a{width:36px;height:36px;border:1px solid #d1deea;border-radius:11px;display:grid;place-items:center;font-weight:800}

/* Pricing */
.pricing-product{padding:0 0 64px;margin-bottom:62px;border-bottom:1px solid #d9e4ee}.pricing-product:last-child{border-bottom:0}.pricing-product-head{display:flex;flex-direction:column;gap:15px;margin-bottom:22px}.pricing-product-head h2{font-size:clamp(36px,8vw,56px);letter-spacing:-.04em;line-height:1;margin:10px 0}.pricing-product-head p{max-width:720px;color:#68788b}.pricing-description{max-width:780px;margin-bottom:30px}
.price-grid{display:grid;gap:14px}.price-card{position:relative;background:white;border:1px solid #d8e4ee;border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;box-shadow:0 10px 35px rgba(28,65,105,.05)}.price-card.is-featured{border-color:#68caef;box-shadow:0 20px 50px rgba(9,125,193,.12)}.popular-pill{position:absolute;right:16px;top:16px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:850;color:white;background:#087dc1;padding:6px 9px;border-radius:999px}.price-card h3{font-size:24px;margin:5px 0 24px}.price-value{display:flex;align-items:end;gap:6px;margin-bottom:10px}.price-value strong{font-size:30px;letter-spacing:-.04em}.price-value span{font-size:11px;color:#77869a;margin-bottom:5px}.trial{font-size:12px;color:#087db8;background:#ebf8ff;padding:7px 10px;border-radius:9px;width:max-content}
.feature-list{list-style:none;padding:0;margin:20px 0 24px;display:flex;flex-direction:column;gap:11px;flex:1}.feature-list li{display:flex;gap:9px;color:#40536a;font-size:13px}.feature-list li>span{color:#0aa168;font-weight:900}.feature-list li.excluded{opacity:.45}.feature-list small{display:block;color:#7c8999;margin-top:2px}

/* Checkout */
.checkout-page{position:relative;min-height:100dvh;padding:115px 0 70px;background:linear-gradient(135deg,#05162f,#0a3568);color:white;overflow:hidden}
.checkout-layout{position:relative;display:grid;gap:28px}.checkout-summary .back-link{display:inline-block;color:#90bad8;margin-bottom:30px;font-size:13px}.checkout-summary h1{font-size:clamp(40px,10vw,62px);margin:10px 0 2px;letter-spacing:-.04em}.checkout-summary h2{font-size:21px;font-weight:500;color:#8adcf5;margin:0 0 16px}.checkout-summary>p{color:#b7cce0;max-width:560px}.checkout-total{margin-top:30px;padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.04)}.checkout-total span,.checkout-total small{display:block;color:#9cb2c9;font-size:11px}.checkout-total strong{font-size:32px}.secure-note{font-size:11px;color:#94b9d2;margin-top:18px}
.checkout-card{background:white;color:#173049;border-radius:26px;padding:24px;box-shadow:0 30px 80px rgba(0,7,20,.26)}.checkout-card h2{font-size:25px;margin:0 0 20px}.checkout-card form,.contact-form{display:flex;flex-direction:column;gap:15px}.checkout-card label,.contact-form label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:#56687c}.checkout-card input,.checkout-card select,.contact-form input,.contact-form textarea{width:100%;margin-top:6px;border:1px solid #cfdae4;border-radius:13px;padding:13px 14px;background:#fbfdff;color:#152a42;outline:none;transition:.2s}.checkout-card input:focus,.checkout-card select:focus,.contact-form input:focus,.contact-form textarea:focus{border-color:#2caee6;box-shadow:0 0 0 3px rgba(44,174,230,.1)}.checkout-terms{font-size:10px;color:#8c99a8;text-align:center}
.payment-result{min-height:100dvh;background:linear-gradient(135deg,#05152d,#0a3262);padding:120px 0 70px;color:white;display:grid;align-items:center}.result-card{width:min(680px,100%);margin:auto;text-align:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:38px 24px;backdrop-filter:blur(18px)}.result-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;margin:0 auto 22px;font-size:26px;background:#153865}.result-icon.paid{background:#0f9f68}.result-icon.error,.result-icon.failed,.result-icon.expired{background:#bd3951}.result-card h1{font-size:34px;line-height:1.05}.result-card>p{color:#afc4da}.result-amount{font-size:38px;font-weight:900;margin:22px 0}.pay-code{display:flex;flex-direction:column;gap:4px;background:rgba(255,255,255,.07);padding:15px;border-radius:14px;margin:20px auto;width:max-content;max-width:100%}.pay-code span{font-size:10px;text-transform:uppercase;color:#8fb0cc}.pay-code strong{font-size:20px;letter-spacing:.06em}.payment-qr{width:220px;margin:20px auto;border-radius:15px}.result-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}.auto-status{font-size:11px!important;margin-top:22px}

/* Contact */
.contact-grid{display:grid;gap:38px}.contact-grid h2{font-size:clamp(36px,9vw,54px);line-height:1.03;letter-spacing:-.04em;margin:12px 0}.contact-grid>div>p{color:#697a8f;max-width:520px}.contact-direct{display:flex;flex-direction:column;margin-top:30px;border-top:1px solid #dae5ef}.contact-direct a{padding:15px 0;border-bottom:1px solid #dae5ef;display:flex;flex-direction:column}.contact-direct span{font-size:10px;text-transform:uppercase;color:#7c8b9a}.contact-direct strong{font-size:18px;color:#0b6fa6}.contact-form{background:white;border:1px solid #d9e3ed;border-radius:24px;padding:23px;box-shadow:0 18px 50px rgba(25,67,104,.07)}
.office-grid{display:grid;gap:14px;margin-top:56px}.office-card{border:1px solid #dbe5ee;background:white;border-radius:20px;padding:22px}.office-card>span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#0a82b8}.office-card h3{font-size:22px}.office-card p{color:#69798d}.office-card>a{display:block;color:#086fa3;margin:5px 0}

/* Errors */
.error-page{min-height:100dvh;padding:130px 0 80px;background:linear-gradient(130deg,#04132b,#0a2f5c);color:white;position:relative;overflow:hidden;display:grid;align-items:center}.error-orb{position:absolute;width:520px;height:520px;border:1px solid rgba(92,224,255,.2);border-radius:50%;right:-240px;top:90px}.error-code{font-size:clamp(100px,30vw,240px);line-height:.7;color:transparent;-webkit-text-stroke:1px rgba(110,228,255,.5);font-weight:900}.error-page h1{font-size:clamp(38px,9vw,65px);line-height:1;margin:34px 0 15px;max-width:700px}.error-page p{color:#aabfd4}

/* Flash messages */
.flash-stack{position:fixed;z-index:100;top:84px;right:14px;left:14px;display:flex;flex-direction:column;gap:8px;pointer-events:none}.flash{padding:13px 16px;border-radius:14px;color:white;box-shadow:0 14px 35px rgba(0,0,0,.18);font-size:13px;pointer-events:auto}.flash-success{background:#0b8f65}.flash-error{background:#b6334c}.flash-warning{background:#a76b11}

/* Tablet */
@media (min-width:640px){
    .container{width:min(1180px,calc(100% - 48px))}
    .section{padding:88px 0}
    .number-grid{grid-template-columns:repeat(3,1fr)}
    .brand-wall{grid-template-columns:repeat(3,1fr)}
    .impact-grid,.news-archive-grid{grid-template-columns:repeat(2,1fr)}
    .price-grid{grid-template-columns:repeat(2,1fr)}
    .product-showcase{grid-template-columns:repeat(2,1fr)}
    .office-grid{grid-template-columns:repeat(2,1fr)}
    .footer-grid{grid-template-columns:1.5fr 1fr}
}

/* Desktop */
@media (min-width:900px){
    .site-header{height:78px}.site-header:before{background:rgba(5,20,47,.66)}
    .nav-toggle{display:none}
    .nav-shell{width:min(1180px,calc(100% - 64px))}
    .brand{width:154px}
    .main-nav{position:static;height:auto;padding:0;background:none;transform:none;display:flex;flex-direction:row;align-items:center;gap:24px}
    .main-nav a{padding:8px 0;border:0;font-size:14px;font-weight:650;color:#e6f2ff}
    .main-nav a:hover{color:#71ddff}
    .main-nav .nav-cta{margin:0 0 0 7px;padding:11px 15px;font-size:12px;display:flex}
    .hero{min-height:800px;padding-top:78px}
    .hero-slides,.hero-slide{inset:78px 0 0}
    .hero-inner{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);align-items:center;padding-top:0;padding-bottom:45px}
    .hero h1{font-size:84px}
    .hero-copy>p{font-size:18px}
    .hero-visual{display:block;min-height:440px}
    .tech-sphere{width:400px;height:400px;right:0;top:10px}.sphere-core{width:142px;height:142px}.sphere-core span{font-size:70px}
    .floating-code{top:80px}.floating-status{bottom:45px}
    .hero-controls{bottom:33px}
    .hero-scroll{position:absolute;z-index:7;left:32px;bottom:34px;display:flex;align-items:center;gap:12px;writing-mode:vertical-rl;font-size:9px;letter-spacing:.16em;color:#8399b2}.hero-scroll span{width:1px;height:40px;background:linear-gradient(#83dfff,transparent)}
    .split-heading,.section-heading,.impact-intro{flex-direction:row;justify-content:space-between;align-items:end}
    .split-heading>div,.impact-intro>div{max-width:660px}
    .split-heading p,.impact-intro p{max-width:430px}
    .number-grid{grid-template-columns:repeat(6,1fr)}
    .number-card{min-height:152px;padding:26px 18px}.number-card strong{font-size:42px}
    .business-grid{grid-template-columns:repeat(3,1fr)}
    .business-tile{min-height:420px;border-right:1px solid rgba(255,255,255,.07)}
    .business-content{left:30px;right:30px;bottom:30px}.business-content h3{font-size:33px}
    .brands-section{padding:100px 0}.brand-wall{grid-template-columns:repeat(6,1fr)}
    .brand-card{height:120px}
    .leader-section{padding:95px 0}.leader-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:90px}.leader-portrait{width:100%}.leader-copy h2{font-size:68px}.leader-bio{font-size:17px}
    .impact-grid{grid-template-columns:repeat(3,1fr)}
    .news-grid{grid-template-columns:repeat(2,1fr)}
    .news-grid .news-card h3{font-size:27px}
    .cta-inner{flex-direction:row;justify-content:space-between;align-items:center}.cta-inner>div{max-width:760px}.cta-inner .button{flex-shrink:0}
    .footer-grid{grid-template-columns:1.7fr .7fr 1.3fr 1fr;gap:48px}.footer-bottom{flex-direction:row;justify-content:space-between}
    .inner-hero,.page-hero{padding-top:175px;padding-bottom:92px}.inner-hero h1,.page-hero h1{font-size:78px}
    .business-detail-grid{grid-template-columns:repeat(2,1fr)}
    .business-detail-card{padding:36px;min-height:320px}
    .news-archive-grid{grid-template-columns:repeat(3,1fr)}
    .article-layout{grid-template-columns:100px minmax(0,760px);justify-content:center}.article-share{position:sticky;top:115px;align-self:start;flex-direction:column}
    .pricing-product-head{flex-direction:row;justify-content:space-between;align-items:flex-start}
    .price-grid{grid-template-columns:repeat(3,1fr)}
    .checkout-layout{grid-template-columns:1fr .85fr;align-items:center;gap:80px}.checkout-card{padding:34px}
    .contact-grid{grid-template-columns:.9fr 1.1fr;gap:90px}.contact-form{padding:34px}
    .office-grid{grid-template-columns:repeat(3,1fr)}
    .flash-stack{left:auto;width:380px;right:24px}
}

@media (min-width:1180px){
    .business-grid{grid-template-columns:repeat(4,1fr)}
    .business-tile{min-height:430px}
    .product-showcase{grid-template-columns:repeat(4,1fr)}
    .news-grid{grid-template-columns:repeat(2,1fr)}
}

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

/* Theme + language controls (v1.1) */
.nav-mobile-tools{display:flex;align-items:center;gap:8px}.compact-control,.theme-toggle{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);color:#eaf8ff;border-radius:13px;min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:.2s ease}.theme-toggle:hover{background:rgba(255,255,255,.12);border-color:rgba(109,224,255,.35)}.theme-icon{font-size:17px;line-height:1}.nav-preferences{display:flex;align-items:center;gap:9px;margin-top:12px}.language-switcher{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#8fa9c0;font-size:11px;font-weight:850;letter-spacing:.06em}.language-switcher a{padding:0!important;border:0!important;font-size:11px!important;color:#8fa9c0!important}.language-switcher a.is-active{color:#85e9ff!important}.language-switcher span{opacity:.45}.desktop-theme-toggle{height:34px;padding:0 11px;font-size:11px;font-weight:800}.nav-mobile-tools .theme-toggle{display:inline-flex}.main-nav .desktop-theme-toggle{display:none}
@media(min-width:980px){.nav-mobile-tools{display:none}.nav-preferences{margin:0 0 0 4px}.main-nav .desktop-theme-toggle{display:inline-flex}.language-switcher{height:34px}.main-nav{align-items:center}}

html[data-theme="light"] body{background:var(--light-bg);color:var(--light-text)}
html[data-theme="dark"] body{background:var(--dark-bg-theme);color:var(--dark-text-theme)}
html[data-theme="dark"] .section-light,html[data-theme="dark"] .brands-section,html[data-theme="dark"] .impact-section{background:var(--dark-bg-theme);color:var(--dark-text-theme)}
html[data-theme="dark"] .section-heading h2,html[data-theme="dark"] .split-heading h2,html[data-theme="dark"] .impact-intro h2,html[data-theme="dark"] .center-heading h2,html[data-theme="dark"] .prose h1,html[data-theme="dark"] .prose h2,html[data-theme="dark"] .prose h3,html[data-theme="dark"] .prose h4{color:var(--dark-text-theme)}
html[data-theme="dark"] .section-heading p,html[data-theme="dark"] .split-heading p,html[data-theme="dark"] .impact-intro p,html[data-theme="dark"] .pricing-product-head p,html[data-theme="dark"] .contact-grid>div>p,html[data-theme="dark"] .business-detail-card p{color:#9fb1c4}
html[data-theme="dark"] .number-card p,html[data-theme="dark"] .light-news-card p,html[data-theme="dark"] .impact-body p,html[data-theme="dark"] .product-card>p,html[data-theme="dark"] .price-value span,html[data-theme="dark"] .feature-list li,html[data-theme="dark"] .feature-list small{color:#9fb1c4}
html[data-theme="dark"] .product-card,html[data-theme="dark"] .brand-card,html[data-theme="dark"] .impact-card,html[data-theme="dark"] .business-detail-card,html[data-theme="dark"] .price-card,html[data-theme="dark"] .contact-form,html[data-theme="dark"] .office-card,html[data-theme="dark"] .checkout-card{background:var(--dark-surface-theme);color:var(--dark-text-theme);border-color:rgba(255,255,255,.1);box-shadow:0 14px 38px rgba(0,0,0,.16)}
html[data-theme="dark"] .brand-card strong,html[data-theme="dark"] .light-news-card,html[data-theme="dark"] .business-detail-card h2,html[data-theme="dark"] .product-card h3,html[data-theme="dark"] .price-card h3,html[data-theme="dark"] .office-card h3{color:var(--dark-text-theme)}
html[data-theme="dark"] .placeholder-brand{background:linear-gradient(145deg,#11243c,#0a182a)}
html[data-theme="dark"] .product-type{background:rgba(64,217,255,.08);color:#7ce7ff}html[data-theme="dark"] .product-badge{background:#143258;color:#fff}
html[data-theme="dark"] .article{background:var(--dark-bg-theme)}html[data-theme="dark"] .prose{color:#c3d2e1}html[data-theme="dark"] .prose blockquote{background:#10243c;color:#d3e3f1}html[data-theme="dark"] .prose a{color:#68dcff}
html[data-theme="dark"] .pricing-product{border-color:rgba(255,255,255,.1)}html[data-theme="dark"] .trial{background:rgba(48,190,245,.09);color:#78dcff}
html[data-theme="dark"] .contact-direct,html[data-theme="dark"] .contact-direct a{border-color:rgba(255,255,255,.1)}html[data-theme="dark"] .contact-direct span{color:#8fa5b8}
html[data-theme="dark"] .checkout-card label,html[data-theme="dark"] .contact-form label{color:#aabbd0}html[data-theme="dark"] .checkout-card input,html[data-theme="dark"] .checkout-card select,html[data-theme="dark"] .contact-form input,html[data-theme="dark"] .contact-form textarea{background:#081624;color:#eaf5ff;border-color:rgba(255,255,255,.13)}
html[data-theme="dark"] .office-card p{color:#9fb1c4}html[data-theme="dark"] .dark-link{color:#65dfff}
html[data-theme="dark"] .light-news-card .news-meta time{color:#91a5b9}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.theme-toggle,.language-switcher a{transition:none}}
