:root {
  --bg: #020617;
  --panel: rgba(15, 23, 42, 0.72);
  --panel2: rgba(15, 23, 42, 0.46);
  --line: rgba(148, 163, 184, 0.22);
  --text: #f8fafc;
  --muted: #94a3b8;
  --soft: #cbd5e1;
  --cyan: #67e8f9;
  --blue: #38bdf8;
  --violet: #8b5cf6;
  --green: #34d399;
  --radius: 28px;
  --shadow: 0 34px 110px rgba(0, 0, 0, 0.42);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 20% 20%, rgba(103, 232, 249, 0.16), transparent 32%),
    radial-gradient(circle at 80% 25%, rgba(139, 92, 246, 0.18), transparent 36%),
    #020617;
  color: var(--text);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
#orion-canvas { position: fixed; inset: 0; z-index: -3; pointer-events: none; }
.glow { position: fixed; z-index: -2; filter: blur(90px); opacity: 0.5; }
.glow-a { width: 520px; height: 520px; left: -180px; top: 160px; background: rgba(103, 232, 249, 0.18); }
.glow-b { width: 620px; height: 620px; right: -220px; top: 220px; background: rgba(139, 92, 246, 0.20); }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(2, 6, 23, 0.78); backdrop-filter: blur(22px); border-bottom: 1px solid var(--line); }
.nav-shell { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 900; letter-spacing: 0.08em; }
.brand strong { color: var(--cyan); }
.brand-mark { width: 38px; height: 38px; border-radius: 13px; background: linear-gradient(135deg, var(--cyan), var(--violet)); box-shadow: 0 0 34px rgba(103, 232, 249, 0.35); }
.desktop-nav { display: flex; gap: 28px; color: var(--soft); font-size: 14px; font-weight: 800; }
.desktop-nav a:hover { color: var(--cyan); }
.nav-action, .button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 900; }
.nav-action { padding: 12px 24px; background: rgba(255,255,255,.07); border: 1px solid var(--line); }
.button { padding: 15px 24px; }
.button-primary { background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #020617; }
.button-secondary { background: rgba(255,255,255,.07); border: 1px solid var(--line); }
.section-pad { padding: 110px 0; }
.compact { padding: 90px 0; }
.hero { padding-top: 98px; min-height: calc(100vh - 82px); display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { padding: 10px 14px; border-radius: 999px; background: rgba(103,232,249,.08); border: 1px solid rgba(103,232,249,.28); }
.eyebrow span { width: 8px; height: 8px; border-radius: 99px; background: var(--green); box-shadow: 0 0 18px rgba(52,211,153,.9); }
h1,h2,h3,p { margin: 0; }
.hero h1 { font-size: clamp(3.4rem, 5.2vw, 6.2rem); line-height: .94; letter-spacing: -.065em; max-width: 780px; margin-top: 34px; }
.hero h1 em { display: block; font-style: normal; background: linear-gradient(135deg, var(--cyan), var(--blue), var(--violet)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { max-width: 660px; margin-top: 28px; color: var(--soft); font-size: 1.15rem; line-height: 1.65; }
.actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.capability-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.capability-row span { padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid var(--line); font-size: 13px; font-weight: 900; color: var(--soft); }
.mission-panel { position: relative; min-height: 560px; border: 1px solid var(--line); border-radius: 38px; background: radial-gradient(circle at 48% 30%, rgba(103,232,249,.2), transparent 30%), radial-gradient(circle at 80% 62%, rgba(139,92,246,.24), transparent 40%), rgba(15,23,42,.72); box-shadow: var(--shadow); overflow: hidden; }
.scanline { position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(255,255,255,.06), transparent); height: 56px; animation: scan 5s linear infinite; }
.orbit { position: absolute; border: 1px solid rgba(148,163,184,.28); border-radius: 50%; left: 50%; top: 44%; transform: translate(-50%,-50%); animation: spin 26s linear infinite; }
.orbit-a { width: 410px; height: 410px; }
.orbit-b { width: 290px; height: 290px; animation-direction: reverse; }
.orbit-c { width: 170px; height: 250px; }
.core-sphere { position: absolute; left: 50%; top: 43%; width: 200px; height: 200px; transform: translate(-50%,-50%); border-radius: 50%; display: grid; place-items: center; text-align: center; background: radial-gradient(circle at 34% 24%, rgba(255,255,255,.85), transparent 10%), linear-gradient(135deg, var(--cyan), var(--violet)); box-shadow: 0 0 70px rgba(103,232,249,.45); animation: pulse 2.8s ease-in-out infinite; }
.core-sphere span, .core-sphere small { font-size: 12px; letter-spacing: .18em; font-weight: 900; }
.core-sphere strong { font-size: 30px; color: #020617; }
.node { position: absolute; z-index: 3; padding: 13px 17px; border-radius: 999px; background: rgba(2,6,23,.82); border: 1px solid var(--line); font-weight: 900; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.node b { color: var(--cyan); margin-right: 7px; }
.node-1 { left: 38px; top: 102px; }.node-2 { right: 32px; top: 112px; }.node-3 { left: 38px; top: 250px; }.node-4 { right: 38px; top: 245px; }.node-5 { left: 85px; bottom: 120px; }.node-6 { right: 90px; bottom: 118px; }
.console-card { position: absolute; left: 38px; right: 38px; bottom: 34px; z-index: 4; padding: 26px; border-radius: 26px; background: rgba(2,6,23,.82); border: 1px solid var(--line); backdrop-filter: blur(20px); }
.console-dots { display: flex; gap: 9px; margin-bottom: 18px; }
.console-dots i, .console-log span { width: 9px; height: 9px; border-radius: 50%; background: rgba(148,163,184,.65); }
.console-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
.console-card p { color: var(--soft); line-height: 1.55; }
.console-log { margin-top: 18px; color: var(--muted); font-size: 13px; display: flex; align-items: center; gap: 10px; }
.console-log span { background: var(--green); box-shadow: 0 0 18px rgba(52,211,153,.9); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2, .brand-copy h2, .command-console h2 { font-size: clamp(2.3rem, 4vw, 4.6rem); line-height: 1.04; letter-spacing: -.055em; margin-top: 14px; }
.section-heading p, .brand-copy p, .command-console p { color: var(--soft); font-size: 1.08rem; line-height: 1.7; margin-top: 18px; }
.feature-grid, .timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card, .timeline-card, .command-console { padding: 30px; border-radius: 28px; background: var(--panel); border: 1px solid var(--line); box-shadow: 0 20px 70px rgba(0,0,0,.22); }
.feature-card span, .timeline-card span { color: var(--cyan); font-weight: 900; }
.feature-card h3, .timeline-card h3 { margin-top: 18px; font-size: 1.35rem; }
.feature-card p, .timeline-card p { color: var(--soft); line-height: 1.7; margin-top: 12px; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.workflow-grid div { padding: 22px; border-radius: 20px; background: rgba(255,255,255,.06); border: 1px solid var(--line); font-weight: 900; text-align: center; }
.brand-universe { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.brand-map { position: relative; min-height: 420px; border-radius: 38px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 50%, rgba(103,232,249,.20), transparent 28%), radial-gradient(circle at 80% 70%, rgba(139,92,246,.20), transparent 40%), var(--panel); overflow: hidden; }
.brand-map:before { content: ""; position: absolute; inset: 42px; border-radius: 50%; border: 1px solid rgba(148,163,184,.22); animation: spin 35s linear infinite; }
.brand-planet { position: absolute; display: grid; place-items: center; text-align: center; border-radius: 50%; font-weight: 900; }
.brand-planet.main { width: 190px; height: 190px; left: 50%; top: 50%; transform: translate(-50%,-50%); background: linear-gradient(135deg, var(--cyan), var(--violet)); color: #020617; }
.future { width: 110px; height: 110px; background: rgba(2,6,23,.78); border: 1px solid var(--line); }
.future-a { left: 12%; top: 18%; }.future-b { right: 18%; top: 16%; }.future-c { right: 18%; bottom: 18%; }
.timeline { grid-template-columns: repeat(4, 1fr); }
.command-console { text-align: center; max-width: 900px; }
.command-console .button { margin-top: 28px; }
.site-footer { border-top: 1px solid var(--line); padding: 28px 0; color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.footer-inner div { display: flex; gap: 18px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes pulse { 50% { transform: translate(-50%,-50%) scale(1.05); } }
@keyframes scan { from { transform: translateY(-80px); } to { transform: translateY(650px); } }
@media (max-width: 980px) { .desktop-nav { display:none; } .hero-grid, .brand-universe { grid-template-columns: 1fr; } .hero { padding-top:72px; } .mission-panel { min-height:520px; } .feature-grid, .timeline, .workflow-grid { grid-template-columns:1fr 1fr; } .hero h1 { font-size:clamp(3rem,12vw,5.2rem); } }
@media (max-width: 640px) { .shell { width:min(100% - 32px,1180px); } .nav-action { display:none; } .section-pad { padding:72px 0; } .hero-grid { gap:36px; } .mission-panel { min-height:500px; } .core-sphere { width:155px; height:155px; } .node { font-size:12px; padding:10px 12px; } .console-card { left:18px; right:18px; bottom:18px; padding:20px; } .feature-grid, .timeline, .workflow-grid { grid-template-columns:1fr; } .footer-inner { flex-direction:column; } .hero h1 { letter-spacing:-.045em; } }
/* =========================================================
   ORION OS 6 — MODULE 01: INITIALISE ORION
   ========================================================= */

.os6-hero {
  position: relative;
  min-height: calc(100vh - 92px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 20px 96px;
}

.os6-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 42%, rgba(0, 234, 255, 0.16), transparent 28%),
    radial-gradient(circle at 22% 62%, rgba(138, 92, 255, 0.13), transparent 32%),
    linear-gradient(180deg, rgba(2, 3, 10, 0.2), rgba(2, 3, 10, 0.86));
  pointer-events: none;
}

.os6-hero-shell {
  position: relative;
  z-index: 2;
  width: min(1220px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: center;
}

.os6-system-pill {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 12px 18px;
  border: 1px solid rgba(0, 234, 255, 0.35);
  border-radius: 999px;
  background: rgba(0, 234, 255, 0.08);
  color: #67e8f9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 0 28px rgba(0, 234, 255, 0.08);
}

.os6-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2fffd2;
  box-shadow: 0 0 18px rgba(47, 255, 210, 0.95);
  animation: os6Pulse 2s ease-in-out infinite;
}

.os6-title {
  margin: 26px 0 22px;
  max-width: 720px;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.86;
  letter-spacing: -0.075em;
  font-weight: 950;
  color: #f8fbff;
}

.os6-title span {
  display: block;
  background: linear-gradient(90deg, #67e8f9, #7c9cff, #b794ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 52px rgba(0, 234, 255, 0.18);
}

.os6-lead {
  max-width: 620px;
  color: rgba(230, 241, 255, 0.78);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.65;
  margin: 0 0 32px;
}

.os6-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.os6-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.02em;
  overflow: hidden;
}

.os6-button-primary {
  color: #020617;
  background: linear-gradient(135deg, #67e8f9, #8b5cf6);
  box-shadow: 0 0 34px rgba(0, 234, 255, 0.28);
}

.os6-button-secondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(16px);
}

.os6-button::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.32), transparent);
  transition: transform 0.8s ease;
}

.os6-button:hover::after {
  transform: translateX(120%);
}

.os6-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.os6-signal-row span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.09);
  color: rgba(230,241,255,0.7);
  font-size: 13px;
  font-weight: 800;
}

.os6-core-stage {
  position: relative;
  min-height: 620px;
  border-radius: 42px;
  border: 1px solid rgba(255,255,255,0.13);
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 234, 255, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 38px 120px rgba(0,0,0,0.45);
  overflow: hidden;
  backdrop-filter: blur(22px);
}

.os6-core-stage::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    linear-gradient(115deg, transparent 35%, rgba(255,255,255,0.08) 48%, transparent 62%);
  animation: os6Scan 8s linear infinite;
}

.os6-core-glow {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 440px;
  height: 440px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 234, 255, 0.28), rgba(138,92,255,0.13) 42%, transparent 68%);
  filter: blur(20px);
  animation: os6CoreBreathe 8s ease-in-out infinite;
}

.os6-orbit {
  position: absolute;
  left: 50%;
  top: 45%;
  border: 1px solid rgba(103, 232, 249, 0.17);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.os6-orbit-one {
  width: 270px;
  height: 270px;
  animation: os6Rotate 26s linear infinite;
}

.os6-orbit-two {
  width: 390px;
  height: 390px;
  animation: os6RotateReverse 38s linear infinite;
}

.os6-orbit-three {
  width: 510px;
  height: 510px;
  animation: os6Rotate 54s linear infinite;
}

.os6-orbit::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #67e8f9;
  box-shadow: 0 0 18px rgba(103,232,249,0.9);
}

.os6-core {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 220px;
  height: 220px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 35% 25%, #ffffff 0%, #8eeaff 10%, transparent 22%),
    linear-gradient(135deg, #58dcff, #8b5cf6 78%);
  box-shadow:
    inset -28px -34px 55px rgba(12, 18, 60, 0.38),
    inset 18px 20px 42px rgba(255,255,255,0.22),
    0 0 70px rgba(0, 234, 255, 0.42);
  animation: os6Float 6s ease-in-out infinite;
}

.os6-core span,
.os6-core strong,
.os6-core small {
  position: absolute;
  font-weight: 950;
  letter-spacing: 0.13em;
}

.os6-core span {
  top: 54px;
  font-size: 13px;
  color: rgba(255,255,255,0.92);
}

.os6-core strong {
  top: 90px;
  color: #06111f;
  font-size: 30px;
}

.os6-core small {
  bottom: 52px;
  font-size: 12px;
  color: rgba(255,255,255,0.95);
}

.os6-core-shine {
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 18%, rgba(255,255,255,0.65), transparent 20%);
  opacity: 0.65;
}

.os6-node {
  position: absolute;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.78);
  border: 1px solid rgba(255,255,255,0.11);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(0,0,0,0.36);
}

