/* ═══════════════════════════════════════════════════════════════════════════
   ORBITAL NETWORK HERO - Ultra Premium Cinematic Edition
   Global Infrastructure Command Center Visualization
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────────────────────
   HERO SECTION BASE - Deep Space Environment
   ───────────────────────────────────────────────────────────────────────────── */
.hero {
  --hero-accent: #70c9ff;
  --hero-accent-rgb: 112 201 255;
  --hero-secondary: #7c8fff;
  --hero-secondary-rgb: 124 143 255;
  --hero-tertiary: #06b6d4;
  --hero-tertiary-rgb: 6 182 212;
  --hero-core: #4aeaff;
  --hero-core-rgb: 74 234 255;
  --hero-warm: #a78bfa;
  --hero-warm-rgb: 167 139 250;
  --hero-surface: rgba(6, 10, 18, 0.92);
  --hero-glass: rgba(8, 14, 26, 0.55);
  --hero-text-primary: rgba(255, 255, 255, 0.97);
  --hero-text-secondary: rgba(180, 200, 230, 0.75);
  --hero-border: rgba(255, 255, 255, 0.07);

  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(130px, 15vh, 180px) 0 clamp(80px, 10vh, 120px);
  isolation: isolate;
  overflow: hidden;

  /* Premium Deep Space Background - Layered Navy to Near-Black */
  background:
    /* Primary orbital zone ambient glow */
    radial-gradient(ellipse 70% 60% at 70% 45%, rgba(8, 20, 45, 0.95) 0%, transparent 55%),
    /* Secondary depth pocket */
    radial-gradient(ellipse 50% 40% at 72% 48%, rgba(12, 28, 55, 0.7) 0%, transparent 45%),
    /* Left side subtle navy depth */
    radial-gradient(ellipse 60% 70% at 15% 50%, rgba(8, 15, 35, 0.5) 0%, transparent 50%),
    /* Top edge subtle highlight */
    radial-gradient(ellipse 100% 30% at 50% 0%, rgba(15, 30, 60, 0.4) 0%, transparent 70%),
    /* Bottom edge depth */
    radial-gradient(ellipse 100% 25% at 50% 100%, rgba(5, 10, 25, 0.6) 0%, transparent 60%),
    /* Base gradient - deep navy to near-black */
    linear-gradient(135deg,
      #020408 0%,
      #030610 8%,
      #040914 18%,
      #050b18 30%,
      #060d1c 45%,
      #050b17 60%,
      #040812 75%,
      #030609 88%,
      #020406 100%
    );
}

/* Deep Cinematic Space Layer - Primary Atmosphere */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    /* Large soft light field behind orbital system - cinematic depth */
    radial-gradient(ellipse 55% 50% at 70% 48%, rgba(var(--hero-core-rgb), 0.07) 0%, transparent 50%),
    /* Secondary cyan bloom - wider spread */
    radial-gradient(ellipse 70% 55% at 68% 45%, rgba(var(--hero-accent-rgb), 0.05) 0%, transparent 55%),
    /* Tertiary teal atmospheric haze */
    radial-gradient(ellipse 85% 65% at 72% 42%, rgba(var(--hero-tertiary-rgb), 0.03) 0%, transparent 60%),
    /* Deep vignette - edges fade to deep space */
    radial-gradient(ellipse 150% 120% at 50% 50%, transparent 25%, rgba(2, 4, 10, 0.4) 55%, rgba(1, 2, 6, 0.7) 75%),
    /* Left side subtle depth glow */
    radial-gradient(ellipse 40% 50% at 20% 55%, rgba(var(--hero-secondary-rgb), 0.02) 0%, transparent 50%),
    /* Warm undertone for color depth */
    radial-gradient(ellipse 60% 45% at 35% 65%, rgba(var(--hero-warm-rgb), 0.012) 0%, transparent 45%);
  pointer-events: none;
}

/* Secondary Atmospheric Layer - Distant Cosmic Ambience */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    /* Top atmospheric light - subtle sky glow */
    radial-gradient(ellipse 120% 35% at 65% -5%, rgba(var(--hero-accent-rgb), 0.035) 0%, transparent 65%),
    /* Upper right corner distant glow */
    radial-gradient(ellipse 40% 35% at 90% 10%, rgba(var(--hero-core-rgb), 0.025) 0%, transparent 55%),
    /* Bottom ambient reflection - floor bounce */
    radial-gradient(ellipse 100% 25% at 55% 105%, rgba(var(--hero-tertiary-rgb), 0.02) 0%, transparent 55%),
    /* Center-right soft data mist */
    radial-gradient(ellipse 45% 40% at 75% 50%, rgba(var(--hero-accent-rgb), 0.015) 0%, transparent 50%),
    /* Subtle corner glows for depth */
    radial-gradient(ellipse 30% 30% at 5% 5%, rgba(var(--hero-secondary-rgb), 0.015) 0%, transparent 60%),
    radial-gradient(ellipse 25% 25% at 95% 90%, rgba(var(--hero-tertiary-rgb), 0.01) 0%, transparent 55%);
  pointer-events: none;
}

/* ─────────────────────────────────────────────────────────────────────────────
   HERO BACKDROP - LAYERED ATMOSPHERIC DEPTH
   ───────────────────────────────────────────────────────────────────────────── */
.hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

/* Layer 1: Deep Cinematic Space Gradient - Multi-Point Lighting */
.hero__layer--space {
  position: absolute;
  inset: 0;
  background:
    /* Primary orbital backlight - large soft glow */
    radial-gradient(ellipse 65% 55% at 70% 45%, rgba(10, 25, 50, 0.8) 0%, transparent 55%),
    /* Secondary highlight zone */
    radial-gradient(ellipse 45% 40% at 72% 42%, rgba(15, 35, 65, 0.5) 0%, transparent 50%),
    /* Upper atmospheric glow */
    radial-gradient(ellipse 100% 50% at 60% 5%, rgba(var(--hero-secondary-rgb), 0.04) 0%, transparent 50%),
    /* Lower left depth pocket */
    radial-gradient(ellipse 50% 45% at 20% 75%, rgba(var(--hero-accent-rgb), 0.025) 0%, transparent 50%),
    /* Distant cosmic glow - right edge */
    radial-gradient(ellipse 30% 60% at 98% 50%, rgba(var(--hero-tertiary-rgb), 0.02) 0%, transparent 55%),
    /* Center depth gradient */
    radial-gradient(ellipse 80% 70% at 50% 50%, rgba(8, 18, 38, 0.3) 0%, transparent 60%);
}

/* Layer 2: Premium Subtle Grid - Data Infrastructure Lines */
.hero__layer--grid {
  position: absolute;
  inset: 0;
  background-image:
    /* Primary grid */
    linear-gradient(rgba(100, 150, 200, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 150, 200, 0.015) 1px, transparent 1px),
    /* Secondary finer grid */
    linear-gradient(rgba(80, 140, 200, 0.008) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 140, 200, 0.008) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 40px 40px, 40px 40px;
  mask-image: radial-gradient(ellipse 65% 55% at 70% 48%, rgba(0, 0, 0, 0.5) 0%, transparent 55%);
  opacity: 0.6;
}

/* Layer 3: Aurora Effects - Soft Atmospheric Haze */
.hero__aurora {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(100px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero__aurora--1 {
  /* Primary cyan haze behind orbital - strongest */
  background:
    radial-gradient(ellipse 50% 45% at 70% 40%, rgba(var(--hero-accent-rgb), 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 35% 30% at 68% 45%, rgba(var(--hero-core-rgb), 0.08) 0%, transparent 45%);
  opacity: 0.6;
  animation: auroraFloat 30s ease-in-out infinite;
}

.hero__aurora--2 {
  /* Secondary purple atmospheric wash - left side */
  background:
    radial-gradient(ellipse 45% 50% at 25% 60%, rgba(var(--hero-secondary-rgb), 0.06) 0%, transparent 50%),
    radial-gradient(ellipse 30% 35% at 30% 70%, rgba(var(--hero-warm-rgb), 0.04) 0%, transparent 45%);
  opacity: 0.5;
  animation: auroraFloat 38s ease-in-out infinite reverse;
  animation-delay: -12s;
}

.hero__aurora--3 {
  /* Tertiary teal cosmic dust - subtle */
  background:
    radial-gradient(ellipse 55% 40% at 55% 75%, rgba(var(--hero-tertiary-rgb), 0.045) 0%, transparent 50%),
    radial-gradient(ellipse 40% 35% at 80% 25%, rgba(var(--hero-accent-rgb), 0.03) 0%, transparent 45%);
  opacity: 0.4;
  animation: auroraFloat 35s ease-in-out infinite;
  animation-delay: -6s;
}

/* Layer 4: Ambient Orbs - Deep Space Light Sources */
.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero__orb--1 {
  /* Primary orbital backlight - large soft cyan field */
  top: 15%;
  right: 10%;
  width: min(600px, 50vw);
  height: min(550px, 45vw);
  background:
    radial-gradient(ellipse 60% 55% at 50% 50%, rgba(var(--hero-core-rgb), 0.09) 0%, transparent 55%),
    radial-gradient(ellipse 80% 70% at 50% 50%, rgba(var(--hero-accent-rgb), 0.05) 0%, transparent 65%);
  animation: orbFloat 14s ease-in-out infinite;
}

.hero__orb--2 {
  /* Left side atmospheric depth */
  bottom: 25%;
  left: 5%;
  width: min(450px, 36vw);
  height: min(400px, 32vw);
  background:
    radial-gradient(ellipse 55% 50% at 50% 50%, rgba(var(--hero-secondary-rgb), 0.055) 0%, transparent 55%),
    radial-gradient(ellipse 70% 65% at 50% 50%, rgba(var(--hero-warm-rgb), 0.025) 0%, transparent 60%);
  animation: orbFloat 18s ease-in-out infinite;
  animation-delay: -6s;
}

.hero__orb--3 {
  /* Center-right subtle depth accent */
  top: 40%;
  right: 25%;
  width: min(350px, 28vw);
  height: min(350px, 28vw);
  background:
    radial-gradient(ellipse 50% 50% at 50% 50%, rgba(var(--hero-tertiary-rgb), 0.04) 0%, transparent 50%),
    radial-gradient(ellipse 65% 60% at 50% 50%, rgba(var(--hero-accent-rgb), 0.02) 0%, transparent 60%);
  animation: orbFloat 22s ease-in-out infinite;
  animation-delay: -10s;
}

/* Layer 5: Premium Noise Texture - Film Grain Effect */
.hero__noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.025;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Layer 5b: Star Field - Faint Cosmic Particles */
.hero__noise::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    /* Scattered star-like points */
    radial-gradient(1px 1px at 10% 15%, rgba(255, 255, 255, 0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 25% 8%, rgba(255, 255, 255, 0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 40% 22%, rgba(255, 255, 255, 0.25) 0%, transparent 100%),
    radial-gradient(1px 1px at 55% 5%, rgba(255, 255, 255, 0.35) 0%, transparent 100%),
    radial-gradient(1px 1px at 70% 18%, rgba(255, 255, 255, 0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 85% 12%, rgba(255, 255, 255, 0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 15% 75%, rgba(255, 255, 255, 0.25) 0%, transparent 100%),
    radial-gradient(1px 1px at 30% 88%, rgba(255, 255, 255, 0.35) 0%, transparent 100%),
    radial-gradient(1px 1px at 50% 92%, rgba(255, 255, 255, 0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 65% 78%, rgba(255, 255, 255, 0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 80% 85%, rgba(255, 255, 255, 0.25) 0%, transparent 100%),
    radial-gradient(1px 1px at 92% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 5% 45%, rgba(var(--hero-accent-rgb), 0.4) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 95% 35%, rgba(var(--hero-tertiary-rgb), 0.35) 0%, transparent 100%),
    radial-gradient(1px 1px at 48% 55%, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
  opacity: 0.7;
  pointer-events: none;
}

/* Layer 6: Cinematic Light Sweep - Subtle Data Flow */
.hero__sweep {
  position: absolute;
  top: 0;
  width: 35%;
  height: 100%;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(var(--hero-accent-rgb), 0.018) 35%,
    rgba(var(--hero-core-rgb), 0.022) 50%,
    rgba(var(--hero-accent-rgb), 0.015) 65%,
    transparent 100%
  );
  opacity: 0;
  pointer-events: none;
  animation: lightSweep 25s ease-in-out infinite;
}

.hero__sweep--2 {
  width: 25%;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(var(--hero-tertiary-rgb), 0.012) 40%,
    rgba(var(--hero-accent-rgb), 0.015) 50%,
    rgba(var(--hero-tertiary-rgb), 0.01) 60%,
    transparent 100%
  );
  animation: lightSweep 32s ease-in-out infinite;
  animation-delay: -14s;
  opacity: 0;
}

/* Radial Lines - Subtle Infrastructure Rays */
.hero__radial-lines {
  position: absolute;
  inset: 0;
  background: repeating-conic-gradient(
    from 0deg at 70% 48%,
    transparent 0deg,
    rgba(var(--hero-accent-rgb), 0.006) 0.2deg,
    transparent 0.4deg,
    transparent 10deg
  );
  mask-image: radial-gradient(circle at 70% 48%, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
  opacity: 0.5;
  pointer-events: none;
}

/* Edge Vignette - Cinematic Framing */
.hero__radial-lines::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    /* Top edge shadow */
    linear-gradient(180deg, rgba(2, 4, 10, 0.5) 0%, transparent 15%),
    /* Bottom edge shadow */
    linear-gradient(0deg, rgba(2, 4, 10, 0.6) 0%, transparent 20%),
    /* Left edge shadow */
    linear-gradient(90deg, rgba(2, 4, 10, 0.4) 0%, transparent 10%),
    /* Right edge shadow */
    linear-gradient(270deg, rgba(2, 4, 10, 0.3) 0%, transparent 8%);
  pointer-events: none;
}

/* Corner Vignettes - Extra Depth */
.hero__radial-lines::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    /* Top-left corner */
    radial-gradient(ellipse 40% 35% at 0% 0%, rgba(2, 4, 10, 0.6) 0%, transparent 70%),
    /* Top-right corner */
    radial-gradient(ellipse 35% 30% at 100% 0%, rgba(2, 4, 10, 0.5) 0%, transparent 65%),
    /* Bottom-left corner */
    radial-gradient(ellipse 45% 40% at 0% 100%, rgba(2, 4, 10, 0.65) 0%, transparent 70%),
    /* Bottom-right corner */
    radial-gradient(ellipse 40% 35% at 100% 100%, rgba(2, 4, 10, 0.55) 0%, transparent 65%);
  pointer-events: none;
}

/* Mouse Reactive Cursor Glow */
.hero__cursor-glow {
  position: absolute;
  width: clamp(600px, 50vw, 900px);
  height: clamp(600px, 50vw, 900px);
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(var(--hero-accent-rgb), 0.08) 0%,
    rgba(var(--hero-core-rgb), 0.04) 30%,
    transparent 60%
  );
  filter: blur(100px);
  mix-blend-mode: screen;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s ease;
  z-index: 1;
}

/* ─────────────────────────────────────────────────────────────────────────────
   HERO INNER LAYOUT
   ───────────────────────────────────────────────────────────────────────────── */
.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
}

/* ─────────────────────────────────────────────────────────────────────────────
   HERO CONTENT - PREMIUM TYPOGRAPHY
   ───────────────────────────────────────────────────────────────────────────── */
.hero__content {
  position: relative;
  z-index: 3;
  max-width: 600px;
}

/* Eyebrow - Enhanced */
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
  padding: 10px 20px 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(var(--hero-accent-rgb), 0.12);
  background: linear-gradient(135deg, rgba(var(--hero-accent-rgb), 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(16px);
  color: rgba(200, 220, 245, 0.9);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero__eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hero-core);
  box-shadow:
    0 0 12px rgba(var(--hero-core-rgb), 0.8),
    0 0 24px rgba(var(--hero-core-rgb), 0.4);
  animation: dotPulse 2s ease-in-out infinite;
}

.hero__eyebrow-line {
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--hero-core-rgb), 0.7), transparent);
  border-radius: 1px;
}

/* Title - Enhanced Premium Typography */
.hero__title {
  margin: 0 0 32px;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--hero-text-primary);
  text-wrap: balance;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.hero__title-accent {
  display: block;
  margin-top: 6px;
  background: linear-gradient(135deg,
    var(--hero-core) 0%,
    #ffffff 25%,
    var(--hero-accent) 50%,
    #e0f4ff 75%,
    var(--hero-secondary) 100%
  );
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 10s ease-in-out infinite;
  filter: drop-shadow(0 2px 10px rgba(var(--hero-accent-rgb), 0.3));
}

/* Description - Enhanced */
.hero__desc {
  margin: 0 0 40px;
  max-width: 48ch;
  font-size: clamp(1.05rem, 1.15vw, 1.15rem);
  font-weight: 420;
  line-height: 1.85;
  color: var(--hero-text-secondary);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Actions - Buttons Enhanced */
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 36px;
}

.hero__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 32px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 400ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 400ms ease,
    border-color 400ms ease;
}

.hero__btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 400ms ease;
}

.hero__btn:hover svg {
  transform: translateX(5px);
}

/* Primary Button - Premium */
.hero__btn--primary {
  border: 1px solid rgba(var(--hero-accent-rgb), 0.25);
  background:
    linear-gradient(180deg, rgba(20, 30, 50, 0.95), rgba(10, 18, 32, 0.98));
  color: rgba(255, 255, 255, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 50px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(var(--hero-accent-rgb), 0.1),
    0 0 40px rgba(var(--hero-accent-rgb), 0.08);
}

.hero__btn--primary .hero__btn-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--hero-core-rgb), 0.15), rgba(var(--hero-accent-rgb), 0.1));
  opacity: 0.5;
  transition: opacity 400ms ease;
}

.hero__btn--primary:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--hero-accent-rgb), 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 60px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(var(--hero-accent-rgb), 0.15),
    0 0 60px rgba(var(--hero-accent-rgb), 0.15);
}

.hero__btn--primary:hover .hero__btn-bg {
  opacity: 0.8;
}

.hero__btn-text {
  position: relative;
  z-index: 1;
}

/* Ghost Button - Premium */
.hero__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(240, 248, 255, 0.9);
  backdrop-filter: blur(12px);
}

.hero__btn--ghost .hero__btn-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: translateX(-100%);
  transition: transform 0.8s ease;
}

.hero__btn--ghost:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.3),
    0 0 30px rgba(var(--hero-accent-rgb), 0.08);
}

.hero__btn--ghost:hover .hero__btn-shimmer {
  transform: translateX(100%);
}

/* Helper Text - Enhanced */
.hero__helper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(160, 185, 220, 0.7);
  font-size: 0.88rem;
  font-weight: 500;
}

.hero__helper svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: rgba(var(--hero-core-rgb), 0.8);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 4px rgba(var(--hero-core-rgb), 0.4));
}

/* ═══════════════════════════════════════════════════════════════════════════
   ORBITAL NETWORK - CINEMATIC INFRASTRUCTURE VISUALIZATION
   ═══════════════════════════════════════════════════════════════════════════ */
.hero__visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(500px, 60vh, 700px);
}

/* Local Light Field Behind Orbital System - Cinematic Depth */
.hero__visual::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180%;
  height: 170%;
  transform: translate(-50%, -50%);
  background:
    /* Core energy field - innermost, strongest */
    radial-gradient(ellipse 35% 32% at 50% 48%, rgba(var(--hero-core-rgb), 0.12) 0%, transparent 50%),
    /* Primary cyan atmospheric wash */
    radial-gradient(ellipse 50% 45% at 50% 50%, rgba(var(--hero-accent-rgb), 0.07) 0%, transparent 55%),
    /* Secondary depth layer - wider spread */
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(var(--hero-tertiary-rgb), 0.04) 0%, transparent 60%),
    /* Outer atmospheric haze - softest, widest */
    radial-gradient(ellipse 90% 80% at 50% 50%, rgba(var(--hero-secondary-rgb), 0.025) 0%, transparent 65%);
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
  animation: visualGlow 10s ease-in-out infinite;
}

/* Secondary Glow Layer - Adds Warmth and Depth */
.hero__visual::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 130%;
  transform: translate(-50%, -50%);
  background:
    /* Inner warm accent for color richness */
    radial-gradient(ellipse 40% 38% at 50% 52%, rgba(var(--hero-core-rgb), 0.06) 0%, transparent 50%),
    /* Subtle purple undertone */
    radial-gradient(ellipse 55% 50% at 48% 48%, rgba(var(--hero-warm-rgb), 0.02) 0%, transparent 55%),
    /* Outer teal mist */
    radial-gradient(ellipse 75% 65% at 50% 50%, rgba(var(--hero-tertiary-rgb), 0.015) 0%, transparent 60%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
  animation: visualGlow 8s ease-in-out infinite reverse;
}

/* ─────────────────────────────────────────────────────────────────────────────
   ORBITAL SYSTEM CONTAINER - Very Slow Rotation
   ───────────────────────────────────────────────────────────────────────────── */
.orbital-system {
  position: relative;
  width: clamp(420px, 50vw, 620px);
  height: clamp(420px, 50vw, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: systemRotate 180s linear infinite;
}

/* ─────────────────────────────────────────────────────────────────────────────
   CENTRAL DATA SPHERE - The Infrastructure Core (Enhanced)
   ───────────────────────────────────────────────────────────────────────────── */
.data-sphere {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(110px, 15vw, 150px);
  height: clamp(110px, 15vw, 150px);
  z-index: 10;
  /* Counter-rotate to keep core stable */
  animation: systemRotate 180s linear infinite reverse;
}

/* Ultra outer glow - Creates depth halo */
.data-sphere__glow--outer {
  position: absolute;
  inset: -150%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--hero-core-rgb), 0.2) 0%,
    rgba(var(--hero-accent-rgb), 0.1) 25%,
    rgba(var(--hero-secondary-rgb), 0.05) 40%,
    transparent 60%
  );
  filter: blur(60px);
  animation: coreGlowOuter 6s ease-in-out infinite;
}

/* Primary glow layer */
.data-sphere__glow {
  position: absolute;
  inset: -100%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--hero-core-rgb), 0.4) 0%,
    rgba(var(--hero-accent-rgb), 0.2) 30%,
    transparent 55%
  );
  filter: blur(40px);
  animation: coreGlowInner 4s ease-in-out infinite;
}

/* The sphere core - Enhanced 3D appearance */
.data-sphere__core {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    /* Highlight for 3D effect */
    radial-gradient(ellipse 60% 40% at 30% 25%, rgba(255, 255, 255, 0.5) 0%, transparent 40%),
    /* Secondary highlight */
    radial-gradient(ellipse 40% 30% at 70% 75%, rgba(var(--hero-accent-rgb), 0.3) 0%, transparent 45%),
    /* Core gradient */
    radial-gradient(circle at 50% 50%,
      rgba(var(--hero-core-rgb), 0.9) 0%,
      rgba(var(--hero-accent-rgb), 0.6) 35%,
      rgba(var(--hero-secondary-rgb), 0.4) 60%,
      rgba(8, 20, 45, 0.95) 100%
    );
  border: 1.5px solid rgba(var(--hero-core-rgb), 0.5);
  box-shadow:
    /* Outer glow */
    0 0 80px rgba(var(--hero-core-rgb), 0.5),
    0 0 150px rgba(var(--hero-accent-rgb), 0.25),
    0 0 250px rgba(var(--hero-secondary-rgb), 0.1),
    /* Inner depth */
    inset 0 0 50px rgba(var(--hero-core-rgb), 0.4),
    inset 0 -30px 60px rgba(8, 20, 45, 0.6),
    /* Rim light */
    inset 0 2px 0 rgba(255, 255, 255, 0.2);
  animation: corePulse 4s ease-in-out infinite;
}

/* Energy expansion rings */
.data-sphere__ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(var(--hero-core-rgb), 0.4);
  box-shadow:
    0 0 15px rgba(var(--hero-core-rgb), 0.3),
    inset 0 0 15px rgba(var(--hero-core-rgb), 0.1);
  animation: ringExpand 5s ease-out infinite;
}

.data-sphere__ring--1 {
  inset: -25%;
  animation-delay: 0s;
}

.data-sphere__ring--2 {
  inset: -50%;
  animation-delay: 1.65s;
}

.data-sphere__ring--3 {
  inset: -75%;
  animation-delay: 3.3s;
}

/* Core label - Enhanced */
.data-sphere__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.98);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  text-shadow:
    0 0 20px rgba(var(--hero-core-rgb), 1),
    0 0 40px rgba(var(--hero-core-rgb), 0.5);
  white-space: nowrap;
}

/* ─────────────────────────────────────────────────────────────────────────────
   ORBITAL PATHS - Premium Illuminated Rings
   ───────────────────────────────────────────────────────────────────────────── */
.orbital-paths {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.orbital-path {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  /* Premium glowing border effect */
  box-shadow:
    0 0 20px rgba(var(--hero-accent-rgb), 0.15),
    inset 0 0 20px rgba(var(--hero-accent-rgb), 0.05);
}

/* Orbit 1 - Innermost */
.orbital-path--1 {
  width: 65%;
  height: 65%;
  border: 1px solid rgba(var(--hero-accent-rgb), 0.2);
  background: radial-gradient(ellipse at center, transparent 65%, rgba(var(--hero-accent-rgb), 0.02) 100%);
  transform: translate(-50%, -50%) rotateX(72deg) rotateZ(-15deg);
  animation: orbitRotate 90s linear infinite;
  box-shadow:
    0 0 30px rgba(var(--hero-accent-rgb), 0.12),
    inset 0 0 30px rgba(var(--hero-accent-rgb), 0.04);
}

/* Orbit 2 - Middle */
.orbital-path--2 {
  width: 80%;
  height: 80%;
  border: 1px solid rgba(var(--hero-tertiary-rgb), 0.15);
  background: radial-gradient(ellipse at center, transparent 70%, rgba(var(--hero-tertiary-rgb), 0.015) 100%);
  transform: translate(-50%, -50%) rotateX(68deg) rotateZ(25deg);
  animation: orbitRotate 120s linear infinite reverse;
  box-shadow:
    0 0 25px rgba(var(--hero-tertiary-rgb), 0.1),
    inset 0 0 25px rgba(var(--hero-tertiary-rgb), 0.03);
}

/* Orbit 3 - Outer */
.orbital-path--3 {
  width: 95%;
  height: 95%;
  border: 1px solid rgba(var(--hero-secondary-rgb), 0.12);
  background: radial-gradient(ellipse at center, transparent 75%, rgba(var(--hero-secondary-rgb), 0.01) 100%);
  transform: translate(-50%, -50%) rotateX(75deg) rotateZ(-40deg);
  animation: orbitRotate 150s linear infinite;
  box-shadow:
    0 0 20px rgba(var(--hero-secondary-rgb), 0.08),
    inset 0 0 20px rgba(var(--hero-secondary-rgb), 0.02);
}

/* ─────────────────────────────────────────────────────────────────────────────
   SERVICE NODES - Premium Illuminated Tech Markers
   ───────────────────────────────────────────────────────────────────────────── */
.orbital-nodes {
  position: absolute;
  inset: 0;
  z-index: 8;
  /* Counter-rotate to keep nodes upright */
  animation: systemRotate 180s linear infinite reverse;
}

.orbital-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translate(-50%, -50%);
  cursor: default;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.orbital-node:hover {
  transform: translate(-50%, -50%) scale(1.15);
}

/* Node marker - Premium illuminated point */
.orbital-node__marker {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 30%,
    var(--node-color, var(--hero-accent)) 70%
  );
  border: 2px solid var(--node-color, var(--hero-accent));
  box-shadow:
    0 0 25px var(--node-color, var(--hero-accent)),
    0 0 50px color-mix(in srgb, var(--node-color, var(--hero-accent)) 60%, transparent),
    0 0 80px color-mix(in srgb, var(--node-color, var(--hero-accent)) 30%, transparent),
    inset 0 0 10px rgba(255, 255, 255, 0.6);
  animation: nodePulse 3.5s ease-in-out infinite;
}

/* Outer pulse ring - Enhanced */
.orbital-node__pulse {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1.5px solid var(--node-color, var(--hero-accent));
  opacity: 0;
  animation: nodeRingPulse 3.5s ease-out infinite;
}

/* Node label - Premium glass effect */
.orbital-node__label {
  position: relative;
  padding: 8px 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(8, 15, 30, 0.9) 0%, rgba(5, 10, 22, 0.95) 100%);
  border: 1px solid rgba(var(--hero-accent-rgb), 0.18);
  backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.5),
    0 0 20px color-mix(in srgb, var(--node-color, var(--hero-accent)) 25%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.orbital-node:hover .orbital-node__label {
  border-color: color-mix(in srgb, var(--node-color, var(--hero-accent)) 50%, transparent);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.6),
    0 0 35px color-mix(in srgb, var(--node-color, var(--hero-accent)) 35%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

/* Label glow line - Enhanced */
.orbital-node__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    var(--node-color, var(--hero-accent)),
    transparent
  );
  opacity: 0.6;
}

