html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

:root {
  --cyan: #00fffc;
  --cyan-soft: rgba(0, 255, 252, 0.5);
  --white: #ffffff;
  --black: #020205;
  --gray: rgba(255, 255, 255, 0.75);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: "Orbitron", system-ui, sans-serif;
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

section,
header {
  position: relative;
  z-index: 1;
}

.backdrop-grid,
.backdrop-vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.backdrop-grid,
.backdrop-vignette {
  max-width: 100%;
  overflow-x: hidden;
}

.backdrop-grid {
  background-image:
    linear-gradient(transparent 94%, rgba(0, 255, 252, 0.25) 100%),
    linear-gradient(90deg, transparent 94%, rgba(0, 255, 252, 0.25) 100%);
  background-size: 80px 80px;
  opacity: 0.25;
  animation: gridFloat 18s ease-in-out infinite alternate;
}

.backdrop-vignette {
  background: radial-gradient(circle at center, rgba(0, 255, 252, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9));
}

.hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(3rem, 6vw, 5rem) 1.5rem 6rem;
}

.hero-content {
  width: min(1100px, 100%);
  display: grid;
  gap: clamp(3rem, 6vw, 6rem);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.hero-effects {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.energy-beams span {
  position: absolute;
  inset: auto -60% auto -60%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0;
  filter: blur(1px);
  animation: beamSweep 4s linear infinite;
}

.energy-beams span:nth-child(1) { top: 30%; animation-delay: 0s; }
.energy-beams span:nth-child(2) { top: 50%; animation-delay: 0.6s; }
.energy-beams span:nth-child(3) { top: 70%; animation-delay: 1.2s; }

.particle-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-text {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.85rem;
  color: var(--gray);
  margin-bottom: 1rem;
}

.medabox-hexagon-btn {
  display: inline-block;
  padding: 0.5rem 2.5rem;
  clip-path: polygon(12% 0%, 25% 0%, 75% 0%, 88% 0%, 100% 20%, 100% 50%, 100% 80%, 88% 100%, 75% 100%, 25% 100%, 12% 100%, 0% 80%, 0% 50%, 0% 20%);
  border: 3px solid var(--cyan);
  text-decoration: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  background: linear-gradient(145deg, 
    rgba(0, 255, 252, 0.4) 0%,
    rgba(0, 255, 252, 0.25) 20%,
    rgba(0, 255, 252, 0.15) 40%,
    rgba(0, 255, 252, 0.08) 50%,
    rgba(0, 255, 252, 0.12) 60%,
    rgba(0, 255, 252, 0.2) 80%,
    rgba(0, 255, 252, 0.3) 100%
  );
  box-shadow: 
    0 0 40px rgba(0, 255, 252, 0.6),
    0 0 80px rgba(0, 255, 252, 0.3),
    0 20px 40px rgba(0, 0, 0, 0.8),
    0 10px 20px rgba(0, 0, 0, 0.7),
    0 5px 10px rgba(0, 0, 0, 0.6),
    0 2px 5px rgba(0, 0, 0, 0.5),
    inset 0 4px 8px rgba(255, 255, 255, 0.2),
    inset 0 2px 4px rgba(255, 255, 255, 0.15),
    inset 0 -4px 8px rgba(0, 0, 0, 0.5),
    inset 0 -2px 4px rgba(0, 0, 0, 0.4),
    inset 0 -8px 16px rgba(0, 0, 0, 0.3),
    0 0 0 2px rgba(0, 255, 252, 0.3),
    0 0 0 4px rgba(0, 0, 0, 0.2);
  font-family: "Orbitron", system-ui, sans-serif;
  font-size: clamp(1.75rem, 5vw, 3rem);
  text-align: center;
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  text-shadow: 
    0 0 15px rgba(0, 255, 252, 1),
    0 0 30px rgba(0, 255, 252, 0.6),
    0 4px 8px rgba(0, 0, 0, 0.8),
    0 2px 4px rgba(0, 0, 0, 0.6);
  transform: perspective(1000px) rotateX(2deg);
}

.medabox-hexagon-btn::before {
  content: "";
  position: absolute;
  inset: 2px;
  clip-path: polygon(12% 0%, 25% 0%, 75% 0%, 88% 0%, 100% 20%, 100% 50%, 100% 80%, 88% 100%, 75% 100%, 25% 100%, 12% 100%, 0% 80%, 0% 50%, 0% 20%);
  background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.15) 15%,
    transparent 40%,
    transparent 60%,
    rgba(0, 0, 0, 0.3) 85%,
    rgba(0, 0, 0, 0.5) 100%
  );
  pointer-events: none;
  z-index: 1;
  border-radius: 0;
}