.os6-node b {
  color: #67e8f9;
}

.os6-node-1 { left: 42px; top: 122px; }
.os6-node-2 { right: 42px; top: 122px; }
.os6-node-3 { left: 34px; top: 286px; }
.os6-node-4 { right: 34px; top: 286px; }
.os6-node-5 { left: 88px; bottom: 156px; }
.os6-node-6 { right: 88px; bottom: 156px; }

.os6-console {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 34px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(2, 6, 23, 0.82);
  border: 1px solid rgba(255,255,255,0.11);
  box-shadow: 0 24px 70px rgba(0,0,0,0.42);
  backdrop-filter: blur(20px);
}

.os6-console-dots {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.os6-console-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.75);
}

.os6-console h3 {
  margin: 0 0 14px;
  font-size: 23px;
}

.os6-console-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(230,241,255,0.76);
  font-size: 14px;
  line-height: 1.8;
}

.os6-console-line span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2fffd2;
  box-shadow: 0 0 14px rgba(47,255,210,0.8);
}

@keyframes os6Pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.25); }
}

@keyframes os6Float {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-14px); }
}

@keyframes os6CoreBreathe {
  0%, 100% { opacity: 0.55; transform: translate(-50%, -50%) scale(0.92); }
  50% { opacity: 0.95; transform: translate(-50%, -50%) scale(1.08); }
}

