/* ===================================================
   ALRAJHI World Cup Experience 2026
   Styles — Energetic World Cup Fan Zone Edition
   =================================================== */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;0,900;1,700;1,800;1,900&family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* ===== VARIABLES ===== */
:root {
  --accent: #3D56F0;
  --accent-rgb: 61, 86, 240;
  --accent-glow: rgba(61, 86, 240, 0.4);
  --accent2: #FF6B6B;
  --accent2-rgb: 255, 107, 107;
  --accent3: #4A90FF;
  --accent3-rgb: 74, 144, 255;
  --gold: #FFB800;
  --gold-dim: rgba(255, 184, 0, 0.15);
  --dark: #0C1220;
  --darker: #070D18;
  --card-bg: rgba(255, 255, 255, 0.06);
  --card-border: rgba(255, 255, 255, 0.1);
  --text: #F0F2FF;
  --text-dim: rgba(255, 255, 255, 0.7);
  --gradient-primary: linear-gradient(135deg, #3D56F0, #4A90FF);
  --gradient-warm: linear-gradient(135deg, #FFB800, #FF6B6B);
  --gradient-vibrant: linear-gradient(135deg, #3D56F0, #4A90FF, #FF6B6B);
}

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

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) var(--dark);
}

body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: var(--darker);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.5px;
}

/* ===== CURSOR ===== */
.cursor-dot {
  position: fixed;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  mix-blend-mode: difference;
}