.medabox-hexagon-btn::after {
  content: "";
  position: absolute;
  inset: -2px;
  clip-path: polygon(12% 0%, 25% 0%, 75% 0%, 88% 0%, 100% 20%, 100% 50%, 100% 80%, 88% 100%, 75% 100%, 25% 100%, 12% 100%, 0% 80%, 0% 50%, 0% 20%);
  background: linear-gradient(145deg, 
    rgba(0, 255, 252, 0.6) 0%,
    rgba(0, 255, 252, 0.3) 50%,
    rgba(0, 255, 252, 0.1) 100%
  );
  filter: blur(8px);
  opacity: 0.6;
  z-index: -1;
  pointer-events: none;
}

.medabox-hexagon-btn:hover {
  transform: perspective(1000px) rotateX(0deg) translateY(-8px) scale(1.05);
  box-shadow: 
    0 0 60px rgba(0, 255, 252, 0.9),
    0 0 120px rgba(0, 255, 252, 0.5),
    0 25px 50px rgba(0, 0, 0, 0.9),
    0 15px 30px rgba(0, 0, 0, 0.8),
    0 8px 16px rgba(0, 0, 0, 0.7),
    0 4px 8px rgba(0, 0, 0, 0.6),
    inset 0 4px 8px rgba(255, 255, 255, 0.25),
    inset 0 2px 4px rgba(255, 255, 255, 0.2),
    inset 0 -4px 8px rgba(0, 0, 0, 0.6),
    inset 0 -2px 4px rgba(0, 0, 0, 0.5),
    inset 0 -10px 20px rgba(0, 0, 0, 0.4),
    0 0 0 2px rgba(0, 255, 252, 0.4),
    0 0 0 4px rgba(0, 0, 0, 0.3);
}

.hero-title {
  font-size: clamp(1.82rem, 5.2vw, 3.12rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero-body-text {
  font-size: 1.3em;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.hero-subtitle {
  font-size: 0.8125rem;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.85);
}

.neon {
  color: var(--cyan);
  text-shadow: 0 0 30px rgba(0, 255, 252, 0.7);
}

.neon-btn {
  border: 2px solid var(--cyan);
  padding: 1rem 3rem;
  background: rgba(0, 255, 252, 0.1);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 25px rgba(0, 255, 252, 0.35);
  font-size: 1em;
}

.neon-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(0, 255, 252, 0.4), transparent 65%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.neon-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 40px rgba(0, 255, 252, 0.9);
}

.neon-btn:hover::after {
  opacity: 1;
}

.proto-card {
  position: relative;
  border-radius: 24px;
  border: 2px solid rgba(0, 255, 252, 0.7);
  background: rgba(0, 0, 0, 0.5);
  width: min(420px, 100%);
  height: 260px;
  overflow: hidden;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 255, 252, 0.4);
}

.proto-grid,
.proto-scanlines,
.proto-sweep {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.proto-grid {
  background:
    repeating-linear-gradient(transparent 0 10px, rgba(0, 255, 252, 0.25) 10px 11px),
    repeating-linear-gradient(90deg, transparent 0 10px, rgba(0, 255, 252, 0.25) 10px 11px);
  animation: gridPulse 12s linear infinite;
}

.proto-scanlines {
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0 2px,
    transparent 2px 4px
  );
  opacity: 0.4;
}

.proto-sweep {
  background: linear-gradient(120deg, transparent 0%, rgba(0, 255, 252, 0.35) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(0, 255, 252, 0.35) 60%, transparent 100%);
  transform: translateX(-120%);
}

.proto-body {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
}

.features {
  padding: 5rem min(6vw, 4rem);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.feature {
  border: 1px solid rgba(0, 255, 252, 0.5);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 255, 252, 0.2);
  position: relative;
  overflow: hidden;
}

.feature::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  animation: flicker 3s ease-in-out infinite;
}

.parallax-copy {
  padding: 6rem min(8vw, 6rem);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  font-size: 1.35em;
}