@keyframes os6Rotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes os6RotateReverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes os6Scan {
  from { transform: translateX(-30%) rotate(0deg); }
  to { transform: translateX(30%) rotate(360deg); }
}

@media (max-width: 980px) {
  .os6-hero {
    padding-top: 88px;
  }

  .os6-hero-shell {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .os6-title {
    font-size: clamp(52px, 14vw, 86px);
  }

  .os6-core-stage {
    min-height: 560px;
  }
}

@media (max-width: 620px) {
  .os6-hero {
    padding: 72px 16px 64px;
  }

  .os6-system-pill {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .os6-actions {
    flex-direction: column;
  }

  .os6-button {
    width: 100%;
  }

  .os6-core-stage {
    min-height: 520px;
    border-radius: 30px;
  }

  .os6-core {
    width: 178px;
    height: 178px;
  }

  .os6-orbit-one {
    width: 230px;
    height: 230px;
  }

  .os6-orbit-two {
    width: 320px;
    height: 320px;
  }

  .os6-orbit-three {
    width: 410px;
    height: 410px;
  }

  .os6-node {
    font-size: 12px;
    padding: 9px 11px;
  }

  .os6-node-1 { left: 18px; top: 112px; }
  .os6-node-2 { right: 18px; top: 112px; }
  .os6-node-3 { left: 14px; top: 260px; }
  .os6-node-4 { right: 14px; top: 260px; }
  .os6-node-5 { left: 30px; bottom: 154px; }
  .os6-node-6 { right: 30px; bottom: 154px; }

  .os6-console {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 20px;
  }
}
/* =========================================================
   ORION OS 6.1 — HERO POSITION FIX
   Pull hero upward and tighten first-screen experience
   ========================================================= */

.site-header {
  margin-top: 0 !important;
}

.os6-hero {
  min-height: calc(100vh - 78px) !important;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.os6-hero-shell {
  align-items: center !important;
}

.os6-title {
  margin-top: 22px !important;
}

@media (max-width: 980px) {
  .os6-hero {
    padding-top: 48px !important;
  }
}
/* =========================================================
   ORION OS 6.1.3 — MAKE LIVING UNIVERSE VISIBLE
   ========================================================= */

body {
  background: transparent !important;
}

.orion-space {
  z-index: 0 !important;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 2;
}

.os6-hero::before {
  opacity: 0.42 !important;
}

.os6-core-stage {
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 234, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.018)) !important;
}
/* =========================================================
   ORION OS 6.2 — HOLOGRAPHIC HERO LAYER
   ========================================================= */

.os6-hologram-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.os6-hero-shell {
  z-index: 3;
}

.os6-data-stream {
  position: absolute;
  width: 1px;
  height: 220px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(103, 232, 249, 0.75),
    transparent
  );
  opacity: 0.45;
  filter: drop-shadow(0 0 12px rgba(103, 232, 249, 0.8));
  animation: os6DataFall 7s linear infinite;
}

