
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #050814 0, #02030a 55%, #000000 100%);
  color: #f9fafb;
  line-height: 1.6;
}

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

/* Layout container */

.page-wrap {
  min-height: 100vh;
}

/* NAVIGATION (matches main site vibe) */

.navbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-logo-wrap img {
  height: 48px;
  width: auto;
  display: block;
}

.nav-title-block {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.nav-main-title {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.nav-subtitle {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #9ca3af;
}

.nav-links {
  display: none;
  gap: 1.4rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.nav-links a {
  color: #e5e7eb;
  opacity: 0.9;
}

.nav-links a.active {
  color: #38bdf8;
}

.nav-links a:hover {
  opacity: 1;
}

.nav-cta {
  display: none;
}

.nav-cta a {
  font-size: 0.74rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

/* HERO SECTION */

.hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: stretch;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/fitness_bg.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  transform: scale(1.06);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.1), rgba(0, 0, 0, 0.9));
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 3.75rem;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
  gap: 2.5rem;
  align-items: center;
}

.hero-copy-kicker {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #f97373;
  margin-bottom: 0.85rem;
}

.hero-title {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.hero-title span.accent {
  background: linear-gradient(to right, #22d3ee, #60a5fa, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #9ca3af;
  margin-bottom: 1.45rem;
}

.hero-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1.5rem;
}

.hero-logo-pill {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), rgba(15, 23, 42, 0.96));
  border: 1px solid rgba(148, 163, 184, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-logo-pill img {
  display: block;
  height: 56px;
  width: auto;
}

@media (max-width: 768px) {
  .hero-logos {
    gap: 0.9rem;
  }
  .hero-logo-pill img {
    height: 48px;
  }
}

.hero-text {
  font-size: 0.94rem;
  color: #e5e7eb;
  max-width: 32rem;
  margin-bottom: 1.75rem;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(to right, #22d3ee, #22c55e, #eab308);
  color: #020617;
  font-weight: 700;
}

.btn-primary:hover {
  filter: brightness(1.03);
}

.btn-ghost {
  border-color: rgba(148, 163, 184, 0.7);
  color: #e5e7eb;
  background: rgba(15, 23, 42, 0.6);
}

.btn-ghost:hover {
  background: rgba(15, 23, 42, 0.9);
}

.hero-footnote {
  font-size: 0.7rem;
  color: #9ca3af;
}

/* Hero image / Bobby side */

.hero-image-card {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.96));
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.45);
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.9);
  overflow: hidden;
}

.hero-image-card-inner {
  padding: 1.1rem 1.1rem 1.3rem;
}

.hero-image-wrapper {
  border-radius: 0.9rem;
  overflow: hidden;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(30, 64, 175, 0.9);
}

.hero-image-wrapper img {
  width: 100%;
  display: block;
}

.hero-image-meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hero-coach-name {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-coach-role {
  font-size: 0.8rem;
  color: #9ca3af;
}

.hero-coach-blurb {
  font-size: 0.78rem;
  color: #cbd5f5;
}

/* SECTION WRAPPER */

.section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3.25rem 1.25rem 3.5rem;
}

.section-kicker {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #f97373;
  margin-bottom: 0.85rem;
}

.section-title {
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
}

.section-title span.accent {
  background: linear-gradient(to right, #22d3ee, #60a5fa, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-body {
  max-width: 44rem;
  font-size: 0.94rem;
  color: #e5e7eb;
}

.section-body p + p {
  margin-top: 0.75rem;
}

/* TWO-COLUMN LIST SECTION */

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #9ca3af;
  margin-bottom: 0.8rem;
}

.check-list {
  list-style: none;
  font-size: 0.9rem;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}

.check-bullet {
  font-size: 0.85rem;
  margin-top: 0.12rem;
  color: #22c55e;
}

/* CODY SECTION */

.cody-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.cody-photo-wrap {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.7);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.85);
}

.cody-photo-wrap img {
  width: 100%;
  display: block;
}

.cody-meta-title {
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 0.35rem;
}

.cody-meta-role {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-bottom: 0.9rem;
}

.cody-meta-body {
  font-size: 0.9rem;
  color: #e5e7eb;
}

/* CTA FOOTER */

.cta-footer {
  border-top: 1px solid rgba(55, 65, 81, 0.85);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), rgba(0, 0, 0, 0.98));
}

.cta-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2.8rem 1.25rem 3.1rem;
  text-align: center;
}

.cta-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #f97373;
  margin-bottom: 0.85rem;
}

.cta-title {
  font-size: clamp(1.4rem, 2.2vw, 1.75rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.9rem;
}

.cta-body {
  font-size: 0.9rem;
  color: #d1d5db;
  max-width: 34rem;
  margin: 0 auto 1.5rem;
}

/* FOOTER */

.footer {
  border-top: 1px solid rgba(55, 65, 81, 0.85);
  background: #020617;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.4rem 1.25rem 1.8rem;
  font-size: 0.75rem;
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}

/* RESPONSIVE */

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
  .nav-cta {
    display: flex;
  }
}

@media (max-width: 767px) {
  .nav-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.35rem;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 2.6rem;
    padding-bottom: 2.9rem;
  }

  .hero-image-card {
    order: -1;
  }

  .hero-logos {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
  }

  .hero-logos .fitness-logo {
    height: 54px;
  }

  .hero-logos .mentorship-logo {
    height: 52px;
  }

  .split-grid,
  .cody-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cta-inner {
    text-align: left;
  }
}


/* Bobby CTA full-width button */
.bobby-cta-row {
  margin-top: 0.75rem;
}

.btn-wide {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  white-space: normal;
}