.cursor-ring {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(61, 86, 240, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  transition: transform 0.15s ease-out, width 0.3s, height 0.3s;
}

/* ===== PASSWORD GATE ===== */
.pw-gate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--darker);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.pw-gate::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(61, 86, 240, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(74, 144, 255, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 80%, rgba(255, 107, 107, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

body.pw-locked {
  overflow: hidden;
}

.pw-gate.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pw-card {
  text-align: center;
  max-width: 400px;
  width: 90%;
  position: relative;
  z-index: 1;
}

.pw-label {
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 28px;
  font-weight: 400;
}

.pw-form {
  display: flex;
  gap: 0;
  border: 1px solid rgba(61, 86, 240, 0.25);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(61, 86, 240, 0.08);
}

.pw-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  padding: 16px 20px;
  color: #fff;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  outline: none;
  letter-spacing: 2px;
}

.pw-input::placeholder {
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 1px;
}

.pw-btn {
  background: var(--gradient-primary);
  border: none;
  padding: 16px 32px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s;
}

.pw-btn:hover {
  filter: brightness(1.15);
  box-shadow: 0 4px 20px rgba(61, 86, 240, 0.3);
}

.pw-error {
  color: var(--accent2);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 16px;
  opacity: 0;
  transition: opacity 0.3s;
}

.pw-error.visible {
  opacity: 1;
}

.pw-webedia {
  margin-top: 36px;
  opacity: 0.55;
}
.pw-webedia-logo {
  height: 22px;
  filter: brightness(0) invert(1);
}

/* ===== BRAND LOGOS ===== */
.pw-logos {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin-bottom: 36px;
}

.pw-arlogo {
  height: 44px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.pw-logo-sep {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.loader-arlogo {
  height: 44px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.hero-logo-wrap {
  position: absolute;
  top: 40px;
  right: 56px;
  z-index: 3;
  opacity: 0;
  animation: fadeIn 0.6s 0.3s ease forwards;
}

.hero-arlogo {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  mix-blend-mode: screen;
  transition: opacity 0.3s;
}

.hero-logo-wrap:hover .hero-arlogo {
  opacity: 1;
}

/* ===== LOADER ===== */
.loader {
  position: fixed;
  inset: 0;
  background: var(--darker);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0, 1), visibility 0.8s;
}

.loader::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(61, 86, 240, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 60%, rgba(74, 144, 255, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.loader-logos {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.loader-visa {
  width: 80px;
  height: auto;
}

.loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-bar {
  width: 200px;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.loader-bar-fill {
  height: 100%;
  background: var(--gradient-primary);
  width: 0%;
  border-radius: 4px;
  animation: loadFill 2.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes loadFill {
  to { width: 100%; }
}

.loader-text {
  font-size: 11px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

/* ===== SCROLL PROGRESS ===== */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--gradient-primary);
  z-index: 9998;
  box-shadow: 0 0 10px rgba(61, 86, 240, 0.5);
}

/* ===== NAV ===== */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 24px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  transition: all 0.5s;
}

nav.scrolled {
  padding: 16px 48px;
  background: rgba(7, 13, 24, 0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(61, 86, 240, 0.15);
}

.nav-logo {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}

.nav-logo span {
  color: var(--accent);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  display: block;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.3s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gradient-primary);
  transition: width 0.3s;
}

.nav-links a:hover {
  color: var(--accent);
}

.nav-links a:hover::after {
  width: 100%;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  filter: brightness(0.6) saturate(1.2);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(7,13,24,0.92) 0%, rgba(7,13,24,0.7) 40%, rgba(7,13,24,0.2) 70%, rgba(7,13,24,0.05) 100%),
    linear-gradient(to top, rgba(7,13,24,0.95) 0%, rgba(7,13,24,0.4) 30%, transparent 60%);
}

.hero-top-bar {
  position: absolute;
  top: 100px;
  left: 56px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
  animation: fadeIn 0.6s 0.4s ease forwards;
}

.hero-top-bar span {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.hero-top-divider {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  vertical-align: middle;
}

.hero-content {
  position: absolute;
  bottom: 100px;
  left: 56px;
  z-index: 3;
  max-width: 700px;
}

.hero-brought-by {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeIn 0.6s 0.7s ease forwards;
}
.hero-brought-by span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.hero-webedia-logo {
  height: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

.hero-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeIn 0.6s 0.6s ease forwards;
}

.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(56px, 8vw, 120px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -3px;
  color: #fff;
  opacity: 0;
  animation: fadeIn 0.8s 0.8s ease forwards;
}

.hero-rule {
  width: 48px;
  height: 3px;
  background: var(--accent);
  margin: 32px 0 28px;
  opacity: 0;
  animation: expandWidth 0.6s 1.1s ease forwards;
}

@keyframes expandWidth {
  from { opacity: 0; width: 0; }
  to { opacity: 1; width: 48px; }
}

.hero-stats {
  display: flex;
  align-items: flex-start;
  gap: 0;
  opacity: 0;
  animation: fadeIn 0.6s 1.3s ease forwards;
}

.hero-stat {
  padding-right: 32px;
}

.hero-stat h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.5px;
}

.hero-stat p {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 6px;
  font-weight: 400;
}

.hero-stat-sep {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  margin-right: 32px;
  margin-top: 4px;
  flex-shrink: 0;
}

.hero-brand {
  position: absolute;
  bottom: 108px;
  right: 56px;
  z-index: 3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  opacity: 0;
  animation: fadeIn 0.6s 1.5s ease forwards;
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 56px;
  z-index: 3;
  opacity: 0;
  animation: fadeIn 0.6s 1.8s ease forwards;
}

.scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--accent), transparent);
  animation: scrollPulse 2.5s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.8; transform: scaleY(1) translateY(0); }
  50% { opacity: 0.3; transform: scaleY(0.6) translateY(8px); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0, 1), transform 0.8s cubic-bezier(0.4, 0, 0, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.d1 { transition-delay: 0.15s; }
.d2 { transition-delay: 0.3s; }
.d3 { transition-delay: 0.45s; }
.d4 { transition-delay: 0.6s; }

/* ===== SECTION HEADER (Presentation Divider) ===== */
.sec-header {
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.sec-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 0% 50%, rgba(61, 86, 240, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 100% 50%, rgba(74, 144, 255, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.sec-header .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.sec-header-content {
  max-width: 700px;
}

.sec-header .num {
  font-size: 64px;
  font-weight: 900;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.15;
  line-height: 1;
  margin-bottom: 16px;
  font-family: 'Barlow Condensed', sans-serif;
}

.sec-header .tag {
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 4px;
  margin-bottom: 16px;
  font-weight: 700;
  color: var(--accent);
}

.sec-header .title {
  font-size: clamp(40px, 5.5vw, 72px);
  margin-bottom: 0;
  line-height: 1.05;
  text-shadow: 0 0 30px rgba(61, 86, 240, 0.3), 0 0 60px rgba(74, 144, 255, 0.15);
}

.sec-header .desc {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.7;
  max-width: 560px;
}

.sec-header-line {
  flex-shrink: 0;
  width: 120px;
  height: 3px;
  background: var(--gradient-primary);
  margin-bottom: 16px;
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(61, 86, 240, 0.3);
}

.sec-body {
  padding-top: 64px;
  padding-bottom: 120px;
  position: relative;
}

/* ===== SHARED / TYPOGRAPHY ===== */
section {
  padding: 120px 0;
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.wide {
  max-width: 1400px;
}

.tag {
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 16px;
}

.num {
  font-size: 13px;
  color: var(--accent);
  font-weight: 700;
  opacity: 0.6;
  margin-bottom: 8px;
}

.title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 24px;
}

.desc {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-dim);
  max-width: 600px;
  font-weight: 300;
}

.divider {
  width: 60px;
  height: 3px;
  background: var(--gradient-primary);
  margin: 32px 0;
  border-radius: 2px;
}

/* ===== SECTION BREAK ===== */
.section-break {
  position: relative;
  padding: 160px 0;
  background: var(--darker);
  overflow: hidden;
}

.section-break::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(61, 86, 240, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.section-break-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
}

.section-break-rule {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
}

.section-break-rule::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 2px;
  background: var(--gradient-primary);
  box-shadow: 0 0 15px rgba(61, 86, 240, 0.3);
}

.section-break-label {
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-top: 40px;
}

.section-break-bigtype {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(140px, 20vw, 280px);
  font-weight: 900;
  line-height: 0.85;
  color: transparent;
  -webkit-text-stroke: 1px rgba(61, 86, 240, 0.06);
  margin-top: -10px;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 768px) {
  .section-break { padding: 100px 0; }
  .section-break-bigtype { -webkit-text-stroke: 1px rgba(61, 86, 240, 0.04); }
}

/* ===== MASONRY GRID ===== */
.masonry {
  column-count: 4;
  column-gap: 6px;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 6px;
  overflow: hidden;
  border-radius: 8px;
  line-height: 0;
  position: relative;
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.masonry-item:hover img {
  transform: scale(1.05);
}

.masonry-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(61, 86, 240, 0.1);
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.masonry-item:hover::after {
  opacity: 1;
}

.masonry-sm {
  column-count: 3;
}

@media (max-width: 1024px) {
  .masonry { column-count: 3; }
  .masonry-sm { column-count: 2; }
}

@media (max-width: 640px) {
  .masonry { column-count: 2; }
  .masonry-sm { column-count: 1; }
}

/* ===== DRAWABLE CANVAS ===== */
.drawable-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
}

.drawable-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.draw-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10001;
}

.drawable-wrap.drawing {
  cursor: crosshair;
}

.draw-toolbar {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: rgba(7, 13, 24, 0.8);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  border: 1px solid rgba(61, 86, 240, 0.2);
  z-index: 10002;
  opacity: 0;
  transition: opacity 0.3s;
}

.drawable-wrap:hover .draw-toolbar,
.drawable-wrap.drawing .draw-toolbar {
  opacity: 1;
}

.draw-btn {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}

.draw-btn:hover {
  background: rgba(61, 86, 240, 0.15);
  border-color: rgba(61, 86, 240, 0.4);
}

.draw-toggle.active {
  background: var(--accent);
  border-color: var(--accent);
}

.draw-color {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: none;
  padding: 0;
}

.draw-color::-webkit-color-swatch-wrapper { padding: 0; }
.draw-color::-webkit-color-swatch { border-radius: 50%; border: 2px solid rgba(255,255,255,0.3); }
.draw-color::-moz-color-swatch { border-radius: 50%; border: 2px solid rgba(255,255,255,0.3); }

.draw-size {
  width: 60px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  outline: none;
}

.draw-size::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  cursor: pointer;
}

.tc { text-align: center; }
.mx { margin-left: auto; margin-right: auto; }
.hl { color: var(--accent); font-weight: 600; }

/* ===== LAYOUT GRIDS ===== */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.g2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }

/* ===== VISUAL CARD ===== */
.vis {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0, 1);
  display: block;
}

.vis:hover img {
  transform: scale(1.05);
}

.vis::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(61, 86, 240, 0.15);
  border-radius: 16px;
  pointer-events: none;
}