.os6-data-stream-a {
  left: 18%;
  top: -240px;
  animation-delay: 0s;
}

.os6-data-stream-b {
  left: 52%;
  top: -260px;
  animation-delay: 2.4s;
}

.os6-data-stream-c {
  left: 82%;
  top: -220px;
  animation-delay: 4.8s;
}

.os6-holo-panel {
  position: absolute;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid rgba(103, 232, 249, 0.24);
  background: rgba(2, 6, 23, 0.46);
  backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 0 34px rgba(103,232,249,0.08);
  color: white;
  animation: os6HoloFloat 8s ease-in-out infinite;
}

.os6-holo-panel span {
  display: block;
  color: rgba(103, 232, 249, 0.78);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.os6-holo-panel strong {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: -0.03em;
}

.os6-holo-panel-a {
  left: 7%;
  top: 34%;
}

.os6-holo-panel-b {
  right: 7%;
  top: 28%;
  animation-delay: 1.8s;
}

.os6-holo-panel-c {
  right: 13%;
  bottom: 18%;
  animation-delay: 3.2s;
}

@keyframes os6DataFall {
  from {
    transform: translateY(-260px);
    opacity: 0;
  }

  18% {
    opacity: 0.5;
  }

  72% {
    opacity: 0.28;
  }

  to {
    transform: translateY(calc(100vh + 260px));
    opacity: 0;
  }
}

@keyframes os6HoloFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.55;
  }

  50% {
    transform: translate3d(0, -14px, 0);
    opacity: 0.95;
  }
}

