:root {
  --bg: #060a12;
  --bg-soft: #111a2f;
  --text: #f3f8ff;
  --muted: #afbbd3;
  --primary: #00e6ff;
  --secondary: #ff3f7f;
  --third: #84ff4f;
  --warm: #ff9f43;
  --card: rgba(14, 26, 49, 0.78);
  --border: rgba(255, 255, 255, 0.15);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Rajdhani", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 75% 10%, #173c66 0%, transparent 35%),
    radial-gradient(circle at 15% 90%, #42203e 0%, transparent 34%),
    radial-gradient(circle at 48% 40%, #0c1c44 0%, transparent 45%), var(--bg);
  line-height: 1.5;
}

#gameFxCanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}

.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  z-index: 60;
  background: rgba(255, 255, 255, 0.08);
}

.scroll-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #00e6ff, #84ff4f, #ff9f43, #ff3f7f);
  box-shadow: 0 0 18px rgba(0, 230, 255, 0.7);
  transition: width 0.08s linear;
}

.bg-effects {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: 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: 50px 50px;
  mask-image: radial-gradient(circle at center, black 55%, transparent 95%);
  z-index: -1;
}

.container {
  width: min(1240px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(14px);
  background: rgba(6, 10, 18, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 20;
}

.nav-wrap {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--text);
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
}

.brand img {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  object-fit: contain;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 22px rgba(0, 230, 255, 0.3);
}

nav {
  display: flex;
  gap: 1.2rem;
}

nav a,
.socials a {
  font-family: "Teko", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.7px;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

nav a:hover,
.socials a:hover {
  color: var(--primary);
}

.btn {
  text-decoration: none;
  background: linear-gradient(120deg, var(--primary), #5be6ff 50%, #6eff8e);
  color: #022733;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.72rem 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(0, 230, 255, 0.32);
  transition: transform 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-small {
  padding: 0.56rem 0.95rem;
  font-size: 0.92rem;
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: clamp(460px, 58vw, 780px);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.fx {
  position: absolute;
  display: block;
}

.bullet {
  width: 18px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff, var(--warm), #ff5c00);
  box-shadow: 0 0 18px rgba(255, 145, 53, 0.8);
}

.b1 {
  top: 18%;
  left: -10%;
  animation: shootAcross 5.2s linear infinite;
}

.b2 {
  top: 68%;
  left: -20%;
  animation: shootAcross 6.1s linear 1.5s infinite;
}

.spear {
  width: 130px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--third), transparent);
  transform: rotate(-25deg);
  opacity: 0.8;
}

.s1 {
  top: 35%;
  right: 22%;
  animation: spearFlash 2.8s ease-in-out infinite;
}

.s2 {
  top: 62%;
  right: 8%;
  animation: spearFlash 3.2s ease-in-out 1s infinite;
}

.spark {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 12px rgba(255, 63, 127, 0.7);
}

.p1 {
  top: 42%;
  left: 18%;
  animation: popJump 1.7s ease-in-out infinite;
}

.p2 {
  top: 28%;
  left: 66%;
  animation: popJump 2.2s ease-in-out 0.8s infinite;
}

.robot {
  width: 28px;
  height: 34px;
  border-radius: 8px;
  border: 2px solid rgba(132, 255, 79, 0.72);
  background: rgba(20, 40, 26, 0.44);
  box-shadow: 0 0 22px rgba(132, 255, 79, 0.35);
}

.robot::before,
.robot::after {
  content: "";
  position: absolute;
  background: var(--third);
}

.robot::before {
  width: 16px;
  height: 3px;
  top: 9px;
  left: 5px;
}

.robot::after {
  width: 3px;
  height: 8px;
  top: -8px;
  left: 11px;
}

.r1 {
  right: 18%;
  bottom: 14%;
  animation: robotHop 2.3s ease-in-out infinite;
}

.r2 {
  right: 7%;
  bottom: 20%;
  animation: robotHop 2.9s ease-in-out 0.8s infinite;
}

.video-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.slide.active {
  opacity: 1;
}

.slide iframe,
.slide video {
  width: 100%;
  height: 100%;
  border: 0;
  transform: none;
}

.slide video {
  object-fit: cover;
  background: #000;
}

.slider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 10, 18, 0.25) 0%, rgba(6, 10, 18, 0.58) 55%, rgba(6, 10, 18, 0.75) 100%);
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 0.52rem;
  z-index: 3;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.slider-dot.active {
  background: var(--primary);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
  padding: 5.6rem 0 6rem;
}

.eyebrow {
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2.2rem, 5.2vw, 4.25rem);
  line-height: 1.08;
  text-transform: uppercase;
}

