/* Hero demos — bagcilareimza tarzı, Adana renkleri */
.eimza-demo, .orbit-scene {
  --demo-hot: #0e6b63;
  --demo-hot-soft: rgba(14, 107, 99, 0.18);
  --demo-hot-glow: rgba(14, 107, 99, 0.75);
  --navy: #0c1f24;
  --font-display: var(--font);
}
.hero__viz:not(.is-active) .eimza-demo *,
.hero__viz:not(.is-active) .orbit-scene * {
  animation-play-state: paused !important;
}
.hero__visual--swap {
  min-height: 480px;
  overflow: hidden;
}
.hero__visual--swap::before {
  display: none;
}
.eimza-demo {
  --demo-dur: 11s;
  --demo-hot: #2f8f9a;
  --demo-hot-soft: rgba(47, 143, 154, 0.18);
  --demo-hot-glow: rgba(47, 143, 154, 0.75);
  position: relative;
  width: min(100%, 440px);
  padding: 1rem 0.85rem 1.05rem;
  border-radius: 28px;
  background:
    radial-gradient(ellipse 80% 60% at 18% 0%, rgba(23, 62, 93, 0.08), transparent 55%),
    linear-gradient(165deg, #ffffff 0%, #f7f9fb 48%, #eef3f7 100%);
  border: 1px solid rgba(23, 62, 93, 0.1);
  box-shadow:
    0 24px 50px rgba(23, 62, 93, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: visible;
}
.eimza-demo__steps {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}
.eimza-demo__steps li {
  position: relative;
  margin: 0;
  padding: 0.4rem 0.25rem 0.45rem;
  border-radius: 10px;
  background: rgba(23, 62, 93, 0.04);
  text-align: center;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.25;
  color: rgba(23, 62, 93, 0.38);
  letter-spacing: -0.01em;
  transition: none;
  animation: demoStepIdle var(--demo-dur) ease-in-out infinite;
}
.eimza-demo__steps li::before { display: none; }
.eimza-demo__steps li:nth-child(1) { animation-name: demoStep1; }
.eimza-demo__steps li:nth-child(2) { animation-name: demoStep2; }
.eimza-demo__steps li:nth-child(3) { animation-name: demoStep3; }
.eimza-demo__steps li:nth-child(4) { animation-name: demoStep4; }

.eimza-demo__stage {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0.55rem 1.6rem 0.35rem 0.2rem;
  overflow: visible;
}
.eimza-demo__laptop {
  position: relative;
  width: min(100%, 300px);
}
.eimza-demo__chrome {
  background: #0f1c2e;
  border-radius: 14px 14px 5px 5px;
  padding: 9px 9px 7px;
  box-shadow: 0 16px 36px rgba(23, 62, 93, 0.22);
}
.eimza-demo__screen {
  position: relative;
  aspect-ratio: 16 / 10.4;
  border-radius: 5px;
  overflow: hidden;
  background: #f7f9fb;
}
.portal {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 0.62rem;
}
.portal__top {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.55rem;
  background: linear-gradient(90deg, #0f2436, #173e5d);
  color: #fff;
}
.portal__mark {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(135deg, #2f8f9a, #24747d);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}
.portal__brand {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.portal__body {
  flex: 1;
  padding: 0.45rem 0.55rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.portal__eyebrow {
  margin: 0;
  color: #173e5d;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.portal__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  color: #0f2436;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.portal__fields {
  display: grid;
  gap: 0.22rem;
  margin-top: 0.1rem;
}
.portal__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  padding: 0.28rem 0.4rem;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(23, 62, 93, 0.08);
}
.portal__field span {
  color: #64748b;
  font-weight: 600;
  font-size: 0.52rem;
}
.portal__field b {
  color: #0f2436;
  font-weight: 700;
  font-size: 0.55rem;
  text-align: right;
}
.portal__btn {
  margin-top: auto;
  align-self: stretch;
  border: 0;
  border-radius: 7px;
  padding: 0.42rem 0.6rem;
  background: #94a3b8;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  cursor: default;
  pointer-events: none;
  animation: demoBtn var(--demo-dur) ease-in-out infinite;
}
.portal__spinner {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2.5px solid rgba(47, 143, 154, 0.22);
  border-top-color: var(--demo-hot, #2f8f9a);
  animation: demoSpin 0.7s linear infinite;
}
.portal__overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: rgba(248, 251, 255, 0.92);
  opacity: 0;
  pointer-events: none;
}
.portal__overlay p {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  color: #0f2436;
  text-align: center;
  padding: 0 0.75rem;
}
.portal__overlay--verify {
  animation: demoVerify var(--demo-dur) ease-in-out infinite;
}
.portal__overlay--done {
  animation: demoDone var(--demo-dur) ease-in-out infinite;
}
.portal__check {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #16a34a;
  position: relative;
  box-shadow: 0 6px 16px rgba(22, 163, 74, 0.3);
}
.portal__check::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  width: 9px;
  height: 14px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: rotate(45deg);
}
.portal__toast {
  position: absolute;
  left: 50%;
  bottom: 10%;
  z-index: 5;
  transform: translateX(-50%) translateY(8px);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #0f2436;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0;
  box-shadow: 0 8px 20px rgba(23, 62, 93, 0.25);
  animation: demoToast var(--demo-dur) ease-in-out infinite;
}

.eimza-demo__hinge {
  height: 5px;
  margin: 0 10%;
  background: #1e293b;
  border-radius: 0 0 3px 3px;
}
.eimza-demo__base {
  position: relative;
  height: 16px;
  margin-top: 1px;
  background: linear-gradient(180deg, #334155, #1e293b);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 10px 18px rgba(23, 62, 93, 0.18);
}
.eimza-demo__port {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 8px;
  border-radius: 1px;
  background: #020617;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  z-index: 2;
}
.eimza-demo__glow {
  position: absolute;
  right: 4%;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(47, 143, 154, 0.7), transparent 70%);
  opacity: 0;
  pointer-events: none;
  animation: demoGlow var(--demo-dur) ease-in-out infinite;
}
.eimza-demo__token {
  position: absolute;
  left: auto;
  right: 10%;
  bottom: 0;
  z-index: 4;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 28px;
  transform: translateX(110px);
  animation: demoToken var(--demo-dur) ease-in-out infinite;
  filter: drop-shadow(0 6px 12px rgba(23, 62, 93, 0.35));
}
.eimza-demo__plug {
  width: 18px;
  height: 10px;
  border-radius: 1px 0 0 1px;
  background: linear-gradient(180deg, #e2e8f0, #94a3b8);
  flex-shrink: 0;
  position: relative;
}
.eimza-demo__plug::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  bottom: 2px;
  width: 2px;
  background: rgba(15, 23, 42, 0.28);
  box-shadow: 4px 0 0 rgba(15, 23, 42, 0.28), 8px 0 0 rgba(15, 23, 42, 0.28);
}
.eimza-demo__token-body {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: 76px;
  height: 28px;
  padding: 0 0.5rem;
  border-radius: 2px 8px 8px 2px;
  background: linear-gradient(160deg, #122f47 0%, #173e5d 60%, #215078 130%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0 14px rgba(23, 62, 93, 0.35);
}
.eimza-demo__led {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #64748b;
  flex-shrink: 0;
  animation: demoLed var(--demo-dur) ease-in-out infinite;
}

/* Token: sağdan sola USB’ye girer */
@keyframes demoToken {
  0%, 6% { transform: translateX(110px); }
  22%, 58% { transform: translateX(8px); }
  74%, 100% { transform: translateX(110px); }
}
@keyframes demoGlow {
  0%, 20% { opacity: 0; }
  23%, 58% { opacity: 1; }
  65%, 100% { opacity: 0; }
}
@keyframes demoLed {
  0%, 20% { background: #64748b; box-shadow: none; }
  23%, 58% { background: #2f8f9a; box-shadow: 0 0 10px rgba(47, 143, 154, 0.95); }
  62%, 100% { background: #64748b; box-shadow: none; }
}
@keyframes demoBtn {
  0%, 20% { background: #94a3b8; transform: scale(1); box-shadow: none; }
  23%, 32% { background: #2f8f9a; transform: scale(1.03); box-shadow: 0 0 14px rgba(47, 143, 154, 0.55); }
  35%, 100% { background: #24747d; transform: scale(1); box-shadow: 0 4px 12px rgba(47, 143, 154, 0.35); }
}
@keyframes demoVerify {
  0%, 24% { opacity: 0; }
  26%, 33% { opacity: 1; }
  36%, 100% { opacity: 0; }
}
@keyframes demoDone {
  0%, 35% { opacity: 0; }
  38%, 72% { opacity: 1; }
  78%, 100% { opacity: 0; }
}
@keyframes demoToast {
  0%, 42% { opacity: 0; transform: translateX(-50%) translateY(8px); }
  46%, 72% { opacity: 1; transform: translateX(-50%) translateY(0); }
  78%, 100% { opacity: 0; transform: translateX(-50%) translateY(-4px); }
}
@keyframes demoSpin {
  to { transform: rotate(360deg); }
}
@keyframes demoStep1 {
  0%, 20% { color: #1a555c; background: rgba(47, 143, 154, 0.18); }
  23%, 100% { color: rgba(23, 62, 93, 0.38); background: rgba(23, 62, 93, 0.04); }
}
@keyframes demoStep2 {
  0%, 20% { color: rgba(23, 62, 93, 0.38); background: rgba(23, 62, 93, 0.04); }
  23%, 34% { color: #1a555c; background: rgba(47, 143, 154, 0.18); }
  38%, 100% { color: rgba(23, 62, 93, 0.38); background: rgba(23, 62, 93, 0.04); }
}
@keyframes demoStep3 {
  0%, 34% { color: rgba(23, 62, 93, 0.38); background: rgba(23, 62, 93, 0.04); }
  38%, 48% { color: #1a555c; background: rgba(47, 143, 154, 0.18); }
  52%, 100% { color: rgba(23, 62, 93, 0.38); background: rgba(23, 62, 93, 0.04); }
}
@keyframes demoStep4 {
  0%, 44% { color: rgba(23, 62, 93, 0.38); background: rgba(23, 62, 93, 0.04); }
  46%, 72% { color: #1a555c; background: rgba(47, 143, 154, 0.2); }
  78%, 100% { color: rgba(23, 62, 93, 0.38); background: rgba(23, 62, 93, 0.04); }
}
@keyframes demoStepIdle { 0%, 100% { opacity: 1; } }

.hero__slide:not(.is-active) .eimza-demo,
.hero__slide:not(.is-active) .eimza-demo *,
.hero__slide:not(.is-active) .howto-flow,
.hero__slide:not(.is-active) .howto-flow *,
.hero__slide:not(.is-active) .use-flow,
.hero__slide:not(.is-active) .use-flow *,
.hero__slide:not(.is-active) .orbit-scene,
.hero__slide:not(.is-active) .orbit-scene * {
  animation-play-state: paused !important;
}

@media (prefers-reduced-motion: reduce) {
  .eimza-demo__steps li,
  .portal__btn,
  .portal__overlay--verify,
  .portal__overlay--done,
  .portal__toast,
  .portal__spinner,
  .eimza-demo__token,
  .eimza-demo__glow,
  .eimza-demo__led {
    animation: none !important;
  }
  .eimza-demo__token { transform: translateX(8px); }
  .eimza-demo__glow { opacity: 0.7; }
  .eimza-demo__led { background: #2f8f9a; box-shadow: 0 0 8px rgba(47, 143, 154, 0.8); }
  .portal__btn { background: #2f8f9a; }
  .portal__overlay--done { opacity: 1; }
  .portal__toast { opacity: 1; transform: translateX(-50%) translateY(0); }
  .eimza-demo__steps li:nth-child(4) {
    color: #1a555c;
    background: rgba(47, 143, 154, 0.18);
  }
}


/* —— How-to flow (nasıl alınır slide 1) —— */

.orbit-scene {
  --orbit-spin: 48s;
  --orbit-cycle: 16s;
  --orbit-r: 148px;
  --orbit-r: 34cqi;
  --orbit-hot: #0e6b63;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 28px;
  padding: 0.65rem 0.55rem 0.7rem;
  width: min(100%, 480px);
  max-width: 100%;
  min-height: 460px;
  height: 100%;
  aspect-ratio: 1;
  box-sizing: border-box;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 45% at 50% 42%, rgba(14, 107, 99, 0.1), transparent 58%),
    radial-gradient(ellipse 60% 45% at 50% 40%, rgba(12, 31, 36, 0.05), transparent 60%),
    linear-gradient(165deg, #ffffff 0%, #f7f9fb 50%, #f7f9fb 100%);
  border: 1px solid rgba(12, 31, 36, 0.08);
  box-shadow:
    0 20px 48px rgba(12, 31, 36, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.hero__visual .orbit-scene {
  width: min(100%, 480px);
  min-height: 460px;
  max-height: none;
}
.hero__viz[data-viz="orbit"],
.hero__viz[data-viz="orbit"].is-active {
  width: 100%;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}
.orbit-scene__fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.orbit-scene__particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(14, 107, 99, 0.55);
  animation: orbitFloat 9s ease-in-out infinite;
}
.orbit-scene__particle:nth-child(1) { top: 14%; left: 12%; animation-delay: 0s; }
.orbit-scene__particle:nth-child(2) { top: 22%; right: 16%; width: 3px; height: 3px; animation-delay: -2s; }
.orbit-scene__particle:nth-child(3) { bottom: 24%; left: 18%; animation-delay: -4s; }
.orbit-scene__particle:nth-child(4) { bottom: 18%; right: 12%; width: 5px; height: 5px; animation-delay: -6s; }
.orbit-scene__net {
  position: absolute;
  inset: 8% 6%;
  border-radius: 50%;
  border: 1px solid rgba(12, 31, 36, 0.05);
  background:
    linear-gradient(90deg, transparent 49%, rgba(12, 31, 36, 0.05) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(12, 31, 36, 0.05) 50%, transparent 51%);
  opacity: 0.5;
}
.orbit-scene__stage {
  position: relative;
  z-index: 1;
  container-type: size;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: visible;
}
.orbit-scene__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: orbitRingSpin var(--orbit-spin) linear infinite;
  transform-origin: 50% 50%;
}
.orbit-scene__beam {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--orbit-r);
  height: 2px;
  margin-top: -1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(47, 143, 154, 0.95), rgba(47, 143, 154, 0.05));
  border-radius: 999px;
  opacity: 0.85;
  animation: orbitBeam var(--orbit-cycle) linear infinite;
  filter: drop-shadow(0 0 8px rgba(47, 143, 154, 0.65));
  z-index: 2;
  pointer-events: none;
}
.orbit-scene__beam::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #2f8f9a;
  box-shadow: 0 0 12px rgba(47, 143, 154, 0.95);
}
.orbit-scene__hub {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.orbit-scene__pulse {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 86px;
  height: 86px;
  margin: -43px 0 0 -43px;
  border-radius: 50%;
  border: 1.5px solid rgba(47, 143, 154, 0.45);
  animation: orbitPulse 3.2s ease-out infinite;
  pointer-events: none;
}
.orbit-scene__pulse--2 {
  animation-delay: 1.1s;
  border-color: rgba(47, 143, 154, 0.28);
}
.orbit-scene__token {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: clamp(30px, 9cqi, 38px);
  filter: drop-shadow(0 10px 22px rgba(23, 62, 93, 0.28));
}
.orbit-scene__token-plug {
  width: 15px;
  height: 11px;
  border-radius: 1px 0 0 1px;
  background: linear-gradient(180deg, #e2e8f0, #94a3b8);
}
.orbit-scene__token-body {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  height: 100%;
  padding: 0 0.75rem;
  border-radius: 2px 10px 10px 2px;
  background: linear-gradient(145deg, #122f47 0%, #173e5d 55%, #215078 130%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: clamp(0.62rem, 2.1cqi, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0 16px rgba(23, 62, 93, 0.35);
}
.orbit-scene__token-led {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2f8f9a;
  box-shadow: 0 0 12px rgba(47, 143, 154, 0.95);
  animation: orbitLed 3.2s ease-in-out infinite;
}
.orbit-scene__hub-label {
  margin: 0;
  font-size: clamp(0.62rem, 2.2cqi, 0.78rem);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.02em;
}
.orbit-scene__orbit {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.orbit-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(76px, 22cqi, 96px);
  margin-left: calc(clamp(76px, 22cqi, 96px) / -2);
  margin-top: calc(clamp(36px, 10cqi, 48px) / -2);
  transform: rotate(calc(var(--i) * 45deg)) translateY(calc(var(--orbit-r) * -1)) rotate(calc(var(--i) * -45deg));
}
.orbit-node__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.18rem;
  padding: 0.4rem 0.3rem 0.42rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(12, 31, 36, 0.08);
  box-shadow: 0 8px 18px rgba(12, 31, 36, 0.1);
  backdrop-filter: blur(8px);
  text-align: center;
  animation: orbitNodeIdle var(--orbit-cycle) ease-in-out infinite;
  animation-delay: calc(var(--i) * 2s);
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.orbit-node__card:hover {
  box-shadow: 0 12px 28px rgba(23, 62, 93, 0.18);
  border-color: rgba(23, 62, 93, 0.28);
  background: #fff;
}
.orbit-node__icon {
  width: clamp(22px, 6.5cqi, 28px);
  height: clamp(22px, 6.5cqi, 28px);
  border-radius: 8px;
  background: linear-gradient(145deg, #eef3f7, #eef3f7);
  border: 1px solid rgba(23, 62, 93, 0.15);
  position: relative;
  flex-shrink: 0;
}
.orbit-node__icon::before,
.orbit-node__icon::after {
  content: "";
  position: absolute;
  background: #173e5d;
  opacity: 0.75;
}
.orbit-node__icon--gov::before {
  left: 28%; top: 22%; width: 44%; height: 52%;
  border-radius: 2px 2px 0 0;
  box-shadow: inset 0 3px 0 rgba(255,255,255,0.35);
}
.orbit-node__icon--company::before {
  left: 22%; top: 32%; width: 56%; height: 42%; border-radius: 2px;
}
.orbit-node__icon--company::after {
  left: 42%; top: 18%; width: 16%; height: 16%; border-radius: 1px; background: #9db0c0;
}
.orbit-node__icon--trade::before {
  left: 18%; right: 18%; top: 48%; height: 2px; border-radius: 1px;
  box-shadow: 0 -4px 0 #173e5d, 0 4px 0 #173e5d;
}
.orbit-node__icon--tax::before {
  left: 32%; top: 16%; width: 36%; height: 68%; border-radius: 50% / 20%;
}
.orbit-node__icon--sgk::before {
  left: 26%; top: 26%; width: 48%; height: 48%; border-radius: 50%;
  background: transparent; border: 2px solid #173e5d;
}
.orbit-node__icon--kep::before {
  left: 22%; top: 34%; width: 56%; height: 36%; border-radius: 2px;
}
.orbit-node__icon--kep::after {
  left: 22%; top: 34%; width: 56%; height: 18%;
  background: #9db0c0;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  opacity: 1; border: 0;
}
.orbit-node__icon--invoice::before {
  left: 28%; top: 16%; width: 44%; height: 66%; border-radius: 2px;
  box-shadow: inset 0 3px 0 rgba(255,255,255,0.35);
}
.orbit-node__icon--ekap::before {
  left: 22%; top: 24%; width: 56%; height: 52%;
  clip-path: polygon(50% 0, 100% 30%, 100% 100%, 0 100%, 0 30%);
}
.orbit-node__text {
  font-size: clamp(0.48rem, 1.75cqi, 0.62rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--navy);
  letter-spacing: -0.01em;
  max-width: 100%;
}
.orbit-node__check {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #16a34a;
  opacity: 0;
  transform: scale(0.6);
  box-shadow: 0 4px 10px rgba(22, 163, 74, 0.35);
}
.orbit-node__check::after {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 2.5px;
  width: 3.5px;
  height: 6.5px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
}
.orbit-scene__caption {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 0.5rem;
  text-align: center;
  font-size: clamp(0.78rem, 2.4cqi, 0.92rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  max-width: 100%;
}

@keyframes orbitRingSpin { to { transform: rotate(-360deg); } }
@keyframes orbitBeam {
  from { transform: rotate(-90deg); }
  to { transform: rotate(270deg); }
}
@keyframes orbitPulse {
  0% { transform: scale(0.7); opacity: 0.7; }
  70% { transform: scale(1.45); opacity: 0; }
  100% { transform: scale(1.45); opacity: 0; }
}
@keyframes orbitLed {
  0%, 100% { opacity: 0.7; box-shadow: 0 0 6px rgba(255, 255, 255, 0.5); }
  50% { opacity: 1; box-shadow: 0 0 14px rgba(255, 255, 255, 1); }
}
@keyframes orbitFloat {
  0%, 100% { transform: translateY(0); opacity: 0.35; }
  50% { transform: translateY(-10px); opacity: 0.7; }
}
.orbit-node__card .orbit-node__check {
  animation: orbitCheck var(--orbit-cycle) ease-in-out infinite;
  animation-delay: calc(var(--i) * 2s);
}
.orbit-node__card .orbit-node__icon {
  animation: orbitIconBright var(--orbit-cycle) ease-in-out infinite;
  animation-delay: calc(var(--i) * 2s);
}
@keyframes orbitCheck {
  0%, 10% { opacity: 1; transform: scale(1); }
  14%, 100% { opacity: 0; transform: scale(0.6); }
}
@keyframes orbitIconBright {
  0%, 10% { filter: brightness(1.15); box-shadow: 0 0 14px rgba(47, 143, 154, 0.65); }
  14%, 100% { filter: none; box-shadow: none; }
}
@keyframes orbitNodeIdle {
  0%, 10% {
    box-shadow: 0 12px 30px rgba(47, 143, 154, 0.28);
    border-color: rgba(47, 143, 154, 0.55);
    background: #fff;
  }
  14%, 100% {
    box-shadow: 0 8px 20px rgba(23, 62, 93, 0.08);
    border-color: rgba(23, 62, 93, 0.08);
    background: rgba(255, 255, 255, 0.92);
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbit-scene__ring,
  .orbit-scene__beam,
  .orbit-scene__pulse,
  .orbit-scene__token-led,
  .orbit-scene__particle,
  .orbit-node__card,
  .orbit-node__card .orbit-node__check,
  .orbit-node__card .orbit-node__icon {
    animation: none !important;
  }
  .orbit-node__check { opacity: 0; }
}

@media (max-width: 800px) {
  .orbit-scene {
    --orbit-r: 33cqi;
    width: min(100%, 100%);
    min-height: 360px;
    padding: 0.5rem 0.4rem 0.55rem;
  }
  .hero__visual .orbit-scene {
    min-height: 360px;
  }
  .hero__visual--swap { min-height: 380px; }
}

@media (max-width: 480px) {
  .orbit-scene {
    --orbit-r: 32cqi;
    min-height: 300px;
  }
  .hero__visual .orbit-scene {
    min-height: 300px;
  }
  .hero__visual--swap { min-height: 320px; }
}

