:root {
  --fit-primary: #12b981;
  --fit-primary-dark: #047857;
  --fit-accent: #f97316;
  --fit-ink: #111827;
  --fit-muted: #64748b;
  --fit-soft: #f6faf8;
  --fit-panel: #0f172a;
  --fit-line: #e2e8f0;
  --fit-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.trainer-page {
  background: #fbfdfc;
  color: var(--fit-ink);
  overflow: hidden;
}

.gym-page {
  --gym-accent: var(--fit-primary);
  background: #fbfdfc;
  color: var(--fit-ink);
  overflow: hidden;
}

.gym-page .hero {
  padding: 76px 0 48px;
}

.gym-page .hero .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 470px);
  gap: 44px;
  align-items: center;
}

.gym-page .copy,
.gym-page .section-head,
.gym-page .visual,
.gym-page .panel {
  display: grid;
  gap: 16px;
}

.gym-page .kicker {
  color: var(--gym-accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gym-page h1,
.gym-page h2,
.gym-page h3,
.gym-page p {
  margin: 0;
}

.gym-page h1 {
  max-width: 780px;
  color: var(--fit-ink);
  font-size: clamp(2.25rem, 5.5vw, 5rem);
  font-weight: 700;
  line-height: 1;
}

.gym-page h2 {
  color: var(--fit-ink);
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
}

.gym-page h3 {
  color: var(--fit-ink);
  font-size: 1.08rem;
  font-weight: 700;
}

.gym-page p {
  color: var(--fit-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.gym-page .hero p {
  max-width: 650px;
  font-size: 1.08rem;
}

.gym-page .actions,
.gym-page .signals,
.gym-page .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gym-page .signals span,
.gym-page .tags span,
.gym-page .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  color: #334155;
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

.gym-page .visual {
  padding: 22px;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--gym-accent) 24%, transparent), transparent 38%),
    #fff;
  border: 1px solid var(--fit-line);
  border-radius: 24px;
  box-shadow: var(--fit-shadow);
}

.gym-page .brand-card,
.gym-page .metric-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 18px;
}

.gym-page .brand-mark,
.gym-page .avatar {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--gym-accent);
  border-radius: 18px;
  font-weight: 700;
  overflow: hidden;
}

.gym-page .brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gym-page .brand-card span,
.gym-page .metric-card span {
  display: block;
  color: var(--fit-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.gym-page .brand-card strong,
.gym-page .metric-card strong {
  display: block;
  color: var(--fit-ink);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
}

.gym-page .metric-card.primary {
  color: #fff;
  background: #0b1110;
  border-color: #0b1110;
}

.gym-page .metric-card.primary span,
.gym-page .metric-card.primary strong {
  color: #fff;
}

.gym-page .metric-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gym-page .experience,
.gym-page .team,
.gym-page .contact {
  padding: 62px 0;
}

.gym-page .experience {
  background: #fff;
  border-top: 1px solid var(--fit-line);
  border-bottom: 1px solid var(--fit-line);
}

.gym-page .section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.gym-page .tiles,
.gym-page .team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gym-page .tiles article,
.gym-page .team-grid article,
.gym-page .empty-state,
.gym-page .panel {
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 18px;
  box-shadow: var(--fit-shadow);
}

.gym-page .tiles article,
.gym-page .team-grid article,
.gym-page .empty-state {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
}

.gym-page .tiles i,
.gym-page .empty-state i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--gym-accent);
  background: color-mix(in srgb, var(--gym-accent) 10%, #fff);
  border-radius: 14px;
}

.gym-page .team-grid article {
  position: relative;
}

.gym-page .team-grid .avatar {
  border-radius: 50%;
}

.gym-page .coach-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  color: var(--fit-ink);
  font-weight: 700;
  text-decoration: none;
}

.gym-page .coach-link:hover {
  color: var(--gym-accent);
}

.gym-page .panel {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 30px;
}

.trainer-page .hero {
  padding: 76px 0 46px;
}

.trainer-page .grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 48px;
  align-items: center;
}

.trainer-page .copy,
.trainer-page .section-head,
.trainer-page .panel {
  display: grid;
  gap: 16px;
}