/* Node positioning - distributed around the orbital system */
.orbital-node--1 { top: 10%; left: 50%; --node-color: #4aeaff; }
.orbital-node--2 { top: 20%; left: 84%; --node-color: #4ade80; }
.orbital-node--3 { top: 50%; left: 94%; --node-color: #f97316; }
.orbital-node--4 { top: 80%; left: 82%; --node-color: #a78bfa; }
.orbital-node--5 { top: 92%; left: 50%; --node-color: #70c9ff; }
.orbital-node--6 { top: 80%; left: 18%; --node-color: #f472b6; }
.orbital-node--7 { top: 50%; left: 6%; --node-color: #fbbf24; }
.orbital-node--8 { top: 20%; left: 16%; --node-color: #34d399; }

/* Node marker pulse timing - staggered */
.orbital-node--1 .orbital-node__marker { animation-delay: 0s; }
.orbital-node--2 .orbital-node__marker { animation-delay: 0.44s; }
.orbital-node--3 .orbital-node__marker { animation-delay: 0.88s; }
.orbital-node--4 .orbital-node__marker { animation-delay: 1.32s; }
.orbital-node--5 .orbital-node__marker { animation-delay: 1.76s; }
.orbital-node--6 .orbital-node__marker { animation-delay: 2.2s; }
.orbital-node--7 .orbital-node__marker { animation-delay: 2.64s; }
.orbital-node--8 .orbital-node__marker { animation-delay: 3.08s; }

.orbital-node--1 .orbital-node__pulse { animation-delay: 0s; }
.orbital-node--2 .orbital-node__pulse { animation-delay: 0.44s; }
.orbital-node--3 .orbital-node__pulse { animation-delay: 0.88s; }
.orbital-node--4 .orbital-node__pulse { animation-delay: 1.32s; }
.orbital-node--5 .orbital-node__pulse { animation-delay: 1.76s; }
.orbital-node--6 .orbital-node__pulse { animation-delay: 2.2s; }
.orbital-node--7 .orbital-node__pulse { animation-delay: 2.64s; }
.orbital-node--8 .orbital-node__pulse { animation-delay: 3.08s; }

/* ─────────────────────────────────────────────────────────────────────────────
   CONNECTION LINES - Premium Animated Data Links
   ───────────────────────────────────────────────────────────────────────────── */
.orbital-connections {
  position: absolute;
  inset: 0;
  z-index: 6;
  overflow: visible;
  /* Counter-rotate to keep connections stable */
  animation: systemRotate 180s linear infinite reverse;
}

.orbital-connections__svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.connection-line {
  fill: none;
  stroke-width: 1.2;
  stroke-linecap: round;
  opacity: 0.5;
  filter: drop-shadow(0 0 3px currentColor);
}

.connection-line--1 { stroke: url(#connectionGrad1); stroke-dasharray: 5 10; animation: connectionFlow 4s linear infinite; }
.connection-line--2 { stroke: url(#connectionGrad2); stroke-dasharray: 6 12; animation: connectionFlow 5s linear infinite 0.6s; }
.connection-line--3 { stroke: url(#connectionGrad3); stroke-dasharray: 5 11; animation: connectionFlow 4.5s linear infinite 1.2s; }
.connection-line--4 { stroke: url(#connectionGrad4); stroke-dasharray: 4 14; animation: connectionFlow 5.5s linear infinite 1.8s; }
.connection-line--5 { stroke: url(#connectionGrad1); stroke-dasharray: 6 10; animation: connectionFlow 4s linear infinite 2.4s; }
.connection-line--6 { stroke: url(#connectionGrad2); stroke-dasharray: 5 13; animation: connectionFlow 5s linear infinite 3s; }
.connection-line--7 { stroke: url(#connectionGrad3); stroke-dasharray: 4 12; animation: connectionFlow 4.5s linear infinite 3.6s; }
.connection-line--8 { stroke: url(#connectionGrad4); stroke-dasharray: 6 14; animation: connectionFlow 5.5s linear infinite 4.2s; }

/* ─────────────────────────────────────────────────────────────────────────────
   BACKGROUND NETWORK - Premium Ambient Infrastructure Grid
   ───────────────────────────────────────────────────────────────────────────── */
.orbital-background {
  position: absolute;
  inset: -30%;
  z-index: 1;
  opacity: 0.55;
  pointer-events: none;
}

.orbital-background__svg {
  width: 100%;
  height: 100%;
}

/* Background Atmospheric Glow Layer */
.orbital-background::before {
  content: "";
  position: absolute;
  inset: 15%;
  border-radius: 50%;
  background: radial-gradient(ellipse 60% 55% at 50% 50%,
    rgba(var(--hero-core-rgb), 0.04) 0%,
    rgba(var(--hero-accent-rgb), 0.02) 40%,
    transparent 70%
  );
  filter: blur(40px);
  pointer-events: none;
}

/* Background network nodes - Distant Data Points */
.bg-node {
  fill: rgba(var(--hero-accent-rgb), 0.45);
  filter: drop-shadow(0 0 3px rgba(var(--hero-accent-rgb), 0.4));
  animation: bgNodePulse 6s ease-in-out infinite;
}

.bg-node--1 { animation-delay: 0s; }
.bg-node--2 { animation-delay: 0.75s; fill: rgba(var(--hero-core-rgb), 0.4); }
.bg-node--3 { animation-delay: 1.5s; fill: rgba(var(--hero-tertiary-rgb), 0.35); }
.bg-node--4 { animation-delay: 2.25s; }
.bg-node--5 { animation-delay: 3s; fill: rgba(var(--hero-secondary-rgb), 0.35); }
.bg-node--6 { animation-delay: 3.75s; fill: rgba(var(--hero-core-rgb), 0.4); }
.bg-node--7 { animation-delay: 4.5s; fill: rgba(var(--hero-tertiary-rgb), 0.35); }
.bg-node--8 { animation-delay: 5.25s; }

/* Background network lines - Subtle Data Streams */
.bg-line {
  fill: none;
  stroke: rgba(var(--hero-accent-rgb), 0.1);
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 3 10;
  animation: bgLineFlow 25s linear infinite;
}

/* ─────────────────────────────────────────────────────────────────────────────
   FLOATING PARTICLES - Premium Data Flow Particles
   ───────────────────────────────────────────────────────────────────────────── */
.orbital-particles {
  position: absolute;
  inset: -10%;
  z-index: 4;
  pointer-events: none;
}

.orbital-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--hero-accent);
  box-shadow:
    0 0 10px var(--hero-accent),
    0 0 20px color-mix(in srgb, var(--hero-accent) 50%, transparent);
  opacity: 0;
  animation: particleDrift 10s ease-in-out infinite;
}

/* Add light streak effect */
.orbital-particle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  transform: translate(-100%, -50%);
  background: linear-gradient(90deg, transparent, currentColor);
  opacity: 0.5;
}

.orbital-particle--1 { top: 18%; left: 22%; animation-delay: 0s; }
.orbital-particle--2 { top: 32%; left: 78%; animation-delay: 1.2s; background: var(--hero-tertiary); box-shadow: 0 0 10px var(--hero-tertiary), 0 0 20px rgba(var(--hero-tertiary-rgb), 0.5); }
.orbital-particle--3 { top: 58%; left: 12%; animation-delay: 2.4s; background: var(--hero-secondary); box-shadow: 0 0 10px var(--hero-secondary), 0 0 20px rgba(var(--hero-secondary-rgb), 0.5); }
.orbital-particle--4 { top: 72%; left: 68%; animation-delay: 3.6s; }
.orbital-particle--5 { top: 12%; left: 62%; animation-delay: 4.8s; background: var(--hero-tertiary); box-shadow: 0 0 10px var(--hero-tertiary), 0 0 20px rgba(var(--hero-tertiary-rgb), 0.5); }
.orbital-particle--6 { top: 82%; left: 32%; animation-delay: 6s; background: var(--hero-secondary); box-shadow: 0 0 10px var(--hero-secondary), 0 0 20px rgba(var(--hero-secondary-rgb), 0.5); }
.orbital-particle--7 { top: 42%; left: 88%; animation-delay: 7.2s; }
.orbital-particle--8 { top: 52%; left: 8%; animation-delay: 8.4s; background: var(--hero-warm); box-shadow: 0 0 10px var(--hero-warm), 0 0 20px rgba(var(--hero-warm-rgb), 0.5); }

/* ─────────────────────────────────────────────────────────────────────────────
   STATUS INDICATOR - Premium Command Center Status
   ───────────────────────────────────────────────────────────────────────────── */
.orbital-status {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(8, 15, 28, 0.9) 0%, rgba(5, 10, 20, 0.95) 100%);
  border: 1px solid rgba(74, 222, 128, 0.25);
  backdrop-filter: blur(20px);
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(74, 222, 128, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  z-index: 15;
  /* Counter-rotate to keep status stable */
  animation: systemRotate 180s linear infinite reverse;
}

.orbital-status__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow:
    0 0 15px rgba(74, 222, 128, 0.8),
    0 0 30px rgba(74, 222, 128, 0.4);
  animation: statusPulse 2.5s ease-in-out infinite;
}

.orbital-status__text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.orbital-status__count {
  color: #4ade80;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(74, 222, 128, 0.5);
}

/* ═══════════════════════════════════════════════════════════════════════════
   ANIMATIONS - Premium GPU-Accelerated
   ═══════════════════════════════════════════════════════════════════════════ */

@keyframes auroraFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.5; }
  33% { transform: translate3d(2%, -2%, 0) scale(1.04); opacity: 0.6; }
  66% { transform: translate3d(-1%, 1%, 0) scale(1.02); opacity: 0.55; }
}

@keyframes orbFloat {
  0%, 100% { transform: scale(1) translate(0, 0); opacity: 0.6; }
  50% { transform: scale(1.04) translate(1.5%, -1.5%); opacity: 0.75; }
}

@keyframes lightSweep {
  0% { left: -40%; opacity: 0; }
  8% { opacity: 0.4; }
  92% { opacity: 0.4; }
  100% { left: 140%; opacity: 0; }
}

@keyframes dotPulse {
  0%, 100% { transform: scale(1); opacity: 1; box-shadow: 0 0 12px rgba(var(--hero-core-rgb), 0.8), 0 0 24px rgba(var(--hero-core-rgb), 0.4); }
  50% { transform: scale(1.3); opacity: 0.8; box-shadow: 0 0 18px rgba(var(--hero-core-rgb), 1), 0 0 36px rgba(var(--hero-core-rgb), 0.6); }
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes visualGlow {
  0%, 100% { opacity: 0.85; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.03); }
}

/* Very slow system rotation - 180s for full rotation */
@keyframes systemRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Core animations - Enhanced */
@keyframes coreGlowOuter {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.1); }
}

@keyframes coreGlowInner {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

@keyframes corePulse {
  0%, 100% {
    box-shadow:
      0 0 80px rgba(var(--hero-core-rgb), 0.5),
      0 0 150px rgba(var(--hero-accent-rgb), 0.25),
      0 0 250px rgba(var(--hero-secondary-rgb), 0.1),
      inset 0 0 50px rgba(var(--hero-core-rgb), 0.4),
      inset 0 -30px 60px rgba(8, 20, 45, 0.6),
      inset 0 2px 0 rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow:
      0 0 100px rgba(var(--hero-core-rgb), 0.6),
      0 0 180px rgba(var(--hero-accent-rgb), 0.3),
      0 0 300px rgba(var(--hero-secondary-rgb), 0.15),
      inset 0 0 60px rgba(var(--hero-core-rgb), 0.5),
      inset 0 -30px 60px rgba(8, 20, 45, 0.6),
      inset 0 2px 0 rgba(255, 255, 255, 0.25);
  }
}

@keyframes ringExpand {
  0% {
    transform: scale(0.7);
    opacity: 0.7;
    border-color: rgba(var(--hero-core-rgb), 0.6);
    box-shadow: 0 0 20px rgba(var(--hero-core-rgb), 0.4), inset 0 0 20px rgba(var(--hero-core-rgb), 0.15);
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
    border-color: rgba(var(--hero-core-rgb), 0);
    box-shadow: 0 0 30px rgba(var(--hero-core-rgb), 0), inset 0 0 30px rgba(var(--hero-core-rgb), 0);
  }
}

/* Orbital path rotation */
@keyframes orbitRotate {
  from { transform: translate(-50%, -50%) rotateX(70deg) rotateZ(0deg); }
  to { transform: translate(-50%, -50%) rotateX(70deg) rotateZ(360deg); }
}

/* Node animations - Enhanced */
@keyframes nodePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 25px var(--node-color, var(--hero-accent)),
      0 0 50px color-mix(in srgb, var(--node-color, var(--hero-accent)) 60%, transparent),
      0 0 80px color-mix(in srgb, var(--node-color, var(--hero-accent)) 30%, transparent),
      inset 0 0 10px rgba(255, 255, 255, 0.6);
  }
  50% {
    transform: scale(1.2);
    box-shadow:
      0 0 35px var(--node-color, var(--hero-accent)),
      0 0 70px color-mix(in srgb, var(--node-color, var(--hero-accent)) 70%, transparent),
      0 0 100px color-mix(in srgb, var(--node-color, var(--hero-accent)) 40%, transparent),
      inset 0 0 15px rgba(255, 255, 255, 0.7);
  }
}

@keyframes nodeRingPulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

/* Connection line animation */
@keyframes connectionFlow {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -30; }
}

/* Background animations */
@keyframes bgNodePulse {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.8); }
}

@keyframes bgLineFlow {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -80; }
}

/* Particle drift - Enhanced with direction */
@keyframes particleDrift {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.3);
  }
  15% {
    opacity: 0.9;
    transform: translate(8px, -10px) scale(1);
  }
  85% {
    opacity: 0.7;
    transform: translate(35px, -50px) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: translate(50px, -70px) scale(0.2);
  }
}

/* Status pulse */
@keyframes statusPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 15px rgba(74, 222, 128, 0.8), 0 0 30px rgba(74, 222, 128, 0.4);
  }
  50% {
    transform: scale(1.25);
    box-shadow: 0 0 25px rgba(74, 222, 128, 1), 0 0 50px rgba(74, 222, 128, 0.6);
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 1280px) {
  .hero__inner {
    gap: clamp(40px, 5vw, 80px);
  }

  .orbital-system {
    width: clamp(380px, 48vw, 560px);
    height: clamp(380px, 48vw, 560px);
  }

  .data-sphere {
    width: clamp(95px, 13vw, 130px);
    height: clamp(95px, 13vw, 130px);
  }
}

@media (max-width: 1024px) {
  .hero {
    padding: clamp(110px, 13vh, 150px) 0 clamp(60px, 8vh, 100px);
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .hero__content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero__desc {
    margin-left: auto;
    margin-right: auto;
  }

  .hero__actions {
    justify-content: center;
  }

  .hero__visual {
    min-height: clamp(400px, 55vh, 550px);
  }

  .orbital-system {
    width: clamp(350px, 70vw, 500px);
    height: clamp(350px, 70vw, 500px);
  }

  .data-sphere {
    width: clamp(85px, 16vw, 115px);
    height: clamp(85px, 16vw, 115px);
  }

  .data-sphere__label {
    font-size: 0.6rem;
  }

  .orbital-node__label {
    font-size: 0.62rem;
    padding: 6px 12px;
  }
}

@media (max-width: 768px) {
  .hero__inner {
    width: min(1440px, calc(100% - 40px));
  }

  .hero__title {
    font-size: clamp(2.2rem, 7.5vw, 2.9rem);
  }

  .hero__eyebrow {
    padding: 8px 16px 8px 12px;
    font-size: 0.64rem;
  }

  .hero__visual {
    min-height: clamp(350px, 50vh, 450px);
  }

  .orbital-system {
    width: clamp(300px, 80vw, 400px);
    height: clamp(300px, 80vw, 400px);
  }

  .data-sphere {
    width: clamp(75px, 20vw, 95px);
    height: clamp(75px, 20vw, 95px);
  }

  .orbital-node__marker {
    width: 14px;
    height: 14px;
  }

  .orbital-node__label {
    font-size: 0.58rem;
    padding: 5px 10px;
  }

  .orbital-status {
    padding: 12px 20px;
  }

  .orbital-status__text {
    font-size: 0.65rem;
  }

  /* Hide some nodes on mobile */
  .orbital-node--3,
  .orbital-node--7 {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .hero__btn {
    width: 100%;
    min-height: 54px;
  }

  .hero__visual {
    min-height: clamp(300px, 45vh, 380px);
  }

  .orbital-system {
    width: clamp(280px, 85vw, 340px);
    height: clamp(280px, 85vw, 340px);
  }

  .data-sphere {
    width: clamp(65px, 22vw, 85px);
    height: clamp(65px, 22vw, 85px);
  }

  .data-sphere__label {
    font-size: 0.55rem;
  }

  .orbital-node__marker {
    width: 12px;
    height: 12px;
  }

  .orbital-node__label {
    font-size: 0.52rem;
    padding: 4px 8px;
  }

  .orbital-status {
    padding: 10px 16px;
    gap: 10px;
  }

  .orbital-status__dot {
    width: 8px;
    height: 8px;
  }

  .orbital-status__text {
    font-size: 0.58rem;
  }

  /* Hide more nodes on small mobile */
  .orbital-node--4,
  .orbital-node--6 {
    display: none;
  }

  /* Reduce orbital path visibility */
  .orbital-path {
    opacity: 0.6;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .hero *,
  .hero *::before,
  .hero *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .hero__title-accent {
    background-size: 100% 100%;
  }

  .orbital-particles,
  .data-sphere__ring {
    display: none;
  }

  .orbital-path {
    opacity: 0.4;
  }

  .orbital-system,
  .data-sphere,
  .orbital-nodes,
  .orbital-connections,
  .orbital-status {
    animation: none !important;
  }
}

/* Touch Devices */
@media (hover: none), (pointer: coarse) {
  .hero__cursor-glow {
    display: none;
  }

  .orbital-node:hover {
    transform: translate(-50%, -50%);
  }

  .orbital-node:hover .orbital-node__label {
    transform: none;
  }
}

/* Orbital wow refresh */
.hero__visual {
  min-height: clamp(540px, 62vh, 760px);
}

.orbital-system {
  width: clamp(460px, 52vw, 680px);
  height: clamp(460px, 52vw, 680px);
  overflow: visible;
  isolation: isolate;
}

.orbital-system__backplate {
  position: absolute;
  inset: 9%;
  z-index: 0;
  border-radius: 32%;
  border: 1px solid rgba(186, 218, 255, 0.06);
  background:
    radial-gradient(ellipse at center, rgba(var(--hero-core-rgb), 0.08), transparent 48%),
    radial-gradient(ellipse at 28% 32%, rgba(var(--hero-accent-rgb), 0.08), transparent 32%),
    radial-gradient(ellipse at 72% 66%, rgba(var(--hero-secondary-rgb), 0.06), transparent 30%),
    linear-gradient(180deg, rgba(7, 13, 24, 0.42), rgba(3, 6, 12, 0.1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -30px 40px rgba(0, 0, 0, 0.16),
    0 40px 80px rgba(0, 0, 0, 0.18);
  animation: orbitalPlatePulse 10s ease-in-out infinite;
}

.orbital-system__backplate::before,
.orbital-system__backplate::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.orbital-system__backplate::before {
  inset: 6%;
  border: 1px solid rgba(var(--hero-core-rgb), 0.08);
  box-shadow:
    0 0 24px rgba(var(--hero-core-rgb), 0.08),
    inset 0 0 30px rgba(var(--hero-core-rgb), 0.03);
}

.orbital-system__backplate::after {
  inset: -6%;
  background:
    radial-gradient(circle at 50% 50%, rgba(var(--hero-core-rgb), 0.08), transparent 54%),
    conic-gradient(from 0deg, rgba(var(--hero-core-rgb), 0.14), transparent 20%, transparent 44%, rgba(var(--hero-secondary-rgb), 0.12) 56%, transparent 76%, rgba(var(--hero-accent-rgb), 0.12));
  filter: blur(26px);
  opacity: 0.55;
}

.orbital-system__beam {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(90deg, transparent, rgba(var(--hero-core-rgb), 0.82), transparent);
  box-shadow:
    0 0 20px rgba(var(--hero-core-rgb), 0.25),
    0 0 40px rgba(var(--hero-core-rgb), 0.12);
  opacity: 0.64;
  animation: orbitalBeamShift 7.5s ease-in-out infinite;
}

.orbital-system__beam--1 {
  width: 22%;
  transform: translate(-160%, -90%) rotate(-34deg);
}

.orbital-system__beam--2 {
  width: 28%;
  height: 12px;
  background: linear-gradient(90deg, transparent, rgba(var(--hero-tertiary-rgb), 0.76), transparent);
  box-shadow:
    0 0 24px rgba(var(--hero-tertiary-rgb), 0.24),
    0 0 42px rgba(var(--hero-tertiary-rgb), 0.12);
  transform: translate(44%, 126%) rotate(38deg);
  animation-delay: 1.8s;
}

.orbital-system__beam--3 {
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(var(--hero-secondary-rgb), 0.76), transparent);
  box-shadow:
    0 0 22px rgba(var(--hero-secondary-rgb), 0.24),
    0 0 40px rgba(var(--hero-secondary-rgb), 0.12);
  transform: translate(120%, -180%) rotate(92deg);
  animation-delay: 3.2s;
}

.orbital-hud {
  --hud-rgb: var(--hero-core-rgb);

  position: absolute;
  z-index: 12;
  min-width: 150px;
  padding: 14px 16px 13px;
  border-radius: 18px;
  border: 1px solid rgba(var(--hud-rgb), 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 18% 16%, rgba(var(--hud-rgb), 0.12), transparent 34%),
    linear-gradient(180deg, rgba(8, 15, 28, 0.9), rgba(4, 8, 18, 0.96));
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.22),
    0 0 30px rgba(var(--hud-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(22px);
  animation:
    systemRotate 180s linear infinite reverse,
    orbitalHudFloat 7s ease-in-out infinite;
}

.orbital-hud::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 44%);
  pointer-events: none;
}

.orbital-hud > * {
  position: relative;
  z-index: 1;
  display: block;
}

.orbital-hud--north-west {
  top: 24%;
  left: 29%;
  --hud-rgb: var(--hero-core-rgb);
}

.orbital-hud--south-east {
  top: 73%;
  left: 71%;
  --hud-rgb: var(--hero-tertiary-rgb);
  animation-delay: 1.4s;
}

.orbital-hud__kicker {
  color: rgba(194, 212, 236, 0.62);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.orbital-hud__value {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.98);
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -0.04em;
}

.orbital-hud__meta {
  margin-top: 4px;
  color: rgba(188, 206, 230, 0.74);
  font-size: 0.63rem;
  letter-spacing: 0.04em;
}

.data-sphere {
  width: clamp(126px, 16vw, 170px);
  height: clamp(126px, 16vw, 170px);
  z-index: 14;
}

.data-sphere__core {
  overflow: visible;
}

.data-sphere__core::before,
.data-sphere__core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.data-sphere__core::before {
  inset: -16%;
  border: 1px solid rgba(var(--hero-core-rgb), 0.2);
  box-shadow:
    0 0 34px rgba(var(--hero-core-rgb), 0.16),
    inset 0 0 18px rgba(var(--hero-core-rgb), 0.08);
  animation: orbitalCoreHalo 5s ease-in-out infinite;
}

.data-sphere__core::after {
  inset: 18%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.8), transparent 32%),
    radial-gradient(circle at 70% 68%, rgba(var(--hero-core-rgb), 0.34), transparent 38%);
  filter: blur(3px);
  opacity: 0.82;
}

.data-sphere__caption {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  min-width: 220px;
  padding: 13px 18px 12px;
  border-radius: 20px;
  border: 1px solid rgba(var(--hero-core-rgb), 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 30%),
    radial-gradient(circle at 18% 18%, rgba(var(--hero-core-rgb), 0.12), transparent 36%),
    linear-gradient(180deg, rgba(8, 15, 28, 0.92), rgba(4, 8, 18, 0.98));
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.24),
    0 0 30px rgba(var(--hero-core-rgb), 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translateX(-50%);
  text-align: center;
  backdrop-filter: blur(20px);
  animation: orbitalCaptionFloat 6s ease-in-out infinite;
}

.data-sphere__caption::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--hero-core-rgb), 0.9), transparent);
  opacity: 0.72;
}

.data-sphere__eyebrow {
  display: block;
  color: rgba(180, 201, 228, 0.68);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.data-sphere__caption .data-sphere__label {
  position: static;
  display: block;
  margin-top: 5px;
  transform: none;
  color: rgba(255, 255, 255, 0.98);
  font-size: 0.98rem;
  font-weight: 760;
  letter-spacing: -0.04em;
  text-transform: none;
  text-shadow:
    0 0 18px rgba(var(--hero-core-rgb), 0.7),
    0 0 32px rgba(var(--hero-core-rgb), 0.25);
  white-space: nowrap;
}

.data-sphere__meta {
  display: block;
  margin-top: 5px;
  color: rgba(184, 204, 230, 0.76);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.orbital-node {
  gap: 14px;
}

.orbital-node__marker {
  width: 20px;
  height: 20px;
}

.orbital-node__marker::before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  width: 1px;
  height: 14px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, color-mix(in srgb, var(--node-color, var(--hero-accent)) 70%, transparent), transparent);
  opacity: 0.82;
}

.orbital-node__label {
  overflow: hidden;
  padding: 10px 18px 11px;
  border-radius: 16px;
  border-color: color-mix(in srgb, var(--node-color, var(--hero-accent)) 22%, rgba(255, 255, 255, 0.08));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--node-color, var(--hero-accent)) 16%, transparent), transparent 40%),
    linear-gradient(180deg, rgba(8, 15, 30, 0.94), rgba(4, 8, 18, 0.99));
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.42),
    0 0 26px color-mix(in srgb, var(--node-color, var(--hero-accent)) 22%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.orbital-node__label::after {
  content: "";
  position: absolute;
  inset: auto 18px -14px;
  height: 18px;
  border-radius: 999px;
  background: radial-gradient(circle, color-mix(in srgb, var(--node-color, var(--hero-accent)) 28%, transparent), transparent 72%);
  filter: blur(10px);
  opacity: 0.65;
  pointer-events: none;
}

.orbital-node:hover .orbital-node__marker {
  transform: scale(1.14);
}

.orbital-status {
  padding: 16px 30px;
  border-color: rgba(74, 222, 128, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 12% 50%, rgba(74, 222, 128, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(8, 15, 28, 0.92), rgba(4, 8, 18, 0.98));
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(74, 222, 128, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.orbital-status__count {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  min-height: 22px;
  margin-right: 10px;
  border-radius: 999px;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.16);
}

@keyframes orbitalPlatePulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.92;
  }
  50% {
    transform: scale(1.02);
    opacity: 1;
  }
}

@keyframes orbitalBeamShift {
  0%, 100% {
    opacity: 0.35;
    filter: blur(0px);
  }
  50% {
    opacity: 0.88;
    filter: blur(1px);
  }
}

@keyframes orbitalHudFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -6px;
  }
}

@keyframes orbitalCoreHalo {
  0%, 100% {
    transform: scale(1);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes orbitalCaptionFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-4px);
  }
}

@media (max-width: 1280px) {
  .hero__visual {
    min-height: clamp(480px, 58vh, 660px);
  }

  .orbital-system {
    width: clamp(410px, 48vw, 580px);
    height: clamp(410px, 48vw, 580px);
  }

  .orbital-hud {
    min-width: 138px;
    padding: 12px 14px;
  }
}

@media (max-width: 1024px) {
  .hero__visual {
    min-height: clamp(400px, 55vh, 550px);
  }

  .orbital-system {
    width: clamp(350px, 70vw, 500px);
    height: clamp(350px, 70vw, 500px);
  }

  .orbital-hud {
    display: none;
  }

  .data-sphere__caption {
    min-width: 186px;
    padding: 11px 14px 10px;
  }
}

@media (max-width: 768px) {
  .hero__visual {
    min-height: clamp(350px, 50vh, 450px);
  }

  .orbital-system {
    width: clamp(300px, 80vw, 400px);
    height: clamp(300px, 80vw, 400px);
  }

  .data-sphere__caption {
    top: calc(100% + 12px);
    min-width: 158px;
    padding: 10px 12px 9px;
    border-radius: 16px;
  }

  .data-sphere__caption .data-sphere__label {
    font-size: 0.78rem;
  }

  .data-sphere__meta {
    display: none;
  }

  .orbital-node {
    gap: 10px;
  }

  .orbital-node__label {
    padding: 6px 11px 7px;
    border-radius: 12px;
  }
}

@media (max-width: 640px) {
  .hero__visual {
    min-height: clamp(300px, 45vh, 380px);
  }

  .orbital-system {
    width: clamp(280px, 85vw, 340px);
    height: clamp(280px, 85vw, 340px);
  }

  .orbital-system__beam {
    display: none;
  }

  .data-sphere__caption {
    min-width: 142px;
    padding: 8px 10px 8px;
  }

  .data-sphere__eyebrow {
    font-size: 0.48rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbital-system__backplate,
  .orbital-system__beam,
  .orbital-hud,
  .data-sphere__core::before,
  .data-sphere__caption {
    animation: none !important;
  }
}

/* Orbital cleanup */
.orbital-hud,
.orbital-status,
.data-sphere__meta {
  display: none !important;
}

.hero__visual {
  position: relative;
  min-height: clamp(560px, 64vh, 780px);
}

.orbital-system {
  width: clamp(430px, 50vw, 640px);
  height: clamp(430px, 50vw, 640px);
}

.orbital-system__beam {
  opacity: 0.42;
}

.data-sphere {
  width: clamp(118px, 15vw, 158px);
  height: clamp(118px, 15vw, 158px);
}

.data-sphere__caption {
  top: calc(100% + 16px);
  min-width: 188px;
  padding: 11px 14px 10px;
  border-radius: 16px;
  border-color: rgba(var(--hero-core-rgb), 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 30%),
    radial-gradient(circle at 18% 18%, rgba(var(--hero-core-rgb), 0.08), transparent 36%),
    linear-gradient(180deg, rgba(7, 13, 24, 0.94), rgba(4, 8, 18, 0.98));
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.2),
    0 0 24px rgba(var(--hero-core-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.data-sphere__eyebrow {
  color: rgba(182, 202, 228, 0.64);
  font-size: 0.5rem;
  letter-spacing: 0.18em;
}

.data-sphere__caption .data-sphere__label {
  margin-top: 4px;
  font-size: 0.88rem;
  font-weight: 740;
  letter-spacing: -0.03em;
}

.orbital-node {
  gap: 12px;
}

.orbital-node__label {
  padding: 9px 16px 10px;
  border-radius: 14px;
  font-size: 0.67rem;
  letter-spacing: 0.06em;
}

.orbital-node--1 { top: 11%; left: 50%; }
.orbital-node--2 { top: 21%; left: 84%; }
.orbital-node--3 { top: 50%; left: 92%; }
.orbital-node--4 { top: 79%; left: 80%; }
.orbital-node--5 { top: 86%; left: 50%; }
.orbital-node--6 { top: 79%; left: 20%; }
.orbital-node--7 { top: 50%; left: 8%; }
.orbital-node--8 { top: 21%; left: 16%; }

.hero__visual-deck {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 24;
  min-width: 300px;
  padding: 16px 18px 15px;
  border-radius: 22px;
  border: 1px solid rgba(174, 216, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 16% 18%, rgba(var(--hero-core-rgb), 0.12), transparent 34%),
    linear-gradient(180deg, rgba(8, 15, 28, 0.94), rgba(4, 8, 18, 0.99));
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(var(--hero-core-rgb), 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
}

.hero__visual-deck::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 42%);
  pointer-events: none;
}

.hero__visual-deck > * {
  position: relative;
  z-index: 1;
}

.hero__visual-deck-kicker {
  display: block;
  color: rgba(186, 205, 228, 0.62);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero__visual-deck-value {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.98);
  font-size: 1.16rem;
  font-weight: 760;
  letter-spacing: -0.04em;
}

.hero__visual-deck-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.hero__visual-deck-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(174, 216, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(214, 229, 248, 0.82);
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 1280px) {
  .hero__visual {
    min-height: clamp(500px, 60vh, 680px);
  }

  .hero__visual-deck {
    min-width: 280px;
    padding: 14px 16px 14px;
  }
}

@media (max-width: 1024px) {
  .hero__visual {
    min-height: clamp(420px, 56vh, 560px);
  }

  .orbital-system {
    width: clamp(350px, 70vw, 500px);
    height: clamp(350px, 70vw, 500px);
  }

  .hero__visual-deck {
    min-width: 256px;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .hero__visual {
    min-height: clamp(360px, 52vh, 470px);
  }

  .hero__visual-deck {
    min-width: 220px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .hero__visual-deck-value {
    font-size: 0.96rem;
  }

  .hero__visual-deck-tags {
    gap: 6px;
    margin-top: 10px;
  }

  .hero__visual-deck-tags span {
    min-height: 24px;
    padding: 0 8px;
    font-size: 0.56rem;
  }

  .orbital-node--5 { top: 82%; }
}

@media (max-width: 640px) {
  .hero__visual {
    min-height: clamp(320px, 48vh, 390px);
  }

  .hero__visual-deck {
    min-width: 0;
    width: calc(100% - 24px);
    bottom: -2px;
    padding: 10px 12px;
  }

  .hero__visual-deck-tags span:last-child {
    display: none;
  }

  .data-sphere__caption {
    min-width: 156px;
    padding: 9px 11px 8px;
  }

  .orbital-node--5 { top: 80%; }
}

/* Orbital motion premium */
.hero__visual-deck {
  display: none !important;
}

.orbital-scan {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.82;
  -webkit-mask: radial-gradient(circle, transparent calc(100% - 10px), #000 calc(100% - 8px));
  mask: radial-gradient(circle, transparent calc(100% - 10px), #000 calc(100% - 8px));
}

.orbital-scan--1 {
  width: 66%;
  height: 66%;
  transform: translate(-50%, -50%) rotateX(72deg) rotateZ(-12deg);
  background: conic-gradient(
    from 0deg,
    transparent 0deg 24deg,
    rgba(var(--hero-core-rgb), 0.78) 40deg 60deg,
    transparent 78deg 360deg
  );
  filter: blur(0.6px);
  animation: orbitRotate 18s linear infinite;
}

.orbital-scan--2 {
  width: 86%;
  height: 86%;
  transform: translate(-50%, -50%) rotateX(68deg) rotateZ(34deg);
  background: conic-gradient(
    from 0deg,
    transparent 0deg 150deg,
    rgba(var(--hero-tertiary-rgb), 0.64) 168deg 186deg,
    transparent 206deg 360deg
  );
  filter: blur(1px);
  opacity: 0.56;
  animation: orbitRotate 26s linear infinite reverse;
}

.orbital-ribbon-track {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 16;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: orbitalRibbonSweep 12s cubic-bezier(0.45, 0.05, 0.2, 1) infinite alternate;
}

.orbital-ribbon {
  --ribbon-depth: 158px;
  --ribbon-mid-depth: 150px;

  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(174, 216, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 18% 20%, rgba(var(--hero-core-rgb), 0.16), transparent 34%),
    linear-gradient(180deg, rgba(8, 15, 28, 0.92), rgba(4, 8, 18, 0.98));
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.22),
    0 0 26px rgba(var(--hero-core-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  transform: translate(-50%, -50%) translateY(var(--ribbon-depth)) rotate(34deg);
  animation: orbitalRibbonCounter 12s cubic-bezier(0.45, 0.05, 0.2, 1) infinite alternate;
}

.orbital-ribbon::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 42%);
  pointer-events: none;
}

.orbital-ribbon::after {
  content: "";
  position: absolute;
  inset: auto 18px -10px;
  height: 16px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(var(--hero-core-rgb), 0.24), transparent 72%);
  filter: blur(8px);
  opacity: 0.62;
  pointer-events: none;
}

.orbital-ribbon > * {
  position: relative;
  z-index: 1;
}

.orbital-ribbon__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgb(var(--hero-core-rgb));
  box-shadow:
    0 0 12px rgba(var(--hero-core-rgb), 0.9),
    0 0 22px rgba(var(--hero-core-rgb), 0.34);
  animation: statusPulse 2.6s ease-in-out infinite;
}

.orbital-ribbon__text {
  color: rgba(247, 251, 255, 0.96);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.orbital-node--5 { top: 90%; left: 50%; }

@keyframes orbitalRibbonSweep {
  0% {
    transform: translate(-50%, -50%) rotate(-34deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-6deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(26deg);
  }
}

@keyframes orbitalRibbonCounter {
  0% {
    transform: translate(-50%, -50%) translateY(var(--ribbon-depth)) rotate(34deg);
  }
  50% {
    transform: translate(-50%, -50%) translateY(var(--ribbon-mid-depth)) rotate(6deg);
  }
  100% {
    transform: translate(-50%, -50%) translateY(var(--ribbon-depth)) rotate(-26deg);
  }
}

@media (max-width: 1024px) {
  .orbital-ribbon {
    --ribbon-depth: 136px;
    --ribbon-mid-depth: 130px;

    min-height: 38px;
    padding: 0 12px 0 10px;
    transform: translate(-50%, -50%) translateY(var(--ribbon-depth)) rotate(34deg);
  }
}

@media (max-width: 768px) {
  .orbital-ribbon {
    --ribbon-depth: 118px;
    --ribbon-mid-depth: 112px;

    min-height: 34px;
    padding: 0 10px 0 9px;
    transform: translate(-50%, -50%) translateY(var(--ribbon-depth)) rotate(34deg);
  }

  .orbital-ribbon__text {
    font-size: 0.56rem;
    letter-spacing: 0.1em;
  }

  .orbital-node--5 { top: 86%; }
}

@media (max-width: 640px) {
  .orbital-ribbon {
    --ribbon-depth: 104px;
    --ribbon-mid-depth: 98px;

    min-height: 31px;
    padding: 0 9px 0 8px;
    transform: translate(-50%, -50%) translateY(var(--ribbon-depth)) rotate(34deg);
  }

  .orbital-ribbon__dot {
    width: 7px;
    height: 7px;
  }

  .orbital-ribbon__text {
    font-size: 0.5rem;
  }

  .orbital-node--5 { top: 84%; }
}

@media (prefers-reduced-motion: reduce) {
  .orbital-scan,
  .orbital-ribbon-track,
  .orbital-ribbon {
    animation: none !important;
  }

  .orbital-ribbon {
    transform: translate(-50%, -50%) translateY(var(--ribbon-depth));
  }
}

/* Signal stage redesign */
.hero__visual {
  position: relative;
  min-height: clamp(560px, 66vh, 800px);
  overflow: visible;
}

.signal-stage {
  position: relative;
  width: clamp(430px, 50vw, 670px);
  height: clamp(520px, 60vw, 780px);
  isolation: isolate;
}

.signal-stage__lines-layer,
.signal-stage__cards-layer {
  position: absolute;
  inset: 0;
}

.signal-stage__lines-layer {
  z-index: 1;
  pointer-events: none;
}

.signal-stage__cards-layer {
  z-index: 10;
}

.signal-stage::before,
.signal-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.signal-stage::before {
  background:
    radial-gradient(circle at 50% 36%, rgba(var(--hero-core-rgb), 0.16), transparent 28%),
    radial-gradient(circle at 28% 64%, rgba(var(--hero-secondary-rgb), 0.08), transparent 24%),
    radial-gradient(circle at 72% 22%, rgba(var(--hero-tertiary-rgb), 0.08), transparent 22%);
  filter: blur(48px);
  opacity: 0.88;
}

.signal-stage::after {
  inset: 10% 12%;
  border-radius: 42px;
  border: 1px solid rgba(184, 216, 255, 0.05);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0) 20%),
    linear-gradient(180deg, rgba(7, 13, 24, 0.28), rgba(3, 6, 12, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 -40px 90px rgba(0, 0, 0, 0.12);
}

.signal-stage__aura {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(44px);
  opacity: 0.54;
  animation: signalAuraPulse 8s ease-in-out infinite;
}

.signal-stage__aura--1 {
  inset: 18% 22% 26% 18%;
  background: radial-gradient(circle, rgba(var(--hero-core-rgb), 0.22), transparent 68%);
}

.signal-stage__aura--2 {
  inset: 30% 16% 18% 24%;
  background: radial-gradient(circle, rgba(var(--hero-secondary-rgb), 0.16), transparent 70%);
  animation-delay: 2.4s;
}

.signal-stage__grid {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 5%;
  height: 42%;
  border-radius: 38px;
  background-image:
    linear-gradient(rgba(130, 170, 220, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 170, 220, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  transform: perspective(980px) rotateX(73deg);
  transform-origin: center bottom;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent 88%);
  opacity: 0.36;
  animation: signalGridDrift 16s linear infinite;
}

.signal-stage__trace {
  --trace-rgb: var(--hero-core-rgb);
  --packet-duration: 4.8s;
  --packet-delay: 0s;

  position: absolute;
  z-index: 1;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(var(--trace-rgb), 0.42), rgba(var(--trace-rgb), 0.06) 78%, transparent);
  box-shadow: 0 0 18px rgba(var(--trace-rgb), 0.12);
  overflow: visible;
}

.signal-stage__trace--1 {
  top: 23%;
  left: 15%;
  width: 36%;
  transform: rotate(26deg);
  --trace-rgb: var(--emerald);
  --packet-duration: 4.4s;
}

.signal-stage__trace--2 {
  top: 34%;
  right: 15%;
  width: 34%;
  transform: rotate(-24deg);
  --trace-rgb: var(--cyan);
  --packet-duration: 5.2s;
  --packet-delay: 0.8s;
}

.signal-stage__trace--3 {
  bottom: 27%;
  left: 20%;
  width: 30%;
  transform: rotate(-28deg);
  --trace-rgb: var(--magenta);
  --packet-duration: 4.9s;
  --packet-delay: 1.1s;
}

.signal-stage__trace--4 {
  bottom: 24%;
  right: 20%;
  width: 30%;
  transform: rotate(28deg);
  --trace-rgb: var(--violet);
  --packet-duration: 5.4s;
  --packet-delay: 1.7s;
}

.signal-stage__packet {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgb(var(--trace-rgb));
  box-shadow:
    0 0 12px rgba(var(--trace-rgb), 0.9),
    0 0 24px rgba(var(--trace-rgb), 0.32);
  transform: translate(0, -50%);
  animation: signalPacketTravel var(--packet-duration) linear infinite;
  animation-delay: var(--packet-delay);
}

.signal-stage__network {
  position: absolute;
  inset: 7% 6% 8%;
  width: 88%;
  height: 85%;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
  opacity: 0.76;
}

.signal-stage__network-line {
  fill: none;
  stroke: rgba(102, 132, 175, 0.18);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.signal-stage__network-line--cross {
  stroke: rgba(114, 146, 190, 0.22);
  stroke-dasharray: 2.5 4.5;
}

.signal-stage__network-line--top {
  stroke: rgba(114, 146, 190, 0.18);
}

.signal-stage__network-node {
  fill: rgba(255, 255, 255, 0.92);
  stroke: rgba(94, 128, 178, 0.34);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.signal-stage__network-core-ring,
.signal-stage__network-core-axis {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.signal-stage__network-core-ring {
  stroke: rgba(108, 138, 182, 0.18);
  stroke-width: 1;
}

.signal-stage__network-core-ring--inner {
  stroke: rgba(108, 138, 182, 0.12);
}

.signal-stage__network-core-axis {
  stroke: rgba(108, 138, 182, 0.24);
  stroke-width: 1;
  stroke-linecap: round;
}

.signal-stage__network-node--core {
  fill: rgba(241, 247, 255, 0.98);
  stroke: rgba(69, 108, 162, 0.48);
  filter: drop-shadow(0 0 8px rgba(69, 108, 162, 0.16));
}

.signal-stage__spine {
  position: absolute;
  inset: 10% 34% 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  z-index: 3;
}

.signal-stage__beam {
  position: absolute;
  top: 2%;
  bottom: 18%;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(var(--hero-core-rgb), 0.98) 18%, rgba(var(--hero-core-rgb), 0.16) 72%, transparent);
  box-shadow:
    0 0 20px rgba(var(--hero-core-rgb), 0.26),
    0 0 56px rgba(var(--hero-core-rgb), 0.1);
  animation: signalBeamPulse 5.2s ease-in-out infinite;
}

.signal-stage__beam--side {
  top: 46%;
  bottom: auto;
  left: 18%;
  right: 18%;
  width: auto;
  height: 1px;
  transform: none;
  background: linear-gradient(90deg, transparent, rgba(var(--hero-core-rgb), 0.38), rgba(var(--hero-secondary-rgb), 0.24), transparent);
}

.signal-stage__core-shell {
  position: absolute;
  top: 18%;
  bottom: 20%;
  left: 50%;
  width: clamp(180px, 18vw, 220px);
  transform: translateX(-50%);
  border-radius: 38px;
  border: 1px solid rgba(var(--hero-core-rgb), 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 18%),
    radial-gradient(circle at 50% 18%, rgba(var(--hero-core-rgb), 0.16), transparent 28%),
    linear-gradient(180deg, rgba(8, 15, 28, 0.8), rgba(4, 8, 18, 0.94));
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.24),
    0 0 40px rgba(var(--hero-core-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -28px 54px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  animation: signalShellFloat 8s ease-in-out infinite;
}

.signal-stage__core-shell::before,
.signal-stage__core-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.signal-stage__core-shell::before {
  inset: 12px;
  border-radius: 28px;
  border: 1px solid rgba(var(--hero-core-rgb), 0.08);
}

.signal-stage__core-shell::after {
  inset: 18% auto 18% 50%;
  width: 72px;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(var(--hero-core-rgb), 0.24), rgba(var(--hero-core-rgb), 0.04)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  filter: blur(10px);
  opacity: 0.86;
}

.signal-stage__core-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(160px, 16vw, 196px);
  padding: 18px 16px 16px;
  border-radius: 24px;
  border: 1px solid rgba(174, 216, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, rgba(10, 18, 33, 0.92), rgba(6, 10, 19, 0.98));
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.24),
    0 0 32px rgba(var(--hero-core-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.signal-stage__eyebrow {
  display: block;
  color: rgba(182, 204, 230, 0.66);
  font-size: 0.53rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.signal-stage__title {
  display: block;
  margin-top: 8px;
  color: rgba(250, 252, 255, 0.98);
  font-size: 1.24rem;
  font-weight: 780;
  letter-spacing: -0.06em;
}

.signal-stage__meta {
  display: block;
  margin-top: 8px;
  color: rgba(191, 209, 234, 0.76);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signal-stage__dock {
  position: absolute;
  left: 50%;
  bottom: 8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 260px;
  transform: translateX(-50%);
  z-index: 3;
}

.signal-stage__dock span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(174, 216, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(214, 229, 248, 0.82);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.signal-service {
  --signal-rgb: var(--hero-core-rgb);
  --float-shift: -8px;
  --float-duration: 7s;

  position: absolute;
  z-index: 4;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 18px 0 14px;
  border-radius: 18px;
  border: 1px solid rgba(var(--signal-rgb), 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 16% 18%, rgba(var(--signal-rgb), 0.14), transparent 34%),
    linear-gradient(180deg, rgba(8, 15, 28, 0.92), rgba(4, 8, 18, 0.98));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.22),
    0 0 30px rgba(var(--signal-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  animation: signalServiceFloat var(--float-duration) ease-in-out infinite;
}

.signal-service::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 44%);
  pointer-events: none;
}

.signal-service::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 86px;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--signal-rgb), 0.36), transparent);
  opacity: 0.72;
  z-index: 0;
}

.signal-service__pulse {
  position: relative;
  z-index: 2;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgb(var(--signal-rgb));
  box-shadow:
    0 0 12px rgba(var(--signal-rgb), 0.9),
    0 0 24px rgba(var(--signal-rgb), 0.28);
}

.signal-service__pulse::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(var(--signal-rgb), 0.24);
  animation: signalPulseRing 3.2s ease-out infinite;
}

.signal-service__name {
  position: relative;
  z-index: 1;
  color: rgba(250, 252, 255, 0.96);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.signal-service--health {
  top: 13%;
  left: 4%;
  --signal-rgb: var(--emerald);
  --float-duration: 7.8s;
}

.signal-service--health::after,
.signal-service--log::after,
.signal-service--backup::after {
  right: -72px;
}

.signal-service--log {
  top: 38%;
  left: 0;
  --signal-rgb: var(--amber);
  --float-shift: -10px;
  --float-duration: 8.2s;
}

.signal-service--backup {
  bottom: 14%;
  left: 2%;
  --signal-rgb: var(--magenta);
  --float-duration: 7.2s;
}

.signal-service--continuity {
  top: 8%;
  right: 20%;
  --signal-rgb: var(--cyan);
  --float-duration: 6.8s;
}

.signal-service--security::after,
.signal-service--continuity::after,
.signal-service--mail::after,
.signal-service--support::after {
  left: -72px;
  transform: scaleX(-1);
}

.signal-service--security {
  top: 24%;
  right: 0;
  --signal-rgb: var(--mint);
  --float-shift: -9px;
  --float-duration: 7.6s;
}

.signal-service--mail {
  top: 50%;
  right: 4%;
  --signal-rgb: var(--orange);
  --float-duration: 8.4s;
}

.signal-service--support {
  bottom: 14%;
  right: 2%;
  --signal-rgb: var(--violet);
  --float-shift: -11px;
  --float-duration: 7.4s;
}

@keyframes signalAuraPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.44;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.68;
  }
}

@keyframes signalGridDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 0 24px, 24px 0;
  }
}

@keyframes signalPacketTravel {
  0% {
    left: 0;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 9px);
    opacity: 0;
  }
}

@keyframes signalBeamPulse {
  0%, 100% {
    opacity: 0.66;
    box-shadow:
      0 0 20px rgba(var(--hero-core-rgb), 0.26),
      0 0 56px rgba(var(--hero-core-rgb), 0.1);
  }
  50% {
    opacity: 1;
    box-shadow:
      0 0 26px rgba(var(--hero-core-rgb), 0.34),
      0 0 74px rgba(var(--hero-core-rgb), 0.16);
  }
}

@keyframes signalShellFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
  }
}

