
*,
*::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;
}


/* --- Flex Fitness Coaches roster (agent cards) --- */
.coaches-roster {
  padding: 70px 0 40px;
}
.coaches-roster .section-kicker {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 12px;
  color: rgba(200, 200, 200, 0.8);
  margin-bottom: 10px;
}
.coaches-roster .section-title {
  font-size: 40px;
  margin: 0 0 26px;
}
.roster-grid
{
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 26px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 18px;
}


@media (max-width: 1200px) {
  .roster-grid { grid-template-columns: repeat(2, 1fr); }

  .roster-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 340px)); }
}
@media (max-width: 980px) {
  .roster-grid { grid-template-columns: 1fr; max-width: 420px; }
}
.agent-card {
  /* Match Real Estate card container styling */
  padding: 20px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(0,163,255,0.35);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0,0,0,0.55);
}
.agent-card .agent-photo {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.35);
}

.agent-photo.focus-top
{
  /* Keep faces/heads higher in frame on tall photos */
  object-position: 50% 8%;
}
.agent-card .agent-inner {
  /* card has its own padding like Real Estate cards */
  padding: 18px 0 0;
}
.agent-card .agent-logo
{
  width: 300px;
  max-width: 85%;
  display: block;
  margin: 2px auto 14px;
  opacity: 0.95;
}
.agent-card h4 {
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.3;
}
.agent-card h4 .agent-title-link {
  color: #57a5ff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Hover/focus glow to match the Real Estate cards */
.agent-card h4 .agent-title-link:hover,
.agent-card h4 .agent-title-link:focus-visible {
  color: #00A3FF;
  text-shadow: 0 0 10px rgba(0,163,255,0.75), 0 0 22px rgba(0,163,255,0.55);
}
.agent-card .agent-loc {
  color: rgba(220,220,220,0.75);
  font-size: 14px;
  margin-bottom: 10px;
}
.agent-card p {
  margin: 0 0 14px;
  color: rgba(240,240,240,0.82);
  font-size: 15px;
  line-height: 1.55;
}
.agent-card .agent-cta {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(87,165,255,0.6);
  color: #eaf3ff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.18s ease;
}
.agent-card .agent-cta:hover {
  background: rgba(0,130,255,0.18);
  border-color: rgba(0,130,255,0.75);
  color: #ffffff;
  box-shadow: 0 0 18px rgba(0,130,255,0.60), 0 0 34px rgba(0,130,255,0.30);
}


.agent-title-link{
  transition: all 0.18s ease;
}
.agent-title-link:hover{
  color: #00A3FF;
  text-shadow: 0 0 10px rgba(0,163,255,0.75), 0 0 22px rgba(0,163,255,0.55);
  text-decoration: underline;
}

@media (max-width: 640px) {
  /* Mobile readability + match Real Estate card hierarchy */
  .agent-photo { height: 340px; }
  .agent-card .agent-logo { width: 320px; max-width: 90%; }
  .agent-card h4 { font-size: 22px; }
  .agent-card .agent-loc { font-size: 15px; }
  .agent-card p { font-size: 16px; }
  .agent-card .agent-cta { font-size: 16px; padding: 14px 18px; }
}


/* Ensure agent title links are clickable */
.agent-title-link{
  pointer-events:auto !important;
}
.agent-card a{
  pointer-events:auto !important;
  cursor:pointer;
  text-decoration:none;
  color:inherit;
}