@media (max-width: 900px) {
  .os6-holo-panel,
  .os6-data-stream {
    display: none;
  }
}
/* =========================================================
   ORION OS 6.5 — COMPLETE HERO EXPERIENCE
   ========================================================= */

.os65-hero {
  position: relative;
  min-height: calc(100vh - 82px);
  padding: 72px 20px 76px;
  overflow: hidden;
  isolation: isolate;
}

#os65Universe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.os65-orbital-light {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.42;
  z-index: 1;
  pointer-events: none;
}

.os65-light-a {
  width: 520px;
  height: 520px;
  left: -140px;
  top: 120px;
  background: rgba(0, 234, 255, 0.24);
  animation: os65DriftA 28s ease-in-out infinite alternate;
}

.os65-light-b {
  width: 620px;
  height: 620px;
  right: -180px;
  bottom: -160px;
  background: rgba(139, 92, 246, 0.22);
  animation: os65DriftB 34s ease-in-out infinite alternate;
}

.os65-shell {
  position: relative;
  z-index: 3;
  width: min(1260px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 78px;
  align-items: center;
}

.os65-pill {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(103, 232, 249, 0.42);
  background: rgba(0, 234, 255, 0.08);
  color: #67e8f9;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  box-shadow: 0 0 34px rgba(103, 232, 249, 0.12);
}

.os65-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2fffd2;
  box-shadow: 0 0 18px rgba(47, 255, 210, 1);
  animation: os65PulseDot 2s ease-in-out infinite;
}

