:root {
  --ink: #071b45;
  --blue: #0b55df;
  --electric: #3a7cff;
  --ice: #eaf3ff;
  --paper: #f7f9fd;
  --muted: #65728a;
  --line: rgba(7, 27, 69, .12);
  --orange: #f5a623;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  transition: .3s ease;
}
.site-header.scrolled {
  height: 70px;
  color: var(--ink);
  background: rgba(247, 249, 253, .88);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .14em; }
.brand img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; opacity: .86; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: .25s; }
.main-nav a:hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: currentColor; }

.hero {
  min-height: 810px;
  padding: 150px clamp(24px, 7vw, 108px) 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  align-items: center;
  gap: 4vw;
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 75% 45%, rgba(52, 121, 255, .25), transparent 32%),
    linear-gradient(135deg, #04112d 0%, #08245a 58%, #073a91 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 500px; height: 500px; right: -180px; top: -180px; background: rgba(49, 122, 255, .13); }
.hero-glow-two { width: 300px; height: 300px; left: 38%; bottom: -200px; background: rgba(84, 169, 255, .16); }
.hero-copy, .hero-art { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; text-transform: uppercase; letter-spacing: .19em; font-size: 11px; font-weight: 700; color: #b7d1ff; }
.eyebrow span { width: 30px; height: 1px; background: var(--orange); }
.eyebrow.dark { color: var(--blue); }
.hero h1, .section h2 { margin: 0; letter-spacing: -.052em; line-height: .99; }
.hero h1 { max-width: 760px; font-size: clamp(52px, 6.3vw, 94px); }
em { color: #77a8ff; font-style: normal; }
.hero-text { max-width: 610px; margin: 30px 0 36px; color: #cbd8ef; font-size: clamp(16px, 1.45vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 4px; font-size: 14px; font-weight: 700; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 18px 50px rgba(0, 74, 220, .35); }
.button-ghost { border: 1px solid rgba(255,255,255,.25); }
.hero-proof { margin-top: 60px; padding-top: 24px; display: flex; gap: clamp(22px, 4vw, 58px); border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.hero-proof span { color: #96a8c7; font-size: 11px; }

.hero-art { min-height: 560px; display: grid; place-items: center; }
.logo-core { position: relative; z-index: 4; width: clamp(220px, 24vw, 360px); aspect-ratio: 1; border-radius: 50%; padding: 24px; overflow: hidden; background: rgba(255,255,255,.96); box-shadow: 0 40px 120px rgba(0,0,0,.32), 0 0 0 1px rgba(255,255,255,.25); }
.logo-core img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.core-shine { position: absolute; inset: -30%; z-index: 2; transform: rotate(25deg); background: linear-gradient(90deg, transparent 40%, rgba(255,255,255,.55), transparent 60%); animation: shine 5s ease-in-out infinite; pointer-events: none; }
.orbit { position: absolute; border: 1px solid rgba(121, 173, 255, .3); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 430px; height: 240px; }
.orbit-two { width: 540px; height: 330px; animation: breathe 5s ease-in-out infinite; }
.orbit-three { width: 620px; height: 420px; border-style: dashed; opacity: .4; }
.satellite { position: absolute; z-index: 5; width: 12px; height: 12px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 25px var(--orange); }
.satellite-one { transform: translate(205px, -76px); }
.satellite-two { width: 7px; height: 7px; background: #7aafff; transform: translate(-250px, 80px); }
.floating-card { position: absolute; z-index: 6; padding: 12px 17px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.16); background: rgba(5, 25, 65, .72); backdrop-filter: blur(12px); box-shadow: 0 18px 50px rgba(0,0,0,.18); color: #d7e4fa; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.floating-card span { color: #73a8ff; }
.card-one { top: 19%; right: 2%; }
.card-two { bottom: 18%; left: 0; }
@keyframes shine { 0%, 70% { transform: translateX(-90%) rotate(25deg); } 100% { transform: translateX(90%) rotate(25deg); } }
@keyframes breathe { 50% { transform: rotate(-12deg) scale(1.05); opacity: .7; } }

.marquee { overflow: hidden; color: white; background: var(--blue); border-top: 1px solid rgba(255,255,255,.15); }
.marquee-track { width: max-content; padding: 18px 0; display: flex; gap: 30px; align-items: center; animation: marquee 24s linear infinite; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.marquee b { color: #9ec1ff; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 120px clamp(24px, 7vw, 108px); }
.section h2 { font-size: clamp(44px, 5.5vw, 78px); }
.vision { display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 8vw; }
.vision-copy { padding-top: 50px; color: var(--muted); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.8; }
.vision-copy p:first-child { margin-top: 0; color: var(--ink); }
.value-grid { grid-column: 1 / -1; margin-top: 85px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-card { min-height: 340px; padding: 32px; position: relative; border-right: 1px solid var(--line); }
.value-card:last-child { border-right: 0; }
.number { color: #8b97aa; font-size: 11px; font-weight: 700; }
.value-icon { width: 72px; height: 72px; margin: 50px 0 30px; border: 1px solid #9bb7e8; border-radius: 50%; display: grid; place-items: center; }
.value-icon i { width: 21px; height: 21px; transform: rotate(45deg); background: var(--blue); }
.icon-orbit i { width: 30px; height: 12px; border: 2px solid var(--blue); border-radius: 50%; background: none; }
.icon-forward i { width: 24px; height: 24px; border-top: 3px solid var(--blue); border-right: 3px solid var(--blue); background: none; }
.value-card h3 { margin: 0 0 12px; font-size: 22px; }
.value-card p { max-width: 300px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.categories { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; color: white; background: var(--ink); }
.categories-intro { align-self: start; position: sticky; top: 110px; }
.categories-intro > p:last-child { max-width: 510px; margin-top: 28px; color: #9facc4; line-height: 1.8; }
.category-item { min-height: 195px; padding: 34px 12px; display: grid; grid-template-columns: 48px 1fr auto; gap: 18px; align-items: center; border-top: 1px solid rgba(255,255,255,.16); }
.category-item:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.category-item > span { color: #7b8aa8; font-size: 12px; }
.category-item h3 { margin: 0 0 11px; font-size: clamp(25px, 3vw, 39px); letter-spacing: -.04em; }
.category-item p { margin: 0; color: #9facc4; font-size: 13px; line-height: 1.6; }
.category-item b { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transition: .25s; }
.category-item:hover b { color: var(--ink); background: white; transform: rotate(45deg); }

.statement { min-height: 650px; display: grid; place-items: center; align-content: center; text-align: center; background: linear-gradient(180deg, #edf4ff, #f7f9fd); }
.statement-mark { width: 72px; height: 72px; margin-bottom: 45px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: 32px; font-weight: 800; font-style: italic; }
.statement blockquote { max-width: 930px; margin: 0; font-size: clamp(34px, 5vw, 68px); line-height: 1.16; letter-spacing: -.045em; font-weight: 700; }
.statement > p { margin-top: 30px; color: var(--muted); text-transform: uppercase; letter-spacing: .17em; font-size: 10px; font-weight: 700; }

.contact { background: var(--paper); }
.contact-panel { min-height: 460px; padding: clamp(36px, 6vw, 82px); display: grid; grid-template-columns: 1fr .92fr; gap: 8vw; align-items: center; color: white; background: linear-gradient(135deg, #061632, #0a2c6e); position: relative; overflow: hidden; }
.contact-panel::after { content: "A"; position: absolute; right: -30px; bottom: -160px; font-size: 420px; font-weight: 800; font-style: italic; color: rgba(80, 141, 255, .07); }
.contact h2 { font-size: clamp(42px, 5vw, 70px); }
.contact-panel > div > p:last-child { max-width: 540px; color: #a9b8d4; line-height: 1.75; }
.contact-links { position: relative; z-index: 2; }
.contact-links a { padding: 24px 0; display: grid; grid-template-columns: 80px 1fr auto; gap: 18px; align-items: center; border-top: 1px solid rgba(255,255,255,.16); }
.contact-links a:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-links span { color: #8291ad; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.contact-links strong { font-size: clamp(15px, 1.8vw, 22px); overflow-wrap: anywhere; }

footer { padding: 38px clamp(24px, 7vw, 108px); display: grid; grid-template-columns: 1fr auto auto; gap: 32px; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-brand { color: var(--ink); font-size: 12px; }
.footer-brand img { width: 32px; height: 32px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 68px; }
  .menu-toggle { z-index: 3; display: block; color: inherit; }
  .main-nav { position: fixed; inset: 0 0 auto auto; width: min(340px, 88vw); min-height: 100vh; padding: 110px 35px; flex-direction: column; align-items: flex-start; color: white; background: #061633; transform: translateX(100%); transition: .3s; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-size: 24px; }
  .hero { min-height: auto; padding-top: 120px; grid-template-columns: 1fr; }
  .hero-art { min-height: 490px; margin-top: 20px; }
  .hero-proof { justify-content: space-between; }
  .vision, .categories, .contact-panel { grid-template-columns: 1fr; }
  .vision-copy { padding-top: 30px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .categories-intro { position: static; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .brand span { font-size: 12px; }
  .brand img { width: 34px; height: 34px; }
  .hero { padding-inline: 21px; }
  .hero h1 { font-size: clamp(45px, 14vw, 66px); }
  .hero-actions { display: grid; }
  .hero-proof { gap: 10px; }
  .hero-proof span { display: none; }
  .hero-art { min-height: 420px; transform: scale(.88); margin-inline: -35px; }
  .orbit-two { width: 460px; }
  .orbit-three { width: 520px; }
  .floating-card { font-size: 9px; }
  .section { padding: 88px 21px; }
  .value-grid { margin-top: 58px; }
  .value-card { padding-inline: 8px; }
  .category-item { min-height: 165px; grid-template-columns: 32px 1fr auto; }
  .category-item p { padding-right: 10px; }
  .contact-panel { padding: 46px 24px; }
  .contact-links a { grid-template-columns: 1fr auto; }
  .contact-links span { grid-column: 1 / -1; }
  .contact-links strong { font-size: 14px; }
}

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