/* HB marketing ↔ Labs cyber alignment (standalone; also mirrored in resources/scss) */
:root {
  --cyber-void: #020617;
  --cyber-navy: #0b1628;
  --cyber-line: #7dd3fc;
  --cyber-glow: #38bdf8;
  --cyber-core: #2563eb;
  --primary-color: #2563eb;
  --primary-soft: #3b82f6;
  --primary-deep: #1d4ed8;
  --bg-primary: linear-gradient(180deg, #020617 0%, #0b1628 100%);
  --bg-secondary: #e8eef6;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --header-primary: #020617;
  --header-secondary: #0b1628;
  --subtitle-color: rgba(15, 23, 42, 0.55);
  --ink-tagline: #071a34;
  --tagline-bar: rgba(37, 99, 235, 0.55);
  --ink: #0b1a33;
  --card: #ffffff;
  --muted: #64748b;
  --stroke: #e2e8f0;
  --shadow: 0 2px 6px rgba(15, 23, 42, 0.08), 0 16px 36px rgba(15, 23, 42, 0.12);
  --glow: 0 0 0 1px rgba(37, 99, 235, 0.1), 0 10px 28px rgba(37, 99, 235, 0.16);
  --accent: rgba(56, 189, 248, 0.85);
  --ink-lang: rgba(255, 255, 255, 0.7);
  --card-lang: #ffffff;
  --stroke-lang: #e2e8f0;
  --muted-lang: #64748b;
  --shadow-lang: 0 4px 8px rgba(15, 23, 42, 0.06), 0 24px 56px rgba(15, 23, 42, 0.12);
  --toggle-ink: #ffffff;
  --toggle-ring: rgba(255, 255, 255, 0.35);
  --toggle-hover: rgba(255, 255, 255, 0.12);
  --card-program: rgba(255, 255, 255, 0.92);
  --ink-program: #0b1a33;
  --stroke-program: rgba(15, 23, 42, 0.18);
  --success-600-program: #2563eb;
  --card-contact: #ffffff;
  --ink-contact: #0b1a33;
  --muted-contact: #94a3b8;
  --stroke-contact: #e2e8f0;
  --shadow-contact: 0 6px 24px rgba(15, 23, 42, 0.1);
  --success-contact: #2563eb;
  --success-dk-contact: #1d4ed8;
  --bg-contact: #0b1428;
  --header-glass: rgba(2, 6, 23, 0.72);
  --header-border: rgba(125, 211, 252, 0.12);
}

[data-theme="dark"] {
  --primary-color: #38bdf8;
  --primary-soft: #7dd3fc;
  --primary-deep: #2563eb;
  --bg-primary: linear-gradient(180deg, #020617 0%, #0b1628 100%);
  --bg-secondary: #070f1c;
  --text-primary: #f8fbff;
  --text-secondary: rgba(248, 251, 255, 0.65);
  --header-primary: #f8fbff;
  --header-secondary: #e2e8f0;
  --subtitle-color: rgba(248, 251, 255, 0.55);
  --ink-tagline: #e6eefc;
  --tagline-bar: rgba(56, 189, 248, 0.45);
  --ink: #e6eefc;
  --card: #0f1c30;
  --muted: #94a3b8;
  --stroke: #1e293b;
  --shadow: 0 2px 6px rgba(0, 0, 0, 0.35), 0 16px 36px rgba(0, 0, 0, 0.35);
  --glow: 0 0 0 1px rgba(56, 189, 248, 0.12), 0 10px 28px rgba(14, 165, 233, 0.14);
  --ink-lang: rgba(255, 255, 255, 0.7);
  --card-lang: #0f1c30;
  --stroke-lang: #1e293b;
  --muted-lang: #94a3b8;
  --shadow-lang: 0 8px 20px rgba(0, 0, 0, 0.4), 0 28px 56px rgba(0, 0, 0, 0.4);
  --card-program: #0f1c30;
  --ink-program: #e6eefc;
  --stroke-program: rgba(248, 251, 255, 0.2);
  --success-600-program: #38bdf8;
  --card-contact: #0f1c30;
  --ink-contact: #e6eefc;
  --muted-contact: #f8fbff;
  --stroke-contact: #1e293b;
  --shadow-contact: 0 8px 26px rgba(0, 0, 0, 0.45);
  --header-glass: rgba(2, 6, 23, 0.78);
  --header-border: rgba(125, 211, 252, 0.14);
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 88px;
  width: 100%;
  background: var(--header-glass);
  border-bottom: 1px solid var(--header-border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.cyber-atmosphere {
  --spot-x: 50%;
  --spot-y: 28%;
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(1100px 520px at 50% -8%, rgba(37, 99, 235, 0.18), transparent 62%),
    radial-gradient(700px 360px at 92% 18%, rgba(14, 165, 233, 0.1), transparent 55%),
    linear-gradient(180deg, #020617 0%, #0b1628 100%);
}
.cyber-spot {
  position: absolute;
  inset: 0;
  background: radial-gradient(380px 240px at var(--spot-x) var(--spot-y), rgba(56, 189, 248, 0.12), transparent 72%);
  transition: background 140ms linear;
}
.cyber-orbs { position: absolute; inset: 0; }
.cyber-orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(28px);
  opacity: 0.45;
  animation: cyber-float 10s ease-in-out infinite;
}
.cyber-orb-a {
  width: 260px; height: 260px; left: 6%; top: 14%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.35), transparent 70%);
}
.cyber-orb-b {
  width: 320px; height: 320px; right: 2%; top: 30%;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.22), transparent 72%);
  animation-delay: -2.5s;
}
.cyber-orb-c {
  width: 200px; height: 200px; left: 44%; bottom: 10%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 70%);
  animation-delay: -4s;
}
.cyber-grid-floor {
  position: absolute; left: -10%; right: -10%; bottom: -20%; height: 52%;
  perspective: 800px;
  mask-image: linear-gradient(to top, black 15%, transparent 90%);
  opacity: 0.55;
}
.cyber-grid-floor-inner {
  height: 140%;
  transform: rotateX(64deg);
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.18) 1px, transparent 1px);
  background-size: 52px 52px;
  animation: grid-pan 28s linear infinite;
}
.cyber-scan {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.025) 50%, transparent 100%);
  background-size: 100% 240%;
  animation: cyber-scan 14s linear infinite;
  opacity: 0.4;
}
.cyber-dust { position: absolute; inset: 0; }
.cyber-dust-dot {
  position: absolute; width: 3px; height: 3px; border-radius: 9999px;
  background: rgba(125, 211, 252, 0.45);
  animation: data-dust-drift 12s ease-in-out infinite;
}
.cyber-dust-1 { top: 12%; left: 18%; animation-delay: -1s; }
.cyber-dust-2 { top: 22%; left: 72%; animation-delay: -2.2s; width: 2px; height: 2px; }
.cyber-dust-3 { top: 38%; left: 8%; animation-delay: -3.4s; }
.cyber-dust-4 { top: 48%; left: 88%; animation-delay: -4s; width: 2px; height: 2px; }
.cyber-dust-5 { top: 62%; left: 28%; animation-delay: -5.1s; }
.cyber-dust-6 { top: 70%; left: 64%; animation-delay: -6s; }
.cyber-dust-7 { top: 16%; left: 48%; animation-delay: -2.8s; width: 2px; height: 2px; }
.cyber-dust-8 { top: 84%; left: 42%; animation-delay: -7.2s; }

