:root {
  --core-navy: #07111f;
  --core-navy-2: #0a1b31;
  --core-blue: #2f7df4;
  --core-cyan: #52d4ff;
  --core-red: #f14c5a;
  --core-ink: #111e32;
  --core-text: #64748b;
  --core-surface: #f4f7fb;
  --core-line: #dde5ef;
  --core-white: #fff;
  --core-radius: 18px;
  --core-shadow: 0 24px 70px rgba(15, 35, 61, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.core-site { margin: 0; overflow-x: hidden; color: var(--core-text); background: #fff; font: 400 15px/1.75 "Inter", sans-serif; }
.core-site h1, .core-site h2, .core-site h3, .core-site strong { font-family: "Space Grotesk", sans-serif; }
.core-site a { color: inherit; text-decoration: none; }
.core-site img { max-width: 100%; }
.core-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.page-loader { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--core-navy); transition: opacity .45s ease, visibility .45s ease; }
.page-loader.is-hidden { opacity: 0; visibility: hidden; }
.page-loader span { width: 8px; height: 8px; border-radius: 50%; background: var(--core-cyan); animation: loaderBounce .9s ease-in-out infinite alternate; }
.page-loader span:nth-child(2) { animation-delay: .18s; }.page-loader span:nth-child(3) { animation-delay: .36s; }

.core-nav { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,.08); transition: background .3s ease, box-shadow .3s ease; }
.core-nav.is-scrolled { border-color: rgba(25,54,88,.1); background: rgba(255,255,255,.95); box-shadow: 0 8px 32px rgba(4,17,35,.08); backdrop-filter: blur(14px); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; }
.core-brand { display: inline-flex; align-items: center; gap: 15px; }
.core-brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-rule { width: 1px; height: 36px; background: rgba(255,255,255,.25); }
.brand-copy { color: rgba(255,255,255,.66); font-size: 10px; font-weight: 600; line-height: 1.45; letter-spacing: .07em; text-transform: uppercase; }
.is-scrolled .brand-rule { background: #dae2ec; }.is-scrolled .brand-copy { color: #728197; }
.desktop-menu { display: flex; align-items: center; gap: 32px; }
.desktop-menu a { position: relative; color: rgba(255,255,255,.78); font: 600 13px/1 "Inter", sans-serif; transition: color .25s ease; }
.desktop-menu a:not(.nav-button)::after { position: absolute; right: 0; bottom: -12px; left: 0; width: 0; height: 2px; margin: auto; content: ""; border-radius: 9px; background: var(--core-cyan); transition: width .25s ease; }
.desktop-menu a:hover, .desktop-menu a.active { color: #fff; }.desktop-menu a:hover::after, .desktop-menu a.active::after { width: 22px; }
.desktop-menu .nav-button { padding: 13px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; color: #fff; background: rgba(255,255,255,.07); }
.desktop-menu .nav-button:hover { border-color: var(--core-blue); background: var(--core-blue); }
.is-scrolled .desktop-menu a { color: #435269; }.is-scrolled .desktop-menu a:hover, .is-scrolled .desktop-menu a.active { color: var(--core-blue); }
.is-scrolled .desktop-menu .nav-button { color: #fff; border-color: var(--core-blue); background: var(--core-blue); }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: #fff; transition: transform .25s ease, opacity .25s ease; }.is-scrolled .menu-toggle span { background: var(--core-ink); }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle.open span:nth-child(2) { opacity: 0; }.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; padding: 12px 24px 24px; background: #fff; box-shadow: 0 18px 35px rgba(5,21,38,.12); }.mobile-menu.open { display: grid; }.mobile-menu a { padding: 12px; border-bottom: 1px solid #edf1f6; color: var(--core-ink); font-weight: 600; }

.core-hero { position: relative; min-height: 820px; overflow: hidden; padding: 160px 0 90px; color: #fff; background: radial-gradient(circle at 78% 40%, #123860 0, transparent 31%), linear-gradient(125deg, #050e1a, #091b30 62%, #0b2b48); }
.core-hero::after { position: absolute; inset: 0; content: ""; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 72px 72px; -webkit-mask-image: linear-gradient(to bottom, #000, transparent 92%); mask-image: linear-gradient(to bottom, #000, transparent 92%); }
#networkCanvas { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; opacity: .7; }
.hero-glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(70px); }.glow-one { top: 80px; left: -120px; width: 330px; height: 330px; background: rgba(47,125,244,.16); }.glow-two { right: 5%; bottom: 0; width: 250px; height: 250px; background: rgba(82,212,255,.1); }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.14fr .86fr; align-items: center; gap: 80px; }
.hero-badge { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 28px; padding: 9px 14px; border: 1px solid rgba(82,212,255,.2); border-radius: 999px; color: #aadff1; background: rgba(82,212,255,.06); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero-badge span { width: 7px; height: 7px; border-radius: 50%; background: #47e4a2; box-shadow: 0 0 0 5px rgba(71,228,162,.12); animation: badgePulse 1.8s ease infinite; }
.hero-copy h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(50px, 5.7vw, 78px); font-weight: 700; line-height: .99; letter-spacing: -.06em; }
.hero-copy h1 em { color: transparent; background: linear-gradient(95deg, #6ae0ff, #5797ff); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #a8b6c7; font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.core-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 20px; border: 1px solid transparent; border-radius: 9px; font-size: 13px; font-weight: 600; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }.core-btn:hover { transform: translateY(-3px); }
.core-btn.primary { color: #fff; background: linear-gradient(135deg, #216ee0, #3f8cff); box-shadow: 0 12px 30px rgba(47,125,244,.3); }.core-btn.primary:hover { box-shadow: 0 18px 38px rgba(47,125,244,.42); }
.core-btn.ghost { color: #e8eff9; border-color: rgba(255,255,255,.19); background: rgba(255,255,255,.05); }.core-btn.ghost:hover { background: rgba(255,255,255,.1); }
.hero-pillars { display: flex; flex-wrap: wrap; gap: 11px 22px; margin-top: 38px; color: #8d9cae; font-size: 11px; font-weight: 600; text-transform: uppercase; }.hero-pillars i { margin-right: 7px; color: var(--core-cyan); }

.hero-system { position: relative; width: min(450px, 100%); aspect-ratio: 1; margin-inline: auto; }
.system-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(82,212,255,.2); }.orbit-outer { inset: 4%; animation: spin 35s linear infinite; border-style: dashed; }.orbit-inner { inset: 23%; box-shadow: 0 0 50px rgba(47,125,244,.08); }
.system-lines { position: absolute; inset: 10%; opacity: .38; background: linear-gradient(90deg, transparent 49.8%, #3188dd 50%, transparent 50.2%), linear-gradient(transparent 49.8%, #3188dd 50%, transparent 50.2%); }
.system-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 150px; height: 150px; transform: translate(-50%,-50%); border: 1px solid rgba(82,212,255,.32); border-radius: 50%; background: radial-gradient(circle at 38% 25%, #164a7d, #081a30 68%); box-shadow: 0 0 80px rgba(47,125,244,.26), inset 0 0 40px rgba(82,212,255,.08); }
.system-core img { width: 48px; height: 48px; object-fit: contain; }.system-core strong { margin-top: 4px; color: #fff; font-size: 17px; }.system-core > span { color: #7d9ab8; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.core-pulse { position: absolute; inset: -12px; border: 1px solid rgba(82,212,255,.2); border-radius: 50%; animation: corePulse 2.5s ease-out infinite; }
.system-node { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; min-width: 118px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; color: #dce9f7; background: rgba(8,25,45,.86); box-shadow: 0 12px 34px rgba(0,0,0,.22); font-size: 10px; font-weight: 600; backdrop-filter: blur(8px); }.system-node i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 7px; color: var(--core-cyan); background: rgba(82,212,255,.1); }.node-top { top: 0; left: 50%; transform: translateX(-50%); }.node-right { top: 50%; right: -12%; transform: translateY(-50%); }.node-bottom { bottom: 0; left: 50%; transform: translateX(-50%); }.node-left { top: 50%; left: -12%; transform: translateY(-50%); }

.stats-strip { position: relative; z-index: 5; margin-top: -1px; border-top: 1px solid rgba(255,255,255,.08); color: #fff; background: #091728; }.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.stat { position: relative; padding: 34px 24px; text-align: center; }.stat + .stat::before { position: absolute; top: 25%; bottom: 25%; left: 0; width: 1px; content: ""; background: rgba(255,255,255,.11); }.stat strong { display: block; color: #fff; font-size: 31px; line-height: 1.2; }.stat span { color: #7f91a8; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.core-section { padding: 112px 0; }
.section-heading { max-width: 760px; margin-bottom: 50px; }.section-heading.centered { margin-inline: auto; text-align: center; }.section-heading.align-left { margin-bottom: 35px; }
.section-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 17px; color: var(--core-blue); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }.section-kicker::before { width: 28px; height: 2px; content: ""; background: var(--core-blue); }
.section-heading h2, .spotlight-copy h2 { margin: 0; color: var(--core-ink); font-size: clamp(36px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -.045em; }.section-heading h2 span, .spotlight-copy h2 span { color: var(--core-blue); }.section-heading p { max-width: 680px; margin: 20px 0 0; font-size: 16px; }.centered p { margin-inline: auto; }

.services-section { background: var(--core-surface); }.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }.core-service { position: relative; overflow: hidden; padding: 35px; border: 1px solid var(--core-line); border-radius: var(--core-radius); background: #fff; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }.core-service::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; content: ""; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--core-blue), var(--core-cyan)); transition: transform .3s ease; }.core-service:hover { transform: translateY(-7px); border-color: rgba(47,125,244,.25); box-shadow: var(--core-shadow); }.core-service:hover::after { transform: scaleX(1); }
.service-top { display: flex; align-items: center; justify-content: space-between; }.service-index { color: #c9d3df; font: 600 12px/1 "Space Grotesk", sans-serif; }.service-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 13px; color: #fff; font-size: 19px; }.service-icon.blue { background: linear-gradient(135deg,#245fca,#428cff); }.service-icon.cyan { background: linear-gradient(135deg,#087f9a,#21c5e8); }.service-icon.violet { background: linear-gradient(135deg,#5f46be,#8566ee); }.service-icon.green { background: linear-gradient(135deg,#11755b,#26af84); }
.core-service h3 { margin: 24px 0 5px; color: var(--core-ink); font-size: 23px; }.core-service p { margin: 10px 0; }.core-service .service-tagline { color: var(--core-blue); font-size: 12px; font-weight: 700; }.core-service ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 18px; margin: 24px 0; padding: 20px 0; border-top: 1px solid #eaf0f5; border-bottom: 1px solid #eaf0f5; list-style: none; }.core-service li { position: relative; padding-left: 17px; color: #516176; font-size: 12px; }.core-service li::before { position: absolute; top: 10px; left: 0; width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--core-blue); }.core-service > a, .product-body > a, .text-link { color: var(--core-blue); font-size: 12px; font-weight: 700; }.core-service > a i, .product-body > a i, .text-link i { margin-left: 6px; transition: transform .2s ease; }.core-service > a:hover i, .product-body > a:hover i, .text-link:hover i { transform: translateX(4px); }

.spotlight-section { overflow: hidden; }.spotlight-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }.spotlight-media { position: relative; min-height: 520px; }.spotlight-media > img { width: 100%; height: 520px; object-fit: cover; border-radius: 22px; box-shadow: var(--core-shadow); }.media-float { position: absolute; right: -30px; bottom: 40px; display: flex; align-items: center; gap: 13px; padding: 17px 20px; border-radius: 12px; color: #fff; background: #0a1d33; box-shadow: 0 18px 50px rgba(4,20,38,.28); }.media-float i { color: #5bd6f8; font-size: 22px; }.media-float span { font: 600 13px/1.2 "Space Grotesk", sans-serif; }.media-float small { display: block; margin-bottom: 4px; color: #8094aa; font: 500 9px/1 "Inter", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.play-demo { position: absolute; top: 50%; left: 50%; display: grid; width: 72px; height: 72px; place-items: center; transform: translate(-50%,-50%); border: 8px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; background: var(--core-blue); background-clip: padding-box; box-shadow: 0 0 0 1px rgba(255,255,255,.25); }.play-demo::after { position: absolute; inset: -16px; content: ""; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; animation: corePulse 2s ease-out infinite; }
.spotlight-copy > p { margin: 22px 0 30px; font-size: 16px; }.feature-list { display: grid; gap: 18px; margin-bottom: 32px; }.feature-list > div { display: flex; gap: 14px; }.feature-list i { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #fff; background: #29ad7f; font-size: 10px; }.feature-list span { font-size: 13px; }.feature-list strong { display: block; color: var(--core-ink); font-size: 14px; }

.why-section { color: #aab7c7; background: #071422; }.why-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 90px; }.why-section .section-heading h2 { color: #fff; }.why-section .section-heading h2 span { color: var(--core-cyan); }.why-list { display: grid; gap: 15px; }.why-item { display: flex; gap: 15px; padding: 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.025); }.why-item b { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 10px; color: var(--core-cyan); background: rgba(82,212,255,.09); }.why-item strong, .why-item small { display: block; }.why-item strong { color: #fff; font-size: 14px; }.why-item small { margin-top: 3px; color: #7f91a7; font-size: 12px; }
.convergence { position: relative; width: min(460px, 100%); aspect-ratio: 1; margin-inline: auto; }.conv-ring { position: absolute; border: 1px solid rgba(82,212,255,.18); border-radius: 50%; }.ring-one { inset: 4%; border-style: dashed; animation: spin 35s linear infinite reverse; }.ring-two { inset: 27%; }.conv-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 128px; height: 128px; place-items: center; transform: translate(-50%,-50%); border: 1px solid rgba(82,212,255,.25); border-radius: 50%; background: #0c2742; box-shadow: 0 0 70px rgba(47,125,244,.2); }.conv-core img { width: 52px; }.conv-core span { margin-top: -20px; color: #91a6ba; font-size: 9px; text-transform: uppercase; }.conv-node { position: absolute; z-index: 2; display: grid; width: 86px; height: 86px; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; color: #fff; background: #0b2138; box-shadow: 0 14px 36px rgba(0,0,0,.28); }.conv-node i { color: var(--core-cyan); font-size: 19px; }.conv-node span { margin-top: -16px; color: #96a8ba; font-size: 9px; text-transform: uppercase; }.cn-one { top: 0; left: 50%; transform: translateX(-50%); }.cn-two { top: 50%; right: 0; transform: translateY(-50%); }.cn-three { bottom: 0; left: 50%; transform: translateX(-50%); }.cn-four { top: 50%; left: 0; transform: translateY(-50%); }

.products-section { background: var(--core-surface); }.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.product-card { overflow: hidden; border: 1px solid var(--core-line); border-radius: var(--core-radius); background: #fff; transition: transform .3s ease, box-shadow .3s ease; }.product-card:hover { transform: translateY(-6px); box-shadow: var(--core-shadow); }.product-image { position: relative; height: 235px; overflow: hidden; background: #dfe8f1; }.product-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(transparent 50%, rgba(4,16,30,.45)); }.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }.product-card:hover img { transform: scale(1.055); }.product-image span { position: absolute; z-index: 2; bottom: 16px; left: 16px; padding: 7px 10px; border-radius: 7px; color: #fff; background: rgba(7,22,39,.78); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }.product-body { padding: 25px; }.product-body h3 { margin: 0 0 9px; color: var(--core-ink); font-size: 22px; }.product-body p { min-height: 76px; margin: 0 0 17px; font-size: 13px; }.section-action { margin-top: 38px; text-align: center; }

.core-cta { position: relative; overflow: hidden; padding: 90px 0; color: #fff; background: linear-gradient(120deg,#0a2038,#103d67); }.cta-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px); background-size: 52px 52px; }.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 50px; }.cta-inner > div:first-child { max-width: 650px; }.cta-inner h2 { margin: 0; color: #fff; font-size: clamp(34px,4vw,52px); line-height: 1.08; letter-spacing: -.045em; }.cta-inner p { margin: 16px 0 0; color: #a7b7c8; }.cta-actions { display: flex; flex-direction: column; gap: 12px; flex: 0 0 auto; }
.core-footer { padding-top: 78px; color: #8191a4; background: #050c15; }.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1.15fr; gap: 50px; padding-bottom: 65px; }.footer-brand .core-brand img { width: 70px; height: 70px; }.footer-brand p { max-width: 330px; margin: 20px 0; font-size: 13px; }.footer-social { display: flex; gap: 9px; }.footer-social a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; color: #9caabd; transition: .25s ease; }.footer-social a:hover { color: #fff; border-color: var(--core-blue); background: var(--core-blue); }.footer-col { display: flex; align-items: flex-start; flex-direction: column; gap: 11px; }.footer-col h3 { margin: 9px 0 12px; color: #fff; font-size: 14px; }.footer-col a, .footer-col p { margin: 0; font-size: 12px; }.footer-col a:hover { color: var(--core-cyan); }.contact-col i { width: 18px; color: var(--core-blue); }.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }.footer-bottom p { margin: 0; }.footer-bottom strong { color: #fff; }
.back-top { position: fixed; z-index: 800; right: 30px; bottom: 104px; display: grid; width: 44px; height: 44px; place-items: center; transform: translateY(20px); border: 0; border-radius: 50%; opacity: 0; color: #fff; background: var(--core-blue); box-shadow: 0 10px 28px rgba(47,125,244,.35); transition: opacity .25s ease, transform .25s ease; }.back-top.show { transform: none; opacity: 1; }

.reveal, .reveal-left, .reveal-right { opacity: 0; transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }.reveal { transform: translateY(28px); }.reveal-left { transform: translateX(-35px); }.reveal-right { transform: translateX(35px); }.reveal.is-visible, .reveal-left.is-visible, .reveal-right.is-visible { transform: none; opacity: 1; }.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }.delay-3 { transition-delay: .24s; }.delay-4 { transition-delay: .32s; }

@keyframes loaderBounce { to { transform: translateY(-12px); opacity: .5; } }
@keyframes badgePulse { 50% { box-shadow: 0 0 0 9px rgba(71,228,162,0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes corePulse { from { transform: scale(.9); opacity: .8; } to { transform: scale(1.25); opacity: 0; } }

@media (max-width: 1100px) {
  .desktop-menu { gap: 20px; }.desktop-menu a { font-size: 12px; }.brand-copy,.brand-rule { display: none; }
  .hero-grid { gap: 35px; }.hero-system { transform: scale(.9); }
}
@media (max-width: 900px) {
  .desktop-menu { display: none; }.menu-toggle { display: block; }
  .core-hero { min-height: auto; padding: 140px 0 90px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero-copy h1,.hero-lead { margin-inline: auto; }.hero-actions,.hero-pillars { justify-content: center; }.hero-system { width: min(430px,88vw); margin-top: 25px; }
  .service-grid,.spotlight-grid,.why-grid { grid-template-columns: 1fr; }.spotlight-grid,.why-grid { gap: 55px; }.spotlight-media { width: min(650px,100%); margin-inline: auto; }.why-copy { order: 2; }.convergence { order: 1; }
  .product-grid { grid-template-columns: repeat(2,1fr); }.cta-inner { align-items: flex-start; flex-direction: column; }.cta-actions { flex-direction: row; }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.contact-col { grid-column: 1/-1; }
}
@media (max-width: 640px) {
  .core-container { width: min(100% - 28px,1180px); }.nav-inner { min-height: 72px; }.core-brand img { width: 48px; height: 48px; }
  .core-hero { padding-top: 120px; }.hero-copy h1 { font-size: 43px; }.hero-lead { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-pillars { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
  .hero-system { width: 340px; max-width: 100%; }.system-node { min-width: 94px; padding: 7px; font-size: 8px; }.system-node i { width: 24px; height: 24px; }.node-left { left: -2%; }.node-right { right: -2%; }.system-core { width: 120px; height: 120px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }.stat:nth-child(3)::before { display: none; }.stat:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.08); }.stat { padding: 26px 10px; }
  .core-section { padding: 76px 0; }.section-heading h2,.spotlight-copy h2 { font-size: 36px; }.service-grid,.product-grid { grid-template-columns: 1fr; }.core-service { padding: 26px 22px; }.core-service ul { grid-template-columns: 1fr; }
  .spotlight-media,.spotlight-media > img { min-height: 390px; height: 390px; }.media-float { right: 12px; bottom: 18px; }.convergence { width: 350px; max-width: 100%; }.conv-node { width: 70px; height: 70px; }.conv-core { width: 105px; height: 105px; }
  .product-body p { min-height: auto; }.cta-actions { width: 100%; flex-direction: column; }.core-btn { width: 100%; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-brand,.contact-col { grid-column: 1/-1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .back-top { right: 22px; bottom: 96px; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal,.reveal-left,.reveal-right { transform: none; opacity: 1; }
}

/* Shared inner pages */
.inner-nav { position: absolute; }
.inner-hero { position: relative; overflow: hidden; min-height: 520px; padding: 175px 0 100px; color: #fff; background: radial-gradient(circle at 82% 28%, rgba(34,124,206,.35), transparent 27rem), linear-gradient(125deg,#050e1a,#0a223a 70%,#0d3554); }
.inner-hero::before { position: absolute; inset: 0; content: ""; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.17) 1px,transparent 1px); background-size: 64px 64px; -webkit-mask-image: linear-gradient(#000,transparent); mask-image: linear-gradient(#000,transparent); }
.inner-hero .core-container { position: relative; z-index: 2; }.inner-hero-copy { max-width: 780px; }.inner-hero h1 { margin: 0; color: #fff; font-size: clamp(48px,7vw,78px); line-height: 1.01; letter-spacing: -.06em; }.inner-hero h1 span { color: var(--core-cyan); }.inner-hero p { max-width: 650px; margin: 23px 0 0; color: #a7b6c7; font-size: 17px; }.breadcrumbs { display: flex; gap: 10px; margin-top: 35px; color: #71869d; font-size: 11px; font-weight: 600; text-transform: uppercase; }.breadcrumbs a { color: #fff; }
.inner-section { padding: 100px 0; }.soft-bg { background: var(--core-surface); }.inner-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-bottom: 54px; }.inner-intro h2 { margin: 0; color: var(--core-ink); font-size: clamp(35px,4vw,50px); line-height: 1.08; letter-spacing: -.045em; }.inner-intro p { margin: 0; font-size: 16px; }

/* Portfolio */
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 40px; }.filter-button { padding: 10px 15px; border: 1px solid var(--core-line); border-radius: 999px; color: #66758a; background: #fff; font: 600 11px/1 "Inter",sans-serif; cursor: pointer; transition: .25s ease; }.filter-button:hover,.filter-button.active { color: #fff; border-color: var(--core-blue); background: var(--core-blue); box-shadow: 0 8px 22px rgba(47,125,244,.22); }
.work-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }.work-card { overflow: hidden; border: 1px solid var(--core-line); border-radius: var(--core-radius); background: #fff; transition: transform .3s ease,box-shadow .3s ease; }.work-card.is-hidden { display: none; }.work-card:hover { transform: translateY(-6px); box-shadow: var(--core-shadow); }.work-media { position: relative; height: 260px; overflow: hidden; background: #dae4ee; }.work-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }.work-card:hover img { transform: scale(1.05); }.work-tag { position: absolute; top: 16px; left: 16px; padding: 7px 10px; border-radius: 6px; color: #fff; background: rgba(5,18,33,.82); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(7px); }.work-zoom { position: absolute; right: 16px; bottom: 16px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--core-blue); }.work-body { padding: 24px; }.work-body h3 { margin: 0 0 9px; color: var(--core-ink); font-size: 19px; }.work-body p { min-height: 70px; margin: 0 0 17px; font-size: 12px; }.work-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid #edf1f5; color: #8a98aa; font-size: 10px; }.work-meta a { color: var(--core-blue); font-weight: 700; }
.lightbox { position: fixed; inset: 0; z-index: 2000; display: grid; padding: 30px; place-items: center; visibility: hidden; opacity: 0; background: rgba(3,10,18,.92); transition: .25s ease; }.lightbox.open { visibility: visible; opacity: 1; }.lightbox img { max-width: min(1000px,92vw); max-height: 85vh; border-radius: 12px; }.lightbox-close { position: absolute; top: 24px; right: 28px; border: 0; color: #fff; background: transparent; font-size: 28px; }

/* About */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; }.story-visual { position: relative; }.story-visual > img { width: 100%; height: 560px; object-fit: cover; border-radius: 22px; box-shadow: var(--core-shadow); }.story-badge { position: absolute; right: -24px; bottom: 34px; padding: 22px; border-radius: 14px; color: #fff; background: #0a233d; box-shadow: 0 18px 45px rgba(4,18,33,.25); }.story-badge strong { display: block; color: var(--core-cyan); font-size: 32px; }.story-badge span { font-size: 11px; text-transform: uppercase; }.story-copy h2,.contact-copy h2 { margin: 0; color: var(--core-ink); font-size: clamp(36px,4.4vw,55px); line-height: 1.08; letter-spacing: -.045em; }.story-copy h2 span,.contact-copy h2 span { color: var(--core-blue); }.story-copy > p { margin: 22px 0; font-size: 16px; }.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }.mission-card { padding: 22px; border: 1px solid var(--core-line); border-radius: 14px; background: #fff; }.mission-card i { color: var(--core-blue); font-size: 21px; }.mission-card h3 { margin: 13px 0 5px; color: var(--core-ink); font-size: 16px; }.mission-card p { margin: 0; font-size: 12px; }.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }.value-card { padding: 32px; border: 1px solid var(--core-line); border-radius: var(--core-radius); background: #fff; }.value-card > span { color: #c1cbd7; font: 600 12px/1 "Space Grotesk",sans-serif; }.value-card i { float: right; color: var(--core-blue); font-size: 22px; }.value-card h3 { margin: 28px 0 10px; color: var(--core-ink); }.value-card p { margin: 0; font-size: 13px; }
.story-leader { position: absolute; bottom: 30px; left: 24px; z-index: 2; padding: 14px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; color: #fff; background: rgba(5,22,39,.86); box-shadow: 0 12px 32px rgba(4,18,33,.2); backdrop-filter: blur(9px); }.story-leader strong,.story-leader span { display: block; }.story-leader strong { font-size: 15px; }.story-leader span { margin-top: 3px; color: var(--core-cyan); font-size: 10px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }

/* Team */
.manager-shell { display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border: 1px solid var(--core-line); border-radius: 24px; background: #fff; box-shadow: var(--core-shadow); }.manager-image { position: relative; min-height: 700px; background: #e2e9ef; }.manager-image::after { position: absolute; inset: auto 0 0; height: 42%; content: ""; background: linear-gradient(transparent,rgba(4,18,32,.7)); }.manager-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }.manager-image-caption { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; color: #fff; }.manager-image-caption small { display: block; color: var(--core-cyan); letter-spacing: .12em; text-transform: uppercase; }.manager-image-caption strong { font-size: 24px; }.manager-details { padding: clamp(34px,6vw,72px); }.manager-details h2 { margin: 0; color: var(--core-ink); font-size: clamp(38px,5vw,58px); line-height: 1.03; letter-spacing: -.05em; }.role-pill { display: inline-flex; align-items: center; gap: 8px; margin: 17px 0 25px; padding: 8px 13px; border-radius: 99px; color: #1d62c5; background: #edf5ff; font-size: 11px; font-weight: 700; }.role-pill::before { width: 7px; height: 7px; content: ""; border-radius: 50%; background: #26ba83; }.identity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 28px; }.identity-box { padding: 15px 17px; border: 1px solid #e3eaf2; border-radius: 11px; background: #f8fafc; }.identity-box.wide { grid-column: 1/-1; }.identity-box small { display: block; color: #8c9aab; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.identity-box strong { color: #18304a; font-size: 13px; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; }.contact-copy > p { margin: 20px 0 30px; font-size: 16px; }.contact-points { display: grid; gap: 13px; }.contact-point { display: flex; align-items: center; gap: 15px; padding: 17px; border: 1px solid var(--core-line); border-radius: 12px; background: #fff; }.contact-point > i { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 9px; color: #fff; background: var(--core-blue); }.contact-point strong,.contact-point span,.contact-point a { display: block; }.contact-point strong { color: var(--core-ink); font-size: 13px; }.contact-point span,.contact-point a { color: #758499; font-size: 12px; }.contact-card { padding: clamp(28px,5vw,48px); border: 1px solid var(--core-line); border-radius: 22px; background: #fff; box-shadow: var(--core-shadow); }.contact-card h3 { margin: 0 0 24px; color: var(--core-ink); font-size: 25px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.field { margin-bottom: 15px; }.field label { display: block; margin-bottom: 7px; color: #34445a; font-size: 11px; font-weight: 700; }.field input,.field select,.field textarea { width: 100%; padding: 14px 15px; border: 1px solid #dce4ed; border-radius: 9px; outline: 0; color: var(--core-ink); background: #f9fbfd; font: 400 13px/1.5 "Inter",sans-serif; transition: border .2s ease,box-shadow .2s ease; }.field input:focus,.field select:focus,.field textarea:focus { border-color: var(--core-blue); box-shadow: 0 0 0 4px rgba(47,125,244,.09); }.field textarea { min-height: 125px; resize: vertical; }.contact-card .core-btn { width: 100%; }.form-note { margin: 12px 0 0; color: #8d9aab; font-size: 10px; text-align: center; }

@media (max-width: 900px) {
  .inner-intro,.story-grid,.contact-layout,.manager-shell { grid-template-columns: 1fr; }.work-grid,.values-grid { grid-template-columns: repeat(2,1fr); }.manager-image { min-height: auto; aspect-ratio: 4/4.8; }.manager-image img { position: absolute; inset: 0; }.story-visual { width: min(650px,100%); margin-inline: auto; }
}
@media (max-width: 640px) {
  .inner-hero { min-height: 460px; padding: 140px 0 75px; }.inner-hero h1 { font-size: 43px; }.inner-hero p { font-size: 15px; }.inner-section { padding: 72px 0; }.inner-intro { gap: 20px; }.work-grid,.values-grid,.mission-grid,.form-row { grid-template-columns: 1fr; }.work-media { height: 240px; }.story-visual > img { height: 420px; }.story-badge { right: 12px; bottom: 16px; }.identity-grid { grid-template-columns: 1fr; }.identity-box.wide { grid-column: auto; }.manager-details { padding: 30px 20px; }.manager-details h2 { font-size: 36px; }
}