h1 span {
  color: var(--primary);
}

.hero-copy > p {
  max-width: 58ch;
  color: #d4def1;
  font-size: 1.2rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.hero-stats {
  margin-top: 1.1rem;
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.stat-chip {
  min-width: 150px;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 20, 42, 0.62);
}

.stat-chip strong {
  display: block;
  font-size: 1.08rem;
  color: var(--primary);
}

.stat-chip span {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-cta {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.socials {
  margin-top: 1.2rem;
  display: flex;
  gap: 1rem;
}

.hero-card,
.card,
.price-card,
.contact-wrap {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 1.8rem;
  backdrop-filter: blur(4px);
  transform: perspective(1000px) rotateY(-7deg);
  background: rgba(8, 20, 41, 0.72);
}

.hero-card ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.mode-strip {
  margin: 0.9rem 0 1.35rem;
  font-family: "Teko", sans-serif;
  letter-spacing: 1.2px;
  font-size: 1.35rem;
  color: #9de9ff;
  opacity: 0.95;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 0 14px rgba(0, 230, 255, 0.35);
}

.worlds {
  position: relative;
  padding: 6rem 0 2rem;
}

.worlds-track {
  width: min(1280px, 94%);
  margin: 0 auto;
  display: grid;
  gap: 1.2rem;
}

.world-panel {
  position: relative;
  min-height: 66vh;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.world-panel::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: 8%;
  width: 62px;
  height: 96px;
  border-radius: 12px 12px 8px 8px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2));
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.35);
  animation: runnerAcross 12s linear infinite;
  z-index: 3;
}

.mythic::after {
  border-color: rgba(255, 159, 67, 0.85);
  box-shadow: 0 0 20px rgba(255, 159, 67, 0.45);
}

.tactical::after {
  border-color: rgba(132, 255, 79, 0.85);
  box-shadow: 0 0 20px rgba(132, 255, 79, 0.45);
  animation-duration: 10.5s;
}

.neon::after {
  border-color: rgba(0, 230, 255, 0.85);
  box-shadow: 0 0 20px rgba(0, 230, 255, 0.45);
  animation-duration: 11.5s;
}

.world-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), transparent 40%);
  z-index: 1;
}

.mythic {
  background: radial-gradient(circle at 15% 20%, rgba(255, 136, 0, 0.3), transparent 40%),
    radial-gradient(circle at 85% 60%, rgba(0, 230, 255, 0.23), transparent 40%), #140e10;
}

.tactical {
  background: radial-gradient(circle at 12% 50%, rgba(109, 255, 58, 0.24), transparent 42%),
    radial-gradient(circle at 90% 12%, rgba(0, 230, 255, 0.25), transparent 40%), #0a1416;
}

.neon {
  background: radial-gradient(circle at 10% 15%, rgba(255, 63, 127, 0.28), transparent 38%),
    radial-gradient(circle at 88% 76%, rgba(132, 255, 79, 0.2), transparent 36%),
    radial-gradient(circle at 45% 40%, rgba(0, 230, 255, 0.22), transparent 42%), #1a1333;
}

