/* ============================================================
   Private Coaching sales page styles
   Reuses styles.css (system) + home.css (hero, marquee, roadmap,
   vslider, testi wall, faq, bridge). This file adds the
   page-specific sections only.
   ============================================================ */

/* ---------- Slim nav (single CTA, no menu) ---------- */
.nav--slim .nav__inner { justify-content: space-between; }

/* ---------- Brand logo (header + footer) ---------- */
.nav__logo .brand-logo { height: 30px; width: auto; display: block; }
.footer__brand .brand-logo { height: 30px; width: auto; display: block; margin: 0 auto var(--s2); }
.brand-logo--light { filter: brightness(0) invert(1); } /* whiten wordmark on the dark footer */

/* ---------- Hero refinements ---------- */
.pc-hero .btn-note { margin-top: var(--s2); max-width: 30em; }
.pc-hero .vsl { box-shadow: var(--shadow-lift); }
/* Match the home page hero spacing exactly: full-bleed 90% width capped at
   1480px, the same 1.4fr / 1fr column split, gap, and heading size. */
.pc-hero .hero__inner {
  max-width: 1480px;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(var(--s3), 3vw, var(--s5));
}
.pc-hero .hero h1 { font-size: clamp(2.25rem, 3.2vw, 3.2rem); }
/* Let the subtitle fill the full width of its (wider) column */
.pc-hero .hero__sub { max-width: 67ch; }
/* Stack to one column on mobile, like the home hero (the .pc-hero selector
   would otherwise outweigh home.css's max-width:900px stack rule). */
@media (max-width: 900px) {
  .pc-hero .hero__inner { grid-template-columns: 1fr; gap: var(--s4); }
}
/* Single stat on one compact line: "90% accepted to their top-choice college" */
.hero__stat--inline { flex-direction: row; align-items: baseline; gap: 0.45em; }
.hero__stat--inline strong { font-size: var(--fs-xl); }
.hero__stat--inline span { max-width: none; white-space: nowrap; font-size: var(--fs-sm); margin-top: 0; color: var(--teal); font-weight: 500; }
@media (max-width: 480px) {
  .hero__stat--inline { flex-wrap: wrap; }
  .hero__stat--inline span { white-space: normal; }
}

/* ---------- Tighten space above/below the college logo marquee (PC page) ---------- */
.pc-hero + .marquee-section { padding-top: var(--s1); padding-bottom: var(--s1); }

/* ---------- Testimonials on a warm yellow band ---------- */
.section--lemon { background: var(--lime-soft); }

/* ---------- Video slider matches the home page (full container); tighten the gap below ---------- */
.vids { padding-bottom: var(--s4); }

/* ============================================================
   WHY WE'RE DIFFERENT - editorial split (photo + clean list)
   ============================================================ */
.diff {
  display: grid;
  grid-template-columns: minmax(0, 300px) 1fr;
  gap: clamp(var(--s4), 5vw, var(--s7));
  align-items: center;
}
.diff__media { position: relative; }
.diff__media img {
  width: 100%;
  border-radius: var(--radius);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
  box-shadow: 10px 10px 0 0 var(--lime);
}
.diff__cap {
  position: absolute;
  left: var(--s3);
  bottom: var(--s3);
  background: #fff;
  color: var(--teal);
  font-weight: 600;
  font-size: var(--fs-xs);
  padding: 0.5em 1.1em;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-card);
}
.diff__body h2 { margin-bottom: var(--s3); }
.diff__lead {
  font-size: var(--fs-base);
  color: var(--ink-soft);
  margin-bottom: var(--s2);
}
.diff__lead:last-child { margin-bottom: 0; }
@media (max-width: 860px) {
  .diff { grid-template-columns: 1fr; gap: var(--s4); }
  .diff__media { max-width: 420px; margin: 0 auto; }
  .diff__media img { aspect-ratio: 4 / 3; box-shadow: 10px 10px 0 0 var(--lime); }
}

/* Centered heading that introduces the four standout-point cards (one line on desktop) */
.diff-cards-head { text-align: center; margin: var(--s6) auto var(--s4); }
.diff-cards-head h2 { margin: 0; }