.parallax-copy span {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.parallax-copy span::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  animation: caretBlink 0.9s steps(1) infinite;
}

.packs {
  padding: 0 1.5rem 4rem;
}

.packs-stack {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 520px;
  margin: 0 auto;
}


.pack-card {
  position: relative;
  padding: 3px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 255, 252, 0.8), rgba(0, 255, 252, 0.2));
  border-radius: 0;
  clip-path: polygon(
    6% 0%,
    94% 0%,
    100% 6%,
    100% 94%,
    94% 100%,
    6% 100%,
    0% 94%,
    0% 6%
  );
}

.pack-card::after {
  content: "";
  position: absolute;
  inset: 6%;
  border: 1.5px solid rgba(0, 255, 252, 0.35);
  pointer-events: none;
  clip-path: polygon(
    6% 0%,
    94% 0%,
    100% 6%,
    100% 94%,
    94% 100%,
    6% 100%,
    0% 94%,
    0% 6%
  );
}

.pack-frame {
  position: absolute;
  inset: 0;
  border-radius: 0;
  clip-path: polygon(
    6% 0%,
    94% 0%,
    100% 6%,
    100% 94%,
    94% 100%,
    6% 100%,
    0% 94%,
    0% 6%
  );
  border: 2px solid rgba(0, 255, 252, 0.8);
  opacity: 0.6;
}

.pack-glow {
  position: absolute;
  inset: -12px;
  border-radius: 0;
  clip-path: polygon(
    6% 0%,
    94% 0%,
    100% 6%,
    100% 94%,
    94% 100%,
    6% 100%,
    0% 94%,
    0% 6%
  );
  background: radial-gradient(circle, rgba(0, 255, 252, 0.4), transparent 65%);
  filter: blur(22px);
  opacity: 0.6;
}

/* Block Pack hologram card (Lifetime Access style, no text) */
.pack-card--block-holo {
  position: relative;
  overflow: visible;
}

.pack-card--block-holo .pack-frame {
  position: absolute;
  inset: 8%;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(0, 255, 252, 0.35) 0,
                    rgba(0, 255, 252, 0.05) 35%,
                    rgba(0, 0, 0, 0.96) 80%);
  box-shadow:
    0 0 18px rgba(0, 255, 252, 0.55),
    0 0 40px rgba(0, 255, 252, 0.35);
}

.pack-card--block-holo .pack-glow {
  position: absolute;
  inset: 4%;
  border-radius: 30px;
  background: linear-gradient(
    145deg,
    rgba(0, 255, 252, 0.24),
    rgba(0, 255, 252, 0.06)
  );
  box-shadow:
    0 0 30px rgba(0, 255, 252, 0.8),
    0 0 80px rgba(0, 255, 252, 0.6);
  pointer-events: none;
}

.pack-card--block-holo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  box-shadow:
    0 0 22px rgba(0, 255, 252, 0.7),
    0 0 70px rgba(0, 255, 252, 0.45);
  pointer-events: none;
}

.pack-card--block-holo .pack-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pack-card--block-holo .block-cta {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}

.pack-card--block-holo .block-cta .pack-cta {
  padding: 0.85rem 6rem;
}

.pack-card--block-holo .block-title,
.pack-card--dodge-holo .dodge-title,
.pack-card--step .step-title,
.pack-card--clock .clock-title,
.pack-card--emblem .emblem-title,
.pack-card--zone .zone-title,
.pack-card--apex .apex-title,
.pack-card--range .range-title {
  position: absolute;
  top: 15.9%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 2.108rem;
  color: var(--white);
  text-shadow: 0 0 20px rgba(0, 255, 252, 0.65);
  pointer-events: none;
}

.pack-card--block-holo .block-title {
  font-size: 1.792rem;
}

.pack-card--block-holo .block-logo-svg {
  width: 80%;
  height: auto;
  color: #ffffff;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
}

.pack-inner {
  position: relative;
  border-radius: 0;
  clip-path: polygon(
    6% 0%,
    94% 0%,
    100% 6%,
    100% 94%,
    94% 100%,
    6% 100%,
    0% 94%,
    0% 6%
  );
  background: linear-gradient(110deg,
    rgba(0, 255, 252, 0.12) 0%,
    rgba(0, 255, 252, 0.06) 20%,
    rgba(0, 0, 0, 0.85) 70%,
    rgba(0, 0, 0, 1) 100%
  );
  padding: 2.5rem 2rem;
  min-height: 72vh;
  text-align: center;
}