.os65-title {
  margin: 24px 0 24px;
  max-width: 760px;
  font-size: clamp(64px, 7.6vw, 116px);
  line-height: 0.86;
  letter-spacing: -0.08em;
  font-weight: 950;
  color: #f8fbff;
}

.os65-title em {
  display: block;
  font-style: normal;
  background: linear-gradient(90deg, #67e8f9, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.os65-lead {
  max-width: 650px;
  color: rgba(226, 241, 255, 0.78);
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.65;
  margin-bottom: 30px;
}

.os65-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.os65-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 950;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.os65-btn-primary {
  color: #020617;
  background: linear-gradient(135deg, #67e8f9, #8b5cf6);
  box-shadow: 0 0 42px rgba(103, 232, 249, 0.3);
}

.os65-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.055);
  backdrop-filter: blur(18px);
}

.os65-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.34), transparent);
  transition: transform 0.85s ease;
}

.os65-btn:hover::after {
  transform: translateX(120%);
}

.os65-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.os65-chips span {
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.055);
  color: rgba(230,241,255,0.72);
  font-size: 13px;
  font-weight: 850;
}

.os65-command {
  position: relative;
  min-height: 640px;
  border-radius: 44px;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(circle at 50% 42%, rgba(103,232,249,0.2), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 45px 140px rgba(0,0,0,0.48);
  overflow: hidden;
  backdrop-filter: blur(24px);
}

.os65-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(103,232,249,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103,232,249,0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.24;
  mask-image: radial-gradient(circle at 50% 42%, black 0%, transparent 72%);
}

.os65-ring {
  position: absolute;
  left: 50%;
  top: 43%;
  border-radius: 50%;
  border: 1px solid rgba(103, 232, 249, 0.22);
  transform: translate(-50%, -50%);
}

.os65-ring::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #67e8f9;
  box-shadow: 0 0 24px rgba(103,232,249,1);
}

.os65-ring-1 {
  width: 280px;
  height: 280px;
  animation: os65Rotate 24s linear infinite;
}

.os65-ring-2 {
  width: 420px;
  height: 420px;
  animation: os65RotateReverse 38s linear infinite;
}

.os65-ring-3 {
  width: 540px;
  height: 540px;
  animation: os65Rotate 62s linear infinite;
}