/* The four standout points as white icon cards, below the storytelling */
.diff-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s3);
  margin-top: var(--s6);
}
.diff-card {
  background: #fff;
  border-radius: var(--radius);
  padding: var(--s4);
  box-shadow: var(--shadow-card);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.diff-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.diff-card__icon {
  display: grid;
  place-items: center;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--lime);
  color: var(--teal);
  margin-bottom: var(--s3);
}
.diff-card__icon svg { width: 28px; height: 28px; }
.diff-card__icon--lavender { background: var(--lavender); }
.diff-card__icon--coral { background: var(--coral-soft); color: var(--coral); }
.diff-card__icon--aqua { background: var(--aqua); }
.diff-card__icon--lime { background: var(--lime); }
.diff-card h3 { font-size: var(--fs-md); margin-bottom: 0.4em; }
.diff-card p { font-size: var(--fs-sm); color: var(--ink-soft); margin: 0; }
.diff-cards .diff-card:nth-child(2) { transition-delay: 0.05s; }
.diff-cards .diff-card:nth-child(3) { transition-delay: 0.10s; }
.diff-cards .diff-card:nth-child(4) { transition-delay: 0.15s; }
@media (max-width: 980px) { .diff-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .diff-cards { grid-template-columns: 1fr; } }

/* ============================================================
   SCROLLYTELLING ROADMAP (.rmx) - heading pinned, cards scroll beneath
   ============================================================ */
.rmx-section { padding: 0; }
.rmx { position: relative; height: 260vh; }
/* Invisible per-card scroll-snap markers (positioned by JS). Native CSS
   scroll-snap on <html> eases to the nearest one when the user stops scrolling,
   giving the roadmap its slick "settle onto a card" feel. */
.rmx__snap {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  scroll-snap-align: start;
}
.rmx__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/* Heading stays pinned at the top while the cards scroll through below it.
   Kept compact (one-line h2, trimmed top padding) so the cards get a taller
   window and the full card is visible with breathing room. */
.rmx__head {
  flex: 0 0 auto;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  padding: var(--s4) var(--s3) var(--s3);
}
.rmx__head h2 { margin-bottom: var(--s2); }
.rmx__head p { font-size: var(--fs-base); color: var(--ink-soft); margin: 0; }

.rmx__inner {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--s5) var(--s2);
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: clamp(var(--s4), 5vw, var(--s7));
  align-items: center;
}

/* Left: cross-fading square illustration (scales down on short viewports) */
.rmx__media { display: flex; justify-content: center; align-items: center; height: 100%; }
.rmx__media-frame {
  position: relative;
  width: min(340px, 40vh);
  max-width: 100%;
  aspect-ratio: 1;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 10px 10px 0 0 var(--lime);
  display: grid;
  place-items: center;
  padding: var(--s4);
}
.rmx__img {
  grid-area: 1 / 1;
  width: 84%;
  height: 84%;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}
.rmx__img.is-active { opacity: 1; transform: scale(1); }

/* Right: a tall window the cards glide through, showing peeks before/after */
.rmx__rail { position: relative; height: 100%; }
.rmx__viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 3%, #000 97%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 3%, #000 97%, transparent 100%);
}
.rmx__line {
  position: absolute;
  left: 28px;
  top: 0; bottom: 0;
  width: 3px;
  background: repeating-linear-gradient(to bottom, var(--coral) 0 9px, transparent 9px 18px);
}
.rmx__dot {
  position: absolute;
  left: 29px;
  top: 50%;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--coral);
  transform: translate(-50%, -50%);
  z-index: 3;
  /* Carries the active step number, so it must be large enough to hold it. */
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: var(--fs-md);
  line-height: 1;
  box-shadow: 0 0 0 5px var(--aqua), 0 0 0 8px rgba(249, 92, 64, 0.25);
}
.rmx__dot svg { display: block; }
.rmx__track {
  position: absolute;
  top: 0;
  left: 84px;
  right: 0;
  will-change: transform;
}
.rmx__card {
  background: #fff;
  border-radius: var(--radius);
  padding: var(--s4);
  box-shadow: var(--shadow-card);
  margin-bottom: 72px;
  opacity: 0;
  transform-origin: center center;
  will-change: opacity, transform;
}
.rmx__card:last-child { margin-bottom: 0; }
.rmx__step {
  display: block;
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 0.5em;
}
.rmx__card h3 { font-size: var(--fs-lg); margin-bottom: 0.35em; }
.rmx__card > p { font-size: var(--fs-sm); font-weight: 600; color: var(--teal); margin-bottom: var(--s2); }
.rmx__card .roadmap__list { margin-top: 0; }