/* ===== CARD ===== */
.card {
  background: rgba(61, 86, 240, 0.04);
  border: 1px solid rgba(61, 86, 240, 0.12);
  border-radius: 20px;
  padding: 40px 28px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.4s;
}

.card:hover {
  transform: translateY(-8px);
  border-color: rgba(61, 86, 240, 0.3);
  box-shadow: 0 20px 60px rgba(61, 86, 240, 0.1), 0 0 30px rgba(61, 86, 240, 0.05);
  background: rgba(61, 86, 240, 0.07);
}

.card:hover::before {
  opacity: 1;
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(61, 86, 240, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 22px;
}

.card h4 { font-size: 17px; font-weight: 700; margin-bottom: 12px; }
.card p { font-size: 14px; line-height: 1.6; color: var(--text-dim); font-weight: 300; }
.card-c { text-align: center; }
.aud-card { padding: 24px 20px; }
.aud-n { font-size: 32px !important; margin-bottom: 8px; }
.aud-card h4 { font-size: 15px; margin-bottom: 8px; }
.aud-card p { font-size: 13px; }
.card-n {
  font-size: 48px;
  font-weight: 900;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.25;
  margin-bottom: 16px;
}

/* ===== MISSION ===== */
.mission-section {
  padding: 120px 0 140px;
}

.mission-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 56px;
}