/* Center Block Pack Logo */
.pack-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.block-logo-svg {
  width: 80%;
  height: auto;
}

/* Animate Block Pack logo strokes with neon green pulses */
/* Default green pulse */
.block-logo-svg path {
  animation: blockLinePulse 1.3s ease-in-out infinite;
}

/* Alternate red/green pulses */
.block-logo-svg path:nth-of-type(2),
.block-logo-svg path:nth-of-type(4) {
  animation: blockLinePulseRed 1.3s ease-in-out infinite;
}

/* Stagger each line so the green glow appears at different times */
.block-logo-svg path:nth-of-type(1) {
  animation-delay: 0s;
}
.block-logo-svg path:nth-of-type(2) {
  animation-delay: 0.18s;
}
.block-logo-svg path:nth-of-type(3) {
  animation-delay: 0.33s;
}
.block-logo-svg path:nth-of-type(4) {
  animation-delay: 0.51s;
}

.pack-inner h2 {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 1.2rem;
  font-size: 2.094rem;
}

.pack-inner p {
  color: rgba(210, 255, 255, 0.9);
  margin-bottom: 1.8rem;
  line-height: 1.7;
}

.pack-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  font-size: 2.2rem;
}

.stacked-price-row {
  margin-bottom: 0;
}

.stacked-new-price {
  display: inline-block;
  transform: translateY(-35%);
}

.old-price {
  text-decoration: line-through;
  opacity: 0.6;
}

.new-price {
  color: var(--cyan);
  font-weight: 700;
}

.pack-description {
  color: var(--white);
  line-height: 1.6;
}

ul.pack-description {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.pack-description li {
  color: var(--white);
  line-height: 1.6;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
  font-size: 1.35em;
}

ul.pack-description li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--cyan);
}

.pack-cta {
  display: inline-block;
  padding: 0.85rem 3rem;
  border-radius: 999px;
  border: 2px solid var(--cyan);
  text-decoration: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  background: rgba(0, 255, 252, 0.12);
  box-shadow: 0 0 30px rgba(0, 255, 252, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pack-cta:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 0 50px rgba(0, 255, 252, 0.75);
}

.pack-card--emblem .emblem-title {
  top: 13.8% !important;
  font-size: 1.834rem !important;
}

.pack-card--emblem .emblem {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--cyan);
  text-shadow: 0 0 30px rgba(0, 255, 252, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.emblem-hexagon-badge {
  width: 180px;
  height: 210px;
}

.emblem-hex-shape {
  animation: emblemHexPulse 2.5s ease-in-out infinite;
}

.emblem-hex-shine {
  animation: emblemShine 3s ease-in-out infinite;
}

.emblem-grid {
  animation: emblemGridFlicker 2s ease-in-out infinite;
}

.emblem-circuits {
  animation: emblemCircuitPulse 2.5s ease-in-out infinite;
}

.emblem-binary {
  animation: emblemBinaryFlicker 3s ease-in-out infinite;
}

.emblem-symbols {
  animation: emblemSymbolPulse 2s ease-in-out infinite;
}

.emblem-scanlines {
  animation: emblemScanline 4s linear infinite;
}

@keyframes emblemHexPulse {
  0%, 100% {
    filter: drop-shadow(0 0 10px rgba(0, 255, 252, 0.8));
    opacity: 1;
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(0, 255, 252, 1)) 
            drop-shadow(0 0 40px rgba(0, 255, 252, 0.7));
    opacity: 0.95;
  }
}

@keyframes emblemShine {
  0% {
    opacity: 0.3;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.9;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes emblemGridFlicker {
  0%, 100% {
    opacity: 0.6;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.4;
  }
}

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

@keyframes emblemBinaryFlicker {
  0%, 100% {
    opacity: 0.4;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.6;
  }
}

@keyframes emblemSymbolPulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.9;
  }
}

@keyframes emblemScanline {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}

.step-logo-svg {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: auto;
  display: block;
  margin: 0 auto;
}

.pack-card--step .pack-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pack-card--step .step-cta {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}

.pack-card--step .step-cta .pack-cta {
  padding: 0.85rem 6rem;
}

.cyber-panel {
  padding: 20rem 1.5rem;
}

.panel {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  border-radius: 32px;
  padding: 3px;
  background: linear-gradient(120deg, rgba(0, 255, 252, 0.8), rgba(0, 255, 252, 0.2));
}

.panel-border {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  border: 1px solid rgba(0, 255, 252, 0.6);
  animation: glowPulse 4s ease-in-out infinite;
}

.panel-glow {
  position: absolute;
  inset: -20px;
  border-radius: 40px;
  background: radial-gradient(circle, rgba(0, 255, 252, 0.4), transparent 65%);
  filter: blur(30px);
  opacity: 0.6;
}

.panel-body {
  position: relative;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.85);
  padding: 14rem 2rem;
  text-align: center;
  font-size: 1.29em;
}