.world-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 8, 14, 0.38), rgba(4, 8, 14, 0.75));
  z-index: 2;
}

.world-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02) 0,
    rgba(255, 255, 255, 0.02) 1px,
    transparent 1px,
    transparent 5px
  );
  animation: scanDown 5.5s linear infinite;
}

.world-content {
  position: absolute;
  left: 5%;
  bottom: 10%;
  max-width: 62ch;
  z-index: 3;
}

.world-tag {
  margin: 0 0 0.5rem;
  display: inline-flex;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  color: #091923;
  background: linear-gradient(120deg, #00e6ff, #84ff4f);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.world-content h2 {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  text-transform: uppercase;
}

.glitch-title {
  position: relative;
}

.glitch-title::before,
.glitch-title::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0.55;
}

.glitch-title::before {
  color: #00e6ff;
  transform: translate(2px, 0);
  animation: glitchShift 2.6s steps(2, end) infinite;
}

.glitch-title::after {
  color: #ff3f7f;
  transform: translate(-2px, 0);
  animation: glitchShift 2.1s steps(2, end) infinite reverse;
}

.world-content p {
  font-size: 1.15rem;
  color: #d6e5ff;
}

.world-fx {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(255, 159, 67, 0.6);
  box-shadow: 0 0 22px rgba(255, 159, 67, 0.35);
}

.r1 {
  width: 180px;
  height: 180px;
  top: 18%;
  right: 12%;
  animation: ringPulse 3.6s ease-in-out infinite;
}

.r2 {
  width: 90px;
  height: 90px;
  top: 24%;
  right: 18%;
  animation: ringPulse 2.8s ease-in-out 0.8s infinite;
}

.slash {
  position: absolute;
  width: 120px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #ff9f43, #fff, transparent);
}

.s1 {
  top: 32%;
  right: 28%;
  transform: rotate(-34deg);
  animation: slashMove 2.2s linear infinite;
}

.s2 {
  top: 56%;
  right: 16%;
  transform: rotate(-25deg);
  animation: slashMove 2.8s linear 0.7s infinite;
}

.crosshair {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid rgba(125, 228, 255, 0.72);
  top: 22%;
  right: 16%;
  box-shadow: 0 0 24px rgba(0, 230, 255, 0.4);
  animation: targetTrack 4.8s ease-in-out infinite;
}

.crosshair::before,
.crosshair::after {
  content: "";
  position: absolute;
  background: rgba(125, 228, 255, 0.82);
}