.mission-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.2);
}

.mission-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--accent);
}

.mission-statement {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(36px, 5.5vw, 76px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #fff;
  max-width: 900px;
  margin-bottom: 48px;
}

.mission-statement em {
  font-style: normal;
  color: var(--accent);
}

.mission-sub {
  font-size: 17px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.3px;
  line-height: 1.6;
  max-width: 520px;
  border-left: 2px solid rgba(61, 86, 240, 0.3);
  padding-left: 20px;
}

/* ===== FAN ZONE LAYOUT IMAGE ===== */
.fan-zone-layout {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(61, 86, 240, 0.15), 0 30px 80px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(61, 86, 240, 0.2);
  max-height: 80vh;
  width: fit-content;
  margin: 0 auto;
}

.fan-zone-layout img {
  display: block;
  max-height: 80vh;
  width: auto;
  max-width: 100%;
}

.fan-zone-section {
  padding-top: 24px !important;
  padding-bottom: 40px !important;
}

.fan-zone-with-text {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 48px;
}

.fan-zone-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.fan-zone-col-right {
  text-align: right;
}

.fz-entry {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fz-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
}

.fz-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0;
}

.fz-desc {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  margin: 0;
}

/* ===== TENT IMAGES STACK ===== */
.tent-images-section {
  padding-top: 32px !important;
}

.tent-img-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tent-img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.tent-img img {
  width: 100%;
  display: block;
  height: auto;
}

/* ===== DESIGN OPTIONS ===== */
.design-options-section {
  padding-top: 32px !important;
}

.design-options-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.design-option {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(61, 86, 240, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.design-option img {
  width: 100%;
  display: block;
  height: auto;
  transition: transform 0.5s ease;
}

.design-option:hover img {
  transform: scale(1.02);
}

.design-option-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(61, 86, 240, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 6px 14px;
  backdrop-filter: blur(8px);
  z-index: 2;
}

/* ===== THEME HERO IMAGE ===== */
.theme-hero-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.theme-hero-img {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.6);
}

.theme-hero-img img {
  width: 100%;
  display: block;
  max-height: 70vh;
  object-fit: cover;
  object-position: center top;
}

/* ===== EXPERIENCE STRATEGY ===== */
.exp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.exp-col {
  background: rgba(61, 86, 240, 0.03);
  border: 1px solid rgba(61, 86, 240, 0.12);
  border-radius: 20px;
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
}

.exp-col::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--gradient-primary);
}

.exp-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(61, 86, 240, 0.12);
  letter-spacing: -0.3px;
}