/* Mobile / no-JS fallback: heading + clean stacked cards, no pin */
@media (max-width: 860px) {
  .rmx { height: auto; }
  .rmx__sticky { position: static; height: auto; display: block; overflow: visible; }
  .rmx__head { padding: var(--s5) var(--s3) var(--s4); max-width: none; }
  .rmx__inner { display: block; height: auto; padding: 0 var(--s3); }
  .rmx__media { display: none; }
  .rmx__rail { height: auto; }
  .rmx__viewport { position: static; overflow: visible; height: auto; transform: none; -webkit-mask: none; mask: none; }
  .rmx__line, .rmx__dot { display: none; }
  .rmx__track { position: static; left: 0; transform: none !important; }
  .rmx__card { opacity: 1 !important; transform: none !important; margin-bottom: var(--s3); }
}

/* Flag icon at the top of a CTA roadmap card (no background, just the flag) */
.rmx__flag-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--coral);
  margin-bottom: var(--s2);
}

/* ---------- Investment as the closing roadmap card ---------- */
.rmx__card--invest .rmx__price {
  font-size: var(--fs-md);
  font-weight: 700;
  color: var(--teal);
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: var(--s2) 0;
}
.rmx__card--invest .btn { margin-top: var(--s3); }

/* ============================================================
   BOOKING - the decision peak
   ============================================================ */
.pill-urgent {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--coral);
  background: var(--coral-soft);
  border-radius: var(--radius-pill);
  padding: 0.5em 1.1em;
  margin-bottom: var(--s3);
}
.pill-urgent__dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 0 rgba(249, 92, 64, 0.5);
  animation: pulse-dot 2s var(--ease) infinite;
}
@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(249, 92, 64, 0.5); }
  70% { box-shadow: 0 0 0 8px rgba(249, 92, 64, 0); }
  100% { box-shadow: 0 0 0 0 rgba(249, 92, 64, 0); }
}
@media (prefers-reduced-motion: reduce) { .pill-urgent__dot { animation: none; } }

.book {
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  gap: var(--s6);
  align-items: start;
  margin-top: var(--s5);
}
/* Team photo sits above the three steps in the left column */
.book__photo { margin-bottom: var(--s6); }
.book__photo img {
  width: 100%;
  border-radius: var(--radius);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 28%;
  box-shadow: 10px 10px 0 0 var(--lavender);
}
.book__steps { list-style: none; margin: 0; padding: 0; counter-reset: step; }
.book__steps li {
  position: relative;
  padding-left: 4em;
  margin-bottom: var(--s4);
  counter-increment: step;
}
.book__steps li:last-child { margin-bottom: 0; }
.book__steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow: none;
}
.book__steps h3 { font-size: var(--fs-md); margin-bottom: 0.25em; }
.book__steps p { font-size: var(--fs-sm); color: var(--ink-soft); margin: 0; }
.book__cal {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: var(--s2);
  min-height: 700px;
}
.book__cal iframe { width: 100%; min-height: 700px; border: 0; }
@media (max-width: 880px) {
  .book { grid-template-columns: 1fr; gap: var(--s4); }
}

/* ============================================================
   TEAM - photo + body
   ============================================================ */
.team {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--s6);
  align-items: center;
}
.team__photo img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center 28%;
  aspect-ratio: 4 / 3;
  box-shadow: 10px 10px 0 0 var(--lavender);
}
.team__body p { color: var(--ink-soft); font-size: var(--fs-base); }
.team__cta { margin-top: var(--s3); }
@media (max-width: 880px) {
  .team { grid-template-columns: 1fr; gap: var(--s4); }
}

/* ---------- Story-behind-the-method: two buttons side by side ---------- */
.founder__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s2);
  margin-top: var(--s3);
}

/* ---------- Legal disclaimer block in footer ---------- */
.legal-notes {
  max-width: var(--container-narrow);
  margin: 0 auto var(--s4);
  font-size: var(--fs-xs);
  color: var(--teal-muted);
  text-align: left;
  line-height: 1.6;
}
.footer--slim .legal-notes p { max-width: none; margin: 0 0 var(--s2); }
.legal-notes h4 {
  color: var(--aqua);
  font-size: var(--fs-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: var(--s3) 0 0.4em;
}

/* ---------- Slim footer ---------- */
.footer--slim { text-align: center; }
.footer--slim p { max-width: 36em; margin: 0 auto var(--s4); }
.footer--slim .footer__legal { justify-content: center; }