.crosshair::before {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.crosshair::after {
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.scan {
  position: absolute;
  width: 2px;
  height: 130px;
  background: linear-gradient(180deg, transparent, #84ff4f, transparent);
}

.sc1 {
  top: 30%;
  right: 36%;
  animation: scanSweep 2.4s ease-in-out infinite;
}

.sc2 {
  top: 35%;
  right: 42%;
  animation: scanSweep 2.9s ease-in-out 0.9s infinite;
}

.trace {
  position: absolute;
  width: 160px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #84ff4f, transparent);
}

.t1 {
  top: 66%;
  left: -20%;
  animation: laserSweep 6s linear infinite;
}

.t2 {
  top: 72%;
  left: -30%;
  animation: laserSweep 5.2s linear 0.9s infinite;
}

.pulse {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 2px solid rgba(255, 63, 127, 0.55);
}

.pz1 {
  top: 20%;
  right: 12%;
  animation: ringPulse 3s ease-in-out infinite;
}

.pz2 {
  top: 24%;
  right: 16%;
  animation: ringPulse 3s ease-in-out 1s infinite;
}

.drift {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, #00e6ff 60%, transparent 75%);
}

.d1 {
  top: 52%;
  left: 16%;
  animation: driftMove 5.2s ease-in-out infinite;
}

.d2 {
  top: 65%;
  left: 24%;
  animation: driftMove 4.6s ease-in-out 0.8s infinite;
}

.section {
  position: relative;
  padding: 5.8rem 0;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 26%, rgba(0, 230, 255, 0.08), transparent 35%),
    radial-gradient(circle at 86% 72%, rgba(255, 63, 127, 0.08), transparent 35%);
  animation: sectionGlowShift 10s ease-in-out infinite;
}

.section-alt {
  background: linear-gradient(180deg, transparent, rgba(8, 17, 33, 0.55), rgba(45, 14, 51, 0.45), transparent);
}

.section h2 {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
}

.section-intro {
  color: var(--muted);
  max-width: 64ch;
  font-size: 1.12rem;
}

.cards,
.pricing-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.card,
.price-card {
  padding: 1.45rem;
}

.card,
.detail-card,
.price-card,
.event-card,
.review-card,
.faq-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.card::before,
.detail-card::before,
.price-card::before,
.event-card::before,
.review-card::before,
.faq-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(130deg, rgba(0, 230, 255, 0.45), rgba(132, 255, 79, 0.28), rgba(255, 63, 127, 0.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderFlow 3.4s linear infinite;
  pointer-events: none;
}

.card::after,
.detail-card::after,
.price-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(0, 230, 255, 0.16) 45%, transparent 70%);
  transform: translateX(-120%);
  animation: cardSweep 4.8s ease-in-out infinite;
  pointer-events: none;
}

.card h3,
.price-card h3 {
  font-size: 1.35rem;
}

.card p,
.price-card p {
  font-size: 1.05rem;
}

.featured {
  border-color: rgba(0, 230, 255, 0.45);
  position: relative;
  overflow: hidden;
}

.featured::after {
  content: "";
  position: absolute;
  inset: -80% auto auto -30%;
  width: 200px;
  height: 200px;
  background: rgba(0, 230, 255, 0.26);
  filter: blur(25px);
}

.tag {
  display: inline-flex;
  margin-bottom: 0.6rem;
  color: var(--bg);
  font-weight: 700;
  background: var(--primary);
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
}

.price {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0.45rem 0;
}

.price span {
  font-size: 1rem;
  color: var(--muted);
  font-weight: 500;
}

.map-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
  align-items: center;
}

.map-wrap {
  min-height: 360px;
  border-radius: 18px;
  border: 1px solid var(--border);
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: none;
}

.contact-wrap {
  padding: 2.6rem;
  text-align: center;
}

.booking-section {
  position: relative;
}

.booking-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255, 244, 190, 0.55) 1.2px, transparent 1.2px);
  background-size: 52px 52px;
  opacity: 0.35;
}

.booking-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.2rem;
}

.booking-panel,
.booking-contact {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(22, 46, 83, 0.78), rgba(28, 14, 34, 0.78));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
}

.booking-panel {
  padding: 1.8rem;
}

.booking-contact {
  padding: 1.8rem;
}

.booking-note {
  color: var(--muted);
  margin-top: 0.35rem;
}