.exp-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.exp-feat {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.exp-feat:hover {
  background: rgba(61, 86, 240, 0.06);
  border-color: rgba(61, 86, 240, 0.15);
  transform: translateX(4px);
}

.exp-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 10px;
  background: rgba(61, 86, 240, 0.12);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 2px;
}

.exp-icon.gold {
  background: rgba(255, 184, 0, 0.12);
  color: var(--gold);
}

.exp-feat h5 {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
  letter-spacing: 0.2px;
}

.exp-feat p {
  font-size: 14px;
  color: var(--text-dim);
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .exp-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .exp-col {
    padding: 32px 24px;
  }
  .exp-label {
    font-size: 19px;
  }
}

/* ===== PARALLAX ===== */
.prlx {
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.prlx img {
  position: absolute;
  inset: -20%;
  width: 140%;
  height: 140%;
  object-fit: cover;
  filter: brightness(0.5) saturate(1.4);
}

.prlx-ov {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, var(--darker) 0%, transparent 30%, transparent 70%, var(--darker) 100%),
    radial-gradient(ellipse at center, rgba(61, 86, 240, 0.08) 0%, transparent 60%);
}

.prlx-t {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.prlx-t h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 800;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 0 0 40px rgba(61, 86, 240, 0.3), 0 4px 40px rgba(0, 0, 0, 0.6);
}

/* ===== SLIDESHOW ===== */
.slideshow {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--card-bg);
  border: 1px solid rgba(61, 86, 240, 0.15);
  box-shadow: 0 0 40px rgba(61, 86, 240, 0.05);
}

.ss-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.ss-slide {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
}

.ss-slide img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ss-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(61, 86, 240, 0.3);
  background: rgba(7, 13, 24, 0.7);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-family: inherit;
}

.ss-arrow:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 0 20px rgba(61, 86, 240, 0.3);
}

.ss-prev { left: 20px; }
.ss-next { right: 20px; }

.ss-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 20px 0;
  background: rgba(7, 13, 24, 0.9);
}

.ss-counter {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.ss-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ss-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.ss-dot.active {
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent-glow);
  width: 24px;
  border-radius: 4px;
}

.ss-dot:hover:not(.active) {
  background: rgba(61, 86, 240, 0.4);
}

.ss-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 8px;
}

.ss-thumb {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.45;
  transition: all 0.3s ease;
}

.ss-thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ss-thumb.active {
  border-color: var(--accent);
  opacity: 1;
  box-shadow: 0 0 15px var(--accent-glow);
}

.ss-thumb:hover:not(.active) {
  opacity: 0.75;
}

/* ===== ACTIVATION CARD ===== */
.act {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.4s;
  align-items: center;
}

.act:hover {
  border-color: rgba(61, 86, 240, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.act-i { width: 200px; height: 140px; border-radius: 12px; overflow: hidden; }
.act-i img { width: 100%; height: 100%; object-fit: cover; }
.act-c h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; color: var(--accent); }
.act-c ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }

.act-c li {
  font-size: 14px;
  color: var(--text-dim);
  font-weight: 300;
  padding-left: 16px;
  position: relative;
}

.act-c li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: var(--accent);
  border-radius: 50%;
}

.act-t {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6) !important;
  margin-top: 6px;
  font-size: 13px !important;
}

/* ===== ACTIVATION FEATURE CARDS ===== */
/* ===== ADDITIONAL ACTIVATIONS GRID ===== */
.act-card-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.act-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.act-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.act-card:hover {
  border-color: rgba(61, 86, 240, 0.4);
  box-shadow: 0 12px 40px rgba(61, 86, 240, 0.12);
}

.act-card-img {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.act-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

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

.act-card-num {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  background: rgba(61, 86, 240, 0.85);
  border-radius: 100px;
  padding: 4px 12px;
  backdrop-filter: blur(8px);
}

.act-card-body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.act-card-body h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.act-card-body p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin: 0;
}