/* Visible cyber rails + shuttle point (aller-retour) */
.cyber-rails {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cyber-rail {
  position: absolute;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(125, 211, 252, 0.15) 12%,
    rgba(125, 211, 252, 0.55) 50%,
    rgba(125, 211, 252, 0.15) 88%,
    transparent 100%
  );
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.2);
}
.cyber-rail-a { top: 28%; }
.cyber-rail-b {
  top: 58%;
  left: 12%;
  right: 12%;
  transform: rotate(-4deg);
  opacity: 0.85;
}
.cyber-rail-c {
  top: 78%;
  left: 18%;
  right: 10%;
  transform: rotate(3deg);
  opacity: 0.7;
}
.cyber-rail-dot {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border-radius: 9999px;
  background: #7dd3fc;
  box-shadow:
    0 0 0 2px rgba(125, 211, 252, 0.25),
    0 0 14px rgba(56, 189, 248, 0.85);
  animation: cyber-rail-shuttle 4.2s ease-in-out infinite;
}
.cyber-rail-b .cyber-rail-dot {
  animation-duration: 5.1s;
  animation-delay: -1.2s;
  width: 6px;
  height: 6px;
  margin-top: -3px;
}
.cyber-rail-c .cyber-rail-dot {
  animation-duration: 4.6s;
  animation-delay: -2.4s;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
}

@keyframes cyber-rail-shuttle {
  0%, 100% { left: 6%; }
  50% { left: 94%; }
}