.trainer-page .kicker {
  color: var(--fit-primary-dark);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.trainer-page h1,
.trainer-page h2,
.trainer-page h3,
.trainer-page p {
  margin: 0;
}

.trainer-page h1 {
  color: var(--fit-ink);
  font-size: clamp(2.4rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: 0.98;
}

.trainer-page .hero h2 {
  max-width: 720px;
  color: #1f2937;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.12;
}

.trainer-page p {
  color: var(--fit-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.trainer-page .hero p {
  max-width: 640px;
  font-size: 1.08rem;
}

.trainer-page .actions,
.trainer-page .signals,
.trainer-page .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trainer-page .signals span,
.trainer-page .tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #334155;
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
}

.trainer-page .visual {
  min-height: 440px;
  display: grid;
  place-items: center;
}

.trainer-page .visual svg {
  width: min(100%, 520px);
  height: auto;
  filter: drop-shadow(0 28px 60px rgba(15, 23, 42, 0.16));
}

.trainer-page .visual img {
  display: block;
  width: min(100%, 520px);
  aspect-ratio: 1.04;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.16);
}

.trainer-page .visual .panel {
  fill: #fff;
  stroke: var(--fit-line);
  stroke-width: 2;
}

.trainer-page .visual .avatar,
.trainer-page .visual .metric,
.trainer-page .visual .mini {
  fill: var(--fit-soft);
  stroke: var(--fit-line);
  stroke-width: 2;
}

.trainer-page .visual .mark,
.trainer-page .visual .spark,
.trainer-page .visual .progress {
  fill: none;
  stroke: var(--fit-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10;
}

.trainer-page .visual .line {
  fill: #dbeafe;
}

.trainer-page .visual .line.strong {
  fill: var(--fit-ink);
}

.trainer-page .visual .line.soft {
  fill: #fed7aa;
}

.trainer-page .visual .progress {
  stroke: #e5e7eb;
}

.trainer-page .visual .progress.hot,
.trainer-page .visual .spark {
  stroke: var(--fit-accent);
}

.trainer-page .approach,
.trainer-page .specialties,
.trainer-page .offers,
.trainer-page .consultations,
.trainer-page .apply {
  padding: 62px 0;
}

.trainer-page .offers {
  background: #f8fafc;
  border-bottom: 1px solid var(--fit-line);
}

.trainer-page .offer-grid,
.trainer-page .consultation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.trainer-page .offer-grid article,
.trainer-page .consultation-grid article {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.trainer-page .offer-grid article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.trainer-page .offer-copy {
  display: grid;
  flex: 1;
  gap: 10px;
  padding: 24px;
}

.trainer-page .offer-type {
  width: fit-content;
  padding: 6px 9px;
  color: #9a3412;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 700;
}

.trainer-page .offer-grid h3,
.trainer-page .consultation-grid h3 {
  color: var(--fit-ink);
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.3;
}

.trainer-page .offer-prices {
  display: grid;
  gap: 1px;
  padding-top: 1px;
  background: var(--fit-line);
}

.trainer-page .offer-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 15px 18px;
  background: #fff;
}

.trainer-page .offer-price > div {
  display: grid;
  gap: 2px;
}

.trainer-page .offer-price strong {
  color: var(--fit-ink);
  font-size: 1.08rem;
  font-weight: 700;
}

.trainer-page .offer-price span {
  color: var(--fit-muted);
  font-size: 0.8rem;
}

.trainer-page .offer-price .btn,
.trainer-page .consultation-grid .btn {
  white-space: nowrap;
}

.trainer-page .consultations {
  background: #fff;
}

.trainer-page .consultation-grid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px;
}

.trainer-page .consultation-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #075985;
  background: #e0f2fe;
  border-radius: 8px;
}

.trainer-page .consultation-grid article > div:nth-child(2) {
  display: grid;
  gap: 8px;
}

.trainer-page .consultation-grid .btn {
  grid-column: 1 / -1;
  width: 100%;
}

.trainer-page .consultation-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
}

.trainer-page .consultation-meta span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #475569;
  font-size: 0.82rem;
  font-weight: 700;
}

.trainer-page .section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.trainer-page .section-head h2,
.trainer-page .panel h2 {
  color: var(--fit-ink);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.06;
}

.trainer-page .content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.trainer-page .content-grid article,
.trainer-page .panel,
.trainer-page blockquote {
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 18px;
  box-shadow: var(--fit-shadow);
}

.trainer-page .content-grid article {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.trainer-page .content-grid i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--fit-primary-dark);
  background: var(--fit-soft);
  border-radius: 14px;
}