@keyframes signalServiceFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--float-shift));
  }
}

@keyframes signalPulseRing {
  0% {
    transform: scale(0.72);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes signalLinkFlow {
  0% {
    background-position: 0 0, -24px 50%;
  }
  100% {
    background-position: 0 0, calc(100% + 24px) 50%;
  }
}

@keyframes signalLinkFlowReverse {
  0% {
    background-position: 0 0, calc(100% + 24px) 50%;
  }
  100% {
    background-position: 0 0, -24px 50%;
  }
}

@keyframes signalLinkFlowVertical {
  0% {
    background-position: 0 0, 50% -18px;
  }
  100% {
    background-position: 0 0, 50% calc(100% + 18px);
  }
}

@keyframes signalServiceSync {
  0%, 100% {
    border-color: rgba(var(--signal-rgb), 0.18);
    box-shadow:
      0 12px 24px rgba(20, 43, 76, 0.12),
      0 0 18px rgba(var(--signal-rgb), 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }
  50% {
    border-color: rgba(var(--signal-rgb), 0.28);
    box-shadow:
      0 14px 28px rgba(20, 43, 76, 0.14),
      0 0 24px rgba(var(--signal-rgb), 0.09),
      inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }
}

@keyframes signalNetworkFlow {
  0% {
    stroke-dashoffset: 156;
    opacity: 0.12;
  }

  18% {
    opacity: 0.9;
  }

  84% {
    opacity: 0.72;
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 0.1;
  }
}

@keyframes signalNodeCharge {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.96;
  }

  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@media (max-width: 1280px) {
  .hero__visual {
    min-height: clamp(500px, 60vh, 700px);
  }

  .signal-stage {
    width: clamp(390px, 46vw, 580px);
    height: clamp(470px, 56vw, 680px);
  }

  .signal-service {
    min-height: 42px;
    padding: 0 16px 0 12px;
  }
}

@media (max-width: 1024px) {
  .hero__visual {
    min-height: clamp(420px, 54vh, 560px);
  }

  .signal-stage {
    width: clamp(340px, 74vw, 500px);
    height: clamp(400px, 72vw, 600px);
  }

  .signal-stage__spine {
    inset: 10% 30% 12%;
  }

  .signal-stage__dock {
    width: 220px;
  }

  .signal-service {
    min-height: 40px;
    border-radius: 16px;
  }

  .signal-service::after {
    width: 56px;
  }
}

@media (max-width: 768px) {
  .hero__visual {
    min-height: clamp(360px, 50vh, 460px);
  }

  .signal-stage {
    width: clamp(300px, 84vw, 400px);
    height: clamp(340px, 88vw, 500px);
  }

  .signal-stage__spine {
    inset: 10% 26% 14%;
  }

  .signal-stage__core-shell {
    width: 170px;
    border-radius: 30px;
  }

  .signal-stage__core-panel {
    width: 150px;
    padding: 16px 14px 14px;
  }

  .signal-stage__title {
    font-size: 1.06rem;
  }

  .signal-stage__dock span {
    min-height: 24px;
    font-size: 0.5rem;
  }

  .signal-service {
    min-height: 36px;
    padding: 0 12px 0 10px;
  }

  .signal-service__name {
    font-size: 0.58rem;
    letter-spacing: 0.05em;
  }

  .signal-service--security,
  .signal-service--mail {
    right: 2%;
  }

  .signal-service--health {
    left: 2%;
  }

  .signal-service--log {
    left: -1%;
  }
}

@media (max-width: 640px) {
  .hero__visual {
    min-height: clamp(320px, 46vh, 400px);
  }

  .signal-stage {
    width: clamp(280px, 88vw, 340px);
    height: clamp(320px, 92vw, 420px);
  }

  .signal-stage__grid,
  .signal-stage__trace--2,
  .signal-stage__trace--4,
  .signal-service--mail,
  .signal-service--log {
    display: none;
  }

  .signal-stage__spine {
    inset: 12% 22% 16%;
  }

  .signal-stage__core-shell {
    width: 154px;
  }

  .signal-stage__core-panel {
    width: 138px;
    padding: 14px 12px 12px;
  }

  .signal-stage__title {
    font-size: 0.94rem;
  }

  .signal-stage__meta {
    font-size: 0.5rem;
  }

  .signal-stage__dock {
    width: 180px;
  }

  .signal-stage__dock span:last-child {
    display: none;
  }

  .signal-service {
    min-height: 34px;
    padding: 0 10px 0 9px;
  }

  .signal-service::after {
    width: 34px;
  }

  .signal-service--backup,
  .signal-service--support {
    bottom: 10%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .signal-stage *,
  .signal-stage *::before,
  .signal-stage *::after {
    animation: none !important;
  }
}

/* Signal stage premium refinement */
.signal-stage {
  width: clamp(470px, 52vw, 710px);
  height: clamp(540px, 62vw, 790px);
  filter: drop-shadow(0 36px 90px rgba(2, 6, 14, 0.34));
}

.signal-stage::before {
  background:
    radial-gradient(circle at 50% 34%, rgba(var(--hero-core-rgb), 0.18), transparent 26%),
    radial-gradient(circle at 22% 70%, rgba(var(--hero-secondary-rgb), 0.1), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(var(--hero-tertiary-rgb), 0.1), transparent 22%),
    radial-gradient(circle at 50% 50%, rgba(9, 17, 32, 0.22), transparent 70%);
  filter: blur(72px);
  opacity: 1;
}

.signal-stage::after {
  inset: 7% 10% 9%;
  border-radius: 50%;
  border: 1px solid rgba(184, 216, 255, 0.08);
  background:
    radial-gradient(circle at 50% 50%, rgba(9, 18, 34, 0.34), rgba(7, 12, 22, 0.08) 58%, transparent 74%),
    radial-gradient(circle at 50% 46%, rgba(var(--hero-core-rgb), 0.08), transparent 62%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -26px 60px rgba(0, 0, 0, 0.12),
    0 0 100px rgba(var(--hero-core-rgb), 0.08);
  opacity: 0.8;
}

.signal-stage__aura {
  filter: blur(70px);
  opacity: 0.42;
  mix-blend-mode: screen;
}

.signal-stage__aura--1 {
  inset: 16% 24% 28% 18%;
}

.signal-stage__aura--2 {
  inset: 34% 20% 16% 28%;
}

.signal-stage__grid {
  left: 18%;
  right: 18%;
  bottom: 3%;
  height: 30%;
  border-radius: 999px;
  background-size: 40px 40px;
  transform: perspective(1180px) rotateX(79deg) scaleY(1.08);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent 86%);
  opacity: 0.18;
}

.signal-stage__trace {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--trace-rgb), 0.34), rgba(var(--trace-rgb), 0.04) 72%, transparent);
  box-shadow: 0 0 20px rgba(var(--trace-rgb), 0.1);
  opacity: 0.74;
}

.signal-stage__trace--1 {
  top: 29%;
  left: 25%;
  width: 18%;
  transform: rotate(38deg);
}

.signal-stage__trace--2 {
  top: 32%;
  right: 25%;
  width: 19%;
  transform: rotate(-38deg);
}

.signal-stage__trace--3 {
  bottom: 25%;
  left: 25%;
  width: 18%;
  transform: rotate(-38deg);
}

.signal-stage__trace--4 {
  bottom: 24%;
  right: 25%;
  width: 18%;
  transform: rotate(38deg);
}

.signal-stage__packet {
  width: 7px;
  height: 7px;
  box-shadow:
    0 0 10px rgba(var(--trace-rgb), 0.9),
    0 0 22px rgba(var(--trace-rgb), 0.24);
}

.signal-stage__spine {
  inset: 11% 31% 12%;
}

.signal-stage__beam {
  top: 4%;
  bottom: 18%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(var(--hero-core-rgb), 0.94) 18%, rgba(var(--hero-core-rgb), 0.1) 76%, transparent);
  box-shadow:
    0 0 18px rgba(var(--hero-core-rgb), 0.24),
    0 0 44px rgba(var(--hero-core-rgb), 0.08);
}

.signal-stage__beam--side {
  top: 50%;
  left: 16%;
  right: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--hero-core-rgb), 0.22), rgba(var(--hero-secondary-rgb), 0.14), transparent);
  opacity: 0.56;
}

.signal-stage__core-shell {
  top: 14%;
  bottom: 18%;
  width: clamp(196px, 19vw, 246px);
  border-radius: 999px;
  border: 1px solid rgba(var(--hero-core-rgb), 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 14%),
    radial-gradient(circle at 50% 14%, rgba(var(--hero-core-rgb), 0.18), transparent 26%),
    linear-gradient(180deg, rgba(7, 13, 24, 0.88), rgba(4, 8, 16, 0.96));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.26),
    0 0 48px rgba(var(--hero-core-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -28px 54px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.signal-stage__core-shell::before {
  inset: 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.signal-stage__core-shell::after {
  inset: 12% auto 12% 50%;
  width: 92px;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 16%, transparent 84%, rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 50% 48%, rgba(var(--hero-core-rgb), 0.26), transparent 72%);
  filter: blur(16px);
  opacity: 0.94;
}

.signal-stage__core-panel {
  width: clamp(208px, 19vw, 240px);
  padding: 24px 18px 20px;
  border-radius: 30px;
  border: 1px solid rgba(184, 216, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.01) 22%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(9, 16, 30, 0.88), rgba(5, 9, 18, 0.94));
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.24),
    0 0 36px rgba(var(--hero-core-rgb), 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(26px);
}

.signal-stage__core-panel::before,
.signal-stage__core-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.signal-stage__core-panel::before {
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 30%, transparent 72%, rgba(var(--hero-core-rgb), 0.08));
  opacity: 0.84;
}

.signal-stage__core-panel::after {
  top: 14px;
  left: 50%;
  width: 54%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(-50%);
}

.signal-stage__eyebrow,
.signal-stage__meta,
.signal-stage__dock span,
.signal-service__name {
  text-transform: none;
}

.signal-stage__eyebrow {
  color: rgba(196, 214, 238, 0.72);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.18em;
}

.signal-stage__title {
  margin-top: 10px;
  font-size: 1.56rem;
  font-weight: 760;
  letter-spacing: -0.07em;
  line-height: 0.96;
}

.signal-stage__meta {
  margin-top: 12px;
  color: rgba(195, 211, 233, 0.76);
  font-size: 0.65rem;
  font-weight: 560;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.signal-stage__dock {
  bottom: 7%;
  gap: 10px;
  width: 310px;
}

.signal-stage__dock span {
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(186, 217, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(6, 11, 21, 0.56);
  color: rgba(220, 232, 249, 0.84);
  font-size: 0.6rem;
  font-weight: 620;
  letter-spacing: 0.08em;
  backdrop-filter: blur(18px);
}

.signal-service {
  gap: 14px;
  min-height: 54px;
  padding: 0 20px 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02) 26%, rgba(255, 255, 255, 0) 56%),
    radial-gradient(circle at 12% 50%, rgba(var(--signal-rgb), 0.18), transparent 32%),
    linear-gradient(180deg, rgba(7, 13, 24, 0.82), rgba(4, 8, 16, 0.9));
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(var(--signal-rgb), 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
}

.signal-service::before {
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 26%, transparent 74%, rgba(255, 255, 255, 0.02));
  opacity: 0.72;
}

.signal-service::after {
  display: none;
}

.signal-service__pulse {
  width: 8px;
  height: 8px;
  box-shadow:
    0 0 10px rgba(var(--signal-rgb), 0.88),
    0 0 24px rgba(var(--signal-rgb), 0.24);
}

.signal-service__pulse::after {
  inset: -9px;
  border-color: rgba(var(--signal-rgb), 0.18);
}

.signal-service__name {
  color: rgba(247, 250, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 640;
  letter-spacing: 0.12em;
}

.signal-service--health {
  top: 14%;
  left: 1.5%;
}

.signal-service--log {
  top: 43%;
  left: -0.5%;
}

.signal-service--backup {
  bottom: 12%;
  left: 3%;
}

.signal-service--continuity {
  top: 7%;
  left: 50%;
  right: auto;
  width: 218px;
  margin-left: -109px;
}

.signal-service--security {
  top: 24%;
  right: 1%;
  width: 228px;
}

.signal-service--mail {
  top: 52%;
  right: 2%;
  width: 214px;
}

.signal-service--support {
  bottom: 12%;
  right: 3%;
  width: 214px;
}

@keyframes signalAuraPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.34;
  }
  50% {
    transform: scale(1.03);
    opacity: 0.48;
  }
}

@keyframes signalBeamPulse {
  0%, 100% {
    opacity: 0.56;
    box-shadow:
      0 0 18px rgba(var(--hero-core-rgb), 0.24),
      0 0 44px rgba(var(--hero-core-rgb), 0.08);
  }
  50% {
    opacity: 0.92;
    box-shadow:
      0 0 24px rgba(var(--hero-core-rgb), 0.3),
      0 0 62px rgba(var(--hero-core-rgb), 0.14);
  }
}

@keyframes signalShellFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-4px);
  }
}

@keyframes signalServiceFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--float-shift, -6px));
  }
}

@media (max-width: 1280px) {
  .signal-stage {
    width: clamp(410px, 48vw, 600px);
    height: clamp(490px, 58vw, 700px);
  }

  .signal-stage__spine {
    inset: 11% 28% 13%;
  }

  .signal-service {
    min-height: 50px;
    padding: 0 18px 0 14px;
  }

  .signal-service__name {
    font-size: 0.68rem;
  }

  .signal-service--continuity {
    width: 202px;
    margin-left: -101px;
  }

  .signal-service--security {
    width: 214px;
  }

  .signal-service--mail,
  .signal-service--support {
    width: 198px;
  }
}

@media (max-width: 1024px) {
  .signal-stage {
    width: clamp(360px, 76vw, 520px);
    height: clamp(420px, 76vw, 620px);
  }

  .signal-stage::after {
    inset: 9% 8% 11%;
  }

  .signal-stage__spine {
    inset: 12% 24% 15%;
  }

  .signal-stage__core-shell {
    width: 198px;
  }

  .signal-stage__core-panel {
    width: 206px;
    padding: 22px 16px 18px;
  }

  .signal-stage__dock {
    width: 278px;
  }

  .signal-service {
    min-height: 46px;
    padding: 0 16px 0 13px;
  }

  .signal-service__name {
    font-size: 0.63rem;
    letter-spacing: 0.09em;
  }

  .signal-service--continuity {
    width: 186px;
    margin-left: -93px;
  }

  .signal-service--security {
    width: 196px;
  }

  .signal-service--backup,
  .signal-service--mail,
  .signal-service--support {
    width: 184px;
  }
}

@media (max-width: 768px) {
  .signal-stage {
    width: clamp(300px, 84vw, 420px);
    height: clamp(360px, 88vw, 520px);
  }

  .signal-stage::after {
    inset: 10% 6% 12%;
  }

  .signal-stage__grid {
    left: 14%;
    right: 14%;
  }

  .signal-stage__spine {
    inset: 12% 21% 17%;
  }

  .signal-stage__core-shell {
    width: 174px;
  }

  .signal-stage__core-panel {
    width: 182px;
    padding: 18px 14px 16px;
  }

  .signal-stage__title {
    font-size: 1.2rem;
  }

  .signal-stage__meta {
    font-size: 0.56rem;
  }

  .signal-stage__dock {
    width: 228px;
    bottom: 6%;
  }

  .signal-stage__dock span {
    min-height: 26px;
    font-size: 0.52rem;
    letter-spacing: 0.05em;
  }

  .signal-service {
    min-height: 40px;
    padding: 0 12px 0 10px;
  }

  .signal-service__name {
    font-size: 0.54rem;
    letter-spacing: 0.06em;
  }

  .signal-service--continuity {
    width: 166px;
    margin-left: -83px;
  }

  .signal-service--security {
    width: 174px;
  }

  .signal-service--backup,
  .signal-service--mail,
  .signal-service--support {
    width: 166px;
  }
}

@media (max-width: 640px) {
  .signal-stage {
    width: clamp(280px, 88vw, 340px);
    height: clamp(320px, 92vw, 420px);
  }

  .signal-stage::after {
    inset: 12% 4% 14%;
  }

  .signal-stage__spine {
    inset: 14% 19% 20%;
  }

  .signal-stage__core-shell {
    width: 154px;
  }

  .signal-stage__core-panel {
    width: 154px;
    padding: 16px 12px 14px;
  }

  .signal-stage__title {
    font-size: 0.98rem;
  }

  .signal-stage__eyebrow,
  .signal-stage__meta {
    letter-spacing: 0.05em;
  }

  .signal-stage__dock {
    width: 182px;
  }

  .signal-service {
    min-height: 34px;
    padding: 0 10px 0 8px;
  }

  .signal-service__name {
    font-size: 0.48rem;
    letter-spacing: 0.03em;
  }

  .signal-service--continuity {
    width: 148px;
    margin-left: -74px;
  }

  .signal-service--security,
  .signal-service--backup,
  .signal-service--support {
    width: 148px;
  }
}

/* Signal stage ascension */
.hero__visual {
  min-height: clamp(720px, 78vh, 920px);
  align-items: flex-start;
  padding-top: clamp(20px, 3vw, 42px);
  padding-bottom: clamp(96px, 10vh, 140px);
}

.hero__visual::before {
  top: 42%;
  width: 200%;
  height: 188%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(ellipse 30% 26% at 50% 44%, rgba(var(--hero-core-rgb), 0.16) 0%, transparent 58%),
    radial-gradient(ellipse 46% 40% at 50% 44%, rgba(var(--hero-accent-rgb), 0.09) 0%, transparent 62%),
    radial-gradient(ellipse 72% 62% at 50% 48%, rgba(var(--hero-tertiary-rgb), 0.04) 0%, transparent 66%),
    radial-gradient(ellipse 86% 74% at 50% 50%, rgba(var(--hero-secondary-rgb), 0.03) 0%, transparent 72%);
  filter: blur(92px);
  opacity: 0.92;
}

.hero__visual::after {
  top: 40%;
  width: 155%;
  height: 140%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(ellipse 32% 28% at 50% 42%, rgba(255, 255, 255, 0.04) 0%, transparent 54%),
    radial-gradient(ellipse 58% 48% at 50% 48%, rgba(var(--hero-core-rgb), 0.05) 0%, transparent 58%),
    radial-gradient(ellipse 82% 68% at 50% 50%, rgba(var(--hero-warm-rgb), 0.018) 0%, transparent 68%);
  filter: blur(64px);
  opacity: 0.78;
}

.signal-stage {
  width: clamp(560px, 58vw, 790px);
  height: clamp(620px, 66vw, 890px);
  transform: translateY(-42px);
  filter: drop-shadow(0 50px 120px rgba(1, 4, 10, 0.46));
}

.signal-stage::before {
  background:
    radial-gradient(circle at 50% 34%, rgba(var(--hero-core-rgb), 0.18), transparent 24%),
    radial-gradient(circle at 18% 70%, rgba(var(--hero-secondary-rgb), 0.1), transparent 22%),
    radial-gradient(circle at 84% 24%, rgba(var(--hero-tertiary-rgb), 0.08), transparent 20%),
    radial-gradient(circle at 50% 50%, rgba(7, 14, 27, 0.26), transparent 74%);
  filter: blur(80px);
}

.signal-stage::after {
  inset: 9% 10% 12%;
  border: 0;
  border-radius: 46% 46% 50% 50% / 42% 42% 58% 58%;
  background:
    radial-gradient(ellipse at center, rgba(9, 18, 34, 0.4), rgba(8, 14, 25, 0.1) 56%, transparent 76%),
    radial-gradient(circle at 50% 48%, rgba(var(--hero-core-rgb), 0.08), transparent 58%);
  box-shadow:
    inset 0 0 140px rgba(10, 18, 34, 0.34),
    0 0 100px rgba(var(--hero-core-rgb), 0.06);
  opacity: 0.82;
}

.signal-stage__ring,
.signal-stage__crown {
  position: absolute;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

.signal-stage__ring {
  top: 50%;
  border-radius: 50%;
}

.signal-stage__ring::before,
.signal-stage__ring::after,
.signal-stage__crown::before,
.signal-stage__crown::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.signal-stage__ring--outer {
  width: 88%;
  height: 84%;
  transform: translate(-50%, -50%);
  animation: signalRingOrbit 34s linear infinite;
  opacity: 0.86;
}

.signal-stage__ring--outer::before,
.signal-stage__ring--outer::after {
  border-radius: inherit;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
}

.signal-stage__ring--outer::before {
  background: conic-gradient(from 108deg, transparent 0 10%, rgba(var(--hero-core-rgb), 0.16) 13% 24%, transparent 28% 56%, rgba(var(--hero-secondary-rgb), 0.11) 60% 73%, transparent 77% 100%);
}

.signal-stage__ring--outer::after {
  background: conic-gradient(from 268deg, transparent 0 62%, rgba(255, 255, 255, 0.12) 65% 67%, transparent 70% 100%);
  filter: blur(0.4px);
  opacity: 0.82;
}

.signal-stage__ring--inner {
  width: 52%;
  height: 66%;
  transform: translate(-50%, -50%);
  animation: signalRingOrbitReverse 24s linear infinite;
  opacity: 0.58;
}

.signal-stage__ring--inner::before,
.signal-stage__ring--inner::after {
  border-radius: inherit;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
}

.signal-stage__ring--inner::before {
  background: conic-gradient(from 92deg, transparent 0 18%, rgba(var(--hero-core-rgb), 0.14) 22% 33%, transparent 38% 70%, rgba(var(--hero-tertiary-rgb), 0.12) 74% 82%, transparent 86% 100%);
}

.signal-stage__ring--inner::after {
  background: conic-gradient(from 240deg, transparent 0 54%, rgba(255, 255, 255, 0.09) 58% 60%, transparent 64% 100%);
}

.signal-stage__crown {
  mix-blend-mode: screen;
}

.signal-stage__crown--primary {
  top: 3%;
  width: clamp(290px, 31vw, 430px);
  height: clamp(112px, 14vw, 164px);
  animation: signalCrownBreathe 11s ease-in-out infinite;
  opacity: 0.88;
}

.signal-stage__crown--primary::before {
  border-radius: 50%;
  clip-path: inset(0 0 46% 0);
  background: radial-gradient(ellipse at 50% 100%, rgba(var(--hero-core-rgb), 0.3), transparent 68%);
}

.signal-stage__crown--primary::after {
  border-radius: 50%;
  clip-path: inset(0 0 44% 0);
  background: conic-gradient(from 198deg, transparent 0 12%, rgba(255, 255, 255, 0.18) 15% 18%, rgba(var(--hero-core-rgb), 0.16) 22% 38%, transparent 44% 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
}

.signal-stage__crown--echo {
  top: 0;
  width: clamp(360px, 38vw, 520px);
  height: clamp(150px, 18vw, 220px);
  opacity: 0.34;
  filter: blur(18px);
  animation: signalCrownBreathe 15s ease-in-out infinite reverse;
}

.signal-stage__crown--echo::before {
  border-radius: 50%;
  clip-path: inset(0 0 48% 0);
  background: radial-gradient(ellipse at 50% 100%, rgba(var(--hero-core-rgb), 0.2), transparent 72%);
}

.signal-stage__spine {
  inset: 12% 29% 18%;
}

.signal-stage__beam {
  top: 6%;
  bottom: 25%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(var(--hero-core-rgb), 0.96) 20%, rgba(var(--hero-core-rgb), 0.08) 78%, transparent);
  box-shadow:
    0 0 20px rgba(var(--hero-core-rgb), 0.26),
    0 0 58px rgba(var(--hero-core-rgb), 0.08);
}

.signal-stage__beam--side {
  top: 49%;
  left: 14%;
  right: 14%;
  opacity: 0.5;
}

.signal-stage__core-shell {
  top: 14%;
  bottom: 25%;
  width: clamp(220px, 20vw, 270px);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01) 14%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(circle at 50% 14%, rgba(var(--hero-core-rgb), 0.18), transparent 24%),
    linear-gradient(180deg, rgba(7, 14, 26, 0.9), rgba(4, 8, 15, 0.98));
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.3),
    0 0 48px rgba(var(--hero-core-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -30px 58px rgba(0, 0, 0, 0.28);
}

.signal-stage__core-panel {
  width: clamp(226px, 20vw, 258px);
  padding: 26px 20px 22px;
  border-radius: 32px;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.28),
    0 0 42px rgba(var(--hero-core-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.signal-stage__eyebrow {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
}

.signal-stage__title {
  margin-top: 12px;
  font-size: 1.72rem;
  line-height: 0.92;
}

.signal-stage__meta {
  margin-top: 14px;
  font-size: 0.66rem;
  line-height: 1.55;
  letter-spacing: 0.11em;
}

.signal-stage__dock {
  bottom: 13%;
  width: auto;
  gap: 12px;
  flex-wrap: nowrap;
  padding: 0 14px;
}

.signal-stage__dock::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  width: 1px;
  height: 18px;
  background: linear-gradient(180deg, rgba(var(--hero-core-rgb), 0.42), transparent);
  transform: translateX(-50%);
}

.signal-stage__dock span {
  min-height: 32px;
  padding: 0 14px;
  border-color: rgba(186, 217, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.01)),
    rgba(6, 11, 21, 0.58);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.signal-service {
  min-height: 56px;
  padding: 0 22px 0 18px;
  border-color: rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02) 22%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(circle at 12% 50%, rgba(var(--signal-rgb), 0.2), transparent 30%),
    linear-gradient(180deg, rgba(7, 13, 24, 0.82), rgba(4, 8, 16, 0.9));
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.22),
    0 0 32px rgba(var(--signal-rgb), 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(28px);
}

.signal-service::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 24%, transparent 74%, rgba(255, 255, 255, 0.025));
}

.signal-service__name {
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.signal-service--health {
  top: 16%;
  left: 2%;
  width: 208px;
}

.signal-service--log {
  top: 46%;
  left: 1%;
  width: 180px;
}

.signal-service--backup {
  bottom: 18%;
  left: 4%;
  width: 254px;
}

.signal-service--continuity {
  top: 7%;
  left: 50%;
  width: 256px;
  margin-left: -128px;
}

.signal-service--security {
  top: 28%;
  right: 1%;
  width: 260px;
}

.signal-service--mail {
  top: 58%;
  right: 2%;
  width: 236px;
}

.signal-service--support {
  bottom: 18%;
  right: 4%;
  width: 238px;
}

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

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

@keyframes signalCrownBreathe {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.7;
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
    opacity: 0.96;
  }
}

@media (max-width: 1280px) {
  .hero__visual {
    min-height: clamp(620px, 72vh, 790px);
    padding-bottom: clamp(84px, 9vh, 118px);
  }

  .signal-stage {
    width: clamp(480px, 52vw, 680px);
    height: clamp(560px, 60vw, 780px);
    transform: translateY(-28px);
  }

  .signal-stage__dock {
    flex-wrap: wrap;
    width: 330px;
  }

  .signal-service {
    min-height: 52px;
    padding: 0 18px 0 15px;
  }

  .signal-service__name {
    font-size: 0.69rem;
  }

  .signal-service--continuity {
    width: 228px;
    margin-left: -114px;
  }

  .signal-service--security {
    width: 232px;
  }

  .signal-service--backup {
    width: 228px;
  }

  .signal-service--mail,
  .signal-service--support {
    width: 214px;
  }
}

@media (max-width: 1024px) {
  .hero__visual {
    min-height: clamp(500px, 62vh, 660px);
    padding-top: 18px;
    padding-bottom: 84px;
  }

  .signal-stage {
    width: clamp(360px, 78vw, 520px);
    height: clamp(430px, 82vw, 650px);
    transform: translateY(-12px);
  }

  .signal-stage__crown--echo {
    display: none;
  }

  .signal-stage__spine {
    inset: 13% 23% 18%;
  }

  .signal-stage__core-shell {
    width: 206px;
  }

  .signal-stage__core-panel {
    width: 210px;
    padding: 22px 16px 18px;
  }

  .signal-stage__title {
    font-size: 1.38rem;
  }

  .signal-stage__dock {
    bottom: 11%;
    width: 270px;
    gap: 8px;
  }

  .signal-stage__dock span {
    min-height: 28px;
    padding: 0 11px;
  }

  .signal-service {
    min-height: 44px;
    padding: 0 14px 0 11px;
  }

  .signal-service__name {
    font-size: 0.59rem;
    letter-spacing: 0.08em;
  }

  .signal-service--health,
  .signal-service--log {
    width: auto;
  }

  .signal-service--continuity {
    width: 190px;
    margin-left: -95px;
  }

  .signal-service--security {
    width: 198px;
  }

  .signal-service--backup {
    width: 194px;
  }

  .signal-service--mail,
  .signal-service--support {
    width: 184px;
  }

  .signal-service--backup,
  .signal-service--support {
    bottom: 15%;
  }
}

@media (max-width: 768px) {
  .hero__visual {
    min-height: clamp(420px, 56vh, 520px);
    padding-bottom: 52px;
  }

  .signal-stage {
    width: clamp(300px, 88vw, 420px);
    height: clamp(360px, 96vw, 520px);
    transform: none;
  }

  .signal-stage__ring--outer {
    opacity: 0.48;
  }

  .signal-stage__ring--inner {
    width: 48%;
    height: 62%;
    opacity: 0.34;
  }

  .signal-stage__spine {
    inset: 13% 19% 20%;
  }

  .signal-stage__core-shell {
    width: 174px;
  }

  .signal-stage__core-panel {
    width: 182px;
    padding: 18px 14px 16px;
  }

  .signal-stage__title {
    font-size: 1.12rem;
  }

  .signal-stage__eyebrow,
  .signal-stage__meta {
    letter-spacing: 0.06em;
  }

  .signal-stage__dock {
    bottom: 10%;
    width: 224px;
  }

  .signal-stage__dock span {
    min-height: 25px;
    font-size: 0.52rem;
    letter-spacing: 0.04em;
  }

  .signal-service {
    min-height: 38px;
    padding: 0 11px 0 9px;
  }

  .signal-service__name {
    font-size: 0.51rem;
    letter-spacing: 0.05em;
  }

  .signal-service--continuity {
    width: 164px;
    margin-left: -82px;
  }

  .signal-service--security {
    width: 170px;
  }

  .signal-service--backup,
  .signal-service--mail,
  .signal-service--support {
    width: 164px;
  }

  .signal-service--backup,
  .signal-service--support {
    bottom: 13%;
  }
}

@media (max-width: 640px) {
  .hero__visual {
    min-height: clamp(360px, 52vh, 440px);
    padding-bottom: 38px;
  }

  .signal-stage {
    width: clamp(280px, 90vw, 340px);
    height: clamp(330px, 96vw, 420px);
  }

  .signal-stage__ring--inner,
  .signal-stage__crown--echo {
    display: none;
  }

  .signal-stage__crown--primary {
    width: 220px;
    height: 92px;
  }

  .signal-stage__spine {
    inset: 14% 18% 22%;
  }

  .signal-stage__core-shell {
    width: 154px;
  }

  .signal-stage__core-panel {
    width: 154px;
    padding: 16px 12px 14px;
  }

  .signal-stage__dock {
    bottom: 9%;
    width: 176px;
  }

  .signal-stage__dock span {
    padding: 0 9px;
  }

  .signal-service {
    min-height: 34px;
    padding: 0 9px 0 7px;
  }

  .signal-service__name {
    font-size: 0.46rem;
    letter-spacing: 0.03em;
  }

  .signal-service--continuity {
    width: 146px;
    margin-left: -73px;
  }

  .signal-service--security,
  .signal-service--backup,
  .signal-service--support {
    width: 146px;
  }

  .signal-service--backup,
  .signal-service--support {
    bottom: 12%;
  }
}

/* Signal stage balance patch */
.hero__visual {
  min-height: clamp(640px, 70vh, 790px);
  align-items: center;
  padding-top: clamp(8px, 1.4vw, 18px);
  padding-bottom: clamp(18px, 2.2vw, 28px);
  overflow: hidden;
}

.hero__visual::before {
  top: 46%;
  width: 188%;
  height: 170%;
  filter: blur(84px);
}

.hero__visual::after {
  top: 45%;
  width: 148%;
  height: 132%;
}

.signal-stage {
  width: clamp(500px, 54vw, 710px);
  height: clamp(560px, 60vw, 760px);
  transform: translateY(-8px);
}

.signal-stage::after {
  inset: 9% 11% 14%;
}

.signal-stage__ring--outer {
  width: 84%;
  height: 76%;
}

.signal-stage__ring--inner {
  width: 48%;
  height: 58%;
}

.signal-stage__orbit {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.signal-stage__orbit--left {
  top: 34%;
  left: 14%;
  width: 214px;
  height: 214px;
  transform: translate(-50%, -50%);
  opacity: 0.72;
  animation: signalRingOrbitReverse 26s linear infinite;
}

.signal-stage__orbit--left::before,
.signal-stage__orbit--left::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.signal-stage__orbit--left::before {
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  background: conic-gradient(from 216deg, transparent 0 16%, rgba(var(--hero-core-rgb), 0.18) 20% 36%, transparent 42% 68%, rgba(var(--hero-secondary-rgb), 0.14) 72% 82%, transparent 88% 100%);
}

.signal-stage__orbit--left::after {
  inset: 16%;
  border: 1px solid rgba(170, 210, 255, 0.08);
  box-shadow: inset 0 0 40px rgba(var(--hero-core-rgb), 0.08);
}

.signal-stage__partner {
  position: absolute;
  top: 29%;
  left: 3%;
  z-index: 4;
  isolation: isolate;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 278px;
  min-height: 78px;
  padding: 14px 18px 14px 16px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02) 28%, rgba(255, 255, 255, 0) 60%),
    radial-gradient(circle at 18% 24%, rgba(var(--hero-core-rgb), 0.16), transparent 34%),
    linear-gradient(180deg, rgba(8, 14, 26, 0.88), rgba(5, 8, 16, 0.94));
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(var(--hero-core-rgb), 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(28px);
  animation: signalServiceFloat 9s ease-in-out infinite;
  --float-shift: -6px;
}

.signal-stage__partner::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%, transparent 72%, rgba(var(--hero-core-rgb), 0.08));
  opacity: 0.8;
  pointer-events: none;
}

.signal-stage__partner-mark,
.signal-stage__partner-copy {
  position: relative;
  z-index: 1;
}

.signal-stage__partner-mark {
  display: grid;
  grid-template-columns: repeat(2, 10px);
  gap: 4px;
  flex: 0 0 auto;
}

.signal-stage__partner-mark span {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
}

.signal-stage__partner-mark span:nth-child(1) {
  background: #f35325;
}

.signal-stage__partner-mark span:nth-child(2) {
  background: #81bc06;
}

.signal-stage__partner-mark span:nth-child(3) {
  background: #05a6f0;
}

.signal-stage__partner-mark span:nth-child(4) {
  background: #ffba08;
}