.booking-form {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.booking-form label {
  font-family: "Teko", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #d8e9ff;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(151, 185, 226, 0.45);
  background: rgba(4, 8, 18, 0.75);
  color: #f4f8ff;
  padding: 0.85rem 0.95rem;
  font-size: 1.02rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: rgba(0, 230, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(0, 230, 255, 0.16);
}

.quick-row {
  margin-top: 0.15rem;
  margin-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.quick-btn {
  border: 1px solid rgba(151, 185, 226, 0.5);
  background: rgba(7, 14, 28, 0.75);
  color: #d9e8ff;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.quick-btn:hover,
.quick-btn.active {
  border-color: rgba(0, 230, 255, 0.95);
  color: #052235;
  background: linear-gradient(120deg, #00e6ff, #84ff4f);
}

.booking-submit {
  margin-top: 0.6rem;
  width: 100%;
  border: 0;
  cursor: pointer;
  font-size: 1.06rem;
  background: linear-gradient(110deg, #f8e8aa, #cfa744);
  color: #141005;
  box-shadow: 0 10px 30px rgba(207, 167, 68, 0.35);
}

.booking-contact h3 {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-size: 1.8rem;
}

.booking-contact p {
  color: #d8e4f7;
  font-size: 1.07rem;
}

.detail-grid,
.event-grid,
.review-grid,
.faq-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.snapshot-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.snapshot-card {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: rgba(5, 14, 29, 0.8);
  min-height: 200px;
}

.snapshot-card img,
.snapshot-card video,
.snapshot-card iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  border: 0;
}

.detail-card,
.event-card,
.review-card,
.faq-card {
  background: linear-gradient(160deg, rgba(7, 24, 55, 0.82), rgba(26, 15, 50, 0.78));
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.4rem;
  box-shadow: var(--shadow);
}

.section-fx,
.fx-layer {
  display: none !important;
}

.event-tag {
  margin: 0 0 0.45rem;
  display: inline-flex;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(0, 230, 255, 0.26), rgba(255, 159, 67, 0.25));
  color: var(--primary);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.review-card p {
  font-size: 1.08rem;
  color: #d6e0f4;
}

.review-card h3,
.faq-card h3,
.event-card h3,
.detail-card h3 {
  font-size: 1.26rem;
}

.photo-showcase {
  position: relative;
  background: radial-gradient(circle at 12% 12%, rgba(0, 230, 255, 0.2), transparent 38%),
    radial-gradient(circle at 90% 88%, rgba(255, 159, 67, 0.2), transparent 38%);
}

.photo-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.photo-card {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.45);
  position: relative;
}

.photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 2px solid transparent;
  background: linear-gradient(120deg, rgba(0, 230, 255, 0.45), rgba(132, 255, 79, 0.38), rgba(255, 159, 67, 0.42)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.photo-card:hover img {
  transform: scale(1.04);
}

.photo-card.wide {
  grid-column: span 2;
}

.card,
.detail-card,
.event-card,
.price-card,
.review-card,
.faq-card,
.photo-card,
.snapshot-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.card:hover,
.detail-card:hover,
.event-card:hover,
.price-card:hover,
.review-card:hover,
.faq-card:hover,
.photo-card:hover,
.snapshot-card:hover {
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(0, 230, 255, 0.55);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.5), 0 0 24px rgba(0, 230, 255, 0.22);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.23);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.footer-brand img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 230, 255, 0.25);
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.orb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, var(--primary) 40%, transparent 75%);
  box-shadow: 0 0 20px rgba(0, 230, 255, 0.7);
}

.laser {
  width: 160px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff5353, var(--secondary), transparent);
  opacity: 0.75;
}

.rope-drop {
  width: 2px;
  height: 150px;
  background: linear-gradient(180deg, transparent, #e8f4ff, #7de4ff, transparent);
  opacity: 0.75;
}

.commando {
  width: 20px;
  height: 26px;
  border: 2px solid rgba(255, 159, 67, 0.88);
  border-radius: 6px;
  background: rgba(50, 20, 10, 0.5);
  box-shadow: 0 0 16px rgba(255, 159, 67, 0.55);
}

.commando::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  background: #ffcf8f;
  top: 7px;
  left: 2px;
}

.commando::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, #ff9f43, transparent);
  top: 12px;
  left: 18px;
}