.os65-core {
  position: absolute;
  left: 50%;
  top: 43%;
  width: 230px;
  height: 230px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 34% 24%, #ffffff 0%, #a8f3ff 10%, transparent 22%),
    linear-gradient(135deg, #5ee7ff, #8b5cf6 78%);
  box-shadow:
    inset -28px -34px 55px rgba(12, 18, 60, 0.42),
    inset 18px 20px 42px rgba(255,255,255,0.22),
    0 0 85px rgba(0, 234, 255, 0.46);
  animation: os65CoreFloat 6s ease-in-out infinite;
}

.os65-core-pulse {
  position: absolute;
  inset: -24px;
  border-radius: 50%;
  border: 1px solid rgba(103,232,249,0.28);
  animation: os65CorePulse 3.8s ease-out infinite;
}

.os65-core span,
.os65-core strong,
.os65-core small {
  position: absolute;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.os65-core span {
  top: 56px;
  font-size: 13px;
  color: white;
}

.os65-core strong {
  top: 94px;
  font-size: 32px;
  color: #06111f;
}

.os65-core small {
  bottom: 54px;
  font-size: 12px;
  color: white;
}

.os65-node {
  position: absolute;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.82);
  border: 1px solid rgba(255,255,255,0.13);
  color: white;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 18px 44px rgba(0,0,0,0.38);
  animation: os65NodeFloat 7s ease-in-out infinite;
}

.os65-node b {
  color: #67e8f9;
  margin-right: 6px;
}

.os65-node-1 { left: 52px; top: 128px; }
.os65-node-2 { right: 52px; top: 128px; animation-delay: 1s; }
.os65-node-3 { left: 42px; top: 292px; animation-delay: 2s; }
.os65-node-4 { right: 42px; top: 292px; animation-delay: 3s; }
.os65-node-5 { left: 96px; bottom: 166px; animation-delay: 4s; }
.os65-node-6 { right: 96px; bottom: 166px; animation-delay: 5s; }

.os65-console {
  position: absolute;
  left: 44px;
  right: 44px;
  bottom: 34px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(2, 6, 23, 0.84);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(24px);
  box-shadow: 0 28px 80px rgba(0,0,0,0.44);
}

.os65-dots {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.os65-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(148,163,184,0.75);
}

.os65-console h3 {
  font-size: 24px;
  margin: 0 0 12px;
}

.os65-log p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(230,241,255,0.76);
  font-size: 14px;
  line-height: 1.8;
}

.os65-log p span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2fffd2;
  box-shadow: 0 0 14px rgba(47,255,210,0.9);
}

@keyframes os65PulseDot {
  0%, 100% { opacity: 0.5; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.25); }
}

@keyframes os65DriftA {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(120px,40px,0) scale(1.12); }
}

@keyframes os65DriftB {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(-120px,-40px,0) scale(1.16); }
}

@keyframes os65Rotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes os65RotateReverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes os65CoreFloat {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-14px); }
}

@keyframes os65CorePulse {
  0% { opacity: 0.55; transform: scale(0.9); }
  100% { opacity: 0; transform: scale(1.22); }
}