.signal-stage__partner-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.signal-stage__partner-copy strong {
  color: rgba(248, 251, 255, 0.96);
  font-size: 0.9rem;
  font-weight: 680;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.signal-stage__partner-copy small {
  color: rgba(190, 207, 231, 0.72);
  font-size: 0.63rem;
  font-weight: 560;
  letter-spacing: 0.06em;
  line-height: 1.45;
}

.signal-stage__spine {
  inset: 11% 31% 20%;
}

.signal-stage__core-shell {
  bottom: 28%;
}

.signal-stage__core-panel {
  width: clamp(214px, 18vw, 246px);
  padding: 24px 18px 20px;
}

.signal-stage__title {
  font-size: 1.58rem;
}

.signal-stage__meta {
  margin-top: 12px;
  font-size: 0.62rem;
}

.signal-stage__dock {
  bottom: 17%;
  width: 340px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.signal-stage__dock span {
  min-height: 30px;
  padding: 0 12px;
}

.signal-service {
  min-height: 52px;
  padding: 0 18px 0 14px;
}

.signal-service__name {
  font-size: 0.69rem;
}

.signal-service--health {
  top: 18%;
  left: 6%;
  width: 192px;
}

.signal-service--log {
  top: 50%;
  left: 4%;
  width: 172px;
}

.signal-service--backup {
  bottom: 19%;
  left: 8%;
  width: 216px;
}

.signal-service--continuity {
  top: 10%;
  width: 234px;
  margin-left: -117px;
}

.signal-service--security {
  top: 29%;
  right: 3%;
  width: 226px;
}

.signal-service--mail {
  top: 59%;
  right: 4%;
  width: 212px;
}

.signal-service--support {
  bottom: 19%;
  right: 8%;
  width: 208px;
}

@media (max-width: 1280px) {
  .hero__visual {
    min-height: clamp(560px, 66vh, 700px);
    padding-bottom: 18px;
  }

  .signal-stage {
    width: clamp(430px, 50vw, 620px);
    height: clamp(500px, 56vw, 680px);
    transform: translateY(-4px);
  }

  .signal-stage__orbit--left {
    width: 184px;
    height: 184px;
  }

  .signal-stage__partner {
    width: 246px;
    min-height: 72px;
    padding: 12px 16px 12px 14px;
  }

  .signal-stage__partner-copy strong {
    font-size: 0.82rem;
  }

  .signal-stage__partner-copy small {
    font-size: 0.58rem;
  }

  .signal-stage__dock {
    bottom: 16%;
    width: 306px;
  }

  .signal-service--backup,
  .signal-service--support {
    bottom: 17%;
  }
}

@media (max-width: 1024px) {
  .hero__visual {
    min-height: clamp(480px, 58vh, 620px);
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .signal-stage {
    width: clamp(350px, 74vw, 500px);
    height: clamp(410px, 78vw, 590px);
  }

  .signal-stage__orbit--left,
  .signal-stage__partner {
    display: none;
  }

  .signal-stage__spine {
    inset: 12% 24% 20%;
  }

  .signal-stage__dock {
    bottom: 15%;
    width: 250px;
  }

  .signal-service--backup,
  .signal-service--support {
    bottom: 16%;
  }
}

@media (max-width: 768px) {
  .hero__visual {
    min-height: clamp(400px, 52vh, 500px);
    padding-top: 0;
    padding-bottom: 8px;
  }

  .signal-stage {
    width: clamp(300px, 86vw, 400px);
    height: clamp(350px, 90vw, 500px);
    transform: none;
  }

  .signal-stage__dock {
    bottom: 14%;
    width: 220px;
  }

  .signal-service--backup,
  .signal-service--support {
    bottom: 15%;
  }
}

@media (max-width: 640px) {
  .hero__visual {
    min-height: clamp(340px, 48vh, 420px);
  }

  .signal-stage {
    width: clamp(280px, 88vw, 340px);
    height: clamp(320px, 92vw, 410px);
  }

  .signal-stage__dock {
    bottom: 13%;
    width: 170px;
  }

  .signal-service--backup,
  .signal-service--support {
    bottom: 13%;
  }
}

/* Signal stage orbital refinement */
.hero__visual {
  min-height: clamp(620px, 68vh, 760px);
  padding-top: clamp(6px, 1vw, 14px);
  padding-bottom: clamp(12px, 1.6vw, 20px);
}

.hero__visual::before {
  top: 47%;
  width: 176%;
  height: 160%;
  background:
    radial-gradient(ellipse 28% 24% at 56% 44%, rgba(var(--hero-core-rgb), 0.18) 0%, transparent 56%),
    radial-gradient(ellipse 44% 38% at 54% 46%, rgba(var(--hero-accent-rgb), 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 76% 60% at 50% 50%, rgba(var(--hero-tertiary-rgb), 0.03) 0%, transparent 68%);
  filter: blur(72px);
  opacity: 0.96;
}

.hero__visual::after {
  top: 46%;
  width: 138%;
  height: 128%;
  background:
    radial-gradient(ellipse 32% 28% at 52% 46%, rgba(255, 255, 255, 0.05) 0%, transparent 54%),
    radial-gradient(ellipse 64% 54% at 50% 48%, rgba(var(--hero-warm-rgb), 0.02) 0%, transparent 66%);
  filter: blur(54px);
  opacity: 0.7;
}

.signal-stage {
  width: clamp(520px, 55vw, 730px);
  height: clamp(540px, 58vw, 720px);
  transform: translateY(-2px);
  filter: drop-shadow(0 42px 110px rgba(2, 6, 14, 0.44));
}

.signal-stage::before {
  background:
    radial-gradient(circle at 52% 43%, rgba(var(--hero-core-rgb), 0.2), transparent 22%),
    radial-gradient(circle at 24% 34%, rgba(var(--hero-secondary-rgb), 0.08), transparent 18%),
    radial-gradient(circle at 80% 66%, rgba(var(--hero-tertiary-rgb), 0.08), transparent 20%),
    radial-gradient(circle at 50% 50%, rgba(7, 14, 27, 0.24), transparent 74%);
  filter: blur(72px);
}

.signal-stage::after {
  inset: 7% 4% 9%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(9, 18, 34, 0.36), rgba(8, 14, 25, 0.08) 54%, transparent 76%),
    radial-gradient(circle at 50% 48%, rgba(var(--hero-core-rgb), 0.08), transparent 58%);
  box-shadow:
    inset 0 0 120px rgba(8, 16, 30, 0.26),
    0 0 90px rgba(var(--hero-core-rgb), 0.05);
  opacity: 0.82;
}

.signal-stage__ring--outer,
.signal-stage__ring--inner {
  opacity: 0.16;
  mix-blend-mode: screen;
}

.signal-stage__ring--outer {
  width: 38%;
  height: 56%;
}

.signal-stage__ring--inner {
  width: 20%;
  height: 36%;
}

.signal-stage__orbit {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--orbit-base-rotate, 0deg));
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(170, 210, 255, 0.035);
  opacity: var(--orbit-opacity, 0.7);
  mix-blend-mode: screen;
  animation: signalMacroOrbit var(--orbit-duration, 34s) linear infinite;
}

.signal-stage__orbit::before,
.signal-stage__orbit::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.signal-stage__orbit::before {
  inset: 0;
  border-radius: inherit;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  background:
    conic-gradient(from var(--orbit-start, 210deg),
      transparent 0 12%,
      rgba(var(--orbit-rgb, var(--hero-core-rgb)), 0.18) 16% 26%,
      transparent 30% 58%,
      rgba(255, 255, 255, 0.12) 62% 64%,
      transparent 68% 100%);
}

.signal-stage__orbit::after {
  top: 0;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgb(var(--orbit-rgb, var(--hero-core-rgb)));
  box-shadow:
    0 0 14px rgba(var(--orbit-rgb, var(--hero-core-rgb)), 0.9),
    0 0 28px rgba(var(--orbit-rgb, var(--hero-core-rgb)), 0.22);
  transform: translate(-50%, -50%);
}

.signal-stage__orbit--frame {
  width: 96%;
  height: 78%;
  --orbit-rgb: var(--hero-core-rgb);
  --orbit-base-rotate: -6deg;
  --orbit-start: 204deg;
  --orbit-duration: 42s;
  --orbit-opacity: 0.84;
}

.signal-stage__orbit--tilt {
  width: 92%;
  height: 56%;
  --orbit-rgb: var(--hero-secondary-rgb);
  --orbit-base-rotate: 11deg;
  --orbit-start: 148deg;
  --orbit-duration: 30s;
  --orbit-opacity: 0.44;
}

.signal-stage__orbit--polar {
  width: 44%;
  height: 92%;
  --orbit-rgb: var(--hero-tertiary-rgb);
  --orbit-base-rotate: 2deg;
  --orbit-start: 264deg;
  --orbit-duration: 24s;
  --orbit-opacity: 0.34;
}

.signal-stage__crown--primary {
  top: 2.5%;
  width: clamp(310px, 32vw, 438px);
  height: clamp(118px, 15vw, 170px);
}

.signal-stage__partner {
  top: 35%;
  left: 1.5%;
  width: 296px;
  min-height: 72px;
  padding: 12px 18px 12px 16px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02) 22%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(circle at 16% 24%, rgba(var(--hero-core-rgb), 0.16), transparent 34%),
    linear-gradient(180deg, rgba(8, 14, 26, 0.86), rgba(5, 8, 16, 0.94));
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.22),
    0 0 34px rgba(var(--hero-core-rgb), 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.signal-stage__partner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  width: 86px;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--hero-core-rgb), 0.34), transparent);
  transform: translateY(-50%);
}

.signal-stage__partner-mark {
  grid-template-columns: repeat(2, 11px);
  gap: 5px;
}

.signal-stage__partner-mark span {
  width: 11px;
  height: 11px;
}