.o1 {
  top: 20%;
  left: 8%;
  animation: orbitPulse 3.1s ease-in-out infinite;
}
.o2 {
  top: 50%;
  right: 14%;
  animation: orbitPulse 3.8s ease-in-out 1s infinite;
}
.o3 {
  top: 35%;
  left: 82%;
  animation: orbitPulse 2.9s ease-in-out 0.5s infinite;
}
.o4 {
  top: 16%;
  left: 12%;
  animation: orbitPulse 3.3s ease-in-out infinite;
}
.o5 {
  bottom: 15%;
  right: 9%;
  animation: orbitPulse 2.7s ease-in-out 0.8s infinite;
}
.o6 {
  top: 28%;
  right: 18%;
  animation: orbitPulse 3.4s ease-in-out infinite;
}
.o7 {
  top: 20%;
  left: 76%;
  animation: orbitPulse 2.6s ease-in-out 0.6s infinite;
}
.o8 {
  top: 12%;
  right: 5%;
  animation: orbitPulse 3s ease-in-out infinite;
}
.o9 {
  bottom: 14%;
  left: 8%;
  animation: orbitPulse 3.5s ease-in-out 1s infinite;
}

.l1 {
  top: 68%;
  left: -20%;
  animation: laserSweep 5.6s linear infinite;
}
.l2 {
  top: 24%;
  left: -30%;
  animation: laserSweep 6.2s linear 0.8s infinite;
}
.l3 {
  top: 62%;
  left: -25%;
  animation: laserSweep 5.4s linear 0.4s infinite;
}
.l4 {
  top: 46%;
  left: -18%;
  animation: laserSweep 6.6s linear infinite;
}
.l5 {
  top: 28%;
  left: -30%;
  animation: laserSweep 5.8s linear 1.2s infinite;
}
.l6 {
  top: 75%;
  left: -15%;
  animation: laserSweep 6.1s linear 0.6s infinite;
}

.rd1 {
  top: -15%;
  left: 68%;
  animation: ropeDropIn 4s ease-in-out infinite;
}
.rd2 {
  top: -20%;
  left: 22%;
  animation: ropeDropIn 4.6s ease-in-out 0.6s infinite;
}
.rd3 {
  top: -12%;
  left: 82%;
  animation: ropeDropIn 4.2s ease-in-out 1s infinite;
}
.rd4 {
  top: -18%;
  left: 12%;
  animation: ropeDropIn 5s ease-in-out 0.4s infinite;
}

.c1 {
  top: 25%;
  left: 66%;
  animation: commandoSwing 4.6s ease-in-out infinite;
}
.c2 {
  top: 55%;
  left: 14%;
  animation: commandoLeap 3.5s ease-in-out infinite;
}
.c3 {
  top: 30%;
  right: 12%;
  animation: commandoSwing 4.2s ease-in-out 1.2s infinite;
}
.c4 {
  bottom: 18%;
  left: 8%;
  animation: commandoLeap 3.2s ease-in-out 0.8s infinite;
}
.c5 {
  top: 38%;
  right: 20%;
  animation: commandoSwing 5s ease-in-out 0.5s infinite;
}
.c6 {
  bottom: 15%;
  right: 10%;
  animation: commandoLeap 3.7s ease-in-out infinite;
}
.c7 {
  top: 35%;
  left: 18%;
  animation: commandoSwing 4.4s ease-in-out 0.7s infinite;
}
.c8 {
  top: 22%;
  right: 12%;
  animation: commandoLeap 3.8s ease-in-out 1s infinite;
}

.footer-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 950px) {
  nav {
    display: none;
  }

  .hero {
    min-height: clamp(500px, 92vh, 760px);
  }

  .hero-grid,
  .worlds-track,
  .map-grid,
  .booking-grid,
  .cards,
  .pricing-grid,
  .detail-grid,
  .event-grid,
  .review-grid,
  .faq-grid,
  .snapshot-grid,
  .photo-grid {
    grid-template-columns: 1fr;
  }

  .photo-card.wide {
    grid-column: auto;
  }

  .hero-card {
    transform: none;
  }

  .world-panel {
    min-height: 58vh;
  }

  .world-content {
    left: 7%;
    right: 7%;
  }

  .fx-layer {
    opacity: 0.55;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 64px;
    height: 64px;
  }

  .slide iframe {
    transform: none;
  }

  .footer-wrap {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0.7rem 0;
    gap: 0.25rem;
  }
}

