/* Landing page only — sections, layouts, motion */

.site-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(20,20,20,0.92); backdrop-filter: blur(8px);
  color: #fff; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-nav-inner {
  max-width: 1100px; margin: 0 auto; padding: 14px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.site-nav-logo {
  display: inline-flex; align-items: center; line-height: 0;
  text-decoration: none;
}
.site-nav-logo img { display: block; height: 64px; width: auto; }
.site-nav-links {
  display: flex; align-items: center; gap: 24px;
  font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
}
.site-nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; }
.site-nav-links a:hover { color: var(--citrus); }
.site-nav-cta { padding: 8px 14px; font-size: 11px; color: var(--obsidian) !important; }
.site-nav-cta:hover { color: var(--obsidian) !important; }
.site-nav-appstore { display: inline-flex; line-height: 0; align-items: center; }
.site-nav-appstore img { display: block; height: 35px; width: auto; }
@media (max-width: 720px) {
  .site-nav-links a:not(.site-nav-cta) { display: none; }
}

/* Hero section */
.hero {
  position: relative; color: #fff; overflow: hidden;
  min-height: 70vh; display: flex; align-items: center;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('/assets/img/hero/stadium.jpg');
  background-size: cover; background-position: center;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(20,20,20,0.85));
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 1100px; margin: 0 auto; padding: 64px 32px 48px;
  width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr auto; gap: 12px 48px;
}
.hero-headline-wrap { grid-column: 1 / -1; grid-row: 1; align-self: end; }
.hero-devices { grid-column: 2; grid-row: 2; display: flex; gap: 16px; align-items: flex-start; align-self: start; justify-content: flex-end; margin-top: -100px; }
.hero-device-iphone { margin-top: -70px; }
.hero-device-ipad { height: 230px; width: auto; max-width: 320px; border-radius: 10px; box-shadow: 0 16px 40px rgba(0,0,0,0.6); }
.hero-device-iphone { height: 300px; width: auto; border-radius: 14px; box-shadow: 0 16px 40px rgba(0,0,0,0.6); }
.hero-eyebrow {
  display: inline-block; font-family: 'Oswald', sans-serif;
  font-size: 12px; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(255,255,255,0.72); margin-bottom: 24px;
}
.hero-headline {
  font-family: 'Oswald', sans-serif; font-weight: 700;
  font-size: clamp(40px, 7vw, 72px); line-height: 1.02; letter-spacing: -0.02em;
  margin: 0 0 20px 0;
}
.hero-headline-citrus { color: var(--citrus); }
.hero-subhead {
  font-size: clamp(16px, 1.6vw, 19px); max-width: 56ch;
  color: rgba(255,255,255,0.85); margin: 0 0 32px 0;
}
.hero-cta-row { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.hero-cta { font-size: 16px; padding: 18px 36px; }
.hero-cta-secondary {
  font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(255,255,255,0.85); text-decoration: none;
}
.hero-cta-secondary:hover { color: var(--citrus); }
.hero-app-store { display: inline-flex; line-height: 0; }
.hero-app-store img {
  display: block; height: 53px; width: auto;
  transition: transform .15s ease;
}
.hero-app-store:hover img { transform: translateY(-1px); }

@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; grid-template-rows: auto; }
  .hero-headline-wrap { grid-column: 1; grid-row: 1; }
  .hero-devices { display: none; }
}

/* Social proof section */
.social-proof { background: var(--obsidian); color: #fff; padding: 64px 0; }
.social-proof-inner { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.social-proof-lede {
  font-family: 'Oswald', sans-serif; font-size: 14px; letter-spacing: 0.22em;
  text-transform: uppercase; text-align: center; color: rgba(255,255,255,0.65);
  margin: 0 0 40px 0;
}
.champs-marquee {
  overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.champs-track {
  display: flex; width: max-content;
  animation: champs-scroll 35s linear infinite;
}
.champs-track:hover { animation-play-state: paused; }
.champs-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; align-items: flex-start; flex-shrink: 0;
}
.champ {
  flex: 0 0 240px; padding: 0 32px; text-align: center;
}
.champ img {
  max-height: 96px; width: auto; margin: 0 auto 16px; display: block;
}
.champ-name {
  display: block; font-family: 'Oswald', sans-serif; font-size: 14px;
  letter-spacing: 0.18em; color: #fff; margin-bottom: 4px;
}
.champ-creds {
  display: block; font-family: 'Oswald', sans-serif; font-weight: 700;
  font-size: 11px; letter-spacing: 0.22em; color: #E5B83C;
}
@keyframes champs-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .champs-track { animation: none; }
}

/* Pain hook section */
.pain-hook { background: var(--obsidian); padding: 96px 0; text-align: center; }
.pain-hook-inner { max-width: 880px; margin: 0 auto; padding: 0 32px; }
.pain-hook-headline {
  font-family: 'Oswald', sans-serif; font-weight: 700;
  font-size: clamp(28px, 4.5vw, 44px); line-height: 1.1; letter-spacing: -0.015em;
  color: var(--citrus); margin: 0 0 24px 0;
}
.pain-hook-body {
  font-size: clamp(16px, 1.6vw, 19px); color: rgba(255,255,255,0.85);
  max-width: 560px; margin: 0 auto;
}

/* Product pillars section */
.pillar { background: var(--obsidian-soft); padding: 80px 0; border-top: 1px solid rgba(255,255,255,0.06); }
.pillar-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.pillar-image img { max-width: 100%; width: auto; height: auto; max-height: 600px; display: block; margin: 0 auto; border-radius: 4px; box-shadow: 0 24px 48px rgba(0,0,0,0.08); }
.pillar-eyebrow {
  display: inline-block; font-family: 'Oswald', sans-serif; font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--citrus); background: var(--obsidian);
  padding: 4px 10px; border-radius: 2px; margin-bottom: 16px;
}
.pillar-headline {
  font-family: 'Oswald', sans-serif; font-weight: 600;
  font-size: clamp(30px, 4vw, 48px); line-height: 1.1; letter-spacing: -0.012em;
  color: #fff; margin: 0 0 20px 0;
}
.pillar-body {
  font-size: 17px; color: rgba(255,255,255,0.70); line-height: 1.65;
  margin: 0 0 28px 0;
}
.pillar-bullets { padding-left: 0; list-style: none; margin: 0; }
.pillar-bullets li {
  position: relative; padding-left: 28px; margin-bottom: 20px;
  font-size: 17px; color: rgba(255,255,255,0.82); line-height: 1.55;
}
.pillar-bullets li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 16px; height: 2px; background: var(--citrus);
}
.pillar-copy--centered { justify-self: center; width: 100%; max-width: 440px; }
.pillar-pdf iframe { width: 100%; height: 600px; border: none; border-radius: 4px; box-shadow: 0 24px 48px rgba(0,0,0,0.08); display: block; }