.signal-stage__partner-copy strong {
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.signal-stage__partner-copy small {
  font-size: 0.61rem;
  letter-spacing: 0.05em;
}

.signal-stage__spine {
  inset: 12% 30% 18%;
}

.signal-stage__beam {
  top: 8%;
  bottom: 24%;
  width: 1px;
}

.signal-stage__beam--side {
  top: 50%;
  left: 12%;
  right: 12%;
  opacity: 0.42;
}

.signal-stage__core-shell {
  top: 16%;
  bottom: 24%;
  width: clamp(228px, 20vw, 278px);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01) 14%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(circle at 50% 14%, rgba(var(--hero-core-rgb), 0.2), transparent 24%),
    linear-gradient(180deg, rgba(7, 14, 26, 0.88), rgba(4, 8, 15, 0.98));
  box-shadow:
    0 34px 96px rgba(0, 0, 0, 0.28),
    0 0 46px rgba(var(--hero-core-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -32px 60px rgba(0, 0, 0, 0.28);
}

.signal-stage__core-panel {
  width: clamp(228px, 19vw, 258px);
  padding: 28px 20px 22px;
  border-radius: 34px;
  border-color: rgba(188, 219, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01) 20%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(8, 15, 27, 0.86), rgba(4, 8, 16, 0.96));
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.28),
    0 0 44px rgba(var(--hero-core-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.signal-stage__eyebrow {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
}

.signal-stage__title {
  margin-top: 12px;
  font-size: 1.76rem;
  line-height: 0.9;
}

.signal-stage__meta {
  margin-top: 14px;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
}

.signal-stage__dock {
  bottom: 14%;
  width: 364px;
  gap: 10px;
  flex-wrap: nowrap;
}

.signal-stage__dock::before {
  height: 22px;
}

.signal-stage__dock span {
  min-height: 31px;
  padding: 0 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01)),
    rgba(6, 11, 21, 0.58);
}

.signal-service {
  min-height: 50px;
  padding: 0 18px 0 14px;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02) 24%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(circle at 12% 50%, rgba(var(--signal-rgb), 0.18), transparent 30%),
    linear-gradient(180deg, rgba(7, 13, 24, 0.82), rgba(4, 8, 16, 0.9));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.18),
    0 0 26px rgba(var(--signal-rgb), 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.signal-service__name {
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.signal-service--health {
  top: 18%;
  left: 3%;
  width: 224px;
}

.signal-service--continuity {
  top: 6%;
  width: 244px;
  margin-left: -122px;
}

.signal-service--security {
  top: 33%;
  right: 1%;
  width: 248px;
}

.signal-service--log {
  top: 57%;
  left: 1%;
  width: 182px;
}

.signal-service--mail {
  top: 70%;
  right: 2%;
  width: 232px;
}

.signal-service--backup {
  bottom: 7%;
  left: 4%;
  width: 258px;
}

.signal-service--support {
  bottom: 7%;
  right: 6%;
  width: 236px;
}

@keyframes signalMacroOrbit {
  from {
    transform: translate(-50%, -50%) rotate(var(--orbit-base-rotate, 0deg));
  }
  to {
    transform: translate(-50%, -50%) rotate(calc(var(--orbit-base-rotate, 0deg) + 360deg));
  }
}

@media (max-width: 1280px) {
  .hero__visual {
    min-height: clamp(560px, 64vh, 700px);
  }

  .signal-stage {
    width: clamp(450px, 50vw, 640px);
    height: clamp(490px, 54vw, 660px);
  }

  .signal-stage__partner {
    width: 264px;
  }

  .signal-stage__partner-copy strong {
    font-size: 0.84rem;
  }

  .signal-stage__partner-copy small {
    font-size: 0.56rem;
  }

  .signal-stage__dock {
    width: 330px;
    flex-wrap: wrap;
  }

  .signal-service--backup {
    width: 230px;
  }

  .signal-service--support,
  .signal-service--mail {
    width: 210px;
  }
}

@media (max-width: 1024px) {
  .hero__visual {
    min-height: clamp(470px, 56vh, 600px);
  }

  .signal-stage {
    width: clamp(360px, 74vw, 520px);
    height: clamp(400px, 78vw, 580px);
  }

  .signal-stage__orbit--tilt,
  .signal-stage__partner {
    display: none;
  }

  .signal-stage__orbit--frame {
    width: 92%;
    height: 72%;
  }

  .signal-stage__orbit--polar {
    width: 42%;
    height: 86%;
  }

  .signal-stage__spine {
    inset: 12% 24% 18%;
  }

  .signal-stage__dock {
    bottom: 14%;
    width: 252px;
    flex-wrap: wrap;
  }

  .signal-service--health {
    width: 188px;
  }

  .signal-service--continuity {
    width: 186px;
    margin-left: -93px;
  }

  .signal-service--security {
    width: 196px;
  }

  .signal-service--backup,
  .signal-service--mail,
  .signal-service--support {
    width: 184px;
  }
}

@media (max-width: 768px) {
  .hero__visual {
    min-height: clamp(390px, 50vh, 500px);
    padding-bottom: 10px;
  }

  .signal-stage {
    width: clamp(300px, 86vw, 410px);
    height: clamp(340px, 90vw, 490px);
  }

  .signal-stage__orbit--polar {
    opacity: 0.22;
  }

  .signal-stage__core-panel {
    width: 184px;
    padding: 18px 14px 16px;
  }

  .signal-stage__title {
    font-size: 1.12rem;
  }

  .signal-stage__dock {
    bottom: 13%;
    width: 220px;
  }

  .signal-service {
    min-height: 38px;
    padding: 0 11px 0 9px;
  }

  .signal-service__name {
    font-size: 0.51rem;
    letter-spacing: 0.05em;
  }

  .signal-service--health,
  .signal-service--continuity,
  .signal-service--security,
  .signal-service--backup,
  .signal-service--mail,
  .signal-service--support {
    width: 164px;
  }

  .signal-service--continuity {
    margin-left: -82px;
  }
}

@media (max-width: 640px) {
  .hero__visual {
    min-height: clamp(330px, 46vh, 410px);
  }

  .signal-stage {
    width: clamp(280px, 88vw, 340px);
    height: clamp(310px, 92vw, 400px);
  }

  .signal-stage__orbit--polar,
  .signal-stage__orbit--tilt {
    display: none;
  }

  .signal-stage__orbit--frame {
    width: 90%;
    height: 70%;
  }

  .signal-stage__dock {
    bottom: 12%;
    width: 174px;
  }

  .signal-service--health,
  .signal-service--continuity,
  .signal-service--security,
  .signal-service--backup,
  .signal-service--mail,
  .signal-service--support {
    width: 148px;
  }

  .signal-service--continuity {
    margin-left: -74px;
  }
}

/* Signal stage structural lift */
.signal-stage__partner,
.signal-service,
.signal-stage__dock span,
.signal-stage__core-panel {
  overflow: hidden;
}

.signal-stage__partner,
.signal-service {
  border-radius: 18px;
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
}

.signal-stage__dock span {
  border-radius: 14px;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}

.signal-stage__core-panel {
  border-radius: 26px;
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
}

.signal-stage__partner {
  top: 38%;
  left: -2%;
  width: 258px;
  min-height: 74px;
  padding: 13px 16px 13px 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02) 18%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(circle at 16% 24%, rgba(var(--hero-core-rgb), 0.14), transparent 32%),
    linear-gradient(180deg, rgba(8, 14, 26, 0.82), rgba(5, 8, 16, 0.94));
}

.signal-stage__partner::after {
  left: calc(100% + 10px);
  width: 62px;
}

.signal-stage__partner-copy strong {
  font-size: 0.86rem;
  line-height: 1.08;
}

.signal-stage__partner-copy small {
  font-size: 0.58rem;
  line-height: 1.35;
}

.signal-stage__spine {
  top: 12%;
  right: 24%;
  bottom: 18%;
  left: 34%;
}

.signal-stage__core-panel {
  width: clamp(236px, 19vw, 266px);
  padding: 28px 22px 22px;
}

.signal-stage__title {
  font-size: 1.82rem;
}

.signal-stage__dock {
  bottom: 10.5%;
  width: 262px;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.signal-stage__dock span {
  min-height: 28px;
  padding: 0 11px;
  font-size: 0.55rem;
  letter-spacing: 0.08em;
}

.signal-service {
  min-height: 46px;
  padding: 0 16px 0 13px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02) 20%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(circle at 12% 50%, rgba(var(--signal-rgb), 0.16), transparent 30%),
    linear-gradient(180deg, rgba(7, 13, 24, 0.78), rgba(4, 8, 16, 0.9));
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.16),
    0 0 22px rgba(var(--signal-rgb), 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.signal-service__name {
  font-size: 0.64rem;
  letter-spacing: 0.07em;
}

.signal-service--health {
  top: 15%;
  left: 2%;
  width: 206px;
}

.signal-service--continuity {
  top: 7%;
  width: 228px;
  margin-left: -114px;
}

.signal-service--security {
  top: 33%;
  right: 0;
  width: 228px;
}

.signal-service--log {
  top: 58%;
  left: 1%;
  width: 170px;
}

.signal-service--mail {
  top: 66%;
  right: 0;
  width: 206px;
}

.signal-service--backup {
  bottom: 3%;
  left: 3%;
  width: 224px;
}

.signal-service--support {
  bottom: 4%;
  right: 4%;
  width: 210px;
}

@media (max-width: 1280px) {
  .signal-stage__partner {
    left: -1%;
    width: 236px;
  }

  .signal-stage__spine {
    left: 32%;
    right: 23%;
  }

  .signal-stage__dock {
    width: 246px;
  }

  .signal-service--health {
    width: 192px;
  }

  .signal-service--continuity {
    width: 206px;
    margin-left: -103px;
  }

  .signal-service--security {
    width: 208px;
  }

  .signal-service--backup,
  .signal-service--mail,
  .signal-service--support {
    width: 194px;
  }
}

@media (max-width: 1024px) {
  .signal-stage__core-panel {
    width: 206px;
    padding: 22px 16px 18px;
  }

  .signal-stage__title {
    font-size: 1.36rem;
  }

  .signal-stage__dock {
    bottom: 12%;
    width: 220px;
  }

  .signal-service {
    min-height: 42px;
    padding: 0 13px 0 10px;
  }

  .signal-service__name {
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 768px) {
  .signal-stage__core-panel {
    width: 182px;
    padding: 18px 14px 16px;
  }

  .signal-stage__dock {
    bottom: 11%;
    width: 198px;
  }

  .signal-service {
    min-height: 36px;
    padding: 0 10px 0 8px;
  }

  .signal-service__name {
    font-size: 0.5rem;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 640px) {
  .signal-stage__dock {
    bottom: 10%;
    width: 164px;
  }

  .signal-stage__dock span {
    font-size: 0.48rem;
    letter-spacing: 0.03em;
  }
}

/* Signal stage professional panels */
.hero__visual {
  min-height: clamp(680px, 74vh, 820px);
  padding-bottom: clamp(38px, 4vw, 56px);
}

.signal-stage {
  transform: translateY(-18px);
}

.signal-stage__partner,
.signal-service {
  border-radius: 10px;
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  border: 1px solid rgba(188, 219, 255, 0.08);
}

.signal-stage__dock span {
  position: relative;
  border-radius: 9px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  border: 1px solid rgba(188, 219, 255, 0.08);
}

.signal-stage__core-panel {
  border-radius: 18px;
  clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px);
}

.signal-stage__partner::before,
.signal-service::before,
.signal-stage__dock span::before,
.signal-stage__core-panel::before {
  border-radius: 0;
  clip-path: inherit;
}

.signal-stage__dock span::before {
  content: "";
  position: absolute;
  inset: 1px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 42px, transparent 64px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 36%);
  opacity: 0.9;
  pointer-events: none;
}

.signal-stage__partner {
  top: 36%;
  left: -1%;
  width: 250px;
  min-height: 70px;
  padding: 12px 15px 12px 13px;
  background:
    linear-gradient(90deg, rgba(var(--hero-core-rgb), 0.12), transparent 28%),
    linear-gradient(180deg, rgba(12, 19, 32, 0.9), rgba(5, 9, 17, 0.96));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.2),
    0 0 24px rgba(var(--hero-core-rgb), 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.signal-stage__partner::after {
  width: 54px;
}

.signal-stage__partner-copy strong {
  font-size: 0.82rem;
}

.signal-stage__partner-copy small {
  font-size: 0.55rem;
}

.signal-stage__core-panel {
  padding: 28px 22px 22px;
  background:
    linear-gradient(90deg, rgba(var(--hero-core-rgb), 0.12), transparent 26%),
    linear-gradient(180deg, rgba(10, 17, 30, 0.9), rgba(4, 8, 16, 0.98));
}

.signal-stage__dock {
  bottom: 15.5%;
  width: 274px;
  gap: 9px;
}

.signal-stage__dock span {
  min-height: 29px;
  padding: 0 12px;
  font-size: 0.56rem;
  background:
    linear-gradient(90deg, rgba(var(--hero-core-rgb), 0.1), transparent 22%),
    linear-gradient(180deg, rgba(10, 16, 28, 0.88), rgba(5, 9, 18, 0.94));
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.signal-service {
  min-height: 44px;
  padding: 0 15px 0 12px;
  background:
    linear-gradient(90deg, rgba(var(--signal-rgb), 0.12), transparent 24%),
    linear-gradient(180deg, rgba(10, 16, 28, 0.86), rgba(5, 9, 18, 0.94));
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.16),
    0 0 20px rgba(var(--signal-rgb), 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.signal-service::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 46px, transparent 70px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 36%);
  opacity: 0.82;
}

.signal-service__name {
  font-size: 0.62rem;
  letter-spacing: 0.06em;
}

.signal-service--health {
  width: 194px;
}

.signal-service--continuity {
  top: 8%;
  width: 214px;
  margin-left: -107px;
}

.signal-service--security {
  top: 31%;
  width: 214px;
}

.signal-service--log {
  top: 55%;
  width: 158px;
}

.signal-service--mail {
  top: 63%;
  right: 1%;
  width: 194px;
}

.signal-service--backup {
  bottom: 9%;
  left: 4%;
  width: 206px;
}

.signal-service--support {
  bottom: 10%;
  right: 5%;
  width: 192px;
}

@media (max-width: 1280px) {
  .hero__visual {
    min-height: clamp(600px, 68vh, 740px);
    padding-bottom: 30px;
  }

  .signal-stage {
    transform: translateY(-10px);
  }

  .signal-stage__partner {
    width: 232px;
  }

  .signal-stage__dock {
    bottom: 14%;
    width: 252px;
  }

  .signal-service--backup {
    bottom: 8%;
    width: 188px;
  }

  .signal-service--support {
    bottom: 9%;
    width: 184px;
  }
}

@media (max-width: 1024px) {
  .hero__visual {
    min-height: clamp(500px, 60vh, 630px);
    padding-bottom: 18px;
  }

  .signal-stage {
    transform: none;
  }

  .signal-stage__dock {
    bottom: 13%;
    width: 220px;
  }

  .signal-service--backup,
  .signal-service--support {
    bottom: 8%;
  }
}

@media (max-width: 768px) {
  .hero__visual {
    min-height: clamp(420px, 54vh, 520px);
    padding-bottom: 12px;
  }

  .signal-stage__dock {
    bottom: 12%;
    width: 196px;
  }

  .signal-service--backup,
  .signal-service--support {
    bottom: 7%;
  }
}

@media (max-width: 640px) {
  .hero__visual {
    min-height: clamp(360px, 50vh, 430px);
    padding-bottom: 10px;
  }

  .signal-stage__dock {
    bottom: 11%;
    width: 162px;
  }

  .signal-stage__dock span {
    font-size: 0.46rem;
  }

  .signal-service--backup,
  .signal-service--support {
    bottom: 6%;
  }
}

/* Global light corporate mode for homepage hero */
body[data-page-theme="service-corporate"] .hero {
  background:
    radial-gradient(ellipse 48% 34% at 16% 14%, rgba(82, 132, 218, 0.12), transparent 42%),
    radial-gradient(ellipse 42% 28% at 84% 18%, rgba(104, 196, 224, 0.1), transparent 38%),
    linear-gradient(180deg, #f7f9fd 0%, #edf3fa 56%, #f5f9fd 100%);
}

body[data-page-theme="service-corporate"] .hero__backdrop,
body[data-page-theme="service-corporate"] .hero__cursor-glow {
  display: none;
}

body[data-page-theme="service-corporate"] .hero__inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
}

body[data-page-theme="service-corporate"] .hero__content {
  max-width: 600px;
}

body[data-page-theme="service-corporate"] .hero__visual {
  display: block;
}

body[data-page-theme="service-corporate"] .hero__eyebrow {
  color: #617c9d;
}

body[data-page-theme="service-corporate"] .hero__eyebrow-dot {
  background: linear-gradient(180deg, #4b7fd4, #68bfd9);
}

body[data-page-theme="service-corporate"] .hero__eyebrow-line {
  background: linear-gradient(90deg, rgba(82, 132, 218, 0.52), rgba(104, 196, 224, 0.16), transparent);
}

body[data-page-theme="service-corporate"] .hero__title {
  color: #0f2443;
  text-shadow: none;
}

body[data-page-theme="service-corporate"] .hero__title-accent {
  background: linear-gradient(120deg, #18375f 0%, #326bb4 52%, #4f97bf 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: none;
}

body[data-page-theme="service-corporate"] .hero__desc {
  color: #3d5878;
}

body[data-page-theme="service-corporate"] .hero__helper {
  border-color: rgba(37, 66, 108, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 249, 253, 0.9)),
    linear-gradient(135deg, rgba(82, 132, 218, 0.06), rgba(104, 196, 224, 0.05));
  color: #2d4666;
  box-shadow: 0 8px 22px rgba(20, 43, 76, 0.08);
}

body[data-page-theme="service-corporate"] .hero__helper svg {
  color: #4173c3;
}

body[data-page-theme="service-corporate"] .hero__btn--primary {
  border-color: rgba(44, 92, 170, 0.36);
  background: linear-gradient(135deg, #4a81d9 0%, #3a69b6 62%, #68bfd9 100%);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 26px rgba(29, 63, 116, 0.18);
}

body[data-page-theme="service-corporate"] .hero__btn--ghost {
  border-color: rgba(37, 66, 108, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 249, 253, 0.92)),
    linear-gradient(135deg, rgba(82, 132, 218, 0.06), rgba(104, 196, 224, 0.05));
  color: #2d4665;
}

body[data-page-theme="service-corporate"] .signal-stage__partner {
  border-color: rgba(72, 110, 164, 0.22);
  background:
    linear-gradient(90deg, rgba(82, 132, 218, 0.16), rgba(255, 255, 255, 0.96) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 244, 253, 0.96));
  box-shadow:
    0 14px 30px rgba(20, 43, 76, 0.14),
    0 0 24px rgba(var(--hero-core-rgb), 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

body[data-page-theme="service-corporate"] .signal-stage__core-panel {
  border-color: rgba(72, 110, 164, 0.2);
  background-color: #f8fbff;
  background:
    linear-gradient(90deg, rgba(82, 132, 218, 0.12), rgba(104, 196, 224, 0.06) 30%, #ffffff 52%),
    linear-gradient(180deg, #ffffff, #eef4fb);
  box-shadow:
    0 16px 34px rgba(20, 43, 76, 0.14),
    0 0 22px rgba(var(--hero-core-rgb), 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body[data-page-theme="service-corporate"] .signal-stage__dock span {
  border-color: rgba(72, 110, 164, 0.2);
  background:
    linear-gradient(90deg, rgba(82, 132, 218, 0.14), rgba(255, 255, 255, 0.96) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 254, 0.96));
  color: #183557;
  box-shadow:
    0 8px 18px rgba(20, 43, 76, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

body[data-page-theme="service-corporate"] .signal-service {
  --signal-rgb: 82 132 218;
  border-color: rgba(72, 110, 164, 0.2);
  background:
    linear-gradient(90deg, rgba(var(--signal-rgb), 0.16), rgba(104, 196, 224, 0.06) 34%, rgba(255, 255, 255, 0.95) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 245, 253, 0.95));
  box-shadow:
    0 12px 24px rgba(20, 43, 76, 0.12),
    0 0 18px rgba(var(--signal-rgb), 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body[data-page-theme="service-corporate"] .signal-stage__partner-copy strong,
body[data-page-theme="service-corporate"] .signal-stage__title,
body[data-page-theme="service-corporate"] .signal-service__name {
  color: #0f2745;
  text-shadow: none;
}

body[data-page-theme="service-corporate"] .signal-service__pulse {
  background: rgb(var(--signal-rgb));
  box-shadow:
    0 0 12px rgba(var(--signal-rgb), 0.9),
    0 0 24px rgba(var(--signal-rgb), 0.28);
}

body[data-page-theme="service-corporate"] .signal-service__pulse::after {
  inset: -7px;
  border-color: rgba(var(--signal-rgb), 0.24);
  opacity: 1;
}

body[data-page-theme="service-corporate"] .signal-stage__partner-mark span {
  opacity: 1;
}

body[data-page-theme="service-corporate"] .signal-stage__partner-copy small,
body[data-page-theme="service-corporate"] .signal-stage__meta {
  color: #4b6483;
  text-shadow: none;
}

body[data-page-theme="service-corporate"] .signal-stage__eyebrow {
  color: #5c7390;
  text-shadow: none;
}

body[data-page-theme="service-corporate"] .signal-stage__partner::before,
body[data-page-theme="service-corporate"] .signal-service::before,
body[data-page-theme="service-corporate"] .signal-stage__core-panel::before {
  background: linear-gradient(
    130deg,
    rgba(29, 68, 120, 0.22),
    transparent 34%,
    transparent 72%,
    rgba(29, 68, 120, 0.2)
  );
  opacity: 0.96;
}

body[data-page-theme="service-corporate"] .signal-stage__dock span::before {
  background:
    linear-gradient(90deg, rgba(29, 68, 120, 0.34) 0 42px, transparent 64px),
    linear-gradient(180deg, rgba(29, 68, 120, 0.16), transparent 42%);
  opacity: 0.96;
}

body[data-page-theme="service-corporate"] .signal-stage__core-panel::after {
  background: linear-gradient(90deg, transparent, rgba(29, 68, 120, 0.48), transparent);
}

body[data-page-theme="service-corporate"] .signal-stage__partner::after,
body[data-page-theme="service-corporate"] .signal-service::after {
  background: linear-gradient(90deg, rgba(29, 68, 120, 0.62), rgba(29, 68, 120, 0.14), transparent);
  opacity: 0.98;
}

body[data-page-theme="service-corporate"] .signal-stage__dock::before {
  background: linear-gradient(180deg, rgba(29, 68, 120, 0.62), rgba(29, 68, 120, 0.1));
  opacity: 0.98;
}

body[data-page-theme="service-corporate"] .signal-stage__beam {
  background: linear-gradient(
    180deg,
    transparent,
    rgba(29, 68, 120, 0.86) 18%,
    rgba(29, 68, 120, 0.24) 72%,
    transparent
  );
  box-shadow:
    0 0 16px rgba(29, 68, 120, 0.26),
    0 0 34px rgba(29, 68, 120, 0.12);
}

body[data-page-theme="service-corporate"] .signal-stage__beam--side {
  background: linear-gradient(90deg, transparent, rgba(29, 68, 120, 0.5), rgba(29, 68, 120, 0.32), transparent);
  opacity: 0.86;
}

body[data-page-theme="service-corporate"] .signal-stage__trace {
  opacity: 0.9;
  box-shadow:
    0 0 16px rgba(var(--trace-rgb), 0.14),
    0 0 30px rgba(var(--trace-rgb), 0.05);
}

body[data-page-theme="service-corporate"] .signal-stage__packet {
  width: 8px;
  height: 8px;
  box-shadow:
    0 0 10px rgba(var(--trace-rgb), 0.72),
    0 0 22px rgba(var(--trace-rgb), 0.18);
}

body[data-page-theme="service-corporate"] .signal-stage {
  transform: translateY(10px);
}

body[data-page-theme="service-corporate"] .signal-stage__network-line {
  stroke: rgba(86, 118, 162, 0.18);
  filter: drop-shadow(0 0 4px rgba(86, 118, 162, 0.04));
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--cross {
  stroke: rgba(78, 113, 165, 0.2);
}

body[data-page-theme="service-corporate"] .signal-stage__network-core-ring {
  stroke: rgba(86, 118, 162, 0.16);
}

body[data-page-theme="service-corporate"] .signal-stage__network-core-ring--inner {
  stroke: rgba(86, 118, 162, 0.12);
}

body[data-page-theme="service-corporate"] .signal-stage__network-core-axis {
  stroke: rgba(86, 118, 162, 0.22);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node {
  fill: rgba(255, 255, 255, 0.96);
  stroke: rgba(86, 118, 162, 0.26);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node--core {
  fill: rgba(245, 249, 255, 0.98);
  stroke: rgba(67, 105, 160, 0.42);
  filter: drop-shadow(0 0 6px rgba(67, 105, 160, 0.08));
}

body[data-page-theme="service-corporate"] .signal-service {
  --float-shift: -4px;
  animation: signalServiceFloat var(--float-duration) ease-in-out infinite;
}

body[data-page-theme="service-corporate"] .signal-service::after,
body[data-page-theme="service-corporate"] .signal-stage__partner::after {
  display: none;
}

body[data-page-theme="service-corporate"] .signal-service--health {
  --signal-rgb: 104 196 224;
}

body[data-page-theme="service-corporate"] .signal-service--log {
  --signal-rgb: 82 132 218;
}

body[data-page-theme="service-corporate"] .signal-service--backup {
  --signal-rgb: 104 196 224;
}

body[data-page-theme="service-corporate"] .signal-service--continuity {
  --signal-rgb: 82 132 218;
}

body[data-page-theme="service-corporate"] .signal-service--security {
  --signal-rgb: 82 132 218;
}

body[data-page-theme="service-corporate"] .signal-service--mail {
  --signal-rgb: 104 196 224;
}

body[data-page-theme="service-corporate"] .signal-service--support {
  --signal-rgb: 104 196 224;
}

body[data-page-theme="service-corporate"] .signal-service--infra {
  --signal-rgb: 82 132 218;
  --float-duration: 7.1s;
}

body[data-page-theme="service-corporate"] .signal-service--advisory {
  --signal-rgb: 82 132 218;
  --float-duration: 8.1s;
}

@media (min-width: 1181px) {
  body[data-page-theme="service-corporate"] .signal-stage__partner {
    top: 9%;
    left: 1%;
    width: 218px;
    min-height: 66px;
    z-index: 7;
  }

  body[data-page-theme="service-corporate"] .signal-stage__spine::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #2f6cb4;
    box-shadow:
      0 0 0 6px rgba(47, 108, 180, 0.14),
      0 0 24px rgba(47, 108, 180, 0.45),
      0 0 44px rgba(47, 108, 180, 0.22);
    transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: none;
  }

  body[data-page-theme="service-corporate"] .signal-service--health,
  body[data-page-theme="service-corporate"] .signal-service--log,
  body[data-page-theme="service-corporate"] .signal-service--backup,
  body[data-page-theme="service-corporate"] .signal-service--continuity,
  body[data-page-theme="service-corporate"] .signal-service--security,
  body[data-page-theme="service-corporate"] .signal-service--infra,
  body[data-page-theme="service-corporate"] .signal-service--mail,
  body[data-page-theme="service-corporate"] .signal-service--support,
  body[data-page-theme="service-corporate"] .signal-service--advisory {
    right: auto;
    bottom: auto;
  }

  body[data-page-theme="service-corporate"] .signal-service--health {
    top: 28%;
    left: calc(18% - 78px);
    width: 156px;
  }

  body[data-page-theme="service-corporate"] .signal-service--log {
    top: 44%;
    left: calc(10% - 82px);
    width: 164px;
  }

  body[data-page-theme="service-corporate"] .signal-service--backup {
    top: 66%;
    left: calc(20% - 86px);
    width: 172px;
  }

  body[data-page-theme="service-corporate"] .signal-service--continuity {
    top: 12%;
    left: calc(50% - 90px);
    margin-left: 0;
    width: 180px;
  }

  body[data-page-theme="service-corporate"] .signal-service--security {
    top: 22%;
    left: calc(80% - 86px);
    width: 172px;
  }

  body[data-page-theme="service-corporate"] .signal-service--infra {
    top: 44%;
    left: calc(90% - 84px);
    width: 168px;
  }

  body[data-page-theme="service-corporate"] .signal-service--mail {
    top: 66%;
    left: calc(80% - 84px);
    width: 168px;
  }

  body[data-page-theme="service-corporate"] .signal-service--support {
    top: 80%;
    left: calc(63% - 75px);
    width: 150px;
  }

  body[data-page-theme="service-corporate"] .signal-service--advisory {
    top: 80%;
    left: calc(37% - 75px);
    width: 150px;
  }

}

@media (max-width: 1180px) {
  body[data-page-theme="service-corporate"] .signal-stage__network {
    display: none;
  }

  body[data-page-theme="service-corporate"] .signal-service--infra,
  body[data-page-theme="service-corporate"] .signal-service--advisory {
    display: none;
  }
}

/* Final signal-stage layering guard: all connectors stay behind cards */
body[data-page-theme="service-corporate"] .signal-stage {
  position: relative;
  isolation: isolate;
}

body[data-page-theme="service-corporate"] .signal-stage::before,
body[data-page-theme="service-corporate"] .signal-stage::after,
body[data-page-theme="service-corporate"] .signal-stage__lines-layer {
  z-index: 1 !important;
}

body[data-page-theme="service-corporate"] .signal-stage__lines-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  isolation: isolate;
}

body[data-page-theme="service-corporate"] .signal-stage__aura,
body[data-page-theme="service-corporate"] .signal-stage__grid,
body[data-page-theme="service-corporate"] .signal-stage__ring,
body[data-page-theme="service-corporate"] .signal-stage__orbit,
body[data-page-theme="service-corporate"] .signal-stage__crown,
body[data-page-theme="service-corporate"] .signal-stage__trace,
body[data-page-theme="service-corporate"] .signal-stage__beam,
body[data-page-theme="service-corporate"] .signal-stage__beam--side,
body[data-page-theme="service-corporate"] .signal-stage__network {
  z-index: 1 !important;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-stage__packet {
  z-index: 2 !important;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-stage__cards-layer {
  position: absolute;
  inset: 0;
  z-index: 100 !important;
  isolation: isolate;
}

body[data-page-theme="service-corporate"] .signal-stage__partner,
body[data-page-theme="service-corporate"] .signal-stage__spine,
body[data-page-theme="service-corporate"] .signal-service {
  z-index: 101 !important;
}

body[data-page-theme="service-corporate"] .signal-stage__core-shell,
body[data-page-theme="service-corporate"] .signal-stage__core-panel,
body[data-page-theme="service-corporate"] .signal-stage__dock {
  z-index: 102 !important;
}

body[data-page-theme="service-corporate"] .signal-stage__dock span {
  position: relative;
  z-index: 103 !important;
}

body[data-page-theme="service-corporate"] .signal-stage__spine::before,
body[data-page-theme="service-corporate"] .signal-stage__dock::before {
  z-index: 1 !important;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-stage__partner::after,
body[data-page-theme="service-corporate"] .signal-service::after {
  display: none !important;
}

.signal-stage__intro {
  width: min(100%, clamp(280px, 31vw, 376px));
  margin: 0 auto;
  text-align: left;
}

.signal-stage__intro .signal-stage__title {
  margin-top: 8px;
  font-size: clamp(1.34rem, 1.8vw, 1.74rem);
}

.signal-stage__intro .signal-stage__meta {
  margin-top: 8px;
}

.signal-stage__hub-anchor {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .hero {
  min-height: 100svh;
  padding: clamp(92px, 9.4vh, 108px) 0 clamp(24px, 3.8vh, 40px);
}

body[data-page-theme="service-corporate"] .hero__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(438px, 50vh, 590px);
  gap: clamp(6px, 0.9vw, 10px);
  padding-top: clamp(2px, 0.5vw, 8px);
}

body[data-page-theme="service-corporate"] .signal-stage {
  transform: none;
  margin-top: 0;
  width: clamp(378px, 44vw, 590px);
  height: clamp(398px, 47vw, 600px);
}

body[data-page-theme="service-corporate"] .signal-stage__intro {
  position: relative;
  z-index: 12;
  align-self: center;
  padding: 13px 17px 12px 19px;
  border-radius: 14px;
  border: 1px solid rgba(72, 110, 164, 0.18);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 247, 253, 0.95)),
    linear-gradient(90deg, rgba(82, 132, 218, 0.08), rgba(104, 196, 224, 0.04) 42%, transparent 72%);
  box-shadow:
    0 14px 28px rgba(20, 43, 76, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  overflow: visible;
}

body[data-page-theme="service-corporate"] .signal-stage__intro::before {
  content: "";
  position: absolute;
  inset: 1px;
  clip-path: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 34%),
    linear-gradient(90deg, rgba(56, 99, 160, 0.08) 0 18px, transparent 38px);
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-stage__intro::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  width: 1px;
  height: 8px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(69, 107, 160, 0.36), rgba(69, 107, 160, 0));
  box-shadow: 0 0 10px rgba(69, 107, 160, 0.08);
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #617894;
}

body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #4b7fd4, #68bfd9);
  box-shadow:
    0 0 0 4px rgba(95, 137, 203, 0.12),
    0 0 12px rgba(95, 137, 203, 0.12);
}

body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__title {
  color: #0f2745;
  letter-spacing: -0.05em;
}

body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__meta {
  color: #4d6785;
}

body[data-page-theme="service-corporate"] .signal-stage__network {
  opacity: 0.9;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line,
body[data-page-theme="service-corporate"] .signal-stage__network-flow {
  --signal-line-rgb: 95, 123, 160;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line {
  stroke: rgba(var(--signal-line-rgb), 0.22);
  stroke-width: 1.34;
  filter: none;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow {
  fill: none;
  stroke: rgba(var(--signal-line-rgb), 0.86);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 2 18 8 120;
  stroke-dashoffset: 156;
  opacity: 0.16;
  animation: signalNetworkFlow 4.8s linear infinite;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-stage__trace {
  display: none;
}

body[data-page-theme="service-corporate"] .signal-stage__beam {
  top: 28%;
  bottom: 35%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(73, 116, 183, 0.24) 22%,
    rgba(121, 216, 242, 0.12) 58%,
    transparent
  );
  box-shadow:
    0 0 10px rgba(73, 116, 183, 0.06),
    0 0 20px rgba(121, 216, 242, 0.04);
}

body[data-page-theme="service-corporate"] .signal-stage__beam--side {
  display: none;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--top,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--top {
  --signal-line-rgb: 82, 132, 218;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--left-top,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--left-top {
  --signal-line-rgb: 104, 196, 224;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--left-mid,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--left-mid {
  --signal-line-rgb: 82, 132, 218;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--left-low,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--left-low {
  --signal-line-rgb: 104, 196, 224;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--right-top,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--right-top {
  --signal-line-rgb: 82, 132, 218;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--right-mid,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--right-mid {
  --signal-line-rgb: 104, 196, 224;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--right-low,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--right-low {
  --signal-line-rgb: 82, 132, 218;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--bottom-left,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--bottom-left {
  --signal-line-rgb: 104, 196, 224;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--bottom-right,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--bottom-right {
  --signal-line-rgb: 82, 132, 218;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--cross {
  display: none;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--cross {
  display: none;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--top {
  animation-duration: 4.2s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--left-top {
  animation-duration: 4.8s;
  animation-delay: 0.15s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--left-mid {
  animation-duration: 4.4s;
  animation-delay: 0.55s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--left-low {
  animation-duration: 5.1s;
  animation-delay: 0.95s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--right-top {
  animation-duration: 4.9s;
  animation-delay: 0.35s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--right-mid {
  animation-duration: 4.5s;
  animation-delay: 0.75s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--right-low {
  animation-duration: 5.2s;
  animation-delay: 1.05s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--bottom-left {
  animation-duration: 5s;
  animation-delay: 0.6s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--bottom-right {
  animation-duration: 5.3s;
  animation-delay: 1.15s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="health"] {
  stroke: rgba(120, 217, 183, 0.38);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="log"] {
  stroke: rgba(121, 216, 242, 0.42);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="backup"] {
  stroke: rgba(242, 190, 107, 0.4);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="continuity"] {
  stroke: rgba(169, 178, 255, 0.42);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="security"] {
  stroke: rgba(230, 164, 203, 0.4);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="infra"] {
  stroke: rgba(124, 184, 255, 0.42);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="mail"] {
  stroke: rgba(242, 156, 100, 0.4);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="advisory"] {
  stroke: rgba(120, 217, 183, 0.36);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="support"] {
  stroke: rgba(168, 217, 142, 0.36);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node {
  filter: drop-shadow(0 0 3px rgba(87, 117, 160, 0.05));
  transform-box: fill-box;
  transform-origin: center;
  animation: signalNodeCharge 3.6s ease-in-out infinite;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="health"] {
  fill: rgba(246, 255, 251, 0.98);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="log"] {
  fill: rgba(246, 252, 255, 0.98);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="backup"] {
  fill: rgba(255, 251, 242, 0.98);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="continuity"] {
  fill: rgba(248, 248, 255, 0.98);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="security"] {
  fill: rgba(255, 246, 251, 0.98);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="infra"] {
  fill: rgba(245, 250, 255, 0.98);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="mail"] {
  fill: rgba(255, 248, 242, 0.98);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="advisory"],
body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="support"] {
  fill: rgba(247, 255, 249, 0.98);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="continuity"] {
  animation-delay: 0.2s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="health"] {
  animation-delay: 0.45s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="log"] {
  animation-delay: 0.8s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="backup"] {
  animation-delay: 1.15s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="security"] {
  animation-delay: 0.65s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="infra"] {
  animation-delay: 1s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="mail"] {
  animation-delay: 1.35s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="advisory"] {
  animation-delay: 1.1s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="support"] {
  animation-delay: 1.45s;
}

@media (prefers-reduced-motion: reduce) {
  body[data-page-theme="service-corporate"] .signal-stage__network-flow,
  body[data-page-theme="service-corporate"] .signal-stage__network-node {
    animation: none;
  }
}

body[data-page-theme="service-corporate"] .signal-stage__partner,
body[data-page-theme="service-corporate"] .signal-service,
body[data-page-theme="service-corporate"] .signal-stage__hub-anchor {
  z-index: 101 !important;
}

@media (max-width: 1024px) {
  body[data-page-theme="service-corporate"] .hero {
    padding: clamp(88px, 8.6vh, 100px) 0 clamp(24px, 3.4vh, 36px);
  }

  body[data-page-theme="service-corporate"] .hero__visual {
    min-height: clamp(382px, 44vh, 500px);
    gap: 8px;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro {
    width: min(100%, 330px);
    padding: 13px 16px 12px 18px;
  }

  body[data-page-theme="service-corporate"] .signal-stage {
    width: clamp(324px, 40vw, 470px);
    height: clamp(350px, 42vw, 488px);
  }
}

@media (max-width: 640px) {
  body[data-page-theme="service-corporate"] .hero {
    padding: 84px 0 22px;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro {
    width: min(100%, 304px);
    padding: 13px 15px 12px 16px;
    border-radius: 12px;
  }

  body[data-page-theme="service-corporate"] .hero__visual {
    min-height: clamp(306px, 38vh, 380px);
    gap: 6px;
    padding-top: 0;
  }

  body[data-page-theme="service-corporate"] .signal-stage {
    width: clamp(276px, 82vw, 332px);
    height: clamp(280px, 80vw, 380px);
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__title {
    font-size: 1.12rem;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__meta {
    font-size: 0.52rem;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 1181px) {
  body[data-page-theme="service-corporate"] .signal-stage {
    width: clamp(420px, 48vw, 648px);
    height: clamp(430px, 51vw, 636px);
  }

  body[data-page-theme="service-corporate"] .signal-stage__partner {
    top: 10%;
    left: 1%;
    width: 182px;
    min-height: 60px;
    padding: 12px 14px 12px 13px;
  }

  body[data-page-theme="service-corporate"] .signal-stage__partner-copy strong {
    font-size: 0.78rem;
    letter-spacing: 0.02em;
  }

  body[data-page-theme="service-corporate"] .signal-stage__partner-copy small {
    font-size: 0.55rem;
    letter-spacing: 0.03em;
    line-height: 1.35;
  }

  body[data-page-theme="service-corporate"] .signal-service--continuity {
    top: 12%;
    left: calc(50% - 84px);
    width: 168px;
  }

  body[data-page-theme="service-corporate"] .signal-service--health {
    top: 29%;
    left: calc(18% - 80px);
    width: 160px;
  }

  body[data-page-theme="service-corporate"] .signal-service--log {
    top: 47%;
    left: calc(11% - 82px);
    width: 164px;
  }

  body[data-page-theme="service-corporate"] .signal-service--backup {
    top: 65%;
    left: calc(20% - 84px);
    width: 168px;
  }

  body[data-page-theme="service-corporate"] .signal-service--security {
    top: 29%;
    left: calc(82% - 84px);
    width: 168px;
  }

  body[data-page-theme="service-corporate"] .signal-service--infra {
    top: 47%;
    left: calc(89% - 82px);
    width: 164px;
  }

  body[data-page-theme="service-corporate"] .signal-service--mail {
    top: 65%;
    left: calc(80% - 84px);
    width: 168px;
  }

  body[data-page-theme="service-corporate"] .signal-service--advisory {
    top: 81%;
    left: calc(34% - 74px);
    width: 148px;
  }

  body[data-page-theme="service-corporate"] .signal-service--support {
    top: 81%;
    left: calc(66% - 74px);
    width: 148px;
  }
}

/* Slider color cleanup: remove conflicting cinematic layers and restore clean premium surface */
body[data-page-theme="service-corporate"] .hero {
  background:
    radial-gradient(ellipse 58% 34% at 50% 16%, rgba(82, 132, 218, 0.05), transparent 54%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 56%, #f6f9fd 100%);
}

body[data-page-theme="service-corporate"] .hero__visual::before,
body[data-page-theme="service-corporate"] .hero__visual::after {
  display: none;
}

body[data-page-theme="service-corporate"] .hero__title-accent {
  background: none;
  -webkit-text-fill-color: currentColor;
  color: #255b99;
}

body[data-page-theme="service-corporate"] .signal-stage::before,
body[data-page-theme="service-corporate"] .signal-stage::after,
body[data-page-theme="service-corporate"] .signal-stage__trace,
body[data-page-theme="service-corporate"] .signal-stage__beam,
body[data-page-theme="service-corporate"] .signal-stage__beam--side,
body[data-page-theme="service-corporate"] .signal-stage__network-flow {
  display: none;
}

body[data-page-theme="service-corporate"] .signal-stage__aura {
  display: none;
}

body[data-page-theme="service-corporate"] .signal-stage__grid {
  opacity: 0.09;
  background-image:
    linear-gradient(rgba(82, 132, 218, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82, 132, 218, 0.05) 1px, transparent 1px);
}

body[data-page-theme="service-corporate"] .signal-stage__partner,
body[data-page-theme="service-corporate"] .signal-stage__core-panel,
body[data-page-theme="service-corporate"] .signal-stage__dock span,
body[data-page-theme="service-corporate"] .signal-service {
  box-shadow:
    0 12px 26px rgba(20, 43, 76, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

body[data-page-theme="service-corporate"] .signal-stage__partner {
  background:
    linear-gradient(90deg, rgba(82, 132, 218, 0.1) 0 14px, rgba(255, 255, 255, 0.96) 14px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(239, 245, 252, 0.97));
}

body[data-page-theme="service-corporate"] .signal-stage__core-panel {
  background:
    linear-gradient(90deg, rgba(82, 132, 218, 0.08) 0 14px, rgba(255, 255, 255, 0.98) 14px),
    linear-gradient(180deg, #ffffff, #eff5fb);
}

body[data-page-theme="service-corporate"] .signal-stage__dock span {
  background:
    linear-gradient(90deg, rgba(104, 196, 224, 0.08) 0 12px, rgba(255, 255, 255, 0.97) 12px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 253, 0.98));
}

body[data-page-theme="service-corporate"] .signal-service {
  background:
    linear-gradient(90deg, rgba(var(--signal-rgb), 0.1) 0 12px, rgba(255, 255, 255, 0.96) 12px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(239, 246, 253, 0.97));
}

body[data-page-theme="service-corporate"] .signal-stage__partner::before,
body[data-page-theme="service-corporate"] .signal-service::before,
body[data-page-theme="service-corporate"] .signal-stage__core-panel::before,
body[data-page-theme="service-corporate"] .signal-stage__core-panel::after,
body[data-page-theme="service-corporate"] .signal-stage__dock span::before,
body[data-page-theme="service-corporate"] .signal-stage__intro::before,
body[data-page-theme="service-corporate"] .signal-stage__intro::after {
  display: none;
}

body[data-page-theme="service-corporate"] .signal-service__pulse {
  box-shadow:
    0 0 0 3px rgba(var(--signal-rgb), 0.12),
    0 0 0 7px rgba(var(--signal-rgb), 0.04);
}

body[data-page-theme="service-corporate"] .signal-service__pulse::after {
  border-color: rgba(var(--signal-rgb), 0.16);
  opacity: 0.72;
}

body[data-page-theme="service-corporate"] .signal-stage__network {
  opacity: 0.82;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line {
  stroke: rgba(90, 121, 163, 0.24);
  stroke-width: 1.46;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--top,
body[data-page-theme="service-corporate"] .signal-stage__network-line--left-mid,
body[data-page-theme="service-corporate"] .signal-stage__network-line--right-top,
body[data-page-theme="service-corporate"] .signal-stage__network-line--right-low,
body[data-page-theme="service-corporate"] .signal-stage__network-line--bottom-right {
  stroke: rgba(82, 132, 218, 0.3);
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--left-top,
body[data-page-theme="service-corporate"] .signal-stage__network-line--left-low,
body[data-page-theme="service-corporate"] .signal-stage__network-line--right-mid,
body[data-page-theme="service-corporate"] .signal-stage__network-line--bottom-left {
  stroke: rgba(104, 196, 224, 0.28);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node:not(.signal-stage__network-node--core) {
  fill: rgba(255, 255, 255, 0.98);
  stroke: rgba(90, 121, 163, 0.32);
  filter: none;
  animation: none;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node--core {
  fill: rgba(245, 249, 255, 0.99);
  stroke: rgba(82, 132, 218, 0.34);
  filter: none;
}

/* Service corporate hero diagram refinement */
body[data-page-theme="service-corporate"] .signal-stage {
  --signal-stage-surface-top: 246, 250, 255;
  --signal-stage-surface-mid: 238, 244, 251;
  --signal-stage-surface-bottom: 230, 237, 246;
  border-radius: 44px;
}

body[data-page-theme="service-corporate"] .signal-stage::before,
body[data-page-theme="service-corporate"] .signal-stage::after {
  display: block;
  z-index: 0;
}

body[data-page-theme="service-corporate"] .signal-stage::before {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(
      180deg,
      rgba(var(--signal-stage-surface-top), 0.76) 0%,
      rgba(var(--signal-stage-surface-mid), 0.92) 46%,
      rgba(var(--signal-stage-surface-bottom), 0.86) 100%
    ),
    radial-gradient(
      76% 60% at 50% 48%,
      rgba(255, 255, 255, 0.84) 0%,
      rgba(248, 251, 255, 0.34) 30%,
      rgba(240, 246, 252, 0.12) 58%,
      transparent 88%
    ),
    radial-gradient(60% 48% at 67% 32%, rgba(194, 218, 243, 0.3) 0%, transparent 78%),
    radial-gradient(56% 46% at 31% 72%, rgba(213, 226, 241, 0.25) 0%, transparent 80%);
  background-blend-mode: normal, screen, normal, normal;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    0 20px 44px rgba(31, 58, 95, 0.035);
  opacity: 0.98;
}

body[data-page-theme="service-corporate"] .signal-stage::after {
  inset: 3%;
  border-radius: 40px;
  background:
    radial-gradient(
      62% 48% at 50% 48%,
      rgba(255, 255, 255, 0.28) 0%,
      rgba(255, 255, 255, 0.13) 38%,
      transparent 78%
    ),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='%238ca5c2' fill-opacity='.14'%3E%3Ccircle cx='10' cy='14' r='1'/%3E%3Ccircle cx='34' cy='28' r='.9'/%3E%3Ccircle cx='62' cy='18' r='.8'/%3E%3Ccircle cx='92' cy='24' r='1'/%3E%3Ccircle cx='128' cy='18' r='.8'/%3E%3Ccircle cx='146' cy='40' r='.9'/%3E%3Ccircle cx='20' cy='62' r='.8'/%3E%3Ccircle cx='54' cy='74' r='1'/%3E%3Ccircle cx='88' cy='66' r='.9'/%3E%3Ccircle cx='116' cy='82' r='.8'/%3E%3Ccircle cx='144' cy='70' r='1'/%3E%3Ccircle cx='30' cy='108' r='.9'/%3E%3Ccircle cx='68' cy='120' r='.8'/%3E%3Ccircle cx='98' cy='110' r='1'/%3E%3Ccircle cx='132' cy='122' r='.9'/%3E%3Ccircle cx='16' cy='138' r='.8'/%3E%3Ccircle cx='82' cy='146' r='.9'/%3E%3Ccircle cx='150' cy='144' r='.8'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto, 160px 160px;
  background-position: center, 0 0;
  mix-blend-mode: soft-light;
  opacity: 0.38;
}

body[data-page-theme="service-corporate"] .signal-stage__grid {
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(86, 126, 184, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86, 126, 184, 0.045) 1px, transparent 1px);
}

body[data-page-theme="service-corporate"] .signal-stage__ring,
body[data-page-theme="service-corporate"] .signal-stage__orbit,
body[data-page-theme="service-corporate"] .signal-stage__crown {
  mix-blend-mode: normal;
}

body[data-page-theme="service-corporate"] .signal-stage__ring--outer {
  opacity: 0.28;
}

body[data-page-theme="service-corporate"] .signal-stage__ring--inner {
  opacity: 0.2;
}

body[data-page-theme="service-corporate"] .signal-stage__orbit--frame {
  opacity: 0.26;
}

body[data-page-theme="service-corporate"] .signal-stage__orbit--tilt {
  opacity: 0.18;
}

body[data-page-theme="service-corporate"] .signal-stage__orbit--polar {
  opacity: 0.14;
}

body[data-page-theme="service-corporate"] .signal-stage__crown--primary {
  opacity: 0.18;
}

body[data-page-theme="service-corporate"] .signal-stage__crown--echo {
  opacity: 0.08;
  filter: blur(12px);
}

body[data-page-theme="service-corporate"] .signal-stage__network {
  opacity: 0.98;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line,
body[data-page-theme="service-corporate"] .signal-stage__network-flow {
  --signal-line-rgb: 96, 129, 181;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--top,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--top {
  --signal-line-rgb: 82, 132, 218;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--left-top,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--left-top {
  --signal-line-rgb: 104, 196, 224;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--left-mid,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--left-mid {
  --signal-line-rgb: 120, 138, 227;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--left-low,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--left-low {
  --signal-line-rgb: 97, 191, 223;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--right-top,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--right-top {
  --signal-line-rgb: 124, 139, 227;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--right-mid,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--right-mid {
  --signal-line-rgb: 102, 186, 224;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--right-low,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--right-low {
  --signal-line-rgb: 88, 145, 222;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--bottom-left,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--bottom-left {
  --signal-line-rgb: 108, 175, 226;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--bottom-right,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--bottom-right {
  --signal-line-rgb: 126, 147, 228;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line:not(.signal-stage__network-flow) {
  stroke: rgba(var(--signal-line-rgb), 0.34);
  stroke-width: 1.28;
  filter: drop-shadow(0 0 1.6px rgba(var(--signal-line-rgb), 0.08));
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow {
  display: inline;
  fill: none;
  stroke: rgba(var(--signal-line-rgb), 0.88);
  stroke-width: 2.02;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 2 15 6 90;
  stroke-dashoffset: 156;
  filter: drop-shadow(0 0 3px rgba(var(--signal-line-rgb), 0.14));
  opacity: 0.44;
  animation: signalNetworkFlow 8.6s linear infinite;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--top {
  animation-duration: 7.3s;
  animation-delay: -1.2s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--left-top {
  animation-duration: 8.1s;
  animation-delay: -3.1s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--left-mid {
  animation-duration: 7.8s;
  animation-delay: -2.4s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--left-low {
  animation-duration: 8.8s;
  animation-delay: -4.6s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--right-top {
  animation-duration: 8s;
  animation-delay: -1.8s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--right-mid {
  animation-duration: 7.6s;
  animation-delay: -3.9s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--right-low {
  animation-duration: 8.7s;
  animation-delay: -5.2s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--bottom-left {
  animation-duration: 9.1s;
  animation-delay: -2.9s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--bottom-right {
  animation-duration: 9.4s;
  animation-delay: -6.1s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--cross,
body[data-page-theme="service-corporate"] .signal-stage__network-flow.signal-stage__network-line--cross {
  display: none;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node {
  --signal-node-rgb: 96, 129, 181;
  fill: rgba(252, 254, 255, 0.98);
  stroke: rgba(var(--signal-node-rgb), 0.44);
  stroke-width: 1.06;
  filter: drop-shadow(0 0 4px rgba(var(--signal-node-rgb), 0.12));
  transform-box: fill-box;
  transform-origin: center;
  animation: signalStageNodeGlow 6.8s ease-in-out infinite;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="continuity"] {
  --signal-node-rgb: 82, 132, 218;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="health"] {
  --signal-node-rgb: 104, 196, 224;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="log"] {
  --signal-node-rgb: 120, 138, 227;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="backup"] {
  --signal-node-rgb: 97, 191, 223;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="security"] {
  --signal-node-rgb: 124, 139, 227;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="infra"] {
  --signal-node-rgb: 102, 186, 224;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="mail"] {
  --signal-node-rgb: 88, 145, 222;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="advisory"] {
  --signal-node-rgb: 108, 175, 226;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node[data-node="support"] {
  --signal-node-rgb: 126, 147, 228;
}

body[data-page-theme="service-corporate"] .signal-stage__network-core-ring,
body[data-page-theme="service-corporate"] .signal-stage__network-core-axis,
body[data-page-theme="service-corporate"] .signal-stage__network-node--core {
  transform-box: fill-box;
  transform-origin: center;
}

body[data-page-theme="service-corporate"] .signal-stage__network-core-ring {
  stroke: rgba(88, 134, 199, 0.28);
  stroke-width: 1.08;
  filter: drop-shadow(0 0 4px rgba(103, 149, 214, 0.08));
  animation: signalStageRingPulse 7.8s ease-in-out infinite;
}

body[data-page-theme="service-corporate"] .signal-stage__network-core-ring--inner {
  stroke: rgba(117, 163, 222, 0.24);
  animation-duration: 6.4s;
  animation-delay: -2.4s;
}

body[data-page-theme="service-corporate"] .signal-stage__network-core-axis {
  stroke: rgba(93, 134, 194, 0.34);
  stroke-width: 1.04;
}

body[data-page-theme="service-corporate"] .signal-stage__network-node--core {
  fill: rgba(247, 251, 255, 1);
  stroke: rgba(90, 138, 214, 0.6);
  stroke-width: 1.14;
  filter: drop-shadow(0 0 7px rgba(102, 147, 217, 0.18));
  animation: signalStageCorePulse 6.8s ease-in-out infinite;
}

@keyframes signalStageNodeGlow {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.94;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes signalStageCorePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.94;
  }

  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@keyframes signalStageRingPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.04);
    opacity: 0.96;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page-theme="service-corporate"] .signal-stage__network-flow,
  body[data-page-theme="service-corporate"] .signal-stage__network-node,
  body[data-page-theme="service-corporate"] .signal-stage__network-core-ring,
  body[data-page-theme="service-corporate"] .signal-stage__network-node--core {
    animation: none;
  }
}

/* Service corporate hero diagram integration */
body[data-page-theme="service-corporate"] .hero__visual,
body[data-page-theme="service-corporate"] .signal-stage {
  background: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
}

body[data-page-theme="service-corporate"] .signal-stage__lines-layer,
body[data-page-theme="service-corporate"] .signal-stage__cards-layer {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

body[data-page-theme="service-corporate"] .signal-stage::before,
body[data-page-theme="service-corporate"] .signal-stage::after,
body[data-page-theme="service-corporate"] .signal-stage__aura,
body[data-page-theme="service-corporate"] .signal-stage__grid,
body[data-page-theme="service-corporate"] .signal-stage__ring,
body[data-page-theme="service-corporate"] .signal-stage__orbit,
body[data-page-theme="service-corporate"] .signal-stage__crown,
body[data-page-theme="service-corporate"] .signal-stage__trace,
body[data-page-theme="service-corporate"] .signal-stage__beam,
body[data-page-theme="service-corporate"] .signal-stage__beam--side {
  display: none !important;
}

/* Service corporate hero card system rebuild */
body[data-page-theme="service-corporate"] .signal-service {
  --card-accent-rgb: var(--signal-rgb);
  --card-surface-top-rgb: 236 244 255;
  --card-surface-mid-rgb: 214 228 248;
  --card-surface-bottom-rgb: 185 206 236;
  --card-border-rgb: 112 147 204;
  --card-shadow-rgb: 20, 39, 68;
  position: absolute;
  z-index: 4;
  isolation: isolate;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-width: 164px;
  min-height: 56px;
  gap: 12px;
  padding: 11px 16px 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(var(--card-border-rgb), 0.58);
  background-color: rgb(var(--card-surface-bottom-rgb));
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.2) 23%, transparent 54%),
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(145deg, rgba(var(--card-surface-top-rgb), 1) 0%, rgba(var(--card-surface-mid-rgb), 0.985) 52%, rgba(var(--card-surface-bottom-rgb), 1) 100%);
  background-blend-mode: normal, normal, normal;
  box-shadow:
    0 34px 52px rgba(var(--card-shadow-rgb), 0.2),
    0 12px 18px rgba(var(--card-accent-rgb), 0.16),
    0 4px 8px rgba(var(--card-shadow-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -16px 22px rgba(17, 38, 68, 0.1);
  overflow: hidden;
  filter: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: normal;
  scale: 1;
  translate: 0 0;
  transform-origin: center;
  will-change: transform, box-shadow;
  transition:
    translate 0.28s ease,
    scale 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-image 0.28s ease;
}

body[data-page-theme="service-corporate"] .signal-service::before {
  display: block !important;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.16) 24%, transparent 62%),
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 42%);
  opacity: 1;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-service::after {
  display: block !important;
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 44px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, rgba(var(--card-accent-rgb), 0.95), rgba(var(--card-accent-rgb), 0.28));
  box-shadow: 0 0 12px rgba(var(--card-accent-rgb), 0.18);
  opacity: 0.96;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-service__name {
  display: block;
  min-width: 0;
  max-width: 100%;
  color: #132d48;
  font-size: 0.69rem;
  font-weight: 770;
  letter-spacing: 0.015em;
  line-height: 1.17;
  white-space: normal;
  text-wrap: balance;
  hyphens: none;
}

body[data-page-theme="service-corporate"] .signal-service__pulse {
  width: 11px;
  height: 11px;
  align-self: center;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.98) 0 18%, rgba(var(--card-accent-rgb), 0.98) 54%, rgba(var(--card-accent-rgb), 0.8) 100%);
  box-shadow:
    inset 0 -2px 3px rgba(15, 34, 60, 0.18),
    0 0 0 4px rgba(var(--card-accent-rgb), 0.14),
    0 0 18px rgba(var(--card-accent-rgb), 0.22);
}

body[data-page-theme="service-corporate"] .signal-service__pulse::after {
  inset: -6px;
  border-width: 1px;
  border-color: rgba(var(--card-accent-rgb), 0.26);
  opacity: 0.95;
}

body[data-page-theme="service-corporate"] .signal-service--health {
  --signal-rgb: 83 168 115;
  --card-accent-rgb: 83 168 115;
  --card-surface-top-rgb: 240 251 243;
  --card-surface-mid-rgb: 213 237 220;
  --card-surface-bottom-rgb: 177 212 189;
  --card-border-rgb: 96 156 117;
}

body[data-page-theme="service-corporate"] .signal-service--log {
  --signal-rgb: 64 116 214;
  --card-accent-rgb: 64 116 214;
  --card-surface-top-rgb: 239 245 255;
  --card-surface-mid-rgb: 210 225 249;
  --card-surface-bottom-rgb: 173 198 236;
  --card-border-rgb: 100 137 201;
}

body[data-page-theme="service-corporate"] .signal-service--backup {
  --signal-rgb: 119 104 214;
  --card-accent-rgb: 119 104 214;
  --card-surface-top-rgb: 244 241 255;
  --card-surface-mid-rgb: 224 218 249;
  --card-surface-bottom-rgb: 191 184 236;
  --card-border-rgb: 131 123 198;
}

body[data-page-theme="service-corporate"] .signal-service--continuity {
  --signal-rgb: 51 151 214;
  --card-accent-rgb: 51 151 214;
  --card-surface-top-rgb: 236 248 255;
  --card-surface-mid-rgb: 205 230 245;
  --card-surface-bottom-rgb: 168 208 230;
  --card-border-rgb: 88 158 196;
}

body[data-page-theme="service-corporate"] .signal-service--security {
  --signal-rgb: 192 92 118;
  --card-accent-rgb: 192 92 118;
  --card-surface-top-rgb: 253 240 244;
  --card-surface-mid-rgb: 240 211 221;
  --card-surface-bottom-rgb: 220 182 194;
  --card-border-rgb: 189 116 137;
}

body[data-page-theme="service-corporate"] .signal-service--mail {
  --signal-rgb: 213 132 69;
  --card-accent-rgb: 213 132 69;
  --card-surface-top-rgb: 255 244 235;
  --card-surface-mid-rgb: 246 224 203;
  --card-surface-bottom-rgb: 229 194 161;
  --card-border-rgb: 198 139 95;
}

body[data-page-theme="service-corporate"] .signal-service--support {
  --signal-rgb: 71 159 188;
  --card-accent-rgb: 71 159 188;
  --card-surface-top-rgb: 238 249 252;
  --card-surface-mid-rgb: 210 233 239;
  --card-surface-bottom-rgb: 176 209 220;
  --card-border-rgb: 93 163 187;
}

body[data-page-theme="service-corporate"] .signal-service--infra {
  --signal-rgb: 74 130 212;
  --card-accent-rgb: 74 130 212;
  --card-surface-top-rgb: 239 246 255;
  --card-surface-mid-rgb: 210 228 248;
  --card-surface-bottom-rgb: 176 202 236;
  --card-border-rgb: 104 148 205;
}

body[data-page-theme="service-corporate"] .signal-service--advisory {
  --signal-rgb: 105 116 214;
  --card-accent-rgb: 105 116 214;
  --card-surface-top-rgb: 244 243 255;
  --card-surface-mid-rgb: 223 220 248;
  --card-surface-bottom-rgb: 190 188 235;
  --card-border-rgb: 127 135 204;
}

body[data-page-theme="service-corporate"] .signal-service--infra .signal-service__name,
body[data-page-theme="service-corporate"] .signal-service--advisory .signal-service__name,
body[data-page-theme="service-corporate"] .signal-service--support .signal-service__name {
  letter-spacing: 0.005em;
}

body[data-page-theme="service-corporate"] .signal-stage__partner {
  --partner-shadow-rgb: 18, 38, 68;
  position: absolute;
  z-index: 4;
  isolation: isolate;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  width: 220px;
  min-height: 72px;
  padding: 13px 16px 13px 14px;
  border-radius: 17px;
  border: 1px solid rgba(124, 154, 198, 0.52);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.24) 24%, transparent 56%),
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(145deg, rgba(252, 254, 255, 1) 0%, rgba(239, 245, 252, 0.99) 56%, rgba(224, 234, 245, 1) 100%);
  background-blend-mode: normal, normal, normal;
  box-shadow:
    0 38px 58px rgba(var(--partner-shadow-rgb), 0.22),
    0 12px 22px rgba(82, 132, 218, 0.14),
    0 4px 8px rgba(var(--partner-shadow-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -18px 24px rgba(17, 38, 68, 0.08);
  overflow: hidden;
  filter: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: normal;
  scale: 1;
  translate: 0 0;
  transform-origin: center;
  will-change: transform, box-shadow;
  transition:
    translate 0.28s ease,
    scale 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

body[data-page-theme="service-corporate"] .signal-stage__partner::before {
  display: block !important;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(82, 132, 218, 0.2) 0 19%, transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.14) 24%, transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 40%);
  opacity: 1;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-stage__partner::after {
  display: block !important;
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 52px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, rgba(82, 132, 218, 0.9), rgba(104, 196, 224, 0.28));
  box-shadow: 0 0 14px rgba(82, 132, 218, 0.16);
  opacity: 1;
}

body[data-page-theme="service-corporate"] .signal-stage__partner-mark {
  width: 42px;
  height: 42px;
  padding: 8px;
  place-content: center;
  border-radius: 13px;
  border: 1px solid rgba(126, 154, 190, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 245, 252, 0.96));
  box-shadow:
    0 8px 14px rgba(31, 60, 96, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -10px 16px rgba(28, 53, 86, 0.05);
}

body[data-page-theme="service-corporate"] .signal-stage__partner-mark span {
  width: 8px;
  height: 8px;
  box-shadow: none;
}

body[data-page-theme="service-corporate"] .signal-stage__partner-copy strong {
  color: #12304d;
  font-size: 0.81rem;
  font-weight: 780;
  letter-spacing: 0.015em;
  line-height: 1.12;
}

body[data-page-theme="service-corporate"] .signal-stage__partner-copy small {
  color: #4b6480;
  font-size: 0.56rem;
  font-weight: 620;
  letter-spacing: 0.02em;
  line-height: 1.36;
}

@media (min-width: 1181px) {
  body[data-page-theme="service-corporate"] .signal-stage__partner {
    top: 9%;
    left: 1%;
    width: 224px;
  }

  body[data-page-theme="service-corporate"] .signal-service--continuity {
    left: calc(50% - 88px);
    width: 176px;
  }

  body[data-page-theme="service-corporate"] .signal-service--health {
    left: calc(18% - 86px);
    width: 172px;
  }

  body[data-page-theme="service-corporate"] .signal-service--log {
    left: calc(11% - 87px);
    width: 174px;
  }

  body[data-page-theme="service-corporate"] .signal-service--backup {
    left: calc(20% - 92px);
    width: 184px;
  }

  body[data-page-theme="service-corporate"] .signal-service--security {
    left: calc(82% - 90px);
    width: 180px;
  }

  body[data-page-theme="service-corporate"] .signal-service--infra {
    top: 47%;
    left: calc(87% - 101px);
    width: 202px;
  }

  body[data-page-theme="service-corporate"] .signal-service--mail {
    left: calc(80% - 88px);
    width: 176px;
  }

  body[data-page-theme="service-corporate"] .signal-service--advisory {
    left: calc(34% - 98px);
    width: 196px;
  }

  body[data-page-theme="service-corporate"] .signal-service--support {
    left: calc(66% - 90px);
    width: 180px;
  }
}

@media (hover: hover) {
  body[data-page-theme="service-corporate"] .signal-service:hover,
  body[data-page-theme="service-corporate"] .signal-stage__partner:hover {
    translate: 0 -9px;
    scale: 1.02;
  }

  body[data-page-theme="service-corporate"] .signal-service:hover {
    border-color: rgba(var(--card-border-rgb), 0.7);
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.24) 22%, transparent 54%),
      radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0) 36%),
      linear-gradient(145deg, rgba(var(--card-surface-top-rgb), 1) 0%, rgba(var(--card-surface-mid-rgb), 1) 52%, rgba(var(--card-surface-bottom-rgb), 1) 100%);
    box-shadow:
      0 46px 68px rgba(var(--card-shadow-rgb), 0.25),
      0 16px 28px rgba(var(--card-accent-rgb), 0.2),
      0 6px 10px rgba(var(--card-shadow-rgb), 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 1),
      inset 0 -20px 28px rgba(17, 38, 68, 0.12);
  }

  body[data-page-theme="service-corporate"] .signal-service:hover::before,
  body[data-page-theme="service-corporate"] .signal-stage__partner:hover::before {
    opacity: 1;
  }

  body[data-page-theme="service-corporate"] .signal-service:hover .signal-service__pulse {
    box-shadow:
      inset 0 -2px 3px rgba(15, 34, 60, 0.2),
      0 0 0 5px rgba(var(--card-accent-rgb), 0.18),
      0 0 22px rgba(var(--card-accent-rgb), 0.28);
  }

  body[data-page-theme="service-corporate"] .signal-stage__partner:hover {
    border-color: rgba(124, 154, 198, 0.72);
    box-shadow:
      0 50px 72px rgba(var(--partner-shadow-rgb), 0.26),
      0 16px 28px rgba(82, 132, 218, 0.18),
      0 6px 10px rgba(var(--partner-shadow-rgb), 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 1),
      inset 0 -22px 28px rgba(17, 38, 68, 0.1);
  }
}

body[data-page-theme="service-corporate"] .signal-stage__network-node {
  stroke-width: 1.18;
  fill: rgba(251, 254, 255, 0.99);
  stroke: rgba(var(--signal-node-rgb), 0.62);
  filter:
    drop-shadow(0 0 8px rgba(var(--signal-node-rgb), 0.26))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.52));
}

body[data-page-theme="service-corporate"] .signal-stage__network-node--core {
  fill: rgba(248, 251, 255, 1);
  stroke: rgba(90, 138, 214, 0.72);
  filter:
    drop-shadow(0 0 12px rgba(102, 147, 217, 0.28))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.56));
}

/* Service corporate real WebGL earth globe */
body[data-page-theme="service-corporate"] .signal-stage__globe {
  position: absolute;
  left: 50%;
  top: 49%;
  z-index: 4;
  display: none;
  width: clamp(84px, 12.8vw, 116px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) translateZ(0);
  transition:
    opacity 0.24s ease,
    filter 0.28s ease,
    box-shadow 0.28s ease;
  will-change: opacity, filter, transform;
}

body[data-page-theme="service-corporate"] .signal-stage.has-earth-globe .signal-stage__globe {
  display: block;
}

body[data-page-theme="service-corporate"] .signal-stage__globe.is-ready {
  opacity: 1;
}

body[data-page-theme="service-corporate"] .signal-stage__globe-canvas {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  image-rendering: auto;
  filter:
    drop-shadow(0 16px 26px rgba(17, 34, 61, 0.18))
    drop-shadow(0 4px 10px rgba(84, 144, 208, 0.16));
}

body[data-page-theme="service-corporate"] .signal-stage.has-earth-globe .signal-stage__network-core-ring,
body[data-page-theme="service-corporate"] .signal-stage.has-earth-globe .signal-stage__network-core-axis,
body[data-page-theme="service-corporate"] .signal-stage.has-earth-globe .signal-stage__network-node--core {
  display: none !important;
}

body[data-page-theme="service-corporate"] .signal-stage:hover .signal-stage__globe {
  filter: saturate(1.04);
}

body[data-page-theme="service-corporate"] .signal-stage:hover .signal-stage__globe-canvas {
  filter:
    drop-shadow(0 18px 30px rgba(17, 34, 61, 0.2))
    drop-shadow(0 5px 12px rgba(84, 144, 208, 0.19));
}

@media (max-width: 640px) {
  body[data-page-theme="service-corporate"] .signal-stage__globe {
    width: clamp(70px, 21vw, 90px);
  }
}

/* Premium corporate hero refresh */
body[data-page-theme="service-corporate"] .hero {
  min-height: auto;
  padding: clamp(136px, 16vh, 184px) 0 clamp(88px, 10vh, 124px);
  background:
    radial-gradient(ellipse 42% 32% at 86% 16%, rgba(94, 178, 214, 0.12), transparent 60%),
    radial-gradient(ellipse 54% 44% at 6% 0%, rgba(17, 50, 93, 0.08), transparent 58%),
    linear-gradient(180deg, #f9fbff 0%, #eef4fb 58%, #f7f9fc 100%) !important;
}

body[data-page-theme="service-corporate"] .hero::before {
  background:
    radial-gradient(ellipse 48% 34% at 20% 20%, rgba(255, 255, 255, 0.9), transparent 72%),
    radial-gradient(ellipse 36% 28% at 84% 22%, rgba(17, 50, 93, 0.08), transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent 40%);
  opacity: 1;
}

body[data-page-theme="service-corporate"] .hero::after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(232, 238, 246, 0.82) 100%);
  opacity: 1;
}

body[data-page-theme="service-corporate"] .hero__backdrop {
  opacity: 0.72;
}

body[data-page-theme="service-corporate"] .hero__layer--space {
  background:
    radial-gradient(ellipse 54% 44% at 72% 42%, rgba(72, 122, 196, 0.14) 0%, transparent 56%),
    radial-gradient(ellipse 34% 24% at 24% 66%, rgba(94, 178, 214, 0.08) 0%, transparent 54%);
}

body[data-page-theme="service-corporate"] .hero__layer--grid {
  opacity: 0.22;
}

body[data-page-theme="service-corporate"] .hero__aurora {
  mix-blend-mode: normal;
  filter: blur(118px);
}

body[data-page-theme="service-corporate"] .hero__aurora--1 {
  opacity: 0.22;
}

body[data-page-theme="service-corporate"] .hero__aurora--2 {
  opacity: 0.14;
}

body[data-page-theme="service-corporate"] .hero__aurora--3 {
  opacity: 0.16;
}

body[data-page-theme="service-corporate"] .hero__orb--1,
body[data-page-theme="service-corporate"] .hero__orb--2,
body[data-page-theme="service-corporate"] .hero__orb--3 {
  opacity: 0.36;
  filter: blur(96px);
}

body[data-page-theme="service-corporate"] .hero__noise {
  opacity: 0.016;
}

body[data-page-theme="service-corporate"] .hero__cursor-glow {
  background: radial-gradient(circle, rgba(94, 178, 214, 0.1) 0%, transparent 60%);
  filter: blur(76px);
}

body[data-page-theme="service-corporate"] .hero__inner {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.96fr);
  gap: clamp(48px, 6vw, 88px);
  width: min(1380px, calc(100% - 56px));
}

body[data-page-theme="service-corporate"] .hero__content {
  max-width: 620px;
  padding-right: 12px;
}

body[data-page-theme="service-corporate"] .hero__eyebrow {
  margin-bottom: 24px;
  padding: 11px 18px 11px 14px;
  border: 1px solid rgba(53, 86, 128, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(246, 249, 253, 0.76));
  color: #5d7490;
  box-shadow:
    0 18px 34px rgba(16, 34, 62, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body[data-page-theme="service-corporate"] .hero__eyebrow-dot {
  background: #2d74b9;
  box-shadow:
    0 0 0 6px rgba(45, 116, 185, 0.12),
    0 0 18px rgba(94, 178, 214, 0.26);
}

body[data-page-theme="service-corporate"] .hero__eyebrow-line {
  background: linear-gradient(90deg, rgba(45, 116, 185, 0.72), rgba(94, 178, 214, 0));
}

body[data-page-theme="service-corporate"] .hero__title {
  margin-bottom: 26px;
  color: #091c35;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: clamp(3rem, 5.7vw, 5.2rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-shadow: none;
}

body[data-page-theme="service-corporate"] .hero__title-accent {
  margin-top: 12px;
  background: linear-gradient(135deg, #102d4f 0%, #245d95 60%, #56a8bf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: none;
  filter: none;
}

body[data-page-theme="service-corporate"] .hero__desc {
  margin-bottom: 30px;
  max-width: 56ch;
  color: #5a718d;
  font-size: clamp(1.03rem, 1.2vw, 1.14rem);
  line-height: 1.88;
  text-shadow: none;
}

body[data-page-theme="service-corporate"] .hero__actions {
  gap: 14px;
  margin-bottom: 22px;
}

body[data-page-theme="service-corporate"] .hero__btn {
  min-height: 56px;
  padding: 0 26px;
  border-radius: 18px;
  font-size: 0.93rem;
  font-weight: 700;
  transition:
    transform 280ms var(--ease-out),
    box-shadow 280ms ease,
    border-color 280ms ease,
    background-color 280ms ease;
}

body[data-page-theme="service-corporate"] .hero__btn--primary {
  border-color: rgba(17, 50, 93, 0.16);
  background:
    linear-gradient(135deg, #10284a 0%, #173d69 56%, #2c6590 100%);
  box-shadow:
    0 20px 36px rgba(16, 38, 69, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body[data-page-theme="service-corporate"] .hero__btn--primary .hero__btn-bg {
  background: linear-gradient(135deg, rgba(94, 178, 214, 0.18), rgba(255, 255, 255, 0));
}

body[data-page-theme="service-corporate"] .hero__btn--primary:hover {
  transform: translateY(-2px);
  border-color: rgba(94, 178, 214, 0.3);
  box-shadow:
    0 24px 42px rgba(16, 38, 69, 0.22),
    0 10px 20px rgba(94, 178, 214, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body[data-page-theme="service-corporate"] .hero__btn--ghost {
  border-color: rgba(53, 86, 128, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 248, 252, 0.92)),
    linear-gradient(135deg, rgba(94, 178, 214, 0.06), transparent 50%);
  color: #173455;
  box-shadow:
    0 14px 26px rgba(16, 34, 62, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body[data-page-theme="service-corporate"] .hero__btn--ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(53, 86, 128, 0.2);
  box-shadow:
    0 18px 30px rgba(16, 34, 62, 0.1),
    0 8px 18px rgba(94, 178, 214, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body[data-page-theme="service-corporate"] .hero__helper {
  width: fit-content;
  max-width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(53, 86, 128, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 248, 252, 0.86));
  color: #4f6783;
  box-shadow:
    0 14px 26px rgba(16, 34, 62, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body[data-page-theme="service-corporate"] .hero__helper svg {
  stroke: #2f74b7;
  filter: none;
}

body[data-page-theme="service-corporate"] .hero__visual {
  min-height: clamp(560px, 66vh, 740px) !important;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 18px;
  padding-top: 6px;
}

body[data-page-theme="service-corporate"] .hero__visual::before,
body[data-page-theme="service-corporate"] .hero__visual::after {
  display: none !important;
}

body[data-page-theme="service-corporate"] .signal-stage__intro {
  position: relative;
  z-index: 3;
  width: min(100%, 360px);
  margin: 0 0 20px auto;
  padding: 18px 22px;
  border: 1px solid rgba(116, 150, 196, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(10, 25, 48, 0.94) 0%, rgba(15, 33, 60, 0.88) 62%, rgba(22, 51, 80, 0.82) 100%);
  box-shadow:
    0 26px 52px rgba(10, 24, 45, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body[data-page-theme="service-corporate"] .signal-stage__intro::before {
  display: block !important;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 36%),
    radial-gradient(circle at 100% 0%, rgba(94, 178, 214, 0.12), transparent 40%);
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-stage__intro::after {
  display: none !important;
}

body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__eyebrow {
  color: rgba(185, 208, 236, 0.74);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__eyebrow::before {
  width: 28px;
  background: linear-gradient(90deg, rgba(94, 178, 214, 0.8), rgba(94, 178, 214, 0));
}

body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__title {
  color: #f6f9fd;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: 1.44rem;
  letter-spacing: -0.04em;
}

body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__meta {
  color: rgba(155, 193, 228, 0.7);
  font-size: 0.66rem;
  letter-spacing: 0.15em;
}

body[data-page-theme="service-corporate"] .signal-stage {
  width: clamp(430px, 48vw, 650px);
  height: clamp(462px, 54vw, 676px);
  border-radius: 34px !important;
  border: 1px solid rgba(20, 44, 77, 0.22) !important;
  background:
    linear-gradient(180deg, rgba(7, 20, 39, 0.98), rgba(11, 26, 49, 0.97) 48%, rgba(8, 22, 43, 0.99) 100%) !important;
  box-shadow:
    0 52px 96px rgba(15, 30, 57, 0.2),
    0 18px 38px rgba(15, 30, 57, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -1px 0 rgba(121, 171, 228, 0.08) !important;
  backdrop-filter: blur(18px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(120%) !important;
  overflow: hidden;
}

body[data-page-theme="service-corporate"] .signal-stage::before {
  display: block !important;
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(94, 178, 214, 0.2) 0%, transparent 24%),
    radial-gradient(circle at 94% 10%, rgba(126, 134, 210, 0.14) 0%, transparent 30%),
    radial-gradient(circle at 8% 84%, rgba(94, 178, 214, 0.1) 0%, transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%);
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-stage::after {
  display: block !important;
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 28%, transparent 72%, rgba(102, 178, 214, 0.08));
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-stage__grid,
body[data-page-theme="service-corporate"] .signal-stage__ring,
body[data-page-theme="service-corporate"] .signal-stage__orbit,
body[data-page-theme="service-corporate"] .signal-stage__crown,
body[data-page-theme="service-corporate"] .signal-stage__trace,
body[data-page-theme="service-corporate"] .signal-stage__beam,
body[data-page-theme="service-corporate"] .signal-stage__beam--side,
body[data-page-theme="service-corporate"] .signal-stage__aura {
  display: block !important;
}

body[data-page-theme="service-corporate"] .signal-stage__aura {
  opacity: 0.28 !important;
}

body[data-page-theme="service-corporate"] .signal-stage__grid {
  opacity: 0.24 !important;
  background-image:
    linear-gradient(rgba(160, 192, 236, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(160, 192, 236, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(117, 170, 232, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 170, 232, 0.04) 1px, transparent 1px);
}

body[data-page-theme="service-corporate"] .signal-stage__ring,
body[data-page-theme="service-corporate"] .signal-stage__orbit,
body[data-page-theme="service-corporate"] .signal-stage__crown {
  opacity: 0.5 !important;
  border-color: rgba(118, 172, 230, 0.18) !important;
  box-shadow:
    0 0 24px rgba(94, 178, 214, 0.08);
}

body[data-page-theme="service-corporate"] .signal-stage__trace,
body[data-page-theme="service-corporate"] .signal-stage__beam,
body[data-page-theme="service-corporate"] .signal-stage__beam--side {
  opacity: 0.16 !important;
}

body[data-page-theme="service-corporate"] .signal-stage__hub-anchor {
  position: absolute;
  left: 50%;
  top: 49%;
  z-index: 3 !important;
  width: 178px;
  height: 178px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 178, 214, 0.34) 0%, rgba(94, 178, 214, 0.12) 34%, transparent 66%);
  box-shadow: 0 0 72px rgba(94, 178, 214, 0.18);
}

body[data-page-theme="service-corporate"] .signal-stage__hub-anchor::before,
body[data-page-theme="service-corporate"] .signal-stage__hub-anchor::after {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  border: 1px solid rgba(148, 205, 255, 0.14);
}

body[data-page-theme="service-corporate"] .signal-stage__hub-anchor::after {
  inset: 4px;
  border-color: rgba(94, 178, 214, 0.2);
}

body[data-page-theme="service-corporate"] .signal-stage__globe {
  width: clamp(98px, 13.8vw, 132px);
  top: 49%;
  left: 50%;
  z-index: 6;
}

body[data-page-theme="service-corporate"] .signal-stage__globe-canvas {
  filter:
    drop-shadow(0 22px 38px rgba(6, 16, 34, 0.36))
    drop-shadow(0 0 36px rgba(82, 149, 210, 0.18));
}

body[data-page-theme="service-corporate"] .signal-stage.has-earth-globe .signal-stage__network-core-ring {
  display: block !important;
  fill: none;
  stroke: rgba(148, 205, 255, 0.28);
  stroke-width: 1.24;
}

body[data-page-theme="service-corporate"] .signal-stage.has-earth-globe .signal-stage__network-core-ring--inner {
  stroke: rgba(94, 178, 214, 0.34);
}

body[data-page-theme="service-corporate"] .signal-stage.has-earth-globe .signal-stage__network-core-axis,
body[data-page-theme="service-corporate"] .signal-stage.has-earth-globe .signal-stage__network-node--core {
  display: none !important;
}

body[data-page-theme="service-corporate"] .signal-stage__network {
  opacity: 0.94;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line {
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(112, 180, 238, 0.12));
}

body[data-page-theme="service-corporate"] .signal-stage__network-line:not(.signal-stage__network-line--cross) {
  stroke: rgba(114, 170, 225, 0.32);
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--top,
body[data-page-theme="service-corporate"] .signal-stage__network-line--right-top,
body[data-page-theme="service-corporate"] .signal-stage__network-line--right-low {
  stroke: rgba(94, 178, 214, 0.46);
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--left-top,
body[data-page-theme="service-corporate"] .signal-stage__network-line--bottom-left {
  stroke: rgba(126, 134, 210, 0.42);
}

body[data-page-theme="service-corporate"] .signal-stage__network-node {
  fill: rgba(249, 252, 255, 0.98);
  stroke-width: 1.12;
  filter:
    drop-shadow(0 0 8px rgba(112, 180, 238, 0.16))
    drop-shadow(0 0 2px rgba(255, 255, 255, 0.24));
}

body[data-page-theme="service-corporate"] .signal-stage__partner,
body[data-page-theme="service-corporate"] .signal-service {
  backdrop-filter: blur(14px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(130%) !important;
}

body[data-page-theme="service-corporate"] .signal-stage__partner {
  width: 228px;
  min-height: 72px;
  padding: 15px 16px 15px 14px;
  border-radius: 20px;
  border: 1px solid rgba(129, 158, 199, 0.22);
  background:
    linear-gradient(180deg, rgba(252, 254, 255, 0.98), rgba(233, 240, 249, 0.92)) !important;
  box-shadow:
    0 22px 38px rgba(8, 18, 37, 0.18),
    0 10px 20px rgba(82, 132, 218, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

body[data-page-theme="service-corporate"] .signal-stage__partner::before {
  display: block !important;
  background:
    linear-gradient(90deg, rgba(94, 178, 214, 0.24) 0 16%, transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), transparent 44%);
}

body[data-page-theme="service-corporate"] .signal-stage__partner::after {
  display: block !important;
  width: 54px;
  background: linear-gradient(90deg, rgba(17, 50, 93, 0.88), rgba(94, 178, 214, 0.32));
}

body[data-page-theme="service-corporate"] .signal-stage__partner-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

body[data-page-theme="service-corporate"] .signal-stage__partner-copy strong {
  color: #102d49;
  font-size: 0.82rem;
  font-weight: 780;
  letter-spacing: 0.01em;
}

body[data-page-theme="service-corporate"] .signal-stage__partner-copy small {
  color: #59718c;
  font-size: 0.58rem;
  line-height: 1.4;
}

body[data-page-theme="service-corporate"] .signal-service {
  min-width: 164px;
  min-height: 58px;
  padding: 12px 15px 13px 14px;
  border-radius: 18px;
  border: 1px solid rgba(var(--card-border-rgb), 0.42);
  background:
    linear-gradient(180deg, rgba(252, 254, 255, 0.98), rgba(234, 241, 249, 0.92)) !important;
  box-shadow:
    0 18px 32px rgba(7, 19, 36, 0.16),
    0 10px 18px rgba(var(--card-accent-rgb), 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
}

body[data-page-theme="service-corporate"] .signal-service::before {
  display: block !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 52%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.28), transparent 34%);
}

body[data-page-theme="service-corporate"] .signal-service::after {
  display: block !important;
  width: 52px;
  background: linear-gradient(90deg, rgba(var(--card-accent-rgb), 0.88), rgba(var(--card-accent-rgb), 0.24));
}

body[data-page-theme="service-corporate"] .signal-service__name {
  color: #102b48;
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1.2;
}

body[data-page-theme="service-corporate"] .signal-service__pulse {
  width: 11px;
  height: 11px;
  box-shadow:
    inset 0 -2px 3px rgba(13, 31, 54, 0.18),
    0 0 0 4px rgba(var(--card-accent-rgb), 0.12),
    0 0 16px rgba(var(--card-accent-rgb), 0.18);
}

body[data-page-theme="service-corporate"] .signal-service__pulse::after {
  border-color: rgba(var(--card-accent-rgb), 0.22);
  opacity: 0.88;
}

@media (hover: hover) {
  body[data-page-theme="service-corporate"] .signal-service:hover,
  body[data-page-theme="service-corporate"] .signal-stage__partner:hover {
    translate: 0 -5px;
    scale: 1.01;
  }
}

@media (max-width: 1180px) {
  body[data-page-theme="service-corporate"] .hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  body[data-page-theme="service-corporate"] .hero__content {
    max-width: 720px;
    padding-right: 0;
  }

  body[data-page-theme="service-corporate"] .hero__visual {
    justify-content: center;
    min-height: auto !important;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro {
    margin: 0 auto 18px;
  }

  body[data-page-theme="service-corporate"] .signal-stage {
    width: min(100%, 640px);
    height: clamp(430px, 70vw, 620px);
  }
}

@media (max-width: 820px) {
  body[data-page-theme="service-corporate"] .hero {
    padding: 112px 0 70px;
  }

  body[data-page-theme="service-corporate"] .hero__inner {
    width: min(100%, calc(100% - 28px));
    gap: 30px;
  }

  body[data-page-theme="service-corporate"] .hero__title {
    font-size: clamp(2.45rem, 9.6vw, 3.8rem);
  }

  body[data-page-theme="service-corporate"] .hero__actions {
    flex-direction: column;
  }

  body[data-page-theme="service-corporate"] .hero__btn {
    width: 100%;
  }

  body[data-page-theme="service-corporate"] .hero__helper {
    width: 100%;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro {
    width: 100%;
    margin-bottom: 16px;
  }

  body[data-page-theme="service-corporate"] .signal-stage {
    width: min(100%, 560px);
    height: clamp(320px, 88vw, 520px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page-theme="service-corporate"] .hero__aurora,
  body[data-page-theme="service-corporate"] .hero__orb,
  body[data-page-theme="service-corporate"] .hero__sweep,
  body[data-page-theme="service-corporate"] .signal-stage__aura,
  body[data-page-theme="service-corporate"] .signal-stage__ring,
  body[data-page-theme="service-corporate"] .signal-stage__orbit,
  body[data-page-theme="service-corporate"] .signal-stage__crown,
  body[data-page-theme="service-corporate"] .signal-stage__trace,
  body[data-page-theme="service-corporate"] .signal-stage__beam,
  body[data-page-theme="service-corporate"] .signal-stage__beam--side,
  body[data-page-theme="service-corporate"] .signal-service,
  body[data-page-theme="service-corporate"] .signal-stage__partner,
  body[data-page-theme="service-corporate"] .hero__btn {
    animation: none !important;
    transition: none !important;
  }
}

/* Final hero premium corrections */
body[data-page-theme="service-corporate"] .hero {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(110px, 11vh, 132px) 0 clamp(52px, 6vh, 72px);
}

body[data-page-theme="service-corporate"] .hero__inner {
  align-items: center;
  align-content: center;
  min-height: calc(100vh - clamp(162px, 17vh, 204px));
  min-height: calc(100svh - clamp(162px, 17vh, 204px));
}

body[data-page-theme="service-corporate"] .hero__content {
  align-self: center;
}

body[data-page-theme="service-corporate"] .hero__visual {
  position: relative;
  align-self: center;
  min-height: clamp(430px, 50vh, 610px) !important;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

body[data-page-theme="service-corporate"] .signal-stage__intro {
  position: absolute;
  top: 20px;
  left: 20px;
  width: min(320px, calc(100% - 40px));
  margin: 0;
  z-index: 8;
  background:
    linear-gradient(135deg, rgba(8, 22, 43, 0.96) 0%, rgba(13, 31, 56, 0.92) 56%, rgba(19, 43, 73, 0.88) 100%);
  border-color: rgba(132, 177, 230, 0.18);
  box-shadow:
    0 24px 42px rgba(6, 16, 32, 0.24),
    0 10px 22px rgba(94, 178, 214, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body[data-page-theme="service-corporate"] .signal-stage {
  width: clamp(420px, 44vw, 610px);
  height: clamp(430px, 49vh, 610px);
  background:
    radial-gradient(circle at 50% 49%, rgba(82, 169, 232, 0.16) 0%, transparent 22%),
    radial-gradient(circle at 84% 16%, rgba(112, 133, 226, 0.18) 0%, transparent 26%),
    radial-gradient(circle at 18% 86%, rgba(94, 178, 214, 0.12) 0%, transparent 28%),
    radial-gradient(circle at 50% 102%, rgba(0, 0, 0, 0.34) 0%, transparent 40%),
    linear-gradient(160deg, rgba(5, 16, 31, 0.99) 0%, rgba(8, 23, 43, 0.98) 48%, rgba(6, 18, 36, 0.99) 100%) !important;
  box-shadow:
    0 56px 104px rgba(6, 16, 32, 0.24),
    0 20px 44px rgba(6, 16, 32, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 0 1px rgba(128, 173, 224, 0.04),
    inset 0 -40px 70px rgba(1, 8, 19, 0.5) !important;
}

body[data-page-theme="service-corporate"] .signal-stage::before {
  background:
    radial-gradient(circle at 50% 49%, rgba(98, 190, 255, 0.22) 0%, rgba(98, 190, 255, 0.06) 18%, transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(112, 133, 226, 0.16) 0%, transparent 32%),
    radial-gradient(circle at 0% 100%, rgba(94, 178, 214, 0.12) 0%, transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 20%);
}

body[data-page-theme="service-corporate"] .signal-stage::after {
  background:
    radial-gradient(circle at 50% 48%, transparent 34%, rgba(2, 10, 20, 0.26) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 30%, transparent 70%, rgba(102, 178, 214, 0.08));
}

body[data-page-theme="service-corporate"] .signal-stage__aura {
  opacity: 0.38 !important;
  filter: blur(88px);
}

body[data-page-theme="service-corporate"] .signal-stage__grid {
  opacity: 0.28 !important;
  background-image:
    linear-gradient(rgba(164, 198, 240, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164, 198, 240, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(116, 166, 224, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 166, 224, 0.05) 1px, transparent 1px);
}

body[data-page-theme="service-corporate"] .signal-stage__ring,
body[data-page-theme="service-corporate"] .signal-stage__orbit,
body[data-page-theme="service-corporate"] .signal-stage__crown {
  opacity: 0.58 !important;
  border-color: rgba(126, 182, 240, 0.22) !important;
  box-shadow:
    0 0 30px rgba(94, 178, 214, 0.1);
}

body[data-page-theme="service-corporate"] .signal-stage__trace,
body[data-page-theme="service-corporate"] .signal-stage__beam,
body[data-page-theme="service-corporate"] .signal-stage__beam--side {
  opacity: 0.2 !important;
}

body[data-page-theme="service-corporate"] .signal-stage__hub-anchor {
  z-index: 4 !important;
  width: 218px;
  height: 218px;
  background:
    radial-gradient(circle, rgba(110, 197, 255, 0.42) 0%, rgba(110, 197, 255, 0.18) 26%, rgba(110, 197, 255, 0.04) 46%, transparent 70%);
  box-shadow:
    0 0 92px rgba(110, 197, 255, 0.24),
    0 0 150px rgba(110, 197, 255, 0.12);
}

body[data-page-theme="service-corporate"] .signal-stage__hub-anchor::before {
  inset: 30px;
  border-color: rgba(152, 214, 255, 0.18);
}

body[data-page-theme="service-corporate"] .signal-stage__hub-anchor::after {
  inset: 8px;
  border-color: rgba(110, 197, 255, 0.24);
  box-shadow: 0 0 18px rgba(110, 197, 255, 0.14);
}

body[data-page-theme="service-corporate"] .signal-stage__globe {
  width: clamp(104px, 14vw, 138px);
  z-index: 7;
  filter: saturate(1.08);
}

body[data-page-theme="service-corporate"] .signal-stage__globe::before,
body[data-page-theme="service-corporate"] .signal-stage__globe::after {
  content: "";
  position: absolute;
  inset: -36%;
  border-radius: 50%;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .signal-stage__globe::before {
  background: radial-gradient(circle, rgba(110, 197, 255, 0.34) 0%, rgba(110, 197, 255, 0.12) 34%, transparent 68%);
  filter: blur(18px);
}

body[data-page-theme="service-corporate"] .signal-stage__globe::after {
  inset: -14%;
  border: 1px solid rgba(156, 215, 255, 0.16);
  box-shadow:
    0 0 28px rgba(110, 197, 255, 0.14),
    inset 0 0 22px rgba(110, 197, 255, 0.08);
}

body[data-page-theme="service-corporate"] .signal-stage__globe-canvas {
  filter:
    drop-shadow(0 24px 42px rgba(5, 14, 28, 0.42))
    drop-shadow(0 0 44px rgba(82, 149, 210, 0.24));
}

body[data-page-theme="service-corporate"] .signal-stage__network {
  opacity: 0.98;
}

body[data-page-theme="service-corporate"] .signal-stage__network-line {
  stroke-width: 1.08;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: rgba(150, 201, 255, 0.22);
  filter:
    drop-shadow(0 0 8px rgba(94, 178, 214, 0.12))
    drop-shadow(0 0 2px rgba(255, 255, 255, 0.06));
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--top,
body[data-page-theme="service-corporate"] .signal-stage__network-line--right-top,
body[data-page-theme="service-corporate"] .signal-stage__network-line--right-low,
body[data-page-theme="service-corporate"] .signal-stage__network-line--bottom-right {
  stroke: rgba(108, 197, 255, 0.36);
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--left-top,
body[data-page-theme="service-corporate"] .signal-stage__network-line--left-low,
body[data-page-theme="service-corporate"] .signal-stage__network-line--bottom-left {
  stroke: rgba(145, 158, 238, 0.34);
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow {
  display: block !important;
  fill: none;
  stroke-width: 1.22;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: rgba(198, 232, 255, 0.92);
  opacity: 0.92;
  filter:
    drop-shadow(0 0 10px rgba(108, 197, 255, 0.36))
    drop-shadow(0 0 22px rgba(108, 197, 255, 0.16));
}

body[data-page-theme="service-corporate"] .signal-stage__network-node {
  stroke-width: 0.98;
  fill: rgba(251, 254, 255, 0.98);
  filter:
    drop-shadow(0 0 10px rgba(108, 197, 255, 0.2))
    drop-shadow(0 0 2px rgba(255, 255, 255, 0.26));
}

body[data-page-theme="service-corporate"] .signal-stage__partner,
body[data-page-theme="service-corporate"] .signal-service {
  background:
    linear-gradient(180deg, rgba(251, 254, 255, 0.2), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(212, 225, 240, 0.09) 52%, rgba(154, 181, 212, 0.12) 100%) !important;
  backdrop-filter: blur(18px) saturate(132%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(132%) !important;
}

body[data-page-theme="service-corporate"] .signal-stage__partner {
  border-color: rgba(166, 197, 236, 0.18);
  box-shadow:
    0 22px 38px rgba(4, 11, 23, 0.22),
    0 10px 22px rgba(82, 132, 218, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

body[data-page-theme="service-corporate"] .signal-service {
  border-color: rgba(var(--card-border-rgb), 0.32);
  box-shadow:
    0 18px 34px rgba(4, 11, 23, 0.2),
    0 10px 18px rgba(var(--card-accent-rgb), 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 1180px) {
  body[data-page-theme="service-corporate"] .hero {
    padding: 104px 0 56px;
  }

  body[data-page-theme="service-corporate"] .hero__inner {
    min-height: auto;
  }

  body[data-page-theme="service-corporate"] .hero__visual {
    min-height: clamp(400px, 46vh, 560px) !important;
  }

  body[data-page-theme="service-corporate"] .signal-stage {
    width: min(100%, 620px);
    height: clamp(400px, 62vw, 580px);
  }
}

@media (max-width: 820px) {
  body[data-page-theme="service-corporate"] .hero {
    min-height: auto;
    padding: 104px 0 64px;
  }

  body[data-page-theme="service-corporate"] .hero__visual {
    min-height: clamp(360px, 44vh, 500px) !important;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro {
    top: 14px;
    left: 14px;
    width: min(300px, calc(100% - 28px));
    padding: 16px 18px;
  }

  body[data-page-theme="service-corporate"] .signal-stage {
    width: min(100%, 560px);
    height: clamp(360px, 88vw, 500px);
  }
}

/* Final viewport and diagram hardening */
body[data-page-theme="service-corporate"] #siteHeader[data-header-context="home"] + main .hero,
body[data-page-theme="service-corporate"] .hero {
  box-sizing: border-box;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  overflow: clip;
  padding: clamp(96px, 10vh, 114px) 0 clamp(34px, 4.4vh, 50px);
}

body[data-page-theme="service-corporate"] #siteHeader[data-header-context="home"] + main .hero__inner,
body[data-page-theme="service-corporate"] .hero__inner {
  width: min(1380px, calc(100% - 56px));
  height: 100%;
  min-height: 0;
  align-items: center;
  align-content: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  gap: clamp(56px, 6vw, 92px);
}

body[data-page-theme="service-corporate"] .hero__content,
body[data-page-theme="service-corporate"] .hero__visual {
  min-height: 0;
}

body[data-page-theme="service-corporate"] .hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}

body[data-page-theme="service-corporate"] .hero__title {
  color: #071a32;
}

body[data-page-theme="service-corporate"] .hero__title-accent {
  background: linear-gradient(135deg, #0a2345 0%, #174577 44%, #2f6ea6 78%, #64bed3 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

body[data-page-theme="service-corporate"] .hero__desc {
  color: #47617c;
}

body[data-page-theme="service-corporate"] .hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  min-height: 0 !important;
  padding-top: 0;
}

body[data-page-theme="service-corporate"] .signal-stage__intro {
  top: 18px;
  left: 18px;
  width: min(320px, calc(100% - 36px));
  border-color: rgba(142, 188, 240, 0.2);
  background:
    linear-gradient(180deg, rgba(8, 21, 40, 0.96), rgba(12, 29, 52, 0.94)),
    linear-gradient(135deg, rgba(106, 160, 228, 0.14), transparent 60%);
  box-shadow:
    0 28px 48px rgba(4, 11, 22, 0.28),
    0 10px 24px rgba(59, 120, 197, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body[data-page-theme="service-corporate"] .signal-stage {
  overflow: hidden;
  width: clamp(440px, 44vw, 620px);
  height: clamp(430px, 48vh, 610px);
  background:
    radial-gradient(circle at 50% 48%, rgba(108, 197, 255, 0.22) 0%, rgba(108, 197, 255, 0.08) 16%, transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(134, 139, 238, 0.22) 0%, transparent 24%),
    radial-gradient(circle at 18% 82%, rgba(78, 183, 215, 0.16) 0%, transparent 26%),
    radial-gradient(circle at 50% 108%, rgba(0, 0, 0, 0.44) 0%, transparent 44%),
    linear-gradient(145deg, rgba(4, 15, 29, 0.995) 0%, rgba(8, 24, 45, 0.99) 52%, rgba(5, 16, 33, 0.995) 100%) !important;
  box-shadow:
    0 66px 120px rgba(5, 13, 27, 0.28),
    0 24px 54px rgba(5, 13, 27, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 0 0 1px rgba(122, 174, 228, 0.05),
    inset 0 -60px 90px rgba(2, 8, 18, 0.54),
    inset 0 22px 40px rgba(255, 255, 255, 0.03) !important;
}

body[data-page-theme="service-corporate"] .signal-stage::before {
  background:
    radial-gradient(circle at 50% 48%, rgba(146, 219, 255, 0.28) 0%, rgba(108, 197, 255, 0.08) 18%, transparent 34%),
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.08) 0%, transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(120, 141, 232, 0.18) 0%, transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%);
  opacity: 1;
}

body[data-page-theme="service-corporate"] .signal-stage::after {
  background:
    radial-gradient(circle at 50% 48%, transparent 31%, rgba(2, 9, 20, 0.28) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 34%, transparent 74%, rgba(110, 197, 255, 0.08));
  opacity: 1;
}

body[data-page-theme="service-corporate"] .signal-stage__aura {
  opacity: 0.44 !important;
  filter: blur(96px);
}

body[data-page-theme="service-corporate"] .signal-stage__hub-anchor {
  width: 232px;
  height: 232px;
  background:
    radial-gradient(circle, rgba(138, 221, 255, 0.48) 0%, rgba(108, 197, 255, 0.22) 24%, rgba(108, 197, 255, 0.05) 46%, transparent 70%);
  box-shadow:
    0 0 104px rgba(108, 197, 255, 0.28),
    0 0 160px rgba(108, 197, 255, 0.14);
}

body[data-page-theme="service-corporate"] .signal-stage__hub-anchor::before {
  inset: 28px;
  border-color: rgba(166, 223, 255, 0.2);
  box-shadow: inset 0 0 24px rgba(108, 197, 255, 0.08);
}

body[data-page-theme="service-corporate"] .signal-stage__hub-anchor::after {
  inset: 6px;
  border-color: rgba(108, 197, 255, 0.3);
  box-shadow:
    0 0 22px rgba(108, 197, 255, 0.18),
    inset 0 0 22px rgba(108, 197, 255, 0.08);
}

body[data-page-theme="service-corporate"] .signal-stage__globe {
  width: clamp(108px, 14vw, 142px);
  filter: saturate(1.16) contrast(1.03);
}

body[data-page-theme="service-corporate"] .signal-stage__globe::before {
  background: radial-gradient(circle, rgba(138, 221, 255, 0.42) 0%, rgba(108, 197, 255, 0.14) 34%, transparent 70%);
  filter: blur(22px);
}

body[data-page-theme="service-corporate"] .signal-stage__globe::after {
  border-color: rgba(172, 228, 255, 0.18);
  box-shadow:
    0 0 36px rgba(108, 197, 255, 0.16),
    inset 0 0 28px rgba(108, 197, 255, 0.09);
}

body[data-page-theme="service-corporate"] .signal-stage__globe-canvas {
  filter:
    drop-shadow(0 28px 46px rgba(5, 14, 28, 0.44))
    drop-shadow(0 0 52px rgba(86, 166, 228, 0.28));
}

body[data-page-theme="service-corporate"] .signal-stage__network-line {
  stroke-width: 0.98;
  stroke: rgba(174, 217, 255, 0.22);
  filter:
    drop-shadow(0 0 10px rgba(108, 197, 255, 0.12))
    drop-shadow(0 0 3px rgba(255, 255, 255, 0.05));
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--top,
body[data-page-theme="service-corporate"] .signal-stage__network-line--right-top,
body[data-page-theme="service-corporate"] .signal-stage__network-line--right-low,
body[data-page-theme="service-corporate"] .signal-stage__network-line--bottom-right {
  stroke: rgba(118, 203, 255, 0.38);
}

body[data-page-theme="service-corporate"] .signal-stage__network-line--left-top,
body[data-page-theme="service-corporate"] .signal-stage__network-line--left-low,
body[data-page-theme="service-corporate"] .signal-stage__network-line--bottom-left {
  stroke: rgba(150, 165, 244, 0.36);
}

body[data-page-theme="service-corporate"] .signal-stage__network-flow {
  stroke-width: 1.14;
  stroke: rgba(214, 238, 255, 0.84);
  opacity: 0.86;
  filter:
    drop-shadow(0 0 12px rgba(118, 203, 255, 0.34))
    drop-shadow(0 0 26px rgba(118, 203, 255, 0.14));
}

body[data-page-theme="service-corporate"] .signal-stage__network-node {
  fill: rgba(252, 254, 255, 0.98);
  filter:
    drop-shadow(0 0 12px rgba(108, 197, 255, 0.22))
    drop-shadow(0 0 3px rgba(255, 255, 255, 0.3));
}

body[data-page-theme="service-corporate"] .signal-stage__partner,
body[data-page-theme="service-corporate"] .signal-service {
  border-color: rgba(162, 199, 240, 0.18);
  background:
    linear-gradient(180deg, rgba(252, 254, 255, 0.22), rgba(255, 255, 255, 0.06)),
    linear-gradient(140deg, rgba(255, 255, 255, 0.18), rgba(205, 222, 240, 0.08) 46%, rgba(127, 159, 205, 0.1) 100%) !important;
  box-shadow:
    0 22px 38px rgba(4, 11, 23, 0.24),
    0 10px 22px rgba(89, 141, 220, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

body[data-page-theme="service-corporate"] .signal-stage__partner-copy strong,
body[data-page-theme="service-corporate"] .signal-service__name {
  color: #f4f9ff;
}

body[data-page-theme="service-corporate"] .signal-stage__partner-copy small {
  color: rgba(223, 234, 248, 0.72);
}

@media (max-width: 1180px) {
  body[data-page-theme="service-corporate"] #siteHeader[data-header-context="home"] + main .hero,
  body[data-page-theme="service-corporate"] .hero {
    height: auto;
    min-height: 100svh;
    padding: 102px 0 50px;
  }

  body[data-page-theme="service-corporate"] .hero__inner {
    height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  body[data-page-theme="service-corporate"] .hero__visual {
    min-height: clamp(390px, 44vh, 540px) !important;
  }

  body[data-page-theme="service-corporate"] .signal-stage {
    width: min(100%, 620px);
  }
}

@media (max-width: 820px) {
  body[data-page-theme="service-corporate"] #siteHeader[data-header-context="home"] + main .hero,
  body[data-page-theme="service-corporate"] .hero {
    min-height: 100svh;
    padding: 98px 0 40px;
  }

  body[data-page-theme="service-corporate"] .hero__inner {
    width: min(100%, calc(100% - 30px));
    gap: 28px;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro {
    top: 14px;
    left: 14px;
    width: min(300px, calc(100% - 28px));
  }
}

/* Final hero composition balance */
body[data-page-theme="service-corporate"] .hero__actions {
  gap: 16px;
  margin-bottom: 26px;
}

body[data-page-theme="service-corporate"] .hero__btn {
  min-height: 60px;
  padding: 0 30px;
  border-radius: 19px;
  font-size: 0.97rem;
}

body[data-page-theme="service-corporate"] .hero__helper {
  padding: 13px 18px;
}

@media (min-width: 1181px) {
  body[data-page-theme="service-corporate"] #siteHeader[data-header-context="home"] + main .hero,
  body[data-page-theme="service-corporate"] .hero {
    padding: clamp(92px, 9.2vh, 106px) 0 clamp(28px, 3.6vh, 42px);
  }

  body[data-page-theme="service-corporate"] #siteHeader[data-header-context="home"] + main .hero__inner,
  body[data-page-theme="service-corporate"] .hero__inner {
    width: min(1320px, calc(100% - 64px));
    grid-template-columns: minmax(0, 1.14fr) minmax(388px, 0.86fr);
    gap: clamp(44px, 4.6vw, 72px);
  }

  body[data-page-theme="service-corporate"] .hero__content {
    max-width: 672px;
    padding-right: clamp(10px, 1.8vw, 24px);
  }

  body[data-page-theme="service-corporate"] .hero__title {
    max-width: 11.2ch;
    margin-bottom: 22px;
    font-size: clamp(3.08rem, 4.95vw, 4.82rem);
    line-height: 0.95;
  }

  body[data-page-theme="service-corporate"] .hero__desc {
    max-width: 54ch;
    margin-bottom: 34px;
  }

  body[data-page-theme="service-corporate"] .hero__visual {
    width: min(100%, 552px);
    margin-left: auto;
  }

  body[data-page-theme="service-corporate"] .signal-stage {
    width: clamp(392px, 38vw, 540px);
    height: clamp(398px, 41vw, 528px);
    border-radius: 30px !important;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro {
    top: 16px;
    left: 16px;
    width: min(286px, calc(100% - 32px));
    padding: 15px 18px 15px 17px;
    border-radius: 18px;
    border-color: rgba(142, 188, 240, 0.16);
    background:
      linear-gradient(180deg, rgba(8, 21, 40, 0.9), rgba(11, 28, 51, 0.84)),
      linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 56%),
      radial-gradient(circle at 100% 0%, rgba(106, 160, 228, 0.12), transparent 46%);
    box-shadow:
      0 18px 34px rgba(4, 11, 22, 0.18),
      0 8px 18px rgba(59, 120, 197, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px) saturate(122%);
    -webkit-backdrop-filter: blur(14px) saturate(122%);
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 38%),
      radial-gradient(circle at 100% 0%, rgba(94, 178, 214, 0.12), transparent 42%);
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__title {
    font-size: 1.28rem;
    letter-spacing: -0.035em;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__meta {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  body[data-page-theme="service-corporate"] .signal-stage__partner {
    top: 9%;
    left: calc(78% - 98px);
    width: 196px;
    min-height: 66px;
    padding: 13px 14px 13px 13px;
    border-radius: 18px;
  }

  body[data-page-theme="service-corporate"] .signal-stage__partner-mark {
    width: 38px;
    height: 38px;
  }

  body[data-page-theme="service-corporate"] .signal-stage__partner-copy strong {
    font-size: 0.76rem;
  }

  body[data-page-theme="service-corporate"] .signal-stage__partner-copy small {
    font-size: 0.54rem;
  }

  body[data-page-theme="service-corporate"] .signal-stage__hub-anchor {
    top: 48.5%;
    width: 198px;
    height: 198px;
  }

  body[data-page-theme="service-corporate"] .signal-stage__globe {
    top: 48.5%;
    width: clamp(96px, 12.4vw, 128px);
  }

  body[data-page-theme="service-corporate"] .signal-service {
    min-width: 146px;
    min-height: 54px;
    gap: 10px;
    padding: 11px 14px 12px 13px;
    border-radius: 16px;
  }

  body[data-page-theme="service-corporate"] .signal-service__name {
    font-size: 0.665rem;
    line-height: 1.16;
  }

  body[data-page-theme="service-corporate"] .signal-service__pulse {
    width: 10px;
    height: 10px;
  }

  body[data-page-theme="service-corporate"] .signal-service--continuity {
    top: 14%;
    left: calc(50% - 78px);
    width: 156px;
  }

  body[data-page-theme="service-corporate"] .signal-service--health {
    top: 31%;
    left: calc(22% - 73px);
    width: 146px;
  }

  body[data-page-theme="service-corporate"] .signal-service--log {
    top: 48%;
    left: calc(15% - 75px);
    width: 150px;
  }

  body[data-page-theme="service-corporate"] .signal-service--backup {
    top: 65%;
    left: calc(22% - 78px);
    width: 156px;
  }

  body[data-page-theme="service-corporate"] .signal-service--security {
    top: 31%;
    left: calc(78% - 76px);
    width: 152px;
  }

  body[data-page-theme="service-corporate"] .signal-service--infra {
    top: 48%;
    left: calc(85% - 82px);
    width: 164px;
  }

  body[data-page-theme="service-corporate"] .signal-service--mail {
    top: 65%;
    left: calc(78% - 76px);
    width: 152px;
  }

  body[data-page-theme="service-corporate"] .signal-service--advisory {
    top: 80%;
    left: calc(39% - 80px);
    width: 160px;
  }

  body[data-page-theme="service-corporate"] .signal-service--support {
    top: 80%;
    left: calc(61% - 80px);
    width: 160px;
  }
}

@media (max-width: 1180px) {
  body[data-page-theme="service-corporate"] .hero__btn {
    min-height: 58px;
    padding: 0 28px;
  }

  body[data-page-theme="service-corporate"] .hero__visual {
    width: min(100%, 560px);
    margin-inline: auto;
  }
}

/* Final hero layout correction */
:root {
  --service-hero-header-offset: 84px;
  --service-hero-safe-gap: 22px;
  --service-hero-bottom-gap: 34px;
}

body[data-page-theme="service-corporate"] #siteHeader[data-header-context="home"] + main .hero,
body[data-page-theme="service-corporate"] .hero {
  height: auto;
  min-height: 100svh;
  padding-top: calc(var(--service-hero-header-offset, 84px) + var(--service-hero-safe-gap, 22px)) !important;
  padding-bottom: var(--service-hero-bottom-gap, 34px) !important;
}

body[data-page-theme="service-corporate"] #siteHeader[data-header-context="home"] + main .hero__inner,
body[data-page-theme="service-corporate"] .hero__inner {
  min-height: calc(
    100svh - var(--service-hero-header-offset, 84px) - var(--service-hero-safe-gap, 22px) - var(--service-hero-bottom-gap, 34px)
  );
  align-items: center;
  align-content: center;
}

body[data-page-theme="service-corporate"] .hero__content {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

body[data-page-theme="service-corporate"] .hero__visual {
  align-self: center;
  margin-top: clamp(8px, 1.2vh, 16px);
}

@media (min-width: 1181px) {
  body[data-page-theme="service-corporate"] #siteHeader[data-header-context="home"] + main .hero__inner,
  body[data-page-theme="service-corporate"] .hero__inner {
    width: min(1320px, calc(100% - 64px));
    grid-template-columns: minmax(0, 1.12fr) minmax(392px, 0.88fr);
    gap: clamp(46px, 4.8vw, 74px);
  }

  body[data-page-theme="service-corporate"] .hero__content {
    max-width: 668px;
  }

  body[data-page-theme="service-corporate"] .hero__visual {
    width: min(100%, 544px);
    margin-top: 12px;
  }

  body[data-page-theme="service-corporate"] .signal-stage {
    width: clamp(408px, 36.8vw, 526px);
    height: clamp(432px, 39vw, 540px);
    margin-top: 18px;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro {
    top: 24px;
    left: 24px;
    width: min(238px, calc(100% - 48px));
    padding: 14px 16px;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__title {
    font-size: 1.18rem;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro .signal-stage__meta {
    font-size: 0.58rem;
  }

  body[data-page-theme="service-corporate"] .signal-stage__cards-layer {
    inset: 24px 24px 30px;
  }

  body[data-page-theme="service-corporate"] .signal-stage__partner {
    top: 0;
    left: auto;
    right: 0;
    width: 182px;
    min-height: 62px;
  }

  body[data-page-theme="service-corporate"] .signal-stage__hub-anchor,
  body[data-page-theme="service-corporate"] .signal-stage__globe {
    top: 50%;
  }

  body[data-page-theme="service-corporate"] .signal-service {
    min-height: 52px;
    gap: 10px;
    padding: 10px 13px 11px 12px;
  }

  body[data-page-theme="service-corporate"] .signal-service__name {
    font-size: 0.645rem;
  }

  body[data-page-theme="service-corporate"] .signal-service--continuity {
    top: 17%;
    left: calc(50% - 74px);
    right: auto;
    width: 148px;
  }

  body[data-page-theme="service-corporate"] .signal-service--health {
    top: 34%;
    left: 0;
    right: auto;
    width: 144px;
  }

  body[data-page-theme="service-corporate"] .signal-service--security {
    top: 34%;
    left: auto;
    right: 0;
    width: 144px;
  }

  body[data-page-theme="service-corporate"] .signal-service--log {
    top: 51%;
    left: 0;
    right: auto;
    width: 148px;
  }

  body[data-page-theme="service-corporate"] .signal-service--infra {
    top: 51%;
    left: auto;
    right: 0;
    width: 150px;
  }

  body[data-page-theme="service-corporate"] .signal-service--backup {
    top: 68%;
    left: 0;
    right: auto;
    width: 152px;
  }

  body[data-page-theme="service-corporate"] .signal-service--mail {
    top: 68%;
    left: auto;
    right: 0;
    width: 146px;
  }

  body[data-page-theme="service-corporate"] .signal-service--advisory {
    top: 84%;
    left: calc(50% - 160px);
    right: auto;
    width: 146px;
  }

  body[data-page-theme="service-corporate"] .signal-service--support {
    top: 84%;
    left: calc(50% + 14px);
    right: auto;
    width: 146px;
  }
}

@media (max-width: 1180px) {
  :root {
    --service-hero-bottom-gap: 40px;
  }

  body[data-page-theme="service-corporate"] .hero__inner {
    min-height: auto;
  }

  body[data-page-theme="service-corporate"] .hero__visual {
    margin-top: 6px;
  }

  body[data-page-theme="service-corporate"] .signal-stage {
    width: min(100%, 560px);
    height: clamp(420px, 70vw, 540px);
    margin-top: 14px;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro {
    top: 20px;
    left: 20px;
    width: min(236px, calc(100% - 40px));
  }

  body[data-page-theme="service-corporate"] .signal-stage__cards-layer {
    inset: 20px 20px 28px;
  }
}

@media (max-width: 820px) {
  :root {
    --service-hero-bottom-gap: 36px;
  }

  body[data-page-theme="service-corporate"] .hero {
    min-height: 100svh;
  }

  body[data-page-theme="service-corporate"] .signal-stage__intro {
    top: 16px;
    left: 16px;
    width: min(228px, calc(100% - 32px));
  }

  body[data-page-theme="service-corporate"] .signal-stage__cards-layer {
    inset: 18px 16px 24px;
  }
}

/* Final simplified corporate hero rebuild */
body[data-page-theme="service-corporate"] .hero {
  min-height: 100vh;
  min-height: 100svh;
  height: auto;
  align-items: center;
  padding:
    calc(var(--service-hero-header-offset, 84px) + var(--service-hero-safe-gap, 22px))
    0
    clamp(52px, 6vh, 76px) !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(93, 155, 222, 0.12), transparent 24%),
    radial-gradient(circle at 12% 0%, rgba(18, 62, 112, 0.08), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f2f6fb 56%, #f8fafc 100%) !important;
  overflow: hidden;
}

body[data-page-theme="service-corporate"] .hero::before {
  background:
    radial-gradient(circle at 78% 48%, rgba(118, 176, 232, 0.12), transparent 24%),
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.9), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 38%);
  opacity: 1;
}

body[data-page-theme="service-corporate"] .hero::after {
  background:
    radial-gradient(circle at 50% 100%, rgba(9, 31, 59, 0.05), transparent 45%),
    linear-gradient(180deg, transparent 0%, rgba(232, 238, 246, 0.7) 100%);
  opacity: 1;
}

body[data-page-theme="service-corporate"] .hero__backdrop,
body[data-page-theme="service-corporate"] .hero__cursor-glow,
body[data-page-theme="service-corporate"] .hero__inner {
  display: none !important;
}

body[data-page-theme="service-corporate"] .hero__shell {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}

body[data-page-theme="service-corporate"] .hero__shell-content {
  max-width: 648px;
  animation: heroShellFadeUp 620ms var(--ease-out) both;
}

body[data-page-theme="service-corporate"] .hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 11px 16px;
  border: 1px solid rgba(41, 74, 118, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 248, 252, 0.78));
  color: #59718c;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow:
    0 16px 34px rgba(12, 30, 56, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

body[data-page-theme="service-corporate"] .hero__title {
  max-width: 10.8ch;
  margin: 0 0 24px;
  color: #081c35;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: clamp(3rem, 5vw, 4.9rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

body[data-page-theme="service-corporate"] .hero__title-accent {
  display: block;
  margin-top: 14px;
  background: linear-gradient(135deg, #13375d 0%, #235b90 56%, #5ba5c2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 0.9em;
}

body[data-page-theme="service-corporate"] .hero__desc {
  max-width: 56ch;
  margin: 0 0 30px;
  color: #536b84;
  font-size: clamp(1.03rem, 1.2vw, 1.14rem);
  line-height: 1.84;
}

body[data-page-theme="service-corporate"] .hero__actions {
  gap: 14px;
  margin-bottom: 26px;
}

body[data-page-theme="service-corporate"] .hero__btn {
  min-height: 58px;
  padding: 0 28px;
  border-radius: 18px;
  font-size: 0.96rem;
}

body[data-page-theme="service-corporate"] .hero__btn--primary {
  border-color: rgba(16, 44, 78, 0.18);
  background:
    linear-gradient(135deg, #102949 0%, #174170 58%, #275f8a 100%);
  box-shadow:
    0 18px 34px rgba(11, 29, 55, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body[data-page-theme="service-corporate"] .hero__btn--primary:hover {
  border-color: rgba(58, 112, 176, 0.28);
  box-shadow:
    0 22px 38px rgba(11, 29, 55, 0.2),
    0 8px 18px rgba(86, 166, 228, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body[data-page-theme="service-corporate"] .hero__btn--ghost {
  border-color: rgba(50, 82, 126, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 252, 0.92)),
    linear-gradient(135deg, rgba(91, 165, 194, 0.08), transparent 54%);
  color: #17385a;
  box-shadow:
    0 14px 28px rgba(12, 30, 56, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body[data-page-theme="service-corporate"] .hero__btn--ghost:hover {
  border-color: rgba(50, 82, 126, 0.22);
  box-shadow:
    0 18px 30px rgba(12, 30, 56, 0.1),
    0 8px 16px rgba(91, 165, 194, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

body[data-page-theme="service-corporate"] .hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-page-theme="service-corporate"] .hero__proof-item {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(53, 86, 128, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 252, 0.86));
  color: #4f6783;
  font-size: 0.84rem;
  font-weight: 600;
  box-shadow:
    0 12px 22px rgba(12, 30, 56, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

body[data-page-theme="service-corporate"] .hero__shell-visual {
  width: 100%;
  max-width: 520px;
  justify-self: end;
  animation: heroShellFadeLeft 700ms var(--ease-out) both;
}

body[data-page-theme="service-corporate"] .hero-showcase {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(33, 61, 98, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(240, 246, 252, 0.92)),
    linear-gradient(135deg, rgba(16, 42, 73, 0.08), transparent 54%, rgba(91, 165, 194, 0.08));
  box-shadow:
    0 38px 72px rgba(11, 29, 55, 0.12),
    0 14px 32px rgba(11, 29, 55, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

body[data-page-theme="service-corporate"] .hero-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(91, 165, 194, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent 24%);
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .hero-showcase__panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

body[data-page-theme="service-corporate"] .hero-showcase__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 4px 0;
}

body[data-page-theme="service-corporate"] .hero-showcase__eyebrow,
body[data-page-theme="service-corporate"] .hero-showcase__status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page-theme="service-corporate"] .hero-showcase__eyebrow {
  background: rgba(255, 255, 255, 0.72);
  color: #46627d;
  border: 1px solid rgba(33, 61, 98, 0.1);
}

body[data-page-theme="service-corporate"] .hero-showcase__status {
  background:
    linear-gradient(135deg, rgba(16, 42, 73, 0.94), rgba(28, 70, 112, 0.84));
  color: #edf5fd;
  box-shadow:
    0 12px 22px rgba(11, 29, 55, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body[data-page-theme="service-corporate"] .hero-showcase__screen {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(33, 61, 98, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 253, 0.94)),
    linear-gradient(135deg, rgba(16, 42, 73, 0.04), transparent 54%);
  box-shadow:
    0 20px 38px rgba(11, 29, 55, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

body[data-page-theme="service-corporate"] .hero-showcase__screen-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

body[data-page-theme="service-corporate"] .hero-showcase__screen-top strong {
  color: #0a203a;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body[data-page-theme="service-corporate"] .hero-showcase__screen-top span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(91, 165, 194, 0.1);
  color: #315f8f;
  font-size: 0.78rem;
  font-weight: 700;
}

body[data-page-theme="service-corporate"] .hero-showcase__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body[data-page-theme="service-corporate"] .hero-showcase__stat {
  padding: 14px 15px;
  border: 1px solid rgba(33, 61, 98, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(240, 246, 252, 0.94));
}

body[data-page-theme="service-corporate"] .hero-showcase__stat-label {
  display: block;
  margin-bottom: 8px;
  color: #637a95;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body[data-page-theme="service-corporate"] .hero-showcase__stat strong {
  color: #0b223d;
  font-size: 1rem;
  font-weight: 700;
}

body[data-page-theme="service-corporate"] .hero-showcase__list {
  display: grid;
  gap: 12px;
}

body[data-page-theme="service-corporate"] .hero-showcase__list-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 15px;
  border: 1px solid rgba(33, 61, 98, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(242, 247, 252, 0.92));
}

body[data-page-theme="service-corporate"] .hero-showcase__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(12, 36, 65, 0.96), rgba(20, 50, 84, 0.9));
  color: #eff6fd;
  box-shadow:
    0 14px 24px rgba(11, 29, 55, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body[data-page-theme="service-corporate"] .hero-showcase__icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

body[data-page-theme="service-corporate"] .hero-showcase__list-item strong {
  display: block;
  margin-bottom: 4px;
  color: #0b223d;
  font-size: 0.92rem;
  font-weight: 700;
}

body[data-page-theme="service-corporate"] .hero-showcase__list-item span {
  display: block;
  color: #617a94;
  font-size: 0.82rem;
  line-height: 1.55;
}

body[data-page-theme="service-corporate"] .hero-showcase__footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body[data-page-theme="service-corporate"] .hero-showcase__footer-card {
  padding: 15px 16px;
  border: 1px solid rgba(33, 61, 98, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 248, 252, 0.86));
}

body[data-page-theme="service-corporate"] .hero-showcase__footer-card--soft {
  background:
    linear-gradient(180deg, rgba(239, 246, 252, 0.96), rgba(232, 241, 249, 0.9));
}

body[data-page-theme="service-corporate"] .hero-showcase__footer-card span {
  display: block;
  margin-bottom: 8px;
  color: #678099;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page-theme="service-corporate"] .hero-showcase__footer-card strong {
  display: block;
  color: #0b223d;
  font-size: 0.92rem;
  line-height: 1.45;
}

@keyframes heroShellFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroShellFadeLeft {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1040px) {
  body[data-page-theme="service-corporate"] .hero__shell {
    width: min(100%, calc(100% - 40px));
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  body[data-page-theme="service-corporate"] .hero__shell-content {
    max-width: 100%;
  }

  body[data-page-theme="service-corporate"] .hero__shell-visual {
    max-width: 620px;
    justify-self: start;
  }
}

@media (max-width: 820px) {
  body[data-page-theme="service-corporate"] .hero {
    padding-bottom: 44px !important;
  }

  body[data-page-theme="service-corporate"] .hero__shell {
    width: min(100%, calc(100% - 30px));
    gap: 28px;
  }

  body[data-page-theme="service-corporate"] .hero__title {
    max-width: 11.6ch;
    font-size: clamp(2.5rem, 10vw, 3.6rem);
  }

  body[data-page-theme="service-corporate"] .hero__actions {
    flex-direction: column;
  }

  body[data-page-theme="service-corporate"] .hero__btn {
    width: 100%;
    justify-content: center;
  }

  body[data-page-theme="service-corporate"] .hero__proof {
    gap: 8px;
  }

  body[data-page-theme="service-corporate"] .hero__proof-item {
    width: 100%;
    justify-content: center;
  }

  body[data-page-theme="service-corporate"] .hero__shell-visual {
    max-width: none;
  }

  body[data-page-theme="service-corporate"] .hero-showcase {
    padding: 14px;
    border-radius: 24px;
  }

  body[data-page-theme="service-corporate"] .hero-showcase__screen {
    padding: 18px;
  }

  body[data-page-theme="service-corporate"] .hero-showcase__screen-top,
  body[data-page-theme="service-corporate"] .hero-showcase__footer {
    grid-template-columns: minmax(0, 1fr);
    display: grid;
  }

  body[data-page-theme="service-corporate"] .hero-showcase__screen-top {
    gap: 10px;
  }

  body[data-page-theme="service-corporate"] .hero-showcase__stats {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page-theme="service-corporate"] .hero__shell-content,
  body[data-page-theme="service-corporate"] .hero__shell-visual {
    animation: none;
  }
}

/* Final executive corporate hero rebuild */
body[data-page-theme="service-corporate"] .hero__shell {
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
  gap: clamp(46px, 5vw, 82px);
}

body[data-page-theme="service-corporate"] .hero__shell-content {
  max-width: 664px;
}

body[data-page-theme="service-corporate"] .hero__title {
  max-width: 11.4ch;
  margin-bottom: 26px;
  font-size: clamp(3.2rem, 5.2vw, 5.2rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

body[data-page-theme="service-corporate"] .hero__title-line {
  display: block;
}

body[data-page-theme="service-corporate"] .hero__title-accent {
  margin-top: 18px;
  font-size: 0.42em;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

body[data-page-theme="service-corporate"] .hero__desc {
  max-width: 53ch;
  margin-bottom: 34px;
  color: #5b728b;
  font-size: clamp(1.04rem, 1.14vw, 1.14rem);
  line-height: 1.88;
}

body[data-page-theme="service-corporate"] .hero__actions {
  margin-bottom: 28px;
}

body[data-page-theme="service-corporate"] .hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  color: #60758f;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

body[data-page-theme="service-corporate"] .hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body[data-page-theme="service-corporate"] .hero__meta span + span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(47, 92, 145, 0.24);
}

body[data-page-theme="service-corporate"] .hero__proof {
  display: none;
}

body[data-page-theme="service-corporate"] .hero__shell-visual {
  max-width: 540px;
}

body[data-page-theme="service-corporate"] .hero-showcase {
  display: none;
}

body[data-page-theme="service-corporate"] .hero-stage {
  position: relative;
  min-height: 540px;
  border: 1px solid rgba(45, 73, 110, 0.14);
  border-radius: 36px;
  background:
    radial-gradient(circle at 78% 22%, rgba(92, 148, 204, 0.22), transparent 24%),
    linear-gradient(145deg, rgba(8, 23, 42, 0.98) 0%, rgba(13, 32, 56, 0.94) 44%, rgba(18, 42, 70, 0.9) 100%);
  box-shadow:
    0 42px 82px rgba(10, 27, 49, 0.18),
    0 18px 34px rgba(10, 27, 49, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  animation: heroShellFadeLeft 700ms var(--ease-out) both;
}

body[data-page-theme="service-corporate"] .hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%),
    radial-gradient(circle at 0% 100%, rgba(86, 166, 228, 0.08), transparent 32%);
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 100%, rgba(0, 0, 0, 0.2), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 30%, transparent 72%, rgba(124, 170, 220, 0.08));
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .hero-stage__grid,
body[data-page-theme="service-corporate"] .hero-stage__beam,
body[data-page-theme="service-corporate"] .hero-stage__plane,
body[data-page-theme="service-corporate"] .hero-stage__badge,
body[data-page-theme="service-corporate"] .hero-stage__caption,
body[data-page-theme="service-corporate"] .hero-stage__seal {
  position: absolute;
  z-index: 1;
}

body[data-page-theme="service-corporate"] .hero-stage__grid {
  inset: 22px;
  border-radius: 28px;
  background-image:
    linear-gradient(rgba(169, 195, 226, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 195, 226, 0.1) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.24;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 92%);
}

body[data-page-theme="service-corporate"] .hero-stage__beam {
  left: 12%;
  right: 8%;
  top: 38%;
  height: 1px;
  background: linear-gradient(90deg, rgba(144, 188, 235, 0), rgba(144, 188, 235, 0.44), rgba(144, 188, 235, 0));
  opacity: 0.55;
}

body[data-page-theme="service-corporate"] .hero-stage__plane {
  border: 1px solid rgba(161, 193, 231, 0.14);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body[data-page-theme="service-corporate"] .hero-stage__plane--rear {
  top: 9%;
  right: -6%;
  width: 72%;
  height: 52%;
  transform: rotate(-10deg);
}

body[data-page-theme="service-corporate"] .hero-stage__plane--mid {
  top: 34%;
  left: 12%;
  width: 74%;
  height: 22%;
  transform: rotate(-7deg);
  background:
    linear-gradient(135deg, rgba(178, 207, 239, 0.16), rgba(255, 255, 255, 0.03));
}

body[data-page-theme="service-corporate"] .hero-stage__plane--front {
  left: 10%;
  bottom: 12%;
  width: 44%;
  height: 54%;
  transform: rotate(-5deg);
}

body[data-page-theme="service-corporate"] .hero-stage__badge {
  top: 28px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(187, 212, 240, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  color: rgba(226, 236, 247, 0.82);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page-theme="service-corporate"] .hero-stage__caption,
body[data-page-theme="service-corporate"] .hero-stage__seal {
  border: 1px solid rgba(187, 212, 240, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03));
  box-shadow:
    0 18px 32px rgba(3, 11, 22, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body[data-page-theme="service-corporate"] .hero-stage__caption {
  left: 28px;
  bottom: 28px;
  width: min(62%, 290px);
  padding: 22px 22px 24px;
}

body[data-page-theme="service-corporate"] .hero-stage__seal {
  right: 28px;
  bottom: 34px;
  width: min(42%, 218px);
  padding: 18px 18px 20px;
}

body[data-page-theme="service-corporate"] .hero-stage__caption span,
body[data-page-theme="service-corporate"] .hero-stage__seal span {
  display: block;
  margin-bottom: 10px;
  color: rgba(193, 214, 236, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-page-theme="service-corporate"] .hero-stage__caption strong {
  display: block;
  color: #f4f9ff;
  font-size: 1.34rem;
  font-weight: 650;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

body[data-page-theme="service-corporate"] .hero-stage__seal strong {
  display: block;
  color: rgba(239, 246, 255, 0.96);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.55;
}

@media (max-width: 1040px) {
  body[data-page-theme="service-corporate"] .hero__shell {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page-theme="service-corporate"] .hero__meta {
    gap: 12px 16px;
  }

  body[data-page-theme="service-corporate"] .hero__shell-visual {
    max-width: 620px;
  }

  body[data-page-theme="service-corporate"] .hero-stage {
    min-height: 480px;
  }
}

@media (max-width: 820px) {
  body[data-page-theme="service-corporate"] .hero__title {
    font-size: clamp(2.56rem, 11vw, 3.8rem);
  }

  body[data-page-theme="service-corporate"] .hero__title-accent {
    font-size: 0.46em;
  }

  body[data-page-theme="service-corporate"] .hero__meta {
    flex-direction: column;
    gap: 10px;
  }

  body[data-page-theme="service-corporate"] .hero__meta span + span::before {
    display: none;
  }

  body[data-page-theme="service-corporate"] .hero-stage {
    min-height: 430px;
    border-radius: 28px;
  }

  body[data-page-theme="service-corporate"] .hero-stage__badge {
    top: 20px;
    left: 20px;
  }

  body[data-page-theme="service-corporate"] .hero-stage__caption,
  body[data-page-theme="service-corporate"] .hero-stage__seal {
    left: 20px;
    right: 20px;
    width: auto;
  }

  body[data-page-theme="service-corporate"] .hero-stage__caption {
    bottom: 108px;
  }

  body[data-page-theme="service-corporate"] .hero-stage__seal {
    bottom: 20px;
  }

  body[data-page-theme="service-corporate"] .hero-stage__caption strong {
    font-size: 1.12rem;
  }
}

/* Final premium motion layer */
body[data-page-theme="service-corporate"] .hero {
  --hero-motion-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --hero-motion-soft: cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-page-theme="service-corporate"] .hero__shell-content,
body[data-page-theme="service-corporate"] .hero__shell-visual,
body[data-page-theme="service-corporate"] .hero-stage {
  animation: none;
}

body[data-page-theme="service-corporate"] .hero__eyebrow,
body[data-page-theme="service-corporate"] .hero__title-line,
body[data-page-theme="service-corporate"] .hero__title-accent,
body[data-page-theme="service-corporate"] .hero__desc,
body[data-page-theme="service-corporate"] .hero__actions,
body[data-page-theme="service-corporate"] .hero__meta,
body[data-page-theme="service-corporate"] .hero__shell-visual,
body[data-page-theme="service-corporate"] .hero-stage__badge,
body[data-page-theme="service-corporate"] .hero-stage__caption,
body[data-page-theme="service-corporate"] .hero-stage__seal {
  will-change: transform, opacity;
}

body[data-page-theme="service-corporate"] .hero__eyebrow {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  animation: heroMotionFadeUp 660ms var(--hero-motion-soft) 60ms both;
}

body[data-page-theme="service-corporate"] .hero__title-line {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  animation: heroMotionFadeUp 760ms var(--hero-motion-ease) both;
}

body[data-page-theme="service-corporate"] .hero__title-line:nth-of-type(1) {
  animation-delay: 100ms;
}

body[data-page-theme="service-corporate"] .hero__title-line:nth-of-type(2) {
  animation-delay: 150ms;
}

body[data-page-theme="service-corporate"] .hero__title-accent {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  animation: heroMotionFadeUp 820ms var(--hero-motion-ease) 210ms both;
}

body[data-page-theme="service-corporate"] .hero__desc {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  animation: heroMotionFadeUp 760ms var(--hero-motion-soft) 240ms both;
}

body[data-page-theme="service-corporate"] .hero__actions {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  animation: heroMotionFadeUp 760ms var(--hero-motion-soft) 300ms both;
}

body[data-page-theme="service-corporate"] .hero__meta {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: heroMotionFadeUp 760ms var(--hero-motion-soft) 340ms both;
}

body[data-page-theme="service-corporate"] .hero__shell-visual {
  opacity: 0;
  transform: translate3d(0, 16px, 0) scale(0.986);
  filter: blur(8px);
  animation: heroMotionVisualIn 920ms var(--hero-motion-ease) 180ms both;
}

body[data-page-theme="service-corporate"] .hero-stage {
  transform: translate3d(0, var(--hero-stage-scroll-shift, 0px), 0) scale(var(--hero-stage-scale, 1));
  transform-origin: center center;
  will-change: transform;
}

body[data-page-theme="service-corporate"] .hero-stage::after {
  transform: translate3d(var(--hero-stage-sweep-x, 0px), 0, 0);
  opacity: var(--hero-stage-sweep-opacity, 0.72);
  will-change: transform, opacity;
}

body[data-page-theme="service-corporate"] .hero-stage__grid {
  transform: translate3d(var(--hero-stage-grid-x, 0px), var(--hero-stage-grid-y, 0px), 0);
  will-change: transform;
}

body[data-page-theme="service-corporate"] .hero-stage__beam {
  transform: translate3d(var(--hero-stage-beam-x, 0px), var(--hero-stage-beam-y, 0px), 0);
  will-change: transform;
}

body[data-page-theme="service-corporate"] .hero-stage__plane {
  will-change: transform;
}

body[data-page-theme="service-corporate"] .hero-stage__plane--rear {
  transform: translate3d(var(--hero-stage-rear-x, 0px), var(--hero-stage-rear-y, 0px), 0) rotate(-10deg);
}

body[data-page-theme="service-corporate"] .hero-stage__plane--mid {
  transform: translate3d(var(--hero-stage-mid-x, 0px), var(--hero-stage-mid-y, 0px), 0) rotate(-7deg);
}

body[data-page-theme="service-corporate"] .hero-stage__plane--front {
  transform: translate3d(var(--hero-stage-front-x, 0px), var(--hero-stage-front-y, 0px), 0) rotate(-5deg);
}

body[data-page-theme="service-corporate"] .hero-stage__badge {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: heroMotionFadeUp 720ms var(--hero-motion-soft) 320ms both;
}

body[data-page-theme="service-corporate"] .hero-stage__caption {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  animation: heroMotionFadeUp 820ms var(--hero-motion-soft) 360ms both;
}

body[data-page-theme="service-corporate"] .hero-stage__seal {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  animation: heroMotionFadeUp 820ms var(--hero-motion-soft) 420ms both;
}

body[data-page-theme="service-corporate"] .hero__btn {
  transition:
    transform 380ms var(--hero-motion-ease),
    box-shadow 380ms var(--hero-motion-ease),
    border-color 320ms var(--hero-motion-soft),
    background-color 320ms var(--hero-motion-soft),
    filter 380ms var(--hero-motion-soft);
  will-change: transform;
}

body[data-page-theme="service-corporate"] .hero__btn svg {
  transition: transform 380ms var(--hero-motion-ease);
}

body[data-page-theme="service-corporate"] .hero__btn:hover {
  transform: translate3d(0, -1px, 0);
}

body[data-page-theme="service-corporate"] .hero__btn:hover svg {
  transform: translate3d(2px, 0, 0);
}

body[data-page-theme="service-corporate"] .hero__btn:active {
  transform: translate3d(0, 1px, 0) scale(0.996);
}

@keyframes heroMotionFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroMotionVisualIn {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0) scale(0.986);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@media (max-width: 820px) {
  body[data-page-theme="service-corporate"] .hero__shell-visual {
    animation-duration: 760ms;
    filter: blur(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page-theme="service-corporate"] .hero__eyebrow,
  body[data-page-theme="service-corporate"] .hero__title-line,
  body[data-page-theme="service-corporate"] .hero__title-accent,
  body[data-page-theme="service-corporate"] .hero__desc,
  body[data-page-theme="service-corporate"] .hero__actions,
  body[data-page-theme="service-corporate"] .hero__meta,
  body[data-page-theme="service-corporate"] .hero__shell-visual,
  body[data-page-theme="service-corporate"] .hero-stage__badge,
  body[data-page-theme="service-corporate"] .hero-stage__caption,
  body[data-page-theme="service-corporate"] .hero-stage__seal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }

  body[data-page-theme="service-corporate"] .hero-stage,
  body[data-page-theme="service-corporate"] .hero-stage::after,
  body[data-page-theme="service-corporate"] .hero-stage__grid,
  body[data-page-theme="service-corporate"] .hero-stage__beam,
  body[data-page-theme="service-corporate"] .hero-stage__plane--rear,
  body[data-page-theme="service-corporate"] .hero-stage__plane--mid,
  body[data-page-theme="service-corporate"] .hero-stage__plane--front {
    transform: none !important;
    animation: none !important;
  }
}

/* Final premium hero material polish */
body[data-page-theme="service-corporate"] .hero {
  --hero-premium-ink: #081a31;
  --hero-premium-copy: #4d647c;
  --hero-premium-line: rgba(49, 81, 118, 0.14);
  --hero-premium-panel-top: #081425;
  --hero-premium-panel-mid: #0b2038;
  --hero-premium-panel-bottom: #13304d;
  --hero-premium-panel-line: rgba(172, 201, 232, 0.14);
  background:
    radial-gradient(64% 58% at 14% 18%, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0) 72%),
    radial-gradient(46% 34% at 100% 14%, rgba(98, 155, 214, 0.12) 0%, transparent 64%),
    radial-gradient(34% 28% at 16% 100%, rgba(22, 67, 115, 0.06) 0%, transparent 66%),
    linear-gradient(180deg, #fbfdff 0%, #f2f6fa 58%, #f7f9fc 100%) !important;
}

body[data-page-theme="service-corporate"] .hero::before {
  background:
    radial-gradient(circle at 20% 26%, rgba(255, 255, 255, 0.96), transparent 34%),
    radial-gradient(circle at 78% 34%, rgba(106, 165, 222, 0.11), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), transparent 44%);
}

body[data-page-theme="service-corporate"] .hero::after {
  background:
    radial-gradient(circle at 18% 58%, rgba(11, 43, 78, 0.055), transparent 24%),
    linear-gradient(180deg, transparent 0%, rgba(233, 239, 245, 0.76) 100%);
}

body[data-page-theme="service-corporate"] .hero__shell-content {
  position: relative;
  z-index: 2;
}

body[data-page-theme="service-corporate"] .hero__eyebrow {
  position: relative;
  overflow: hidden;
  border-color: rgba(52, 81, 116, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 248, 251, 0.84));
  color: #4f657d;
  box-shadow:
    0 22px 40px rgba(9, 24, 45, 0.08),
    0 2px 6px rgba(9, 24, 45, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

body[data-page-theme="service-corporate"] .hero__eyebrow::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 58%);
  opacity: 0.56;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .hero__title {
  color: var(--hero-premium-ink);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.56),
    0 18px 32px rgba(8, 26, 49, 0.05);
}

body[data-page-theme="service-corporate"] .hero__title-accent {
  background: linear-gradient(135deg, #14365d 0%, #1f4e7e 56%, #5f92b7 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

body[data-page-theme="service-corporate"] .hero__desc {
  color: var(--hero-premium-copy);
  text-wrap: pretty;
}

body[data-page-theme="service-corporate"] .hero__meta {
  gap: 13px 18px;
  color: rgba(72, 92, 115, 0.92);
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

body[data-page-theme="service-corporate"] .hero__meta span {
  gap: 12px;
}

body[data-page-theme="service-corporate"] .hero__meta span + span::before {
  width: 14px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(56, 92, 138, 0), rgba(56, 92, 138, 0.28), rgba(56, 92, 138, 0));
}

body[data-page-theme="service-corporate"] .hero__btn {
  position: relative;
  overflow: hidden;
  letter-spacing: 0.01em;
}

body[data-page-theme="service-corporate"] .hero__btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 44%);
  opacity: 0.82;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .hero__btn--primary {
  border-color: rgba(90, 131, 183, 0.22);
  background: linear-gradient(180deg, #14375f 0%, #112c4c 54%, #0b213d 100%);
  color: #f7fbff;
  box-shadow:
    0 24px 42px rgba(8, 21, 38, 0.2),
    0 10px 20px rgba(8, 21, 38, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -12px 24px rgba(3, 9, 18, 0.14);
}

body[data-page-theme="service-corporate"] .hero__btn--primary .hero__btn-bg {
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(127, 180, 231, 0.24) 0%, rgba(255, 255, 255, 0.08) 28%, transparent 58%, rgba(87, 129, 183, 0.12) 100%);
  opacity: 0.72;
}

body[data-page-theme="service-corporate"] .hero__btn--primary:hover {
  border-color: rgba(101, 150, 206, 0.3);
  box-shadow:
    0 28px 48px rgba(8, 21, 38, 0.22),
    0 12px 24px rgba(73, 123, 181, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -12px 24px rgba(3, 9, 18, 0.15);
}

body[data-page-theme="service-corporate"] .hero__btn--primary:hover .hero__btn-bg {
  opacity: 0.82;
}

body[data-page-theme="service-corporate"] .hero__btn--ghost {
  border-color: var(--hero-premium-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.9)),
    linear-gradient(135deg, rgba(101, 156, 211, 0.12), transparent 58%);
  color: #102d4d;
  box-shadow:
    0 18px 30px rgba(10, 24, 45, 0.08),
    0 2px 5px rgba(10, 24, 45, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

body[data-page-theme="service-corporate"] .hero__btn--ghost:hover {
  border-color: rgba(57, 88, 123, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.94)),
    linear-gradient(135deg, rgba(101, 156, 211, 0.14), transparent 58%);
  box-shadow:
    0 22px 34px rgba(10, 24, 45, 0.1),
    0 8px 16px rgba(73, 123, 181, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body[data-page-theme="service-corporate"] .hero__btn svg {
  opacity: 0.94;
}

body[data-page-theme="service-corporate"] .hero-stage {
  isolation: isolate;
  border-color: var(--hero-premium-panel-line);
  background:
    radial-gradient(128% 118% at 84% 14%, rgba(107, 160, 218, 0.24) 0%, transparent 32%),
    radial-gradient(88% 78% at 6% 94%, rgba(36, 92, 151, 0.24) 0%, transparent 42%),
    linear-gradient(152deg, var(--hero-premium-panel-top) 0%, var(--hero-premium-panel-mid) 38%, var(--hero-premium-panel-bottom) 100%);
  box-shadow:
    0 56px 96px rgba(6, 16, 28, 0.24),
    0 24px 44px rgba(6, 16, 28, 0.14),
    inset 0 2px 0 rgba(255, 255, 255, 0.04),
    inset 0 -26px 44px rgba(4, 10, 18, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.02);
}

body[data-page-theme="service-corporate"] .hero-stage::before {
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.015) 18%, transparent 34%),
    radial-gradient(90% 68% at 100% 0%, rgba(138, 188, 235, 0.18) 0%, transparent 34%),
    radial-gradient(76% 58% at 0% 100%, rgba(40, 93, 148, 0.2) 0%, transparent 40%),
    linear-gradient(135deg, transparent 56%, rgba(148, 193, 235, 0.06) 100%);
}

body[data-page-theme="service-corporate"] .hero-stage::after {
  border-radius: inherit;
  background: linear-gradient(118deg, transparent 20%, rgba(255, 255, 255, 0.012) 36%, rgba(142, 189, 236, 0.055) 48%, rgba(255, 255, 255, 0.018) 58%, transparent 74%);
  mix-blend-mode: screen;
}

body[data-page-theme="service-corporate"] .hero-stage__grid {
  inset: 20px;
  border: 1px solid rgba(171, 199, 231, 0.08);
  border-radius: 30px;
  background-image:
    linear-gradient(rgba(165, 193, 225, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(165, 193, 225, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 34px 34px, 34px 34px, 136px 136px, 136px 136px;
  background-position: center center;
  opacity: 0.4;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 -1px 0 rgba(255, 255, 255, 0.015);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.66) 70%, transparent 96%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.66) 70%, transparent 96%);
}

body[data-page-theme="service-corporate"] .hero-stage__beam {
  left: 14%;
  right: 10%;
  top: 40%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(146, 191, 237, 0), rgba(146, 191, 237, 0.44), rgba(146, 191, 237, 0));
  box-shadow:
    0 0 18px rgba(146, 191, 237, 0.12),
    0 0 36px rgba(82, 126, 173, 0.1);
  opacity: 0.78;
}

body[data-page-theme="service-corporate"] .hero-stage__plane {
  border-color: rgba(170, 199, 231, 0.12);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.025) 30%, rgba(67, 115, 169, 0.08) 100%);
  box-shadow:
    0 18px 34px rgba(3, 9, 17, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -18px 30px rgba(0, 0, 0, 0.14);
}

body[data-page-theme="service-corporate"] .hero-stage__plane--rear {
  top: 8%;
  right: -2%;
  width: 74%;
  height: 56%;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 34%, rgba(61, 114, 173, 0.1) 100%);
  opacity: 0.92;
}

body[data-page-theme="service-corporate"] .hero-stage__plane--mid {
  top: 38%;
  left: 14%;
  width: 68%;
  height: 18%;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(180, 208, 240, 0.16), rgba(255, 255, 255, 0.025) 42%, rgba(84, 138, 196, 0.1) 100%);
}

body[data-page-theme="service-corporate"] .hero-stage__plane--front {
  left: 12%;
  bottom: 13%;
  width: 46%;
  height: 50%;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 40%, rgba(78, 128, 184, 0.08) 100%);
  opacity: 0.96;
}

body[data-page-theme="service-corporate"] .hero-stage__badge {
  border-color: rgba(187, 213, 240, 0.18);
  background:
    linear-gradient(180deg, rgba(10, 20, 34, 0.56), rgba(10, 20, 34, 0.28)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 58%);
  color: rgba(234, 242, 250, 0.86);
  box-shadow:
    0 16px 28px rgba(3, 9, 17, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
}

body[data-page-theme="service-corporate"] .hero-stage__caption,
body[data-page-theme="service-corporate"] .hero-stage__seal {
  overflow: hidden;
  border-color: rgba(182, 209, 237, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(12, 22, 38, 0.86), rgba(9, 16, 28, 0.76)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 58%, rgba(102, 146, 191, 0.06) 100%);
  box-shadow:
    0 26px 44px rgba(3, 8, 16, 0.24),
    0 8px 18px rgba(3, 8, 16, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -14px 26px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

body[data-page-theme="service-corporate"] .hero-stage__caption::before,
body[data-page-theme="service-corporate"] .hero-stage__seal::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  opacity: 0.72;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .hero-stage__caption {
  padding: 24px 24px 26px;
}

body[data-page-theme="service-corporate"] .hero-stage__seal {
  padding: 20px 20px 22px;
}

body[data-page-theme="service-corporate"] .hero-stage__caption span,
body[data-page-theme="service-corporate"] .hero-stage__seal span {
  color: rgba(205, 221, 238, 0.68);
  font-size: 0.69rem;
  letter-spacing: 0.12em;
}

body[data-page-theme="service-corporate"] .hero-stage__caption strong {
  color: #f7fbff;
  font-size: 1.36rem;
  line-height: 1.32;
  letter-spacing: -0.034em;
  text-wrap: balance;
}

body[data-page-theme="service-corporate"] .hero-stage__seal strong {
  color: rgba(241, 247, 255, 0.94);
  font-size: 0.98rem;
  line-height: 1.58;
  text-wrap: balance;
}

@media (max-width: 820px) {
  body[data-page-theme="service-corporate"] .hero__meta {
    gap: 10px;
  }

  body[data-page-theme="service-corporate"] .hero-stage {
    box-shadow:
      0 40px 72px rgba(6, 16, 28, 0.2),
      0 18px 34px rgba(6, 16, 28, 0.12),
      inset 0 2px 0 rgba(255, 255, 255, 0.04),
      inset 0 -18px 30px rgba(4, 10, 18, 0.16);
  }

  body[data-page-theme="service-corporate"] .hero-stage__caption,
  body[data-page-theme="service-corporate"] .hero-stage__seal {
    border-radius: 22px;
  }

  body[data-page-theme="service-corporate"] .hero-stage__caption {
    padding: 20px 20px 22px;
  }
}

/* Final cinematic hero scene polish */
body[data-page-theme="service-corporate"] .hero {
  background:
    radial-gradient(64% 56% at 18% 22%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 24%, rgba(255, 255, 255, 0) 74%),
    radial-gradient(42% 32% at 86% 16%, rgba(119, 169, 221, 0.16) 0%, transparent 70%),
    radial-gradient(54% 46% at 100% 100%, rgba(10, 33, 61, 0.08) 0%, transparent 72%),
    linear-gradient(180deg, #fcfdff 0%, #f2f6fa 56%, #f7f9fc 100%) !important;
}

body[data-page-theme="service-corporate"] .hero::before {
  background:
    radial-gradient(52% 44% at 22% 24%, rgba(255, 255, 255, 0.98) 0%, transparent 72%),
    radial-gradient(36% 30% at 82% 34%, rgba(122, 172, 223, 0.13) 0%, transparent 72%),
    radial-gradient(110% 100% at 50% 100%, rgba(9, 33, 60, 0.055) 0%, transparent 76%);
  opacity: 1;
}

body[data-page-theme="service-corporate"] .hero::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(228, 234, 241, 0.38)),
    radial-gradient(72% 80% at 50% 100%, rgba(8, 29, 53, 0.04), transparent 74%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 5px);
  background-size: auto, auto, 18px 18px;
  opacity: 0.22;
  mix-blend-mode: soft-light;
}

body[data-page-theme="service-corporate"] .hero__shell {
  isolation: isolate;
}

body[data-page-theme="service-corporate"] .hero__shell::before {
  content: "";
  position: absolute;
  top: 7%;
  right: -2%;
  width: min(560px, 48%);
  height: 78%;
  border-radius: 40px;
  background:
    radial-gradient(58% 50% at 50% 50%, rgba(81, 135, 192, 0.22) 0%, rgba(81, 135, 192, 0.08) 38%, transparent 72%),
    radial-gradient(34% 28% at 78% 18%, rgba(166, 206, 243, 0.18) 0%, transparent 68%);
  filter: blur(52px);
  opacity: 0.92;
  pointer-events: none;
  z-index: 0;
}

body[data-page-theme="service-corporate"] .hero__shell-content,
body[data-page-theme="service-corporate"] .hero__shell-visual {
  position: relative;
  z-index: 2;
}

body[data-page-theme="service-corporate"] .hero__shell-visual {
  perspective: 1800px;
  perspective-origin: 54% 46%;
  isolation: isolate;
}

body[data-page-theme="service-corporate"] .hero__shell-visual::before {
  content: "";
  position: absolute;
  inset: 5% -6% 8% 4%;
  border-radius: 44px;
  background:
    radial-gradient(52% 44% at 56% 40%, rgba(104, 154, 209, 0.22) 0%, rgba(104, 154, 209, 0.1) 34%, transparent 74%),
    radial-gradient(42% 34% at 20% 80%, rgba(44, 101, 165, 0.16) 0%, transparent 72%);
  filter: blur(44px);
  opacity: 0.88;
  pointer-events: none;
  z-index: 0;
}

body[data-page-theme="service-corporate"] .hero__shell-visual::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -2%;
  height: 20%;
  background: radial-gradient(ellipse at center, rgba(7, 19, 34, 0.26) 0%, rgba(7, 19, 34, 0.1) 34%, transparent 74%);
  filter: blur(20px);
  opacity: 0.56;
  pointer-events: none;
  z-index: 0;
}

body[data-page-theme="service-corporate"] .hero__title {
  color: #06192f;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.68),
    0 22px 34px rgba(8, 26, 49, 0.06);
}

body[data-page-theme="service-corporate"] .hero__title-accent {
  background: linear-gradient(135deg, #12345a 0%, #1d4f80 52%, #76acc8 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

body[data-page-theme="service-corporate"] .hero__desc {
  color: #4a6178;
}

body[data-page-theme="service-corporate"] .hero__btn {
  box-shadow:
    0 20px 30px rgba(7, 21, 37, 0.06),
    0 4px 10px rgba(7, 21, 37, 0.04);
}

body[data-page-theme="service-corporate"] .hero__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(112deg, transparent 18%, rgba(255, 255, 255, 0.18) 42%, transparent 64%);
  opacity: 0;
  transform: translate3d(-4%, 0, 0);
  transition:
    opacity 320ms var(--hero-motion-soft, ease),
    transform 380ms var(--hero-motion-ease, ease);
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .hero__btn:hover::after {
  opacity: 0.42;
  transform: translate3d(4%, 0, 0);
}

body[data-page-theme="service-corporate"] .hero__btn--primary {
  border-color: rgba(102, 146, 201, 0.26);
  background: linear-gradient(180deg, #163e69 0%, #123455 44%, #0b233f 100%);
  box-shadow:
    0 28px 44px rgba(7, 18, 34, 0.22),
    0 10px 20px rgba(7, 18, 34, 0.16),
    0 0 24px rgba(101, 155, 213, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -14px 22px rgba(2, 7, 14, 0.18);
}

body[data-page-theme="service-corporate"] .hero__btn--primary .hero__btn-bg {
  background:
    linear-gradient(138deg, rgba(150, 196, 236, 0.3) 0%, rgba(255, 255, 255, 0.1) 24%, transparent 58%, rgba(92, 144, 202, 0.14) 100%),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.14), transparent 42%);
  opacity: 0.84;
}

body[data-page-theme="service-corporate"] .hero__btn--primary:hover {
  box-shadow:
    0 32px 48px rgba(7, 18, 34, 0.24),
    0 14px 26px rgba(75, 123, 183, 0.14),
    0 0 28px rgba(101, 155, 213, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -14px 22px rgba(2, 7, 14, 0.18);
}

body[data-page-theme="service-corporate"] .hero__btn--ghost {
  border-color: rgba(49, 82, 118, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.92)),
    linear-gradient(135deg, rgba(110, 162, 215, 0.12), transparent 58%);
  box-shadow:
    0 22px 34px rgba(7, 21, 37, 0.08),
    0 4px 12px rgba(7, 21, 37, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body[data-page-theme="service-corporate"] .hero__btn--ghost:hover {
  box-shadow:
    0 24px 36px rgba(7, 21, 37, 0.1),
    0 8px 16px rgba(75, 123, 183, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

body[data-page-theme="service-corporate"] .hero-stage {
  z-index: 1;
  transform-style: preserve-3d;
  border-color: rgba(178, 205, 235, 0.16);
  background:
    radial-gradient(64% 52% at calc(54% + var(--hero-stage-glow-x, 0px)) calc(44% + var(--hero-stage-glow-y, 0px)), rgba(144, 191, 238, 0.18) 0%, rgba(144, 191, 238, 0.08) 22%, transparent 64%),
    radial-gradient(48% 38% at 88% 16%, rgba(128, 181, 237, 0.24) 0%, transparent 50%),
    radial-gradient(44% 36% at 6% 96%, rgba(36, 92, 151, 0.26) 0%, transparent 54%),
    linear-gradient(180deg, #081523 0%, #0b1e34 26%, #0f2742 58%, #143451 100%);
  box-shadow:
    0 72px 118px rgba(5, 13, 24, 0.24),
    0 28px 48px rgba(5, 13, 24, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -34px 54px rgba(2, 7, 14, 0.24),
    inset 0 0 0 1px rgba(173, 204, 236, 0.03);
  transform:
    translate3d(0, var(--hero-stage-scroll-shift, 0px), 0)
    rotateX(var(--hero-stage-tilt-y, 0deg))
    rotateY(var(--hero-stage-tilt-x, 0deg))
    scale(var(--hero-stage-scale, 1));
}

body[data-page-theme="service-corporate"] .hero-stage::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.022) 18%, transparent 34%),
    radial-gradient(56% 42% at calc(58% + var(--hero-stage-glow-x, 0px)) calc(42% + var(--hero-stage-glow-y, 0px)), rgba(171, 210, 245, 0.17) 0%, transparent 54%),
    radial-gradient(32% 28% at calc(76% + var(--hero-stage-front-x, 0px)) calc(28% + var(--hero-stage-front-y, 0px)), rgba(255, 255, 255, 0.09) 0%, transparent 58%),
    radial-gradient(40% 34% at calc(18% + var(--hero-stage-rear-x, 0px)) calc(78% + var(--hero-stage-rear-y, 0px)), rgba(57, 115, 181, 0.12) 0%, transparent 64%),
    linear-gradient(135deg, transparent 56%, rgba(161, 201, 239, 0.06) 100%);
}

body[data-page-theme="service-corporate"] .hero-stage::after {
  background:
    linear-gradient(116deg, transparent 18%, rgba(255, 255, 255, 0.018) 34%, rgba(165, 207, 246, 0.14) 46%, rgba(255, 255, 255, 0.022) 58%, transparent 78%),
    radial-gradient(70% 88% at 50% 100%, rgba(0, 0, 0, 0.22) 0%, transparent 66%);
  opacity: calc(var(--hero-stage-sweep-opacity, 0.72) + 0.03);
}

body[data-page-theme="service-corporate"] .hero-stage__grid {
  position: absolute;
  overflow: hidden;
  opacity: 0.48;
  border-color: rgba(175, 203, 235, 0.09);
  background-image:
    radial-gradient(circle at 18% 24%, rgba(220, 235, 252, 0.22) 0 1.2px, transparent 2px),
    radial-gradient(circle at 72% 32%, rgba(220, 235, 252, 0.18) 0 1.2px, transparent 2px),
    radial-gradient(circle at 58% 72%, rgba(220, 235, 252, 0.14) 0 1.2px, transparent 2px),
    linear-gradient(rgba(165, 193, 225, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(165, 193, 225, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: auto, auto, auto, 34px 34px, 34px 34px, 136px 136px, 136px 136px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(255, 255, 255, 0.02);
  transform: translate3d(var(--hero-stage-grid-x, 0px), var(--hero-stage-grid-y, 0px), 0) translateZ(6px);
}

body[data-page-theme="service-corporate"] .hero-stage__grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at calc(22% + var(--hero-stage-grid-x, 0px)) calc(22% + var(--hero-stage-grid-y, 0px)), rgba(214, 232, 252, 0.36) 0 1.6px, transparent 2.4px),
    radial-gradient(circle at calc(78% + var(--hero-stage-beam-x, 0px)) calc(34% + var(--hero-stage-beam-y, 0px)), rgba(214, 232, 252, 0.24) 0 1.4px, transparent 2.2px),
    radial-gradient(circle at calc(62% + var(--hero-stage-front-x, 0px)) calc(68% + var(--hero-stage-front-y, 0px)), rgba(214, 232, 252, 0.2) 0 1.4px, transparent 2.2px),
    radial-gradient(circle at calc(36% + var(--hero-stage-rear-x, 0px)) calc(78% + var(--hero-stage-rear-y, 0px)), rgba(214, 232, 252, 0.18) 0 1.2px, transparent 2px);
  opacity: 0.88;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .hero-stage__grid::after {
  content: "";
  position: absolute;
  inset: -10%;
  background: radial-gradient(48% 36% at calc(54% + var(--hero-stage-glow-x, 0px)) calc(42% + var(--hero-stage-glow-y, 0px)), rgba(143, 191, 237, 0.16) 0%, transparent 64%);
  filter: blur(18px);
  opacity: 0.78;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .hero-stage__beam {
  top: 41%;
  height: 2px;
  background: linear-gradient(90deg, rgba(146, 191, 237, 0), rgba(146, 191, 237, 0.5), rgba(146, 191, 237, 0));
  box-shadow:
    0 0 20px rgba(146, 191, 237, 0.18),
    0 0 42px rgba(72, 123, 183, 0.12);
  opacity: 0.82;
  transform: translate3d(var(--hero-stage-beam-x, 0px), var(--hero-stage-beam-y, 0px), 0) translateZ(22px);
}

body[data-page-theme="service-corporate"] .hero-stage__beam::before {
  content: "";
  position: absolute;
  inset: -14px 0;
  background: linear-gradient(90deg, rgba(146, 191, 237, 0), rgba(146, 191, 237, 0.16), rgba(146, 191, 237, 0));
  filter: blur(14px);
  opacity: 0.78;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .hero-stage__plane {
  border-color: rgba(174, 204, 236, 0.14);
  background: linear-gradient(164deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.026) 32%, rgba(78, 129, 184, 0.08) 100%);
  box-shadow:
    0 22px 40px rgba(2, 7, 14, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -18px 30px rgba(0, 0, 0, 0.16);
}

body[data-page-theme="service-corporate"] .hero-stage__plane--rear {
  top: 7%;
  right: -1%;
  width: 76%;
  height: 57%;
  opacity: 0.9;
  filter: blur(0.8px);
  transform: translate3d(var(--hero-stage-rear-x, 0px), var(--hero-stage-rear-y, 0px), -24px) rotate(-11deg);
}

body[data-page-theme="service-corporate"] .hero-stage__plane--mid {
  top: 39%;
  left: 15%;
  width: 66%;
  height: 17%;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(182, 210, 241, 0.18), rgba(255, 255, 255, 0.03) 40%, rgba(85, 138, 196, 0.11) 100%);
  transform: translate3d(var(--hero-stage-mid-x, 0px), var(--hero-stage-mid-y, 0px), 10px) rotate(-6deg);
}

body[data-page-theme="service-corporate"] .hero-stage__plane--front {
  left: 12%;
  bottom: 12%;
  width: 48%;
  height: 50%;
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.024) 38%, rgba(87, 139, 196, 0.1) 100%);
  transform: translate3d(var(--hero-stage-front-x, 0px), var(--hero-stage-front-y, 0px), 24px) rotate(-4.5deg);
}

body[data-page-theme="service-corporate"] .hero-stage__badge {
  border-color: rgba(189, 214, 239, 0.18);
  background:
    linear-gradient(180deg, rgba(9, 20, 34, 0.68), rgba(9, 20, 34, 0.34)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 58%);
  box-shadow:
    0 18px 30px rgba(2, 7, 14, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body[data-page-theme="service-corporate"] .hero-stage__caption,
body[data-page-theme="service-corporate"] .hero-stage__seal {
  border-color: rgba(184, 210, 237, 0.16);
  background:
    linear-gradient(180deg, rgba(10, 21, 36, 0.92), rgba(7, 14, 25, 0.82)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 56%, rgba(102, 146, 191, 0.08) 100%);
  box-shadow:
    0 28px 46px rgba(2, 6, 12, 0.26),
    0 10px 20px rgba(2, 6, 12, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    inset 0 -18px 28px rgba(0, 0, 0, 0.18);
}

body[data-page-theme="service-corporate"] .hero-stage__caption::after,
body[data-page-theme="service-corporate"] .hero-stage__seal::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: radial-gradient(60% 90% at 50% 100%, rgba(123, 174, 225, 0.1) 0%, transparent 72%);
  opacity: 0.72;
  pointer-events: none;
}

body[data-page-theme="service-corporate"] .hero-stage__caption strong {
  color: #fbfdff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

body[data-page-theme="service-corporate"] .hero-stage__seal strong {
  color: rgba(244, 249, 255, 0.96);
}

@media (max-width: 1040px) {
  body[data-page-theme="service-corporate"] .hero__shell::before {
    width: 46%;
    opacity: 0.78;
  }
}

@media (max-width: 820px) {
  body[data-page-theme="service-corporate"] .hero {
    background:
      radial-gradient(72% 52% at 22% 14%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.76) 22%, rgba(255, 255, 255, 0) 72%),
      radial-gradient(44% 28% at 82% 12%, rgba(120, 171, 223, 0.12) 0%, transparent 72%),
      linear-gradient(180deg, #fcfdff 0%, #f3f7fb 100%) !important;
  }

  body[data-page-theme="service-corporate"] .hero::after {
    opacity: 0.16;
  }

  body[data-page-theme="service-corporate"] .hero__shell::before,
  body[data-page-theme="service-corporate"] .hero__shell-visual::after {
    display: none;
  }

  body[data-page-theme="service-corporate"] .hero__shell-visual::before {
    inset: 6% -2% 10%;
    opacity: 0.62;
  }

  body[data-page-theme="service-corporate"] .hero-stage {
    transform:
      translate3d(0, var(--hero-stage-scroll-shift, 0px), 0)
      scale(var(--hero-stage-scale, 1));
  }

  body[data-page-theme="service-corporate"] .hero-stage__grid {
    opacity: 0.4;
  }

  body[data-page-theme="service-corporate"] .hero-stage__beam {
    opacity: 0.72;
  }
}

/* Final hero render depth pass */
body[data-page-theme="service-corporate"] .hero::before {
  background:
    radial-gradient(54% 46% at 22% 24%, rgba(255, 255, 255, 0.99) 0%, transparent 70%),
    radial-gradient(34% 30% at 84% 20%, rgba(133, 183, 232, 0.12) 0%, transparent 72%),
    radial-gradient(96% 88% at 100% 100%, rgba(7, 28, 52, 0.07) 0%, transparent 74%);
}

body[data-page-theme="service-corporate"] .hero::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(228, 234, 241, 0.32)),
    radial-gradient(80% 86% at 50% 100%, rgba(7, 28, 52, 0.05), transparent 72%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 6px);
  background-size: auto, auto, 18px 18px;
  opacity: 0.18;
}

body[data-page-theme="service-corporate"] .hero__btn {
  box-shadow:
    -4px 18px 28px rgba(7, 21, 37, 0.06),
    0 3px 8px rgba(7, 21, 37, 0.04);
}

body[data-page-theme="service-corporate"] .hero__btn::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 42%);
}

body[data-page-theme="service-corporate"] .hero__btn--primary {
  background: linear-gradient(180deg, #1a4777 0%, #13395e 42%, #0b2744 100%);
  box-shadow:
    -8px 28px 42px rgba(7, 18, 34, 0.2),
    0 12px 20px rgba(7, 18, 34, 0.15),
    0 0 26px rgba(101, 155, 213, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -14px 20px rgba(2, 7, 14, 0.2);
}

body[data-page-theme="service-corporate"] .hero__btn--primary .hero__btn-bg {
  background:
    radial-gradient(circle at 82% -6%, rgba(255, 255, 255, 0.18), transparent 36%),
    linear-gradient(136deg, rgba(158, 202, 240, 0.28) 0%, rgba(255, 255, 255, 0.1) 22%, transparent 58%, rgba(92, 144, 202, 0.16) 100%);
}

body[data-page-theme="service-corporate"] .hero__btn--primary:hover {
  box-shadow:
    -10px 32px 48px rgba(7, 18, 34, 0.22),
    0 14px 24px rgba(75, 123, 183, 0.14),
    0 0 30px rgba(101, 155, 213, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -14px 20px rgba(2, 7, 14, 0.2);
}

body[data-page-theme="service-corporate"] .hero__btn--ghost {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 251, 0.9)),
    linear-gradient(135deg, rgba(115, 167, 221, 0.12), transparent 58%);
  box-shadow:
    -4px 20px 30px rgba(7, 21, 37, 0.07),
    0 4px 10px rgba(7, 21, 37, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -8px 12px rgba(7, 21, 37, 0.04);
}

body[data-page-theme="service-corporate"] .hero-stage {
  border-color: rgba(186, 212, 239, 0.16);
  background:
    linear-gradient(216deg, rgba(185, 218, 248, 0.08) 0%, rgba(185, 218, 248, 0) 22%, rgba(3, 9, 16, 0.18) 100%),
    radial-gradient(44% 38% at calc(82% + var(--hero-stage-glow-x, 0px)) calc(14% + var(--hero-stage-glow-y, 0px)), rgba(178, 217, 249, 0.26) 0%, rgba(178, 217, 249, 0.12) 16%, transparent 46%),
    radial-gradient(58% 48% at calc(56% + var(--hero-stage-glow-x, 0px)) calc(42% + var(--hero-stage-glow-y, 0px)), rgba(145, 191, 236, 0.16) 0%, rgba(145, 191, 236, 0.08) 24%, transparent 62%),
    radial-gradient(40% 34% at 10% 94%, rgba(34, 90, 150, 0.26) 0%, transparent 56%),
    linear-gradient(180deg, #08131f 0%, #0b1c31 24%, #0f2741 62%, #122f4b 100%);
  box-shadow:
    -18px 70px 108px rgba(4, 11, 20, 0.24),
    -4px 22px 28px rgba(4, 11, 20, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    -1px 0 0 rgba(255, 255, 255, 0.04) inset,
    0 -34px 52px rgba(2, 7, 14, 0.22) inset,
    0 18px 26px rgba(2, 7, 14, 0.08) inset;
}

body[data-page-theme="service-corporate"] .hero-stage::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.022) 16%, transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04) 86%, rgba(255, 255, 255, 0.1) 100%),
    radial-gradient(34% 28% at calc(86% + var(--hero-stage-glow-x, 0px)) calc(12% + var(--hero-stage-glow-y, 0px)), rgba(255, 255, 255, 0.18) 0%, transparent 54%),
    radial-gradient(52% 42% at calc(60% + var(--hero-stage-glow-x, 0px)) calc(40% + var(--hero-stage-glow-y, 0px)), rgba(171, 210, 245, 0.14) 0%, transparent 56%),
    repeating-linear-gradient(145deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 18px);
}

body[data-page-theme="service-corporate"] .hero-stage::after {
  background:
    linear-gradient(118deg, transparent 16%, rgba(255, 255, 255, 0.018) 28%, rgba(195, 224, 249, 0.2) 42%, rgba(255, 255, 255, 0.028) 56%, transparent 78%),
    radial-gradient(72% 92% at 50% 100%, rgba(0, 0, 0, 0.24) 0%, transparent 66%);
  background-size: 190% 190%, 100% 100%;
  background-position: 118% 0, center;
  animation: heroStageLightPass 9.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

body[data-page-theme="service-corporate"] .hero-stage__grid {
  border-color: rgba(180, 208, 239, 0.08);
  opacity: 0.44;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset -1px 0 0 rgba(255, 255, 255, 0.03),
    inset 0 -1px 0 rgba(255, 255, 255, 0.02);
}

body[data-page-theme="service-corporate"] .hero-stage__grid::after {
  background:
    radial-gradient(44% 34% at calc(58% + var(--hero-stage-glow-x, 0px)) calc(42% + var(--hero-stage-glow-y, 0px)), rgba(150, 196, 239, 0.14) 0%, transparent 62%),
    radial-gradient(24% 20% at calc(84% + var(--hero-stage-glow-x, 0px)) calc(16% + var(--hero-stage-glow-y, 0px)), rgba(255, 255, 255, 0.14) 0%, transparent 68%);
  filter: blur(20px);
  opacity: 0.8;
}

body[data-page-theme="service-corporate"] .hero-stage__beam {
  background: linear-gradient(90deg, rgba(146, 191, 237, 0), rgba(146, 191, 237, 0.52), rgba(146, 191, 237, 0));
  box-shadow:
    0 0 18px rgba(146, 191, 237, 0.16),
    0 0 40px rgba(82, 126, 173, 0.14);
}

body[data-page-theme="service-corporate"] .hero-stage__beam::before {
  background: linear-gradient(90deg, rgba(146, 191, 237, 0), rgba(146, 191, 237, 0.22), rgba(146, 191, 237, 0));
  filter: blur(16px);
}

body[data-page-theme="service-corporate"] .hero-stage__plane {
  background: linear-gradient(162deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.028) 30%, rgba(84, 136, 191, 0.08) 100%);
  box-shadow:
    -8px 22px 34px rgba(2, 7, 14, 0.16),
    0 4px 10px rgba(2, 7, 14, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -18px 28px rgba(0, 0, 0, 0.16);
}

body[data-page-theme="service-corporate"] .hero-stage__plane--rear {
  opacity: 0.76;
  filter: blur(2px);
  transform: translate3d(var(--hero-stage-rear-x, 0px), var(--hero-stage-rear-y, 0px), -36px) rotate(-11deg) scale(0.97);
}

body[data-page-theme="service-corporate"] .hero-stage__plane--mid {
  box-shadow:
    -6px 18px 28px rgba(2, 7, 14, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -16px 24px rgba(0, 0, 0, 0.14);
  transform: translate3d(var(--hero-stage-mid-x, 0px), var(--hero-stage-mid-y, 0px), 12px) rotate(-6deg) scale(1.01);
}

body[data-page-theme="service-corporate"] .hero-stage__plane--front {
  box-shadow:
    -10px 30px 44px rgba(2, 7, 14, 0.18),
    0 6px 14px rgba(2, 7, 14, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -18px 28px rgba(0, 0, 0, 0.16);
  transform: translate3d(var(--hero-stage-front-x, 0px), var(--hero-stage-front-y, 0px), 26px) rotate(-4.5deg) scale(1.035);
}

body[data-page-theme="service-corporate"] .hero-stage__caption,
body[data-page-theme="service-corporate"] .hero-stage__seal {
  border-color: rgba(188, 214, 241, 0.16);
  background:
    linear-gradient(180deg, rgba(10, 21, 36, 0.78), rgba(7, 14, 25, 0.68)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), transparent 54%, rgba(111, 158, 206, 0.08) 100%);
  box-shadow:
    -8px 26px 40px rgba(2, 6, 12, 0.22),
    0 8px 16px rgba(2, 6, 12, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -16px 26px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(20px) saturate(1.04);
  -webkit-backdrop-filter: blur(20px) saturate(1.04);
}

body[data-page-theme="service-corporate"] .hero-stage__caption::before,
body[data-page-theme="service-corporate"] .hero-stage__seal::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), transparent);
}

@keyframes heroStageLightPass {
  0% {
    background-position: 118% 0, center;
  }

  55% {
    background-position: 38% 0, center;
  }

  100% {
    background-position: -22% 0, center;
  }
}

@media (max-width: 820px) {
  body[data-page-theme="service-corporate"] .hero-stage::after {
    animation-duration: 11.5s;
  }

  body[data-page-theme="service-corporate"] .hero-stage__plane--rear {
    filter: blur(1.4px);
  }

  body[data-page-theme="service-corporate"] .hero-stage__plane--front {
    transform: translate3d(var(--hero-stage-front-x, 0px), var(--hero-stage-front-y, 0px), 12px) rotate(-4.5deg) scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page-theme="service-corporate"] .hero-stage::after {
    animation: none !important;
  }
}