@keyframes shootAcross {
  0% {
    transform: translateX(0) scale(0.8);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(140vw) scale(1.05);
    opacity: 0;
  }
}

@keyframes orbitPulse {
  0%,
  100% {
    transform: translateY(0) scale(0.85);
    opacity: 0.45;
  }
  50% {
    transform: translateY(-12px) scale(1.1);
    opacity: 1;
  }
}

@keyframes laserSweep {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateX(150vw);
    opacity: 0;
  }
}

@keyframes ropeDropIn {
  0%,
  100% {
    transform: translateY(-40px);
    opacity: 0.2;
  }
  35% {
    transform: translateY(20px);
    opacity: 1;
  }
  70% {
    transform: translateY(-6px);
    opacity: 0.7;
  }
}

@keyframes commandoSwing {
  0%,
  100% {
    transform: translateY(0) rotate(-10deg);
  }
  50% {
    transform: translateY(28px) rotate(14deg);
  }
}

@keyframes commandoLeap {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  40% {
    transform: translateY(-30px) rotate(-8deg);
  }
  65% {
    transform: translateY(-8px) rotate(6deg);
  }
}

@keyframes runnerAcross {
  0% {
    left: -10%;
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  22% {
    transform: translateY(-16px) rotate(-4deg);
  }
  38% {
    transform: translateY(0) rotate(4deg);
  }
  56% {
    transform: translateY(-10px) rotate(-3deg);
  }
  100% {
    left: 105%;
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
}

@keyframes scanDown {
  0% {
    transform: translateY(-20%);
    opacity: 0.25;
  }
  50% {
    opacity: 0.45;
  }
  100% {
    transform: translateY(20%);
    opacity: 0.2;
  }
}

@keyframes glitchShift {
  0%,
  100% {
    clip-path: inset(0 0 0 0);
  }
  20% {
    clip-path: inset(10% 0 60% 0);
  }
  40% {
    clip-path: inset(70% 0 8% 0);
  }
  60% {
    clip-path: inset(35% 0 35% 0);
  }
  80% {
    clip-path: inset(80% 0 5% 0);
  }
}

@keyframes ringPulse {
  0%,
  100% {
    transform: scale(0.85);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.9;
  }
}

@keyframes slashMove {
  0% {
    opacity: 0;
    transform: translateX(-20px) rotate(-32deg);
  }
  30%,
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100px) rotate(-32deg);
  }
}

@keyframes targetTrack {
  0%,
  100% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(-20px, 12px);
  }
  65% {
    transform: translate(10px, -18px);
  }
}

@keyframes scanSweep {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.25;
  }
  50% {
    transform: translateY(24px);
    opacity: 1;
  }
}

@keyframes driftMove {
  0%,
  100% {
    transform: translate(0, 0);
    opacity: 0.45;
  }
  50% {
    transform: translate(80px, -40px);
    opacity: 1;
  }
}

@keyframes sectionGlowShift {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.6;
  }
  50% {
    transform: translateX(25px);
    opacity: 1;
  }
}

@keyframes borderFlow {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

@keyframes cardSweep {
  0%,
  100% {
    transform: translateX(-130%);
    opacity: 0;
  }
  45%,
  65% {
    transform: translateX(130%);
    opacity: 1;
  }
}

@keyframes spearFlash {
  0%,
  100% {
    opacity: 0.25;
    transform: rotate(-25deg) translateX(0);
  }
  50% {
    opacity: 1;
    transform: rotate(-25deg) translateX(10px);
  }
}

@keyframes popJump {
  0%,
  100% {
    transform: translateY(0) scale(0.9);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-18px) scale(1.1);
    opacity: 1;
  }
}

@keyframes robotHop {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  35% {
    transform: translateY(-20px) rotate(-4deg);
  }
  65% {
    transform: translateY(-6px) rotate(3deg);
  }
}