.act-card-quote {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.5px;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.act-feature {
  position: relative;
  background: rgba(61, 86, 240, 0.03);
  border: 1px solid rgba(61, 86, 240, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s;
}

.act-feature:hover {
  border-color: rgba(61, 86, 240, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 24px 80px rgba(61, 86, 240, 0.08), 0 0 30px rgba(61, 86, 240, 0.05);
}

.act-feature-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.act-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.act-feature:hover .act-feature-img img {
  transform: scale(1.03);
}

.act-feature-img.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(61, 86, 240, 0.08) 0%, rgba(74, 144, 255, 0.04) 100%);
}

.act-feature-img.placeholder span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 80px;
  font-weight: 800;
  color: var(--accent);
  opacity: 0.08;
}

.act-feature-num {
  position: absolute;
  top: 20px;
  left: 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
  background: rgba(61, 86, 240, 0.8);
  backdrop-filter: blur(12px);
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid rgba(61, 86, 240, 0.4);
  z-index: 2;
  box-shadow: 0 4px 15px rgba(61, 86, 240, 0.3);
}

.act-feature-body {
  padding: 40px 48px 48px;
}

.act-feature-body h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--text);
  margin-bottom: 24px;
}

.act-feature-body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.act-feature-body li {
  font-size: 16px;
  color: var(--text-dim);
  font-weight: 300;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.act-feature-body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 6px var(--accent);
}

.act-feature-desc {
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  font-weight: 300;
}

.act-feature-quote {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: var(--accent);
  opacity: 0.8;
  padding-left: 20px;
  border-left: 3px solid var(--accent);
}

/* ===== HOSPITALITY ===== */
.hosp {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: rgba(61, 86, 240, 0.04);
  border-radius: 16px;
  border: 1px solid rgba(61, 86, 240, 0.1);
  transition: all 0.3s;
}

.hosp:hover {
  border-color: rgba(61, 86, 240, 0.25);
  background: rgba(61, 86, 240, 0.07);
  box-shadow: 0 8px 30px rgba(61, 86, 240, 0.08);
}

.hosp-ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(61, 86, 240, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
}

.hosp h5 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.hosp p { font-size: 13px; color: var(--text-dim); font-weight: 300; }

/* ===== MENU TABS ===== */
.mtabs {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
  justify-content: center;
}

.mtab {
  padding: 10px 24px;
  border: 1px solid var(--card-border);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
  background: transparent;
  color: var(--text-dim);
  font-family: inherit;
}

.mtab.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.mtab:hover:not(.active) { border-color: var(--accent); color: var(--accent); }

.mpanel { display: none; }
.mpanel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mpanel img { width: 100%; border-radius: 12px; border: 1px solid var(--card-border); }

/* ===== FEATURE LEFT BORDER ===== */
.fl {
  padding: 32px 24px;
  border-left: 3px solid;
  border-image: var(--gradient-primary) 1;
  transition: all 0.3s;
}

.fl:hover {
  background: rgba(61, 86, 240, 0.05);
  border-radius: 0 16px 16px 0;
}

.fl h4 { font-size: 17px; font-weight: 700; margin-bottom: 8px; color: var(--accent); }
.fl p { font-size: 14px; color: var(--text-dim); font-weight: 300; line-height: 1.6; }

/* ===== TIMELINE ===== */
.tl {
  display: flex;
  gap: 0;
  margin-top: 64px;
  position: relative;
}

.tl::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  opacity: 0.4;
}

.tl-s { flex: 1; text-align: center; position: relative; padding: 0 16px; }

.tl-d {
  width: 16px;
  height: 16px;
  background: var(--accent);
  border-radius: 50%;
  margin: 28px auto 24px;
  box-shadow: 0 0 20px var(--accent-glow), 0 0 40px rgba(61, 86, 240, 0.2);
  position: relative;
}

.tl-d::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(61, 86, 240, 0.3);
  animation: pulse 2s infinite;
}

.tl-s h4 { font-size: 14px; font-weight: 700; margin-bottom: 8px; color: var(--accent); }
.tl-s p { font-size: 13px; color: var(--text-dim); font-weight: 300; line-height: 1.5; }

/* ===== FULL IMAGE ===== */
.fimg {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 48px;
  border: 1px solid rgba(61, 86, 240, 0.15);
}

.fimg img { width: 100%; display: block; }

.fimg-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 13, 24, 0.8) 0%, transparent 50%);
}

.fimg-t {
  position: absolute;
  bottom: 48px;
  left: 48px;
  z-index: 2;
  max-width: 600px;
}

