:root {
  --bg: #24262b;
  --paper: #d9d9dc;
  --panel: #2b2d33;
  --text: #111319;
  --muted: #4e525b;
  --line: #7a7f8a;
  --accent: #ff2f4f;
  --accent-soft: #ff667c;
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html,
body,
#root {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.06), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(255, 47, 79, 0.14), transparent 32%),
    var(--bg);
}

.page {
  max-width: 1020px;
  margin: 0 auto;
  padding: 18px;
  position: relative;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -42px;
  background: #ffffff;
  color: #12151b;
  border: 2px solid #12151b;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 700;
  text-decoration: none;
  z-index: 99;
}

.skip-link:focus {
  top: 12px;
}

.logo-band {
  background: #22252c;
  border-left: 1px solid #3a3f4a;
  border-right: 1px solid #3a3f4a;
  border-top: 1px solid #3a3f4a;
  border-radius: 12px 12px 0 0;
  padding: 12px 12px;
  display: flex;
  justify-content: center;
}

.header-logo {
  width: min(360px, 86%);
  max-height: 118px;
  object-fit: contain;
  display: block;
}

.hero {
  background: #0f131a;
  border-radius: 0 0 24px 24px;
  padding: 18px 18px 24px;
  position: relative;
  overflow: hidden;
  min-height: 540px;
}

.hero::before,
.hero::after {
  display: none;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: -8px 0 20px;
  padding: 8px 0 14px;
  border-bottom: 1px solid rgba(233, 236, 242, 0.28);
  position: relative;
  z-index: 4;
}

.brand {
  margin: 0;
  color: #f0f2f6;
  font-family: 'Oswald', sans-serif;
  font-size: 1.02rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-style: italic;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-links a {
  color: #f0f3f8;
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-links a:focus-visible,
.btn:focus-visible,
.footer a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

.nav-link {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  color: #1d222c !important;
  text-decoration: none;
  text-transform: uppercase;
  font-style: italic;
  font-size: 0.78rem;
}

.hero-content h1 {
  margin: 8px 0 10px;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  line-height: 0.96;
  text-transform: uppercase;
  font-style: italic;
  color: #f7f8fb;
  max-width: 700px;
  position: relative;
  z-index: 4;
}

.hero-content p {
  color: #e4e7ee;
  max-width: 640px;
  font-size: 1.05rem;
  position: relative;
  z-index: 4;
}

.hero-description {
  white-space: pre-line;
  line-height: 1.55;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #ff8ca0;
  font-size: 0.8rem;
  font-weight: 800;
  font-style: italic;
}

.location-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  background: linear-gradient(135deg, #1d2027, #2b2f38);
  color: #ffffff;
  border: 1px solid rgba(255, 102, 124, 0.55);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  padding: 9px 15px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.92rem;
}

.location-flag {
  font-size: 1.06rem;
  line-height: 1;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.btn {
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.3px;
  transition: transform 0.2s ease;
  position: relative;
  z-index: 4;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-media-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  object-position: center center;
  transform: none;
  filter: contrast(1.06) saturate(1.04);
  backface-visibility: hidden;
  will-change: opacity;
  animation: heroCycle 18s infinite;
}

.hero-media-item-1 {
  animation-delay: 0s;
}

.hero-media-item-2 {
  animation-delay: 6s;
}

.hero-media-item-3 {
  animation-delay: 12s;
}

.hero-media-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 11, 15, 0.62), rgba(9, 11, 15, 0.52)),
    radial-gradient(circle at 25% 20%, rgba(255, 47, 79, 0.2), transparent 40%);
}

@keyframes heroCycle {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  31% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-soft));
  color: #fff;
}

.btn-ghost {
  border: 2px solid rgba(255, 255, 255, 0.78);
  color: #f7f8fb;
  background: rgba(15, 19, 26, 0.5);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

.section {
  margin-top: 20px;
  background: var(--paper);
  border-radius: 24px;
  padding: 20px;
}

main .section:nth-child(even) {
  background: #272a31;
}

.section h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.15rem;
  margin: 0 0 16px;
  text-transform: uppercase;
  font-style: italic;
  color: #1e2026;
}

main .section:nth-child(even) h2 {
  color: #f3f4f7;
}

.grid {
  display: grid;
  gap: 16px;
}

.cards {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card,
.price-card,
.instructor-box {
  background: #f3f3f5;
  border: 1px solid #b3b7bf;
  border-radius: var(--radius);
  padding: 18px;
}

main .section:nth-child(even) .card,
main .section:nth-child(even) .price-card,
main .section:nth-child(even) .instructor-box {
  background: #343843;
  border-color: #4e5563;
  color: #f3f4f7;
}

.meta {
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
  font-style: italic;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid #9499a4;
  border-radius: var(--radius);
  background: #f1f1f3;
}

main .section:nth-child(even) .table-wrap {
  border-color: #4f5664;
  background: #2d313b;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f1f1f3;
}

caption {
  text-align: left;
  padding: 10px 12px 4px;
  color: #444955;
  font-weight: 700;
  font-size: 0.92rem;
}

main .section:nth-child(even) table {
  background: #2d313b;
}

main .section:nth-child(even) caption {
  color: #cfd4de;
}

th,
td {
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #b8bcc5;
  color: #23262d;
}

main .section:nth-child(even) td {
  color: #eceef3;
  border-bottom-color: #4f5664;
}

th {
  color: var(--accent);
  font-style: italic;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.6px;
}

main .section:nth-child(even) th {
  color: #ff7087;
  border-bottom-color: #596172;
}

.pricing {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.price {
  font-size: 1.8rem;
  margin: 4px 0;
  font-family: 'Oswald', sans-serif;
  font-style: italic;
  color: var(--accent);
}

.review-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.review-stars {
  margin: 0;
  color: #ffb347;
  letter-spacing: 2px;
  font-size: 1.1rem;
}

.small-note {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 12px;
}

.instructor ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.coach-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 18px;
  align-items: start;
}

.coach-photo-wrap {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #1e2128, #2e323c);
  border: 1px solid #4e5563;
  aspect-ratio: 1 / 1;
  min-height: 0;
  position: relative;
}

.coach-photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.footer {
  margin-top: 16px;
  background: #1e2026;
  border-radius: 20px;
  padding: 24px;
  color: #d7d9de;
}

.footer p {
  margin: 4px 0;
}

.footer a {
  color: #f3f4f6;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  border: 2px solid rgba(255, 255, 255, 0.5);
  z-index: 20;
}

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

.floating-whatsapp:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .page {
    padding: 12px;
  }

  .brand {
    font-size: 0.9rem;
  }

  .nav-link {
    padding: 9px 14px;
    font-size: 0.82rem;
  }

  .hero-content h1 {
    font-size: 2.3rem;
  }

  .section {
    padding: 16px;
  }

  .logo-band {
    padding: 12px 8px;
  }

  .header-logo {
    max-height: 90px;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0 12px;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    padding: 11px 14px;
    font-size: 0.92rem;
  }

  .coach-layout {
    grid-template-columns: 1fr;
  }

  .coach-photo-wrap,
  .coach-photo {
    min-height: 0;
  }
}