.panel-body p {
  font-size: 1.29em;
  margin-bottom: 1.5rem;
}

.panel-body .strikecade-emblem {
  font-size: 1.29em;
}

.strikecade-emblem {
  font-size: 2.8rem;
  color: var(--cyan);
  margin-bottom: 1rem;
  text-shadow: 0 0 40px rgba(0, 255, 252, 0.9);
}

.final-cta {
  padding: 24rem 1.5rem 28rem;
  text-align: center;
}

.cta-card {
  max-width: 420px;
  margin: 0 auto;
  padding: 12rem 2rem;
  border-radius: 28px;
  border: 1px solid rgba(0, 255, 252, 0.4);
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 30px rgba(0, 255, 252, 0.3);
  font-size: 1.29em;
}

.cta-card h2 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
  font-size: 1.29em;
}

.cta-card p {
  font-size: 1.29em;
  margin-bottom: 1.5rem;
}

.final-cta .neon-btn,
.shrine-cta {
  padding: 1rem 3rem;
  font-size: 1em;
}

.cta-line {
  height: 4px;
  width: 80%;
  margin: 0 auto 2rem;
  background: var(--cyan);
  border-radius: 999px;
  transform-origin: left;
  transform: scaleX(0);
  box-shadow: 0 0 30px rgba(0, 255, 252, 0.7);
}

@keyframes gridFloat {
  from { transform: translateY(0); }
  to { transform: translateY(40px); }
}

@keyframes gridPulse {
  from { transform: scale(1); }
  50% { transform: scale(1.04); }
  to { transform: scale(1); }
}

@keyframes beamSweep {
  0% { transform: translateX(-40%); opacity: 0; }
  25% { opacity: 1; }
  75% { opacity: 1; }
  100% { transform: translateX(40%); opacity: 0; }
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.25; }
  50% { opacity: 0.8; }
}

@keyframes flicker {
  0%, 100% { opacity: 0.1; }
  50% { opacity: 0.4; }
}

@keyframes caretBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@keyframes neonPulse {
  0%, 100% { box-shadow: 0 0 30px rgba(0, 255, 252, 0.45); }
  50% { box-shadow: 0 0 50px rgba(0, 255, 252, 0.9); }
}

@media (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .proto-card {
    margin: 0 auto;
  }

  .packs-stack {
    gap: 2.25rem;
  }
}

/* Block Pack hologram OCTAGON card */
.pack-card--block-holo {
  position: relative;
  overflow: visible;
}

.pack-card--block-holo .pack-frame,
.pack-card--block-holo .pack-glow,
.pack-card--block-holo::before {
  clip-path: polygon(
    4% 0%,
    96% 0%,
    100% 4%,
    100% 96%,
    96% 100%,
    4% 100%,
    0% 96%,
    0% 4%
  );
}

.pack-card--block-holo .pack-frame {
  position: absolute;
  inset: 10%;
  border-radius: 0;
  background:
    radial-gradient(circle at top left,
      rgba(0, 255, 252, 0.32) 0,
      rgba(0, 255, 252, 0.06) 32%,
      rgba(0, 0, 0, 0.96) 80%);
  box-shadow:
    0 0 18px rgba(0, 255, 252, 0.55),
    0 0 40px rgba(0, 255, 252, 0.32);
}