@media (max-width: 720px) {
  .pillar-inner { grid-template-columns: 1fr; gap: 32px; }
  .pillar-image-right .pillar-image { order: -1; }
  .pillar-copy--centered { max-width: 100%; }
}

/* Why coaches stay section */
.why { background: var(--obsidian); color: #fff; padding: 96px 0; }
.why-inner { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.why .eyebrow { font-size: 22px; letter-spacing: 0.28em; margin-bottom: 32px; display: flex; justify-content: center; }
.why-grid {
  list-style: none; padding: 0; margin: 32px 0 0 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px;
}
.why-grid li {
  border-top: 2px solid var(--citrus); padding-top: 24px;
}
.why-title {
  font-family: 'Oswald', sans-serif; font-size: 22px; letter-spacing: 0.04em;
  margin: 0 0 12px 0; color: #fff;
}
.why-grid p { color: rgba(255,255,255,0.78); margin: 0; line-height: 1.6; }
.why-quote {
  margin: 64px 0 0 0; padding: 32px; border-left: 3px solid var(--citrus);
  background: rgba(255,255,255,0.03);
}
.why-quote p { font-size: 22px; line-height: 1.4; margin: 0 0 12px 0; font-style: italic; }
.why-quote cite { font-style: normal; color: rgba(255,255,255,0.6); font-size: 14px; }
@media (max-width: 720px) {
  .why-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* Pricing section */
.pricing { background: var(--aqua); color: #fff; padding: 56px 0; text-align: center; }
.pricing-inner { max-width: 880px; margin: 0 auto; padding: 0 32px; }
.pricing .eyebrow { font-size: 22px; letter-spacing: 0.28em; margin-bottom: 32px; color: var(--citrus); }
.pricing-headline {
  font-family: 'Oswald', sans-serif; font-weight: 600;
  font-size: clamp(28px, 4vw, 40px); line-height: 1.2; letter-spacing: -0.012em;
  color: #fff; margin: 0 0 20px 0;
}
.pricing-amount {
  display: block; color: #fff;
  font-size: clamp(56px, 8vw, 96px); line-height: 1; margin-bottom: 8px;
}
.pricing-body { font-size: 18px; color: rgba(255,255,255,0.82); max-width: 560px; margin: 0 auto; }

/* Final CTA section */
.final-cta {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff; padding: 96px 0; text-align: center;
}
.final-cta::before {
  content: '';
  position: absolute;
  inset: -20px;
  background-image: url('/assets/img/hero/bixweb.webp');
  background-size: cover;
  background-position: center;
  filter: blur(6px) brightness(0.45);
  z-index: 0;
}
.final-cta-inner { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; padding: 0 32px; }
.final-cta-headline {
  font-family: 'Oswald', sans-serif; font-weight: 700;
  font-size: clamp(28px, 4.5vw, 44px); line-height: 1.1; letter-spacing: -0.015em;
  margin: 0 0 32px 0;
}
.final-cta-btn { font-size: 14px; padding: 16px 32px; }
.final-cta-caption {
  font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(255,255,255,0.65); margin: 20px 0 0 0;
}

/* Reveal effect — fade-up sections on scroll */
[data-reveal] {
  opacity: 0; transform: translateY(24px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}
[data-reveal].is-revealed { opacity: 1; transform: translateY(0); }

/* Landing page ends with dark .final-cta — no spacer before dark footer */
.footer { margin-top: 0; }