.fimg-t h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 12px;
  text-shadow: 0 0 20px rgba(61, 86, 240, 0.3);
}

.fimg-t p { font-size: 15px; line-height: 1.7; color: rgba(255, 255, 255, 0.8); font-weight: 300; }

/* ===== THANK YOU ===== */
.ty {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ty-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.3) saturate(1.4);
}

.ty-ov {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 0%, var(--darker) 75%),
    radial-gradient(ellipse at 50% 50%, rgba(61, 86, 240, 0.1) 0%, transparent 50%);
}

.ty-c { position: relative; z-index: 2; text-align: center; }

.ty-c h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 30px rgba(61, 86, 240, 0.4));
}

.ty-c p { font-size: 18px; color: rgba(255, 255, 255, 0.8); font-weight: 300; max-width: 500px; margin: 0 auto; line-height: 1.7; }

/* ===== FOOTER ===== */
footer {
  padding: 40px 48px;
  text-align: center;
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 3px;
  background: var(--darker);
  border-top: 1px solid rgba(61, 86, 240, 0.15);
  font-weight: 500;
}

/* ===== BACKGROUNDS ===== */
.bg1 {
  background: var(--dark);
}

.bg2 {
  background: var(--darker);
}

/* ===== NOTE BOX ===== */
.note {
  text-align: center;
  padding: 32px;
  background: rgba(61, 86, 240, 0.04);
  border: 1px solid rgba(61, 86, 240, 0.12);
  border-radius: 16px;
  margin-top: 40px;
}

.note-h {
  color: var(--accent);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.note p { color: var(--text-dim); font-size: 15px; font-weight: 300; }

/* ===== ZONE MAP (Spatial Layout) ===== */
.zone-map {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(61, 86, 240, 0.15);
  background: rgba(61, 86, 240, 0.02);
  overflow: hidden;
  padding: 0;
}

.zone-map-label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  padding: 20px 24px 0;
  opacity: 0.7;
}

.zone-tent {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: rgba(61, 86, 240, 0.08);
  margin: 16px 20px 0;
  border-radius: 16px;
  border: 2px solid rgba(61, 86, 240, 0.2);
  position: relative;
  overflow: hidden;
}

.zone-tent::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 30%, rgba(61, 86, 240, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.zone-screen {
  background: rgba(0, 0, 0, 0.85);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 14px 0;
  text-align: center;
  margin: 0 auto;
  width: 50%;
  max-width: 320px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(74, 144, 255, 0.2);
}

.zone-screen span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
}

.zone-seating {
  background: rgba(255, 184, 0, 0.25);
  border: 2px solid rgba(255, 184, 0, 0.45);
  border-radius: 12px;
  margin: 12px 24px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.zone-seating:hover {
  background: rgba(255, 184, 0, 0.32);
  border-color: rgba(255, 184, 0, 0.6);
  box-shadow: inset 0 0 60px rgba(255, 184, 0, 0.08);
}

.zone-seating-inner {
  text-align: center;
  padding: 40px 24px;
}

.zone-seating-icon {
  font-size: 40px;
  margin-bottom: 16px;
  opacity: 0.4;
}

.zone-seating-inner h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 12px;
  letter-spacing: -0.5px;
  text-shadow: 0 0 20px rgba(255, 184, 0, 0.3);
}

.zone-seating-inner p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 1.6;
  max-width: 420px;
  margin: 0 auto;
}

.zone-bottom-row {
  display: grid;
  grid-template-columns: 1fr 0.6fr 1fr;
  gap: 0;
  margin: 0 12px;
  position: relative;
  z-index: 1;
}

.zone-gap-seat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.zone-gap-seat-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: rgba(61, 86, 240, 0.12);
  border: 1px solid rgba(61, 86, 240, 0.3);
  border-radius: 12px;
  padding: 14px 12px;
  text-align: center;
}

.zone-gap-seat-icon {
  font-size: 20px;
  line-height: 1;
}

.zone-gap-seat-inner span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.3;
}

.zone-act {
  background: rgba(74, 144, 255, 0.28);
  border: 2px solid rgba(74, 144, 255, 0.45);
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 140px;
  transition: all 0.4s;
}