.trainer-page .content-grid h3 {
  color: var(--fit-ink);
  font-size: 1.15rem;
  font-weight: 700;
}

.trainer-page .specialties {
  background: #fff;
  border-top: 1px solid var(--fit-line);
  border-bottom: 1px solid var(--fit-line);
}

.trainer-page .specialties .container {
  display: grid;
  gap: 18px;
}

.trainer-page .panel {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 30px;
}

.trainer-page .lead-form {
  display: grid;
  gap: 16px;
  min-width: min(520px, 100%);
}

.trainer-page .lead-form .hidden-field {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.trainer-page .lead-form .fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trainer-page .lead-form label {
  display: grid;
  gap: 7px;
  margin: 0;
}

.trainer-page .lead-form label.wide {
  grid-column: 1 / -1;
}

.trainer-page .lead-form span {
  color: #334155;
  font-size: 0.86rem;
  font-weight: 700;
}

.trainer-page .lead-form input,
.trainer-page .lead-form select,
.trainer-page .lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--fit-ink);
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 10px;
  font: inherit;
}

.trainer-page .lead-form textarea {
  min-height: 104px;
  resize: vertical;
}

.trainer-page .lead-form input:focus,
.trainer-page .lead-form select:focus,
.trainer-page .lead-form textarea:focus {
  border-color: var(--fit-primary);
  box-shadow: 0 0 0 3px rgba(18, 185, 129, 0.14);
  outline: none;
}

.trainer-page .lead-form .submit-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.trainer-page .lead-form .submit-row p {
  font-size: 0.92rem;
}

.trainer-page .lead-form .form-message {
  display: none;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.94rem;
  font-weight: 700;
}

.trainer-page .lead-form .form-message.is-success,
.trainer-page .lead-form .form-message.is-error {
  display: block;
}