@keyframes os65NodeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 980px) {
  .os65-shell {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .os65-command {
    min-height: 580px;
  }
}

@media (max-width: 640px) {
  .os65-hero {
    padding: 52px 16px 64px;
  }

  .os65-title {
    font-size: clamp(52px, 15vw, 82px);
  }

  .os65-actions {
    flex-direction: column;
  }

  .os65-btn {
    width: 100%;
  }

  .os65-command {
    min-height: 540px;
    border-radius: 30px;
  }

  .os65-core {
    width: 180px;
    height: 180px;
  }

  .os65-ring-1 { width: 230px; height: 230px; }
  .os65-ring-2 { width: 320px; height: 320px; }
  .os65-ring-3 { width: 410px; height: 410px; }

  .os65-node {
    font-size: 12px;
    padding: 9px 11px;
  }

  .os65-console {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}
.contact-email {
  margin-top: 18px;
  color: rgba(230, 246, 255, 0.78);
  font-size: 15px;
}

.contact-email a {
  color: #36ffe0;
  font-weight: 800;
  text-decoration: none;
}

.contact-email a:hover {
  text-decoration: underline;
}
/* =========================================================
   ORION GLOBAL MOBILE POLISH — 9.2.4
   ========================================================= */

@media (max-width: 760px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
  }

  .site-header .shell,
  .nav-shell,
  .shell {
    max-width: 100% !important;
  }

  .workflow-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .workflow-grid > div {
    min-height: 78px !important;
    font-size: 18px !important;
  }

  .section-pad {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  h1,
  h2 {
    max-width: 100% !important;
  }
}
/* =========================================================
   ORION GLOBAL MOBILE FINAL POLISH — 9.2.5
   ========================================================= */

@media (max-width: 760px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 200 !important;
  }

  .site-header .shell,
  .nav-shell,
  .shell {
    width: 100% !important;
    max-width: 100% !important;
  }

  .site-nav {
    display: none !important;
  }

  .brand {
    transform: scale(0.86) !important;
    transform-origin: left center !important;
  }

  .nav-action {
    padding: 12px 18px !important;
    font-size: 14px !important;
  }

  .section-pad {
    padding-left: 18px !important;
    padding-right: 18px !important;
    overflow-x: hidden !important;
  }

  .workflow-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .workflow-grid > div {
    min-height: 76px !important;
    font-size: 18px !important;
  }

  .contact-email {
    font-size: 15px !important;
    line-height: 1.5 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .contact-email a {
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .command-console {
    padding: 34px 22px !important;
    text-align: center !important;
  }

  .command-console .button {
    width: 100% !important;
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
  }

  .site-footer,
  .footer-inner {
    text-align: center !important;
    font-size: 15px !important;
  }
}
/* =========================================================
   ORION GLOBAL MOBILE FINISH — 9.2.6
   ========================================================= */

@media (max-width: 760px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 200 !important;
  }

  .site-nav {
    display: none !important;
  }

  .brand {
    transform: scale(0.86) !important;
    transform-origin: left center !important;
  }

  .nav-action {
    padding: 12px 18px !important;
    font-size: 14px !important;
  }

  .section-pad {
    padding-left: 18px !important;
    padding-right: 18px !important;
    overflow-x: hidden !important;
  }

  .workflow-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .workflow-grid > div {
    min-height: 76px !important;
    font-size: 18px !important;
  }

  .command-console {
    padding: 34px 22px !important;
    text-align: center !important;
  }

  .command-console .button {
    width: 100% !important;
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
  }

  .contact-email,
  .contact-email a {
    font-size: 15px !important;
    line-height: 1.5 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .site-footer,
  .footer-inner {
    text-align: center !important;
    font-size: 15px !important;
  }
}
/* =========================================
   MOBILE FIX — Brand Universe circles
   v9.2.7
========================================= */
@media (max-width: 760px) {
  .brand-map {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 700px !important;
    margin: 28px auto 0 !important;
    overflow: hidden !important;
  }

  .brand-map .brand-planet {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.12 !important;
    border-radius: 50% !important;
  }

  .brand-map .brand-planet.main {
    width: 250px !important;
    height: 250px !important;
    left: 50% !important;
    top: 235px !important;
    transform: translateX(-50%) !important;
    font-size: 22px !important;
    z-index: 2 !important;
  }

  .brand-map .brand-planet.future {
    width: 145px !important;
    height: 145px !important;
    font-size: 18px !important;
    z-index: 3 !important;
    transform: none !important;
  }

  .brand-map .future-a {
    left: 34px !important;
    top: 78px !important;
  }

  .brand-map .future-b {
    right: 34px !important;
    top: 78px !important;
  }

  .brand-map .future-c {
    left: 50% !important;
    top: 505px !important;
    transform: translateX(-50%) !important;
  }
}
/* =========================================================
   ORION BRAND UNIVERSE MOBILE HARD FIX — 9.2.8
   Forces mobile circles into clean non-overlapping layout
   ========================================================= */

@media (max-width: 760px) {
  #brands .brand-map,
  .brand-map {
    position: relative !important;
    width: 100% !important;
    max-width: 360px !important;
    height: 720px !important;
    min-height: 720px !important;
    margin: 34px auto 0 !important;
    overflow: visible !important;
  }

  #brands .brand-map .brand-planet,
  .brand-map .brand-planet {
    position: absolute !important;
    inset: auto !important;
    margin: 0 !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.12 !important;
  }

  #brands .brand-map .brand-planet.main,
  .brand-map .brand-planet.main {
    width: 232px !important;
    height: 232px !important;
    left: 50% !important;
    top: 255px !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%) !important;
    font-size: 22px !important;
    z-index: 2 !important;
  }

  #brands .brand-map .brand-planet.future,
  .brand-map .brand-planet.future {
    width: 118px !important;
    height: 118px !important;
    font-size: 16px !important;
    z-index: 3 !important;
  }

  #brands .brand-map .future-a,
  .brand-map .future-a {
    left: 18px !important;
    top: 88px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  #brands .brand-map .future-b,
  .brand-map .future-b {
    right: 18px !important;
    top: 88px !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  #brands .brand-map .future-c,
  .brand-map .future-c {
    width: 146px !important;
    height: 146px !important;
    left: 50% !important;
    top: 525px !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%) !important;
    font-size: 18px !important;
  }
}