:root {
  --black: #07090b;
  --slate: #101c2d;
  --panel: rgba(16, 28, 45, 0.82);
  --green: #baff29;
  --silver: #c7d0d9;
  --muted: #7f8994;
  --coral: #ff4d4d;
  --line: rgba(199, 208, 217, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--silver);
  font-family: "Inter Tight", Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 50;
  transform: translateY(-140%);
  background: var(--green);
  color: var(--black);
  padding: 10px 14px;
  font-weight: 1000;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(186, 255, 41, 0.62);
  outline-offset: 3px;
}

.fit-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 9, 11, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.fit-nav {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 20px 42px;
}

.fit-brand,
.fit-hero h1,
.fit-heading h2,
.booking-copy h2 {
  font-family: "Avenir Next Condensed", "Inter Tight", Arial, sans-serif;
  text-transform: uppercase;
}

.fit-brand {
  color: white;
  font-size: 26px;
  font-weight: 900;
}

.fit-links {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-weight: 800;
}

.fit-cta,
.fit-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--green);
  border-radius: 4px;
  background: var(--green);
  color: var(--black);
  font-weight: 1000;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.fit-cta:hover,
.fit-ghost:hover {
  transform: translateY(-1px);
}

.fit-cta:hover {
  background: #d0ff62;
  border-color: #d0ff62;
}

.fit-ghost {
  background: transparent;
  color: var(--silver);
  border-color: var(--line);
}

.fit-hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: center;
  padding: 90px 42px;
  overflow: hidden;
}

.fit-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25) contrast(1.15);
}

.fit-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 9, 11, 0.94), rgba(7, 9, 11, 0.62), rgba(7, 9, 11, 0.18));
}

.fit-hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
}

.fit-kicker {
  margin: 0 0 14px;
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.fit-hero h1 {
  margin: 0;
  color: white;
  font-size: 82px;
  line-height: 0.96;
  font-weight: 1000;
}

.fit-hero p,
.fit-heading p,
.booking-copy p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

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

.session-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.session-pills span {
  padding: 8px 10px;
  border: 1px solid rgba(199, 208, 217, 0.18);
  border-radius: 999px;
  background: rgba(16, 28, 45, 0.72);
  color: var(--silver);
  font-size: 13px;
}

.live-panel {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 42px;
  display: grid;
  gap: 6px;
  min-width: 290px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  backdrop-filter: blur(18px);
}

.zone-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 12px;
}

.zone-map span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(186, 255, 41, 0.25);
  background: rgba(7, 9, 11, 0.38);
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(186, 255, 41, 0.55);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 12px rgba(186, 255, 41, 0);
  }
}

.metric-strip,
.schedule-section,
.systems-section,
.pricing-section,
.coach-section,
.booking-section {
  padding: 86px 42px;
  border-top: 1px solid var(--line);
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.metric {
  padding: 26px;
  background: var(--black);
}

.metric span,
.class-card span,
.system-card span,
.price-card span {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.metric strong {
  display: block;
  margin: 8px 0;
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 48px;
}

.metric small {
  color: var(--muted);
}

.fit-heading {
  max-width: 940px;
  margin-bottom: 28px;
}

.fit-heading h2,
.booking-copy h2 {
  margin: 0;
  color: white;
  font-size: 54px;
  line-height: 1.02;
}

.day-selector {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.day-selector button {
  width: 48px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--slate);
  color: var(--silver);
  cursor: pointer;
}

.day-selector button:first-child {
  background: var(--green);
  color: var(--black);
  border-color: var(--green);
  font-weight: 900;
}

.class-grid,
.system-grid,
.price-grid,
.coach-grid,
.booking-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.class-card,
.system-card,
.price-card,
.coach-card,
.fit-form {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  backdrop-filter: blur(14px);
}

.class-card,
.system-card,
.price-card {
  padding: 22px;
}

.class-card,
.system-card,
.price-card,
.coach-card {
  transition: border-color 180ms ease, transform 180ms ease;
}

.class-card:hover,
.system-card:hover,
.price-card:hover,
.coach-card:hover {
  border-color: rgba(186, 255, 41, 0.5);
  transform: translateY(-2px);
}

.class-card.hot {
  border-color: rgba(255, 77, 77, 0.55);
}

.class-card div {
  display: grid;
  gap: 8px;
}

.class-card strong,
.system-card h3 {
  color: white;
  font-size: 26px;
}

.class-card p,
.system-card p,
.price-card p,
.coach-card p {
  color: var(--muted);
  line-height: 1.55;
}

meter {
  width: 100%;
  height: 10px;
  margin: 12px 0 18px;
}

.class-card a,
.price-card a,
.fit-footer a {
  color: var(--green);
  font-weight: 1000;
  text-transform: uppercase;
}

.fit-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.systems-section {
  background: #0a0d12;
}

.progress {
  height: 8px;
  background: #020304;
  border: 1px solid var(--line);
}

.progress span {
  display: block;
  height: 100%;
  background: var(--green);
}

.progress.coral span {
  background: var(--coral);
}

.price-card strong {
  display: block;
  margin: 16px 0;
  color: white;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 52px;
}

.price-card.featured {
  border-color: var(--green);
}

.coach-card {
  overflow: hidden;
}

.coach-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.coach-card h3,
.coach-card p {
  margin-left: 18px;
  margin-right: 18px;
}

.coach-card h3 {
  color: white;
  font-size: 28px;
}

.booking-section {
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 0.7fr);
  align-items: start;
}

.fit-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.fit-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.fit-form input,
.fit-form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #030405;
  color: white;
  padding: 12px 0;
}

.fit-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px 42px;
  border-top: 1px solid var(--line);
}

.fit-footer strong {
  color: white;
  font-size: 22px;
}

.fit-footer p {
  color: var(--muted);
}

.reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 1040px) {
  .fit-links {
    display: none;
  }

  .fit-nav,
  .booking-section,
  .fit-footer {
    grid-template-columns: 1fr auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .class-grid,
  .system-grid,
  .price-grid,
  .coach-grid,
  .metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-section {
    grid-template-columns: 1fr;
  }

  .live-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 26px;
    width: min(100%, 360px);
  }
}

@media (max-width: 680px) {
  .fit-hero,
  .metric-strip,
  .schedule-section,
  .systems-section,
  .pricing-section,
  .coach-section,
  .booking-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .fit-hero h1,
  .fit-heading h2,
  .booking-copy h2 {
    font-size: 44px;
  }

  .class-grid,
  .system-grid,
  .price-grid,
  .coach-grid,
  .metric-strip {
    grid-template-columns: 1fr;
  }

  .fit-footer {
    grid-template-columns: 1fr;
  }
}