.trainer-page .lead-form .form-message.is-success {
  color: #065f46;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}

.trainer-page .lead-form .form-message.is-error {
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.trainer-page blockquote {
  margin: 18px 0 0;
  padding: 26px;
}

.trainer-page blockquote p {
  color: var(--fit-ink);
  font-size: 1.2rem;
  font-weight: 700;
}

.trainer-page blockquote cite {
  display: block;
  margin-top: 12px;
  color: var(--fit-muted);
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .gym-page .hero .container,
  .gym-page .tiles,
  .gym-page .team-grid,
  .gym-page .panel,
  .trainer-page .grid,
  .trainer-page .content-grid,
  .trainer-page .offer-grid,
  .trainer-page .consultation-grid,
  .trainer-page .panel {
    grid-template-columns: 1fr;
  }

  .trainer-page .visual {
    min-height: 320px;
  }
}

@media (max-width: 575.98px) {
  .gym-page .hero {
    padding: 42px 0 34px;
  }

  .gym-page .actions,
  .gym-page .panel {
    align-items: stretch;
    flex-direction: column;
  }

  .gym-page .actions .btn,
  .gym-page .panel .btn {
    width: 100%;
  }

  .gym-page .metric-row {
    grid-template-columns: 1fr;
  }

  .gym-page .experience,
  .gym-page .team,
  .gym-page .contact {
    padding: 42px 0;
  }

  .trainer-page .hero {
    padding: 42px 0 34px;
  }

  .trainer-page .actions,
  .trainer-page .panel,
  .trainer-page .lead-form .submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .trainer-page .actions .btn,
  .trainer-page .panel .btn {
    width: 100%;
  }

  .trainer-page .lead-form .fields {
    grid-template-columns: 1fr;
  }

  .trainer-page .visual {
    min-height: 260px;
  }

  .trainer-page .approach,
  .trainer-page .specialties,
  .trainer-page .offers,
  .trainer-page .consultations,
  .trainer-page .apply {
    padding: 42px 0;
  }

  .trainer-page .offer-price {
    grid-template-columns: 1fr;
  }

  .trainer-page .offer-price .btn {
    width: 100%;
  }
}

body {
  background: #fff;
  color: var(--fit-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body b,
body strong,
body .fw-bold,
body .fw-bolder,
body .font-weight-bold,
body .font-weight-bolder {
  font-weight: 700 !important;
}

body .header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  position: sticky;
  top: 0;
  z-index: 50;
}

.header .navbar {
  background: transparent !important;
  min-height: 76px;
  padding: 0;
}

.header .navbar .container {
  gap: 20px;
}

.header .navbar-brand {
  align-items: center;
  color: var(--fit-ink);
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0;
  text-decoration: none;
}

.header .navbar-brand:hover {
  color: var(--fit-ink);
}

.header .brand-mark {
  background: linear-gradient(135deg, var(--fit-primary), var(--fit-primary-dark));
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(18, 185, 129, 0.25);
  color: #fff;
  display: grid;
  flex: 0 0 auto;
  font-size: 17px;
  height: 48px;
  place-items: center;
  width: 48px;
}

.header .navbar-toggler {
  border-color: var(--fit-line);
}

.header .navbar-collapse {
  background: transparent;
}

.header .navbar-nav {
  align-items: center;
  gap: 12px;
}

.header .navbar-nav .nav-link {
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 8px;
}

.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link.active {
  color: var(--fit-primary-dark);
}

.header .btn-top,
.mobile-floating-join {
  background: var(--fit-primary);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(18, 185, 129, 0.24);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 22px;
}

.mobile-floating-join {
  display: none;
}

.text-gold-gradient {
  background: none;
  color: var(--fit-primary-dark);
  -webkit-text-fill-color: currentColor;
}

.btn-gold,
.btn-primary.btn-outline-gold,
.btn-outline-gold,
.btn-learn-more {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 44px;
  padding: 10px 26px;
  text-decoration: none;
}

.btn-gold,
.btn-primary.btn-outline-gold {
  background: var(--fit-primary);
  border: 1px solid var(--fit-primary);
  color: #fff;
}

.btn-gold:hover,
.btn-gold:focus,
.btn-primary.btn-outline-gold:hover,
.btn-primary.btn-outline-gold:focus {
  background: var(--fit-primary-dark);
  border-color: var(--fit-primary-dark);
  color: #fff;
}

.btn-outline-gold,
.btn-learn-more {
  background: #fff;
  border: 1px solid var(--fit-line);
  color: var(--fit-ink);
}

.btn-outline-gold:hover,
.btn-outline-gold:focus,
.btn-learn-more:hover,
.btn-learn-more:focus {
  border-color: var(--fit-primary);
  color: var(--fit-primary-dark);
}

.bg-dark-blue {
  background: #fff !important;
}

.section-title {
  color: var(--fit-ink);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 16px;
}

.section-subtitle,
.cms-page-content {
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
}

.cms-page-content h1,
.cms-page-content h2,
.cms-page-content h3,
.cms-page-content h4 {
  color: var(--fit-ink);
  font-weight: 700;
  letter-spacing: 0;
  margin: 1.4em 0 0.65em;
}

.cms-page-content a {
  color: var(--fit-primary-dark);
  font-weight: 700;
}

.cms-page-content img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

.fitness-page {
  background: #fff;
  color: var(--fit-ink);
  line-height: 1.5;
}

.fitness-page a {
  color: inherit;
  text-decoration: none;
}

.fitness-page .container {
  max-width: 1180px;
}

.fitness-page .eyebrow {
  align-items: center;
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  color: var(--fit-primary-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  padding: 8px 13px;
}

.fitness-page .button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  padding: 14px 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.fitness-page .button:hover {
  transform: translateY(-2px);
}

.fitness-page .button.primary {
  background: var(--fit-primary);
  box-shadow: 0 14px 32px rgba(18, 185, 129, 0.24);
  color: #fff;
}

.fitness-page .button.dark {
  background: var(--fit-panel);
  color: #fff;
}

.fitness-page .button.light {
  background: #fff;
  border: 1px solid var(--fit-line);
  color: #111827;
}

.fitness-page .section {
  padding: 82px 0;
}

.fitness-page .section.head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 34px;
  padding: 0;
}

.fitness-page .section.head h2 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  max-width: 700px;
}

.fitness-page .section.head p {
  color: var(--fit-muted);
  font-size: 18px;
  margin: 0;
  max-width: 520px;
}

.fitness-page .hero {
  background: linear-gradient(135deg, #f0fdf4 0%, #fff 45%, #fff7ed 100%);
  overflow: hidden;
  padding: 80px 0 64px;
  position: relative;
}

.fitness-page .hero .grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: 1.05fr 0.95fr;
  position: relative;
  z-index: 1;
}

.fitness-page .hero .content h1 {
  font-size: 74px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 18px 0 20px;
}

.fitness-page .hero .content h1 span {
  color: var(--fit-primary-dark);
}

.fitness-page .hero .content p {
  color: #475569;
  font-size: 21px;
  margin: 0 0 28px;
  max-width: 700px;
}

.fitness-page .hero .actions,
.fitness-page .hero .proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 0;
}

.fitness-page .proof.item {
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
  padding: 14px 18px;
}

.fitness-page .proof.item b {
  display: block;
  font-size: 22px;
}

.fitness-page .proof.item span {
  color: var(--fit-muted);
  font-size: 13px;
  font-weight: 700;
}

.fitness-page .hero .panel {
  background: var(--fit-panel);
  border-radius: 28px;
  box-shadow: var(--fit-shadow);
  color: #fff;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.fitness-page .program.item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  margin-bottom: 14px;
  padding: 20px;
}

.fitness-page .program.item small {
  color: #86efac;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fitness-page .program.item h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 8px 0;
}

.fitness-page .program.item p {
  color: #dbeafe;
  font-size: 15px;
  margin: 0;
}

.fitness-page .check.item {
  align-items: center;
  color: #e2e8f0;
  display: flex;
  font-weight: 700;
  gap: 10px;
  margin: 14px 0;
}

.fitness-page .check.item span,
.fitness-page .criterion.item span {
  background: var(--fit-primary);
  border-radius: 50%;
  color: #fff;
  display: grid;
  flex: 0 0 25px;
  font-size: 13px;
  height: 25px;
  place-items: center;
  width: 25px;
}

.fitness-page .feature.grid,
.fitness-page .program-showcase.grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.fitness-page .feature.card,
.fitness-page .program-card {
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 8px;
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.06);
  padding: 28px;
}