.pack-card--block-holo .pack-glow {
  position: absolute;
  inset: 6%;
  border-radius: 0;
  background: linear-gradient(
    145deg,
    rgba(0, 255, 252, 0.28),
    rgba(0, 255, 252, 0.08)
  );
  box-shadow:
    0 0 30px rgba(0, 255, 252, 0.9),
    0 0 80px rgba(0, 255, 252, 0.6);
  pointer-events: none;
}

.pack-card--block-holo::before {
  content: "";
  position: absolute;
  inset: 2%;
  border-radius: 0;
  box-shadow:
    0 0 22px rgba(0, 255, 252, 0.75),
    0 0 70px rgba(0, 255, 252, 0.5);
  pointer-events: none;
}

.pack-card--block-holo .pack-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pack-card--block-holo .block-logo-svg {
  width: 95%;
  height: auto;
  color: #ffffff;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
}



/* Remove inner background for hologram Block Pack card */
.pack-card--block-holo .pack-inner {
  background: transparent !important;
  border-radius: 0 !important;
}

/* Remove rounded rectangle for block-holo card */
.pack-card--block-holo {
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.pack-card--block-holo .pack-frame,
.pack-card--block-holo .pack-glow {
  border-radius: 0 !important;
  background-clip: border-box;
}


/* Dodge Pack hologram OCTAGON card – same shape as Block, keeps normal content */
.pack-card--dodge-holo {
  position: relative;
  overflow: visible;
}

.pack-card--dodge-holo .pack-frame,
.pack-card--dodge-holo .pack-glow,
.pack-card--dodge-holo::before {
  clip-path: polygon(
    4% 0%,
    96% 0%,
    100% 4%,
    100% 96%,
    96% 100%,
    4% 100%,
    0% 96%,
    0% 4%
  );
}

.pack-card--dodge-holo .pack-frame {
  position: absolute;
  inset: 10%;
  border-radius: 0;
  border: 1px solid rgba(0, 255, 252, 0.45);
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 255, 252, 0.32) 0,
      rgba(0, 255, 252, 0.06) 32%,
      rgba(0, 0, 0, 0.96) 80%
    );
  box-shadow:
    0 0 18px rgba(0, 255, 252, 0.55),
    0 0 40px rgba(0, 255, 252, 0.32);
}

.pack-card--dodge-holo .pack-glow {
  position: absolute;
  inset: 6%;
  border-radius: 0;
  background: linear-gradient(
    145deg,
    rgba(0, 255, 252, 0.28),
    rgba(0, 255, 252, 0.08)
  );
  box-shadow:
    0 0 30px rgba(0, 255, 252, 0.9),
    0 0 80px rgba(0, 255, 252, 0.6);
  pointer-events: none;
}

.pack-card--dodge-holo::before {
  content: "";
  position: absolute;
  inset: 2%;
  border-radius: 0;
  box-shadow:
    0 0 22px rgba(0, 255, 252, 0.75),
    0 0 70px rgba(0, 255, 252, 0.5);
  pointer-events: none;
}

.pack-card--dodge-holo .pack-inner {
  position: relative;
  z-index: 2;
}

.pack-card--dodge-holo .dodge-cta {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}

.pack-card--dodge-holo .dodge-cta .pack-cta {
  padding: 0.85rem 6rem;
}

.pack-card--zone .zone-cta,
.pack-card--apex .apex-cta,
.pack-card--range .range-cta,
.pack-card--clock .clock-cta {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}

.pack-card--zone .zone-cta .pack-cta,
.pack-card--apex .apex-cta .pack-cta,
.pack-card--range .range-cta .pack-cta,
.pack-card--clock .clock-cta .pack-cta {
  padding: 0.85rem 6rem;
}

.pack-card--emblem .emblem-cta {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}

.pack-card--emblem .emblem-cta .pack-cta {
  padding: 0.85rem 6rem;
}

