/* ============================================================
   M2A Group — Sector 08 / Business Incubators
   Hero visual extension for Sector Detail V9
   ============================================================ */

.incubator-network-frame {
  position: relative;
  overflow: hidden;
  min-height: 610px;
}

.incubator-network-status {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(90, 148, 235, 0.22);
  border-radius: 999px;
  background: rgba(5, 14, 28, 0.62);
  color: rgba(225, 235, 248, 0.72);
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  backdrop-filter: blur(10px);
}

.incubator-network-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #43e6df;
  box-shadow: 0 0 0 6px rgba(67, 230, 223, 0.08), 0 0 18px rgba(67, 230, 223, 0.55);
}

.incubator-network-stage {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

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

.incubator-network-stage::before {
  width: 410px;
  height: 410px;
  border: 1px solid rgba(72, 129, 205, 0.10);
  box-shadow:
    inset 0 0 80px rgba(34, 83, 152, 0.05),
    0 0 80px rgba(14, 45, 91, 0.10);
}

.incubator-network-stage::after {
  width: 540px;
  height: 540px;
  background:
    radial-gradient(circle, rgba(54, 102, 179, 0.08) 0 1px, transparent 1.6px);
  background-size: 28px 28px;
  opacity: .22;
  mask-image: radial-gradient(circle, #000 0 45%, transparent 76%);
}

.incubator-network-aura {
  position: absolute;
  inset: 14% 14%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(80, 125, 208, 0.18), transparent 45%),
    radial-gradient(circle at 42% 38%, rgba(67, 230, 223, 0.08), transparent 30%),
    radial-gradient(circle at 65% 67%, rgba(240, 210, 123, 0.08), transparent 28%);
  filter: blur(20px);
}

.incubator-network-svg {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  height: auto;
  overflow: visible;
}

.incubator-orbit {
  fill: none;
  stroke: rgba(90, 137, 205, 0.16);
  stroke-width: 1.2;
  stroke-dasharray: 4 10;
  transform-origin: 310px 310px;
}

.orbit-a {
  animation: incubatorOrbitSpin 28s linear infinite;
}

.orbit-b {
  stroke: rgba(67, 230, 223, 0.12);
  animation: incubatorOrbitSpinReverse 22s linear infinite;
}

.orbit-c {
  stroke: rgba(240, 210, 123, 0.15);
  stroke-dasharray: 2 8;
  animation: incubatorOrbitSpin 17s linear infinite;
}

.incubator-connector {
  fill: none;
  stroke: url(#incubatorFlow);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-dasharray: 6 12;
  opacity: .58;
  animation: incubatorFlow 7s linear infinite;
}

.incubator-core-glow {
  fill: url(#incubatorCore);
  opacity: .95;
}

.incubator-core {
  fill: rgba(7, 17, 31, 0.96);
  stroke: rgba(240, 210, 123, 0.62);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 18px rgba(240, 210, 123, 0.18));
}

.incubator-core-ring {
  fill: none;
  stroke: rgba(67, 230, 223, 0.24);
  stroke-width: 1;
  stroke-dasharray: 5 7;
  transform-origin: 310px 310px;
  animation: incubatorOrbitSpin 12s linear infinite;
}

.incubator-node {
  stroke: rgba(255, 255, 255, 0.35);
  stroke-width: 1;
  filter: drop-shadow(0 0 12px currentColor);
  transform-box: fill-box;
  transform-origin: center;
  animation: incubatorNodePulse 2.8s ease-in-out infinite;
}

.incubator-node.is-cyan {
  fill: #43e6df;
  color: #43e6df;
}

.incubator-node.is-blue {
  fill: #60a5fa;
  color: #60a5fa;
  animation-delay: -.8s;
}

.incubator-node.is-gold {
  fill: #f0d27b;
  color: #f0d27b;
  animation-delay: -1.5s;
}

.incubator-core-label {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.incubator-core-label small {
  margin-bottom: 1px;
  color: #f0d27b;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.incubator-core-label strong {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .05em;
}

.incubator-core-label span {
  margin-top: 2px;
  color: rgba(219, 231, 246, 0.58);
  font-family: Inter, sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}

.incubator-label {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(93, 146, 222, 0.20);
  border-radius: 999px;
  background: rgba(4, 13, 25, 0.72);
  color: rgba(222, 233, 247, 0.70);
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.label-idea {
  top: 22%;
  right: 8%;
}

.label-market {
  top: 21%;
  left: 7%;
}

.label-model {
  top: 48%;
  left: 0;
}

.label-launch {
  bottom: 15%;
  left: 10%;
}

.label-data {
  bottom: 13%;
  right: 10%;
}

.label-scale {
  top: 50%;
  right: 0;
}

.incubator-network-caption {
  position: relative;
  z-index: 7;
}

.incubator-network-caption small {
  display: block;
  margin-bottom: 8px;
  color: rgba(240, 210, 123, 0.72);
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.incubator-network-caption strong {
  display: block;
  max-width: 520px;
  color: rgba(235, 242, 250, 0.88);
  line-height: 1.9;
}

@keyframes incubatorOrbitSpin {
  to { transform: rotate(360deg); }
}

@keyframes incubatorOrbitSpinReverse {
  to { transform: rotate(-360deg); }
}

@keyframes incubatorFlow {
  to { stroke-dashoffset: -72; }
}

@keyframes incubatorNodePulse {
  0%, 100% {
    opacity: .72;
    transform: scale(.82);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@media (max-width: 1100px) {
  .incubator-network-frame {
    min-height: 560px;
  }

  .incubator-network-stage {
    min-height: 455px;
  }

  .incubator-network-svg {
    width: min(100%, 500px);
  }
}

@media (max-width: 760px) {
  .incubator-network-frame {
    min-height: auto;
  }

  .incubator-network-status {
    top: 20px;
    left: 20px;
    font-size: 9px;
  }

  .incubator-network-stage {
    min-height: 430px;
  }

  .incubator-network-stage::before {
    width: 300px;
    height: 300px;
  }

  .incubator-network-stage::after {
    width: 390px;
    height: 390px;
  }

  .incubator-network-svg {
    width: 420px;
    max-width: 105%;
  }

  .incubator-label {
    min-height: 30px;
    padding: 0 9px;
    font-size: 8px;
  }

  .label-idea { top: 20%; right: 2%; }
  .label-market { top: 20%; left: 2%; }
  .label-model { top: 47%; left: -2%; }
  .label-scale { top: 48%; right: -2%; }
  .label-launch { bottom: 13%; left: 4%; }
  .label-data { bottom: 12%; right: 4%; }
}

@media (prefers-reduced-motion: reduce) {
  .incubator-orbit,
  .incubator-connector,
  .incubator-core-ring,
  .incubator-node {
    animation: none !important;
  }
}