.fitness-page .feature.icon {
  background: #ecfdf5;
  border-radius: 8px;
  color: var(--fit-primary-dark);
  display: grid;
  font-size: 25px;
  height: 54px;
  margin-bottom: 20px;
  place-items: center;
  width: 54px;
}

.fitness-page .feature.card h3,
.fitness-page .program-card.body h3 {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.fitness-page .feature.card p,
.fitness-page .program-card.body p {
  color: var(--fit-muted);
  margin: 0;
}

.fitness-page .pathway.section {
  background: var(--fit-panel);
  color: #fff;
}

.fitness-page .pathway.section .section.head p {
  color: #cbd5e1;
}

.fitness-page .pathway.grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.fitness-page .pathway.step {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 24px;
}

.fitness-page .pathway.step span {
  background: var(--fit-primary);
  border-radius: 50%;
  display: grid;
  font-weight: 700;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  width: 38px;
}

.fitness-page .pathway.step h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 8px;
}

.fitness-page .pathway.step p {
  color: #cbd5e1;
  margin: 0;
}

.fitness-page .coaching.layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: 0.9fr 1.1fr;
}

.fitness-page .coaching.quote {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  padding: 34px;
}

.fitness-page .coaching.quote h2,
.fitness-page .tracking.content h2 {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 16px 0 18px;
}

.fitness-page .coaching.quote p,
.fitness-page .tracking.content p {
  color: #7c2d12;
  font-size: 18px;
  margin: 0 0 24px;
}

.fitness-page .coaching.grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.fitness-page .coach.item {
  align-items: center;
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 8px;
  display: flex;
  gap: 16px;
  padding: 16px;
}

