:root {
  --bg: #2e2e2e;
  --surface: #353535;
  --text: #f5f5f0;
  --muted: #cfd1cb;
  --accent: #007bff;
  --accent-soft: rgba(0, 123, 255, 0.2);
  --radius: 18px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  background: radial-gradient(circle at 10% 10%, #3b3b3b 0, var(--bg) 48%), var(--bg);
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.06;
  background-image: radial-gradient(#ffffff 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  z-index: 0;
}

.topbar {
  position: relative;
  z-index: 1000;
}

main {
  position: relative;
  z-index: 1;
  padding-top: 5.2rem;
}

.topbar {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 6vw;
  background: rgb(51, 51, 51);
  border-bottom: 1px solid rgba(245, 245, 240, 0.09);
  backdrop-filter: blur(10px);
}

.logo {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  color: var(--text);
  text-decoration: none;
}

.menu {
  display: flex;
  gap: 1.6rem;
}

.menu a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.95rem;
}

.menu a:hover {
  color: var(--text);
}

.section {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 6.5rem 0;
}

.hero {
  min-height: 88vh;
  display: grid;
  align-items: center;
  position: relative;
}

.hero-grid {
  max-width: 760px;
}

.eyebrow {
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.title {
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  line-height: 0.98;
  margin-bottom: 1.3rem;
  font-weight: 800;
}

.title span {
  color: var(--accent);
}

.subtitle {
  max-width: 56ch;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--muted);
  margin-bottom: 2rem;
}

.cta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.btn {
  display: inline-flex;
  text-decoration: none;
  color: var(--text);
  background: linear-gradient(120deg, var(--accent), #0062cc);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.82rem 1.35rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 10px 30px var(--accent-soft);
}

.btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 36px var(--accent-soft);
}

.btn-small {
  padding: 0.6rem 1rem;
}

.text-link {
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 245, 240, 0.4);
}

.section-head {
  margin-bottom: 2.2rem;
}

.section-head h2,
.contact h2 {
  font-size: clamp(1.6rem, 4vw, 3rem);
  line-height: 1.08;
}

.cards,
.pricing-grid,
.trainers {
  display: grid;
  gap: 1rem;
}

.cards,
.trainers {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: stretch;
}

.card,
.price-card,
.trainer,
.contact {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 1.3rem;
}

.card h3,
.price-card h3,
.trainer h3 {
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}

.card p,
.trainer p,
.contact p,
.price-card ul {
  color: var(--muted);
}

.price {
  font-size: 2rem;
  font-weight: 800;
  margin: 0.7rem 0;
}

.price span {
  font-size: 0.95rem;
  color: var(--muted);
  font-weight: 500;
}

.price-card ul {
  list-style: none;
  display: grid;
  gap: 0.5rem;
  font-size: 0.95rem;
}

.featured {
  position: relative;
  overflow: hidden;
  border-color: rgba(0, 123, 255, 0.65);
}

.price-card.featured {
  padding-top: 2.2rem;
}

.price-card.featured.reveal.active {
  transform: translateY(0) scale(1.03);
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0rem;
  left: 0rem;
  padding: 0.28rem 0.52rem;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--accent);
  background: rgba(0, 123, 255, 0.14);
  border: 1px solid rgba(0, 123, 255, 0.38);
}

.contact {
  text-align: center;
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.orb {
  position: absolute;
  width: 280px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, rgba(0, 123, 255, 0.65), rgba(0, 123, 255, 0.02));
  filter: blur(4px);
  z-index: -1;
  will-change: transform;
}

.orb-1 {
  right: 3vw;
  top: 13%;
}

.orb-2 {
  right: 14vw;
  bottom: 8%;
  width: 180px;
}

.reveal {
  opacity: 0;
  transform: translateY(48px) scale(0.98);
  transition: opacity 0.9s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 860px) {
  .menu {
    display: none;
  }

  .section {
    padding: 5.2rem 0;
  }

  .price-card.featured.reveal.active {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 640px) {
  main {
    padding-top: 4.6rem;
  }

  .topbar {
    padding: 0.8rem 4vw;
    gap: 0.6rem;
  }

  .logo {
    font-size: 0.9rem;
    letter-spacing: 0.08em;
  }

  .btn-small {
    padding: 0.48rem 0.8rem;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .section {
    width: min(1120px, 94vw);
    padding: 4.2rem 0;
  }

  .hero {
    min-height: auto;
  }

  .cta {
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .cards .card {
    padding: 1rem;
    border-radius: 14px;
    height: 100%;
  }

  .cards .card:first-child {
    grid-column: 1 / -1;
    background: linear-gradient(140deg, rgba(0, 123, 255, 0.2), rgba(255, 255, 255, 0.03));
    border-color: rgba(0, 123, 255, 0.5);
  }

  .cards .card:nth-child(2),
  .cards .card:nth-child(3) {
    transform: none;
  }

  .pricing-grid {
    grid-template-columns: repeat(3, minmax(145px, 1fr));
    gap: 0.65rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .price-card {
    min-width: 145px;
    padding: 0.9rem;
    scroll-snap-align: start;
  }

  .price-card h3 {
    font-size: 0.98rem;
    margin-bottom: 0.4rem;
  }

  .price {
    font-size: 1.3rem;
    margin: 0.45rem 0;
  }

  .price span {
    font-size: 0.74rem;
  }

  .price-card ul {
    gap: 0.3rem;
    font-size: 0.76rem;
  }

  .badge {
    font-size: 0.6rem;
  }
}