@keyframes cyber-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes grid-pan {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 80px, 80px 0; }
}
@keyframes cyber-scan {
  0% { background-position: 0 0%; }
  100% { background-position: 0 100%; }
}
@keyframes data-dust-drift {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.35; }
  50% { transform: translate3d(8px, -14px, 0); opacity: 0.9; }
}
@keyframes hb-hero-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hb-hero-stage {
  from { opacity: 0; transform: translateY(24px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 88px);
  display: flex;
  align-items: center;
  padding: 72px 0 96px;
  background: var(--cyber-void);
  color: #f8fbff;
}
.hero-section .hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 3rem;
}
.hero-section .hero-copy { max-width: 36rem; }
.hero-section .hero-brand {
  margin: 0 0 1.25rem;
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #fff;
  animation: hb-hero-enter 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-section .hero-title {
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(1.35rem, 2.8vw, 2.15rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: none;
  text-align: start;
  animation: hb-hero-enter 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}
.hero-section .hero-title-line { display: block; color: rgba(248, 251, 255, 0.92); }
.hero-section .hero-title-accent {
  display: block;
  margin-top: 0.35rem;
  background: linear-gradient(90deg, #fff 0%, var(--cyber-line) 55%, var(--cyber-core) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.hero-section .hero-lead {
  margin-top: 1.25rem;
  max-width: 32rem;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.65;
  color: rgba(248, 251, 255, 0.68);
  animation: hb-hero-enter 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
}
.hero-section .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
  animation: hb-hero-enter 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
}
.hero-section .hero-cta-primary {
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28) inset,
    0 2px 0 rgba(29, 78, 216, 0.45),
    0 10px 24px rgba(37, 99, 235, 0.28);
  padding: 14px 28px;
}
.hero-section .hero-cta-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 13px 26px;
}
.hero-section .hero-stage {
  position: relative;
  justify-self: center;
  width: min(100%, 420px);
  aspect-ratio: 1 / 1.05;
  animation: hb-hero-stage 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
.hero-section .hero-stage-plane {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 42%, rgba(37, 99, 235, 0.28), transparent 55%),
    linear-gradient(160deg, rgba(15, 28, 48, 0.9), rgba(2, 6, 23, 0.55));
  border: 1px solid rgba(125, 211, 252, 0.16);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 24px 48px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transform: perspective(900px) rotateY(-8deg) rotateX(4deg);
  transform-style: preserve-3d;
}
.hero-section .hero-stage-ring {
  position: absolute;
  inset: 18%;
  border-radius: 9999px;
  border: 1px solid rgba(125, 211, 252, 0.22);
}
.hero-section .hero-stage-ring-a { animation: cyber-float 9s ease-in-out infinite; }
.hero-section .hero-stage-ring-b {
  inset: 28%;
  border-color: rgba(37, 99, 235, 0.35);
  animation: cyber-float 11s ease-in-out infinite reverse;
}
.hero-section .hero-stage-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  gap: 0.25rem;
  width: 132px;
  height: 132px;
  border-radius: 9999px;
  background: linear-gradient(160deg, rgba(37, 99, 235, 0.45), rgba(14, 165, 233, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 40px rgba(56, 189, 248, 0.25);
  text-align: center;
}
.hero-section .hero-stage-mark {
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}
.hero-section .hero-stage-sub {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(248, 251, 255, 0.7);
}
.hero-section .hero-stage-node {
  position: absolute;
  max-width: 9.5rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f8fbff;
  background: rgba(8, 24, 48, 0.72);
  border: 1px solid rgba(125, 211, 252, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-section .hero-stage-node-a { top: 14%; left: 6%; }
.hero-section .hero-stage-node-b { top: 18%; right: 4%; }
.hero-section .hero-stage-node-c { bottom: 16%; left: 10%; }
.hero-section .hero-stage-node-d { bottom: 14%; right: 6%; }
.hero-section .hero-stage-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}
.hero-section .hero-stage-path {
  fill: none;
  stroke: rgba(125, 211, 252, 0.45);
  stroke-width: 0.9;
  stroke-linecap: round;
  filter: drop-shadow(0 0 2px rgba(56, 189, 248, 0.35));
}
.hero-section .hero-stage-path-secondary {
  stroke: rgba(56, 189, 248, 0.35);
  stroke-dasharray: 1.6 1.8;
}
.hero-section .hero-stage-flow {
  fill: #7dd3fc;
  filter: drop-shadow(0 0 4px rgba(125, 211, 252, 0.9));
}
.hero-section .hero-stage-flow-soft {
  fill: #38bdf8;
  opacity: 0.85;
}
.hero-section .hero-stage-ring,
.hero-section .hero-stage-core,
.hero-section .hero-stage-node {
  z-index: 2;
}
.services-section .service-item a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 99, 235, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.services-section .service-item a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.pr-btn {
  background: linear-gradient(180deg, var(--primary-soft) 0%, var(--primary-color) 55%, var(--primary-deep) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset, 0 8px 20px rgba(37, 99, 235, 0.22);
}
.sec-btn {
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.hb-auth-btn {
  border: 1px solid rgba(125, 211, 252, 0.28);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 600;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}
.hb-auth-btn:hover {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(125, 211, 252, 0.45);
}
.hb-cat.is-active {
  background: rgba(37, 99, 235, 0.12);
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.35);
}
.embla__button:not(:disabled) {
  background: #2563eb;
  box-shadow: 4px 8px 24px 0 rgba(37, 99, 235, 0.35);
}
.about-us .qoute {
  background: linear-gradient(90deg, #38bdf8 0%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.badge-check { --bg: #2563eb; }
.tagline > span::after { background: var(--tagline-bar); }

html[lang="en"] .hero-brand,
html[lang="fr"] .hero-brand,
html[lang="de"] .hero-brand,
html[lang="en"] .hero-title,
html[lang="fr"] .hero-title,
html[lang="de"] .hero-title,
html[lang="en"] .hero-stage-mark,
html[lang="fr"] .hero-stage-mark,
html[lang="de"] .hero-stage-mark {
  font-family: "Space Grotesk", "Poppins", sans-serif;
}
html[lang="ar"] .hero-brand,
html[lang="ar"] .hero-title,
html[lang="ar"] .hero-stage-mark {
  font-family: "Changa", sans-serif;
}

@media (min-width: 992px) {
  .hero-section .hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
  }
}
@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
    padding: 56px 0 72px;
  }
  .hero-section .hero-stage { width: min(100%, 340px); }
  .hero-section .hero-stage-plane { transform: none; }
}

/* Secondary pages — page header + chrome */
.page-header-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--cyber-void);
  padding: 88px 0 96px;
}
.page-header-section .page-header-inner {
  position: relative;
  z-index: 1;
  max-width: 48rem;
}
.page-header-section .page-header-brand {
  margin: 0 0 1rem;
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}
.page-header-section .header-subtitle {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cyber-line);
  margin-bottom: 1rem;
}
.page-header-section .header-title {
  margin: 0 0 1.25rem;
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: none;
}
.page-header-section .header-title-line {
  display: block;
  color: rgba(248, 251, 255, 0.92);
}
.page-header-section .header-title-accent {
  display: block;
  margin-top: 0.25rem;
  background: linear-gradient(90deg, #fff 0%, var(--cyber-line) 55%, var(--cyber-core) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 700;
}
.page-header-section .header-desc,
.page-header-section .header-desc p {
  color: rgba(248, 251, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 40rem;
}

html[lang="ar"] .page-header-section .page-header-brand,
html[lang="ar"] .page-header-section .header-title {
  font-family: "Changa", sans-serif;
}

footer {
  position: relative;
  background: linear-gradient(180deg, #020617 0%, #0b1628 100%);
  border-top: 1px solid rgba(125, 211, 252, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}
footer p { color: rgba(248, 251, 255, 0.65); }
footer a:hover { color: var(--cyber-line); }
footer hr {
  border: 0;
  border-top: 1px solid rgba(125, 211, 252, 0.12);
  opacity: 1;
}

.our-values-section .our-value-item {
  background: rgba(8, 24, 48, 0.72);
  border: 1px solid rgba(125, 211, 252, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.our-values-section .our-value-item p {
  color: rgba(248, 251, 255, 0.9);
}

.training-module-item,
.accounting-chooses-item,
.benefit-card,
.headed-item,
.vision-item,
.step-pill {
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
}

.offers-section .offers-scroll {
  scrollbar-color: #2563eb transparent;
}
.offers-section .offers-scroll::-webkit-scrollbar-thumb {
  background: #2563eb;
}
.offers-section .offers-scroll::-webkit-scrollbar-thumb:hover {
  background: #1d4ed8;
}

@media (prefers-reduced-motion: reduce) {
  .cyber-orb,
  .cyber-grid-floor-inner,
  .cyber-scan,
  .cyber-dust-dot,
  .cyber-rail-dot,
  .hero-section .hero-stage-ring-a,
  .hero-section .hero-stage-ring-b {
    animation: none !important;
  }
  .hero-section .hero-stage-flow {
    display: none;
  }
}