/* Neon green pulse for Block Pack lines */
@keyframes blockLinePulse {
  0% {
    stroke: currentColor;
    filter: drop-shadow(0 0 0px rgba(0, 255, 117, 0));
  }
  40% {
    stroke: #00ff75; /* neon green */
    filter: drop-shadow(0 0 10px #00ff75) drop-shadow(0 0 20px #00ff75);
  }
  100% {
    stroke: currentColor;
    filter: drop-shadow(0 0 0px rgba(0, 255, 117, 0));
  }
}


/* Neon red pulse for Block Pack lines */
@keyframes blockLinePulseRed {
  0% {
    stroke: currentColor;
    filter: drop-shadow(0 0 0px rgba(255, 46, 46, 0));
  }
  40% {
    stroke: #ff3b3b; /* neon red */
    filter: drop-shadow(0 0 10px #ff3b3b) drop-shadow(0 0 20px #ff3b3b);
  }
  100% {
    stroke: currentColor;
    filter: drop-shadow(0 0 0px rgba(255, 46, 46, 0));
  }
}

/* Default idle state */
.step-logo-svg path {
  stroke: white;
}

/* Zone Pack logo sizing & centering */
.zone-logo-svg {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Ensure all pack-inner containers center their logo content */
.pack-card .pack-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}



/* RANGE PACK — cross‑browser breathing animation using scale instead of r */

.range-logo-svg .range-inner {
  transform-box: fill-box;
  transform-origin: center;
  animation: rangeBreathScale 3.6s ease-in-out infinite;
  stroke: #00ff7b;
  stroke-width: 3;
  fill: #00ff7b;
}

@keyframes rangeBreathScale {
  0% {
    transform: scale(0.12);
    stroke: #00ff7b;
  }
  25% {
    transform: scale(5.34);
    stroke: #00ffa3;
  }
  50% {
    transform: scale(10.68);
    stroke: #00ffe0;
  }
  75% {
    transform: scale(5.34);
    stroke: #00ffa3;
  }
  100% {
    transform: scale(0.12);
    stroke: #00ff7b;
  }
}

.apex-logo-svg {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* apply shine mask */
.apex-logo-svg .apex-hex {
  mask: url(#shineMask);
  stroke-linejoin: round;
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.35));
}

/* staggered animation timing */

@keyframes apexShine {
  0%   { stroke: white; }
  40%  { stroke: white; }
  50%  { stroke: #ffd700; }
  60%  { stroke: white; }
  100% { stroke: white; }
}

/* DODGE Pack 3-lane flashing rectangle icon */
.pack-card--dodge-holo .pack-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.75rem 2rem;
  background: rgba(0, 0, 0, 0.9);
}

.dodge-rect {
  width: 52%;
  max-width: 220px;
  aspect-ratio: 3 / 5;
  border-radius: 14px;
  border: 2px solid rgba(0, 255, 252, 0.8);
  box-shadow:
    0 0 20px rgba(0, 255, 252, 0.65),
    0 0 40px rgba(0, 255, 252, 0.35);
  overflow: hidden;
  display: flex;
  position: relative;
  background: radial-gradient(circle at top, rgba(0, 0, 0, 0.2), #000);
}

.dodge-col {
  flex: 1;
  transition: background 0.18s linear, box-shadow 0.18s linear;
}

/* Default static combo: R | Y | G */
.dodge-col.col-left {
  background: #ff3b3b;
}

.dodge-col.col-middle {
  background: #ffe766;
}

.dodge-col.col-right {
  background: #00ff7b;
}

/* Thin inner dividers between lanes */
.dodge-col + .dodge-col {
  box-shadow:
    -1px 0 0 rgba(0, 0, 0, 0.75),
    1px 0 0 rgba(0, 0, 0, 0.75);
}

/* Optional subtle breathing glow on the whole icon */
@keyframes dodgeRectGlow {
  0%, 100% {
    box-shadow:
      0 0 20px rgba(0, 255, 252, 0.45),
      0 0 40px rgba(0, 255, 252, 0.25);
  }
  50% {
    box-shadow:
      0 0 28px rgba(0, 255, 252, 0.9),
      0 0 60px rgba(0, 255, 252, 0.5);
  }
}

.dodge-rect {
  animation: dodgeRectGlow 2.4s ease-in-out infinite;
}

/* Clock Pack Animation */
.clock-logo-svg {
  width: 65%;
  height: auto;
  display: block;
  margin: 0 auto;

  /* VARIABLE SPEED */
  animation: clockSwing var(--clock-speed, 3s) ease-in-out infinite;
  transform-origin: top center;
}

@keyframes clockSwing {
  0%   { transform: rotate(-18deg); }
  50%  { transform: rotate(18deg); }
  100% { transform: rotate(-18deg); }
}

/* Glow on dot + stick */
.clock-stick,
.clock-dot {
  filter: drop-shadow(0 0 8px rgba(0, 255, 252, 0.9));
}
