:root {
  --bg: #050607;
  --panel: #111417;
  --muted: #a6acb2;
  --neon: #b8ff1e;
  --neon-soft: #95d713;
  --line: #242a2f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: #fff;
  background: radial-gradient(circle at 20% 10%, #1c2227, #060708 40%, #030303);
  min-height: 100vh;
}

.noise-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 3px 3px;
}

.section-shell {
  position: relative;
  z-index: 2;
}

.glass-nav {
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.62);
  border-bottom: 1px solid rgba(184, 255, 30, 0.2);
}

.brand {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
  font-size: 2rem;
}

.brand span {
  color: var(--neon);
}

.nav-link {
  color: #f6f6f6 !important;
  margin-inline: 0.4rem;
}

.nav-link.active,
.nav-link:hover {
  color: var(--neon) !important;
}

.btn-neon {
  background: linear-gradient(90deg, var(--neon), var(--neon-soft));
  color: #0b0d0e;
  font-weight: 800;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0 0 1px rgba(157, 230, 20, 0.4), 0 8px 22px rgba(181, 255, 28, 0.22);
}

.btn-neon:hover {
  color: #000;
  transform: translateY(-1px);
}

.btn-outline-neon {
  border-color: rgba(184, 255, 30, 0.5);
  color: var(--neon);
}

.btn-outline-neon:hover {
  background: rgba(184, 255, 30, 0.14);
  color: var(--neon);
}

.hero {
  min-height: 72vh;
  padding-top: 92px;
  padding-bottom: 48px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.2)), url('https://images.unsplash.com/photo-1534367507873-d2d7e24c797f?auto=format&fit=crop&w=1600&q=80');
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--line);
}

.hero-kicker,
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
}

.hero-kicker {
  color: var(--neon);
  font-size: 1.2rem;
}

.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 0.93;
  margin-bottom: 0.8rem;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.8);
}

.hero-subtitle {
  max-width: 580px;
  color: #d5d8dc;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.program-card {
  min-height: 255px;
  border-radius: 16px;
  border: 1px solid #2b3238;
  position: relative;
  overflow: hidden;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
}

.program-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
}

.program-card .content {
  position: absolute;
  bottom: 0;
  padding: 1.1rem;
}

.program-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  margin-bottom: 0.2rem;
}

.program-card p,
.text-muted-light {
  color: var(--muted);
}

.panel {
  background: linear-gradient(180deg, rgba(23, 27, 30, 0.95), rgba(14, 17, 19, 0.95));
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.4rem;
}

.feature-list {
  padding-left: 1.2rem;
  color: #d7dbe0;
}

.feature-list li {
  margin-bottom: 0.7rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stat {
  font-size: clamp(2rem, 7vw, 3.5rem);
  margin: 0;
  color: var(--neon);
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1;
}

.trainer-card {
  background: #111518;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.trainer-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.trainer-card h4 {
  margin: 0;
  font-weight: 700;
}

.trainer-card p {
  margin: 0;
  color: var(--muted);
}

.form-control-dark {
  background: #0d0f11;
  border: 1px solid #272d33;
  color: #fff;
}

.form-control-dark:focus {
  background: #0d0f11;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(184, 255, 30, 0.2);
  border-color: rgba(184, 255, 30, 0.7);
}

.mini-map {
  border-radius: 12px;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid #2e363c;
  background: #0f1418;
}

.mini-map iframe {
  width: 100%;
  height: 230px;
  border: 0;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.site-footer {
  border-top: 1px solid #1f252a;
  padding: 1.1rem 0;
  background: rgba(4, 6, 8, 0.95);
}

.site-footer p {
  color: #9aa1a8;
  font-size: 0.95rem;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 62vh;
    padding-top: 84px;
    padding-bottom: 38px;
  }

  .navbar-collapse {
    background: rgba(8, 8, 8, 0.95);
    border: 1px solid #20262b;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .hero {
    min-height: 56vh;
    padding-bottom: 24px;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }

  .program-card {
    min-height: 210px;
  }

  .trainer-card img {
    height: 220px;
  }

  .mini-map,
  .mini-map iframe {
    height: 185px;
    min-height: 185px;
  }
}