.fitness-page .coach.avatar {
  background: linear-gradient(135deg, var(--fit-panel), #334155);
  border-radius: 8px;
  color: #fff;
  display: grid;
  flex: 0 0 58px;
  font-weight: 700;
  height: 58px;
  place-items: center;
  width: 58px;
}

.fitness-page .coach.item b {
  display: block;
}

.fitness-page .coach.item span {
  color: var(--fit-muted);
  font-size: 14px;
}

.fitness-page .program-showcase.section {
  background: var(--fit-soft);
  border-bottom: 1px solid var(--fit-line);
  border-top: 1px solid var(--fit-line);
}

.fitness-page .program-showcase.section .actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.fitness-page .program-card {
  overflow: hidden;
  padding: 0;
}

.fitness-page .program-card.top {
  background: linear-gradient(135deg, var(--fit-panel), var(--fit-primary-dark));
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: space-between;
  padding: 24px;
}

.fitness-page .program-card.top strong {
  font-size: 15px;
}

.fitness-page .program-card.top b {
  font-size: 34px;
  letter-spacing: 0;
  line-height: 1;
}

.fitness-page .program-card.body {
  padding: 24px;
}

.fitness-page .program-card.body p {
  margin-bottom: 18px;
}

.fitness-page .program-card.body span {
  background: #f1f5f9;
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 12px;
}

.fitness-page .program-card.link {
  color: var(--fit-primary-dark);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  margin-left: 12px;
}

.fitness-page .tracking.section {
  background: linear-gradient(135deg, #ecfdf5, #fff, #fff7ed);
  border-bottom: 1px solid var(--fit-line);
  border-top: 1px solid var(--fit-line);
}

.fitness-page .tracking.box {
  align-items: center;
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 8px;
  box-shadow: var(--fit-shadow);
  display: grid;
  gap: 22px;
  grid-template-columns: 1.05fr 0.95fr;
  padding: 38px;
}

.fitness-page .tracking.content p {
  color: var(--fit-muted);
}

.fitness-page .tracking.criteria {
  display: grid;
  gap: 12px;
}

.fitness-page .criterion.item {
  align-items: start;
  background: #f8fafc;
  border: 1px solid var(--fit-line);
  border-radius: 8px;
  display: flex;
  font-weight: 700;
  gap: 12px;
  padding: 16px;
}

.fitness-page .newsletter.section {
  background: linear-gradient(135deg, #fff, #f8fafc);
  border-top: 1px solid var(--fit-line);
}

.fitness-page .newsletter.layout {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
}

.fitness-page .newsletter.content h2 {
  color: var(--fit-ink);
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 18px 0 16px;
  max-width: 720px;
}

.fitness-page .newsletter.content p {
  color: #475569;
  font-size: 19px;
  line-height: 1.65;
  margin: 0;
  max-width: 640px;
}

.fitness-page .newsletter.proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.fitness-page .newsletter.proof span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  padding: 8px 12px;
}

.fitness-page .newsletter.form {
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 8px;
  box-shadow: var(--fit-shadow);
  display: grid;
  gap: 14px;
  padding: 24px;
}

.fitness-page .newsletter.trap {
  display: none;
}

.fitness-page .newsletter.field {
  display: grid;
  gap: 7px;
  margin: 0;
}

.fitness-page .newsletter.field span {
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.fitness-page .newsletter.field input {
  border: 1px solid var(--fit-line);
  border-radius: 8px;
  color: var(--fit-ink);
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.fitness-page .newsletter.field input:focus {
  border-color: var(--fit-primary);
  box-shadow: 0 0 0 3px rgba(18, 185, 129, 0.14);
  outline: none;
}

.fitness-page .newsletter.message {
  color: var(--fit-muted);
  font-size: 14px;
  margin: 0;
  min-height: 20px;
}

.fitness-page .apply.section {
  background: var(--fit-panel);
  color: #fff;
  text-align: center;
}

.fitness-page .apply.section h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto 16px;
  max-width: 820px;
}

.fitness-page .apply.section p {
  color: #cbd5e1;
  font-size: 18px;
  margin: 0 auto 28px;
  max-width: 680px;
}

.auth-page {
  background: linear-gradient(135deg, #f0fdf4 0%, #fff 46%, #fff7ed 100%);
  color: var(--fit-ink);
  min-height: calc(100vh - 76px);
  overflow: hidden;
  padding: 64px 0;
  position: relative;
}

.auth-page .container {
  max-width: 1120px;
  position: relative;
  z-index: 1;
}

.auth-panel {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.78fr);
}

.auth-panel-login {
  max-width: 1040px;
  margin: 0 auto;
}

.auth-heading,
.auth-card {
  border-radius: 8px;
}

.auth-heading {
  background: var(--fit-panel);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 560px;
  overflow: hidden;
  padding: 42px;
  position: relative;
}

.auth-heading::before {
  background:
    linear-gradient(135deg, rgba(18, 185, 129, 0.22), transparent 34%),
    linear-gradient(315deg, rgba(249, 115, 22, 0.24), transparent 28%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.auth-heading::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  opacity: 0.34;
  position: absolute;
}

.auth-heading > * {
  position: relative;
  z-index: 1;
}

.auth-kicker,
.auth-card-head span {
  color: #86efac;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.auth-heading h1 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 18px;
  max-width: 560px;
}

.auth-heading p {
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  max-width: 540px;
}

.auth-preview {
  display: grid;
  gap: 14px;
  margin-top: 38px;
  max-width: 430px;
}

.auth-preview-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: var(--fit-ink);
  padding: 22px;
}

.auth-preview-card.dark {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.auth-preview-card span,
.auth-preview-card small {
  color: #bbf7d0;
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.auth-preview-card strong {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin: 8px 0;
}

.auth-preview-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-preview-row span {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  min-height: 48px;
  padding: 12px 14px;
}

.auth-next {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.auth-next div {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 4px 14px;
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 15px;
}

.auth-next span {
  align-items: center;
  background: var(--fit-primary);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.auth-next strong,
.auth-next small {
  display: block;
  grid-column: 2;
}

.auth-next strong {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.auth-next small {
  color: #dbeafe;
  font-size: 13px;
}

.auth-card {
  align-self: center;
  background: #fff;
  border: 1px solid var(--fit-line);
  box-shadow: var(--fit-shadow);
  padding: 32px;
}

.auth-card-head {
  margin-bottom: 24px;
}

.auth-card-head span {
  color: var(--fit-primary-dark);
  display: block;
}

.auth-card-head h2 {
  color: var(--fit-ink);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 8px;
}

.auth-card-head p,
.auth-note,
.auth-switch {
  color: var(--fit-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-span-2 {
  grid-column: span 2;
}

.auth-field {
  display: grid;
  gap: 7px;
  margin: 0;
}

.auth-field label,
.auth-field span,
.auth-check .form-check-label {
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.auth-field .form-control,
.auth-field .form-select,
.auth-field select {
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 8px;
  color: var(--fit-ink);
  font-size: 15px;
  min-height: 50px;
  padding: 12px 14px;
  width: 100%;
}

.auth-field .form-control:focus,
.auth-field .form-select:focus,
.auth-field select:focus {
  border-color: var(--fit-primary);
  box-shadow: 0 0 0 3px rgba(18, 185, 129, 0.14);
  outline: none;
}

.auth-check {
  background: #f8fafc;
  border: 1px solid var(--fit-line);
  border-radius: 8px;
  padding: 13px 14px;
}

.auth-check .form-check {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  margin: 0;
  min-height: 24px;
  padding-left: 0;
}

.auth-check .form-check-input {
  flex: 0 0 auto;
  margin: 2px 0 0;
}

.auth-recaptcha {
  max-width: 100%;
  overflow: auto;
}

.auth-options,
.auth-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
}

.auth-options .form-check {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 0;
  min-height: 24px;
  padding-left: 0;
}

.auth-options .form-check-input {
  margin: 0;
}

.auth-link,
.auth-switch a {
  color: var(--fit-primary-dark);
  font-weight: 700;
  text-decoration: none;
}

.auth-link:hover,
.auth-switch a:hover {
  color: var(--fit-primary);
}

.auth-submit {
  align-items: center;
  background: var(--fit-primary);
  border: 1px solid var(--fit-primary);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
}

.auth-submit:hover,
.auth-submit:focus {
  background: var(--fit-primary-dark);
  border-color: var(--fit-primary-dark);
  color: #fff;
}

.auth-switch {
  border-top: 1px solid var(--fit-line);
  margin-top: 22px;
  padding-top: 18px;
  text-align: center;
}

.checkout-page {
  background: var(--fit-soft);
  color: var(--fit-ink);
}

.checkout-page.shell {
  min-height: calc(100vh - 90px);
  display: grid;
  place-items: center;
  padding: 120px 20px 64px;
}

.checkout-page.panel {
  width: min(100%, 520px);
  display: grid;
  justify-items: start;
  gap: 16px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--fit-line);
  border-radius: 8px;
  box-shadow: var(--fit-shadow);
}

.checkout-page.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--fit-primary-dark);
  background: #e7f8f0;
  border-radius: 50%;
  font-size: 1.2rem;
}

.checkout-page.kicker {
  color: var(--fit-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.checkout-page h1 {
  margin: 0;
  color: var(--fit-ink);
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
}

.checkout-page p {
  margin: 0;
  color: var(--fit-muted);
  font-size: 1.02rem;
}

.checkout-page.summary {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  color: var(--fit-ink);
  background: #f8fafc;
  border: 1px solid var(--fit-line);
  border-radius: 8px;
}

.checkout-page.summary span,
.checkout-page.summary strong {
  overflow-wrap: anywhere;
}

.checkout-page.form {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  text-align: left;
}

.checkout-page.form label {
  color: #17211d;
  font-size: 14px;
  font-weight: 700;
}

.checkout-page.form label span {
  color: #748078;
  font-size: 12px;
  font-weight: 500;
}

.checkout-page.form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dce5df;
  border-radius: 8px;
  padding: 10px 14px;
  color: #17211d;
  background: #fff;
}

.checkout-page.form .btn {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  white-space: normal;
}

.checkout-page.alert {
  margin-top: 18px;
  border: 1px solid #f3c6c1;
  border-radius: 8px;
  padding: 12px 14px;
  color: #8b2720;
  background: #fff4f2;
  font-size: 14px;
}

.checkout-page.secure {
  margin: 12px 0 0;
  color: #68756e;
  font-size: 13px;
  text-align: center;
}

.checkout-page.summary strong {
  font-weight: 700;
}

.footer {
  background: #fff;
  border-top: 1px solid var(--fit-line);
  color: #475569;
  padding: 26px 0;
}

.footer .nav-link {
  color: #475569;
  font-size: 14px;
  font-weight: 700;
}

.footer .nav-link:hover {
  color: var(--fit-primary-dark);
}

@media (max-width: 991.98px) {
  .header .navbar {
    padding: 12px 0;
  }

  .header .navbar-collapse {
    background: #fff;
    border: 1px solid var(--fit-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
    margin-top: 12px;
    padding: 14px;
  }

  .header .navbar-nav {
    align-items: stretch;
  }

  .fitness-page .hero .grid,
  .fitness-page .coaching.layout,
  .fitness-page .tracking.box,
  .fitness-page .newsletter.layout {
    grid-template-columns: 1fr;
  }

  .auth-panel {
    grid-template-columns: 1fr;
  }

  .auth-heading {
    min-height: auto;
  }

  .fitness-page .feature.grid,
  .fitness-page .program-showcase.grid,
  .fitness-page .pathway.grid,
  .fitness-page .coaching.grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fitness-page .section.head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .header .btn-top {
    display: none;
  }

  .mobile-floating-join {
    bottom: 16px;
    display: inline-flex;
    left: 16px;
    position: fixed;
    right: 16px;
    z-index: 60;
  }

  .fitness-page .hero {
    padding: 50px 0 44px;
  }

  .fitness-page .hero .content h1,
  .fitness-page .section.head h2,
  .fitness-page .newsletter.content h2,
  .fitness-page .apply.section h2 {
    font-size: 42px;
    line-height: 1.04;
  }

  .fitness-page .hero .content p,
  .fitness-page .section.head p,
  .fitness-page .newsletter.content p {
    font-size: 17px;
  }

  .fitness-page .section {
    padding: 54px 0;
  }

  .fitness-page .feature.grid,
  .fitness-page .program-showcase.grid,
  .fitness-page .pathway.grid,
  .fitness-page .coaching.grid {
    grid-template-columns: 1fr;
  }

  .fitness-page .hero .actions,
  .fitness-page .hero .proof-list {
    align-items: stretch;
    flex-direction: column;
  }

  .fitness-page .button {
    width: 100%;
  }

  .auth-page {
    padding: 28px 0 42px;
  }

  .auth-heading,
  .auth-card {
    padding: 24px;
  }

  .auth-heading h1 {
    font-size: 38px;
    line-height: 1.04;
  }

  .auth-heading p {
    font-size: 16px;
  }

  .auth-preview,
  .auth-next {
    margin-top: 24px;
  }

  .auth-preview-row,
  .auth-form-grid {
    grid-template-columns: 1fr;
  }

  .auth-span-2 {
    grid-column: auto;
  }

  .auth-options,
  .auth-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .auth-submit,
  .auth-actions .auth-link {
    width: 100%;
  }

  .checkout-page.shell {
    padding: 96px 14px 48px;
  }

  .checkout-page.panel {
    padding: 24px;
  }

  .checkout-page.summary {
    flex-direction: column;
  }
}