.zone-act:hover {
  background: rgba(74, 144, 255, 0.38);
  border-color: rgba(74, 144, 255, 0.65);
  box-shadow: inset 0 0 40px rgba(74, 144, 255, 0.08);
}

.zone-act h5 {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 8px;
  line-height: 1.3;
}

.zone-act p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  line-height: 1.5;
}

.zone-act-seats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
  justify-content: center;
}

.zone-act-seats span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  padding: 4px 10px;
}

.zone-entrance {
  background: rgba(74, 144, 255, 0.5);
  border: 2px solid rgba(74, 144, 255, 0.6);
  border-radius: 8px;
  padding: 12px 0;
  text-align: center;
  margin: 12px auto 0;
  width: 55%;
  max-width: 360px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.zone-entrance:hover {
  background: rgba(74, 144, 255, 0.6);
  box-shadow: 0 0 20px rgba(74, 144, 255, 0.2);
}

.zone-entrance span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}

.zone-map-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.15);
}

.zone-map-footer span {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 600;
}

.zone-map-cap {
  color: var(--accent) !important;
  opacity: 0.6;
  letter-spacing: 5px !important;
}

@media (max-width: 768px) {
  .zone-tent {
    padding: 12px;
    margin: 12px 12px 0;
  }
  .zone-seating {
    margin: 10px 8px;
    min-height: 200px;
  }
  .zone-seating-inner h4 {
    font-size: 28px;
  }
  .zone-bottom-row {
    grid-template-columns: 1fr 0.3fr 1fr;
    margin: 0 8px;
  }
  .zone-act {
    padding: 16px 12px;
    min-height: 100px;
  }
  .zone-act h5 {
    font-size: 12px;
  }
  .zone-act p {
    display: none;
  }
  .zone-screen, .zone-entrance {
    width: 65%;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .g4 { grid-template-columns: 1fr 1fr; }
  .g3 { grid-template-columns: 1fr 1fr; }
  .g2 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .act { grid-template-columns: 1fr; }
  .act-i { width: 100%; height: 200px; }
  .tl { flex-wrap: wrap; }
  .tl-s { flex: 0 0 50%; margin-bottom: 32px; }
  .ss-arrow { width: 44px; height: 44px; font-size: 18px; }
  .sec-header { padding: 80px 0 60px; }
  .sec-header .num { font-size: 48px; }
}

@media (max-width: 768px) {
  .hero-content { left: 24px; bottom: 80px; max-width: calc(100vw - 48px); }
  .hero-top-bar { left: 24px; top: 80px; }
  .hero-brand { display: none; }
  .scroll-indicator { left: 24px; }
  .hero h1 { letter-spacing: -2px; }
  .hero-stat h3 { font-size: 22px; }
  .hero-stat-sep { height: 30px; }
  .g4, .g3 { grid-template-columns: 1fr; }
  nav { padding: 16px 24px; }
  .nav-links { display: none; }
  .container { padding: 0 24px; }
  .hero-stats { gap: 32px; flex-wrap: wrap; }
  .ss-arrow { width: 40px; height: 40px; font-size: 16px; }
  .ss-prev { left: 12px; }
  .ss-next { right: 12px; }
  .ss-controls { padding: 16px 0; gap: 16px; }
  .ss-dot.active { width: 18px; }
  .cursor-dot, .cursor-ring { display: none; }
  .mpanel.active { grid-template-columns: 1fr; }
  .sec-header { padding: 64px 0 48px; }
  .sec-header .container { flex-direction: column; align-items: flex-start; }
  .sec-header .num { font-size: 40px; }
  .sec-header .title { font-size: clamp(32px, 8vw, 48px); }
  .sec-header .desc { font-size: 16px; }
  .sec-header-line { width: 80px; }
  .sec-body { padding-top: 48px; padding-bottom: 80px; }
  .act-feature-body { padding: 28px 24px 32px; }
  .act-feature-body h4 { font-size: 22px; }
  .act-feature-body li { font-size: 14px; }
  .act-feature-quote { font-size: 16px; }
  .act-feature-num { top: 14px; left: 16px; font-size: 11px; padding: 6px 12px; }
}
