/* ═══════════════════════════════════════════════════
   Chance — Student / leaders / apply
   Loaded alongside styles.css
   ═══════════════════════════════════════════════════ */

/* ── Student page base (dark below hero; hero sets its own type) ── */
body.page-students {
  background: #0c0a0f;
  color: rgba(255, 255, 255, 0.88);
  color-scheme: dark;
  -webkit-font-smoothing: antialiased;
  --section-zigzag-h: 20px;
}

body.page-students .site-header,
body.page-leaders .site-header {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    backdrop-filter 0.25s ease,
    -webkit-backdrop-filter 0.25s ease;
}

body.page-students .site-header.site-header--scrolled,
body.page-leaders .site-header.site-header--scrolled {
  background: rgba(12, 8, 10, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.page-students .site-logo__text,
body.page-leaders .site-logo__text {
  color: var(--coral);
}

/* Nav over hero photo (transparent header — students + leaders) */
body.page-students .site-nav__link,
body.page-leaders .site-nav__link {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

body.page-students .site-nav__link:hover,
body.page-leaders .site-nav__link:hover {
  color: #fff;
}

body.page-students .site-nav__link--active,
body.page-leaders .site-nav__link--active {
  background: rgba(255, 107, 74, 0.28);
  color: #fff;
}

/* Nav after scroll (dark glass bar) */
body.page-students .site-header.site-header--scrolled .site-nav__link,
body.page-leaders .site-header.site-header--scrolled .site-nav__link {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

body.page-students .site-header.site-header--scrolled .site-nav__link:hover,
body.page-leaders .site-header.site-header--scrolled .site-nav__link:hover {
  color: #fff;
}

body.page-students .site-header.site-header--scrolled .site-nav__link--active,
body.page-leaders .site-header.site-header--scrolled .site-nav__link--active {
  background: rgba(255, 107, 74, 0.28);
  color: #fff;
}

/* Zigzag edge between landing sections (softens #0c0a0f ↔ #121016 shifts) */
body.page-students .hero,
body.page-leaders .ldr-hero {
  z-index: 1;
}

body.page-students .moment-section,
body.page-students .sp-section,
body.page-students .school-strip,
body.page-students .why-section,
body.page-students .proof-section,
body.page-students .final-cta {
  position: relative;
}

body.page-students .moment-section {
  z-index: 2;
}

body.page-students .sp-section {
  z-index: 3;
}

body.page-students .why-section {
  z-index: 4;
}

body.page-students .school-strip {
  z-index: 5;
}

body.page-students .proof-section {
  z-index: 6;
}

body.page-students .final-cta {
  z-index: 7;
}

body.page-students .moment-section::before,
body.page-students .sp-section::before,
body.page-students .school-strip::before,
body.page-students .why-section::before,
body.page-students .proof-section::before,
body.page-students .final-cta::before {
  content: "";
  display: block;
  width: 100%;
  height: var(--section-zigzag-h);
  margin-top: calc(-1 * var(--section-zigzag-h));
  pointer-events: none;
  /* Peaks at top (0%), valleys ~42% — outside the polygon is see-through */
  -webkit-clip-path: polygon(
    0% 100%,
    0% 42%,
    4% 0%,
    8% 42%,
    12% 0%,
    16% 42%,
    20% 0%,
    24% 42%,
    28% 0%,
    32% 42%,
    36% 0%,
    40% 42%,
    44% 0%,
    48% 42%,
    52% 0%,
    56% 42%,
    60% 0%,
    64% 42%,
    68% 0%,
    72% 42%,
    76% 0%,
    80% 42%,
    84% 0%,
    88% 42%,
    92% 0%,
    96% 42%,
    100% 0%,
    100% 100%
  );
  clip-path: polygon(
    0% 100%,
    0% 42%,
    4% 0%,
    8% 42%,
    12% 0%,
    16% 42%,
    20% 0%,
    24% 42%,
    28% 0%,
    32% 42%,
    36% 0%,
    40% 42%,
    44% 0%,
    48% 42%,
    52% 0%,
    56% 42%,
    60% 0%,
    64% 42%,
    68% 0%,
    72% 42%,
    76% 0%,
    80% 42%,
    84% 0%,
    88% 42%,
    92% 0%,
    96% 42%,
    100% 0%,
    100% 100%
  );
}

body.page-students .moment-section::before {
  background-color: #0c0a0f;
}

body.page-students .sp-section::before {
  background-color: #121016;
}

body.page-students .why-section::before {
  background-color: #0c0a0f;
}

body.page-students .school-strip::before {
  background-color: #121016;
}

body.page-students .proof-section::before {
  background-color: #121016;
}

body.page-students .final-cta::before {
  background-color: #0c0a0f;
}

/* ── Shared utilities ────────────────────────────────── */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── Primary CTA button (same gradient as header “Get the App”) ───────── */
.btn-chance-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.25rem;
  border-radius: 999px;
  background: var(--btn-app-gradient);
  color: #fff;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 32px -12px rgba(255, 30, 86, 0.5);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
  letter-spacing: -0.01em;
}

.btn-chance-primary:hover {
  background: var(--btn-app-gradient);
  filter: brightness(1.03);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px -12px rgba(255, 30, 86, 0.58);
}

/* ── Countdown component ─────────────────────────────── */
.cd-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(30, 32, 44, 0.52);
  margin-bottom: 1.5rem;
}

.cd-slots {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.15rem 0.35rem;
}

.cd-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0.2rem;
  min-width: 0;
}

.cd-num {
  font-family: 'Satisfy', cursive;
  font-size: clamp(3.5rem, 14vw, 6.25rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: #ff5e42;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.35),
    0 6px 28px rgba(255, 94, 66, 0.5);
}

.cd-tag {
  font-family: 'Satisfy', cursive;
  font-size: clamp(1.05rem, 3.8vw, 1.55rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  margin-top: 0.05rem;
  color: #c2410c;
}

.cd-sep {
  font-family: 'Satisfy', cursive;
  font-size: clamp(2.25rem, 9vw, 3.75rem);
  font-weight: 400;
  color: #ff6b4a;
  line-height: 1;
  padding: 0 0.05rem 0.35em;
  align-self: center;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.25),
    0 4px 18px rgba(255, 107, 74, 0.35);
}

/* ── Email form ──────────────────────────────────────── */
.hero__email-form,
.final-cta__email-form {
  display: flex;
  align-items: center;
  gap: 0;
  background: #eef1f6;
  border: 1px solid rgba(15, 18, 28, 0.12);
  border-radius: 999px;
  padding: 4px 4px 4px 1.25rem;
  max-width: 360px;
  width: 100%;
  transition: border-color 0.2s;
}

.hero__email-form:focus-within,
.final-cta__email-form:focus-within {
  border-color: rgba(255, 107, 74, 0.5);
}

.hero__email-input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.95rem;
  color: rgba(22, 24, 34, 0.86);
  padding: 0;
}

.hero__email-input::placeholder {
  color: rgba(30, 32, 44, 0.42);
}

.hero__email-btn {
  flex-shrink: 0;
  background: #dce1ea;
  color: rgba(22, 24, 34, 0.88);
  border: none;
  border-radius: 999px;
  padding: 0.55rem 1.15rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.hero__email-btn:hover {
  background: #ff6b4a;
  color: #fff;
}

.hero__email-note {
  font-size: 0.82rem;
  color: rgba(30, 32, 44, 0.4);
  margin: 0;
  text-align: center;
}

/* ══════════════════════════════════════════════════════
   HERO SECTION
   ══════════════════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: min(100dvh, 960px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(72px + 4rem + env(safe-area-inset-top, 0px));
  padding-bottom: max(5rem, env(safe-area-inset-bottom, 0px));
  padding-inline: 1.5rem;
  overflow: hidden;
  text-align: center;
  background-color: #120608;
  background-image:
    linear-gradient(180deg, rgba(8, 4, 10, 0.45) 0%, rgba(6, 3, 8, 0.78) 100%),
    url("/att2.png");
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.hero__bg-noise,
.ldr-hero__bg-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.22;
  z-index: 0;
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.hero__glow--1 {
  width: 600px;
  height: 400px;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(255, 107, 74, 0.12) 0%, transparent 70%);
  opacity: 0.55;
}

.hero__glow--2 {
  width: 400px;
  height: 300px;
  bottom: 5%;
  right: -5%;
  background: radial-gradient(ellipse, rgba(138, 43, 226, 0.06) 0%, transparent 70%);
  opacity: 0.45;
}

.hero__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-particle {
  position: absolute;
  border-radius: 50%;
  animation: particleDrift var(--dur, 20s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

@keyframes particleDrift {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: var(--op-lo, 0.3); }
  33%       { transform: translate(var(--tx1, 20px), var(--ty1, -30px)) scale(1.1); opacity: var(--op-hi, 0.6); }
  66%       { transform: translate(var(--tx2, -15px), var(--ty2, 20px)) scale(0.95); opacity: var(--op-lo, 0.3); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-particle { animation: none; }
}

.hero__inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  max-width: min(680px, 100%);
  width: 100%;
  padding-inline: max(0.75rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

/* Live dot pill */
.hero__proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.01em;
}

.proof-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.4);
  animation: livePulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes livePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.4); }
  50%       { box-shadow: 0 0 0 5px rgba(74, 222, 128, 0); }
}

/* Hero headline */
.hero__headline {
  margin: 0;
  max-width: 100%;
  width: 100%;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2.8rem, 7.5vw, 5.25rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.97);
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@supports (text-wrap: balance) {
  .hero__headline {
    text-wrap: balance;
  }
}

.hero__headline em {
  font-style: normal;
  color: #ff6b4a;
  display: block;
  position: relative;
}

.hero__sub {
  margin: 0;
  font-size: clamp(1.02rem, 2.15vw, 1.24rem);
  line-height: 1.52;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  max-width: 620px;
}

.hero__countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__cta-row {
  display: flex;
  justify-content: center;
}

/* Countdown + email in hero only (photo background) */
.hero .cd-label {
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.72);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.hero .cd-tag {
  color: #fed7aa;
}

.hero .cd-sep {
  color: #ffb59a;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.25),
    0 4px 20px rgba(255, 107, 74, 0.45);
}

.hero .hero__email-form {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.hero .hero__email-input {
  color: rgba(255, 255, 255, 0.95);
}

.hero .hero__email-input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.hero .hero__email-btn {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.hero .hero__email-btn:hover {
  background: #ff6b4a;
  color: #fff;
}

.hero .hero__email-note {
  color: rgba(255, 255, 255, 0.58);
}

/* Hero entrance animations */
.hero .animate-in {
  opacity: 0;
  transform: translateY(24px);
}

.hero.played .animate-in {
  animation: heroRise 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero.played .animate-in.delay-0 { animation-delay: 0s; }
.hero.played .animate-in.delay-1 { animation-delay: 0.12s; }
.hero.played .animate-in.delay-2 { animation-delay: 0.24s; }
.hero.played .animate-in.delay-3 { animation-delay: 0.36s; }
.hero.played .animate-in.delay-4 { animation-delay: 0.48s; }

@keyframes heroRise {
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero .animate-in {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}

/* ══════════════════════════════════════════════════════
   CAMPUSES + WAITLIST (after “Built to get better”)
   ══════════════════════════════════════════════════════ */
.school-strip {
  position: relative;
  background: #121016;
  padding: clamp(3.25rem, 8vw, 5.25rem) 1.5rem clamp(3.5rem, 8vw, 5.5rem);
}

.school-strip__inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.35rem;
}

.school-strip__heading {
  margin: 0;
  max-width: 100%;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.85rem, 4.5vw, 2.85rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.96);
}

.school-strip__heading em {
  font-style: normal;
  color: #ff6b4a;
}

.school-strip__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.65rem;
  width: 100%;
}

.school-strip__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.school-strip__note {
  margin: 0.15rem 0 0;
  max-width: 26rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

.school-strip__lead {
  margin: 0;
  max-width: 28rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

.school-strip__lead a {
  color: #ff6b4a;
  font-weight: 600;
  text-decoration: none;
}

.school-strip__lead a:hover {
  color: #ff9a8b;
  text-decoration: underline;
}

body.page-students .school-strip .hero__email-form {
  margin-top: 0.15rem;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

body.page-students .school-strip .hero__email-input {
  color: rgba(255, 255, 255, 0.95);
}

body.page-students .school-strip .hero__email-input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

body.page-students .school-strip .hero__email-btn {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

body.page-students .school-strip .hero__email-btn:hover {
  background: #ff6b4a;
  color: #fff;
}

/* ══════════════════════════════════════════════════════
   THE MOMENT — BUBBLE CHAOS SECTION
   ══════════════════════════════════════════════════════ */
.moment-section {
  background: #0c0a0f;
  padding: 6rem 1.5rem 7rem;
}

.moment__inner {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.moment__kicker {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff6b4a;
  margin: 0 0 1rem;
}

.moment__headline {
  margin: 0 0 3rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.25rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
}

/* Scrolling bubble rows */
.moment__bubbles {
  --moment-bubble-gap: 0.75rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 3rem;
  overflow: hidden;
  padding-inline: 0.6rem;
}

.moment__ticker {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
}

.moment__track {
  display: flex;
  align-items: center;
  gap: var(--moment-bubble-gap);
  /* Same spacing after the last bubble as between bubbles (loop seam vs duplicated track) */
  padding-right: var(--moment-bubble-gap);
  flex-shrink: 0;
}

.moment__ticker--left {
  animation: momentMarqueeLeft 24s linear infinite;
}

.moment__ticker--right {
  animation: momentMarqueeRight 28s linear infinite;
}

@keyframes momentMarqueeLeft {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-1 * var(--loop-distance, 0px))); }
}

@keyframes momentMarqueeRight {
  from { transform: translateX(calc(-1 * var(--loop-distance, 0px))); }
  to { transform: translateX(0); }
}

.mb {
  flex: 0 0 auto;
  border-radius: 18px;
  padding: 0.65rem 1.05rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  max-width: min(340px, 85vw);
}

.mb--recv {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 5px;
}

.mb--sent {
  background: rgba(255, 107, 74, 0.2);
  border: 1px solid rgba(255, 107, 74, 0.3);
  color: #fff;
  border-bottom-right-radius: 5px;
}

.mb--react {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 1.15rem;
  padding: 0.45rem 0.7rem;
}

.mb--status {
  background: rgba(255, 107, 74, 0.12);
  border: 1px solid rgba(255, 107, 74, 0.22);
  color: rgba(255, 107, 74, 0.9);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
}

.moment__footer {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  max-width: 620px;
  margin: 0;
}

.moment__footer strong {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

/* Scroll reveal for moment bubbles */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
}

.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger-1 { --reveal-delay: 0.1s; }
.reveal-stagger-2 { --reveal-delay: 0.22s; }
.reveal-stagger-3 { --reveal-delay: 0.34s; }

@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .moment__ticker--left,
  .moment__ticker--right {
    animation: none;
  }
}

/* ══════════════════════════════════════════════════════
   SCROLL-DRIVEN STICKY PHONE SECTION
   ══════════════════════════════════════════════════════ */
.sp-section {
  background: #121016;
}

.sp-layout {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 3rem;
  align-items: start;
}

/* Sticky phone column */
.sp-sticky-col {
  position: sticky;
  top: calc(var(--header-h) + 1rem + env(safe-area-inset-top, 0px));
  padding: 1rem 0;
  display: flex;
  justify-content: center;
}

.sp-phone-wrap {
  display: flex;
  justify-content: center;
}

/* Phone frame */
.sp-frame {
  width: min(300px, 100%);
  border-radius: 48px;
  padding: 16px;
  background: linear-gradient(165deg, #3a3d48 0%, #1e2028 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 28px 64px -24px rgba(0, 0, 0, 0.55),
    0 0 48px rgba(255, 107, 74, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.sp-notch {
  height: 28px;
  width: 120px;
  border-radius: 0 0 16px 16px;
  background: #0d0e12;
  margin: -4px auto 10px;
}

.sp-screen {
  border-radius: 34px;
  overflow: hidden;
  background: #0a0a0c;
  /* Match iPhone-style screenshot assets (e.g. 390×844) so the mask aligns */
  aspect-ratio: 390 / 844;
  position: relative;
}

/* Real screenshots + placeholders */
.sp-shot {
  display: block;
  background: #0a0a0c;
}

.sp-step--placeholder {
  padding: 1.5rem 1.25rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #16141c 0%, #0e0c12 100%);
}

.sp-placeholder-inner {
  max-width: 14rem;
  padding: 1.25rem 1rem;
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.sp-placeholder-kicker {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff6b4a;
  margin-bottom: 0.5rem;
}

.sp-placeholder-title {
  margin: 0 0 0.4rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.94);
}

.sp-placeholder-sub {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.48);
}

@media (min-width: 1100px) {
  .sp-frame {
    width: min(320px, 32vw);
  }
}

/* Phone steps */
.sp-step {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1rem 1rem;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

/* Full-bleed screenshots (must follow .sp-step — same specificity, later wins) */
.sp-step.sp-step--shot {
  display: block;
  padding: 0;
}

.sp-step--shot .sp-shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.sp-step--active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Step 1 */
.sp1-top {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.45rem;
}

.sp1-spark {
  font-size: 1.5rem;
  color: #ff6b4a;
  animation: sparkPop 1.5s ease-in-out infinite;
}

@keyframes sparkPop {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.18); }
}

.sp1-kicker {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff6b4a;
}

.sp1-title {
  margin: 0;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.2;
  color: rgba(22, 24, 34, 0.94);
  letter-spacing: -0.03em;
}

.sp1-avatar {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0.35rem 0;
}

.sp1-avatar-q {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(145deg, #2a2f3e, #1a1d28);
  border: 2px solid rgba(15, 18, 28, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: rgba(30, 32, 44, 0.35);
  font-weight: 800;
  font-family: 'Outfit', system-ui, sans-serif;
}

.sp1-avatar-blur {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 74, 0.12), transparent 70%);
  z-index: 0;
}

.sp1-blind-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #f1f3f7;
  border: 1px solid rgba(15, 18, 28, 0.12);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(30, 32, 44, 0.54);
  letter-spacing: 0.04em;
}

.sp1-blind-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff6b4a;
  flex-shrink: 0;
}

.sp1-cta {
  width: 100%;
  padding: 0.75rem;
  border-radius: 14px;
  background: #ff6b4a;
  color: #fff;
  border: none;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: default;
  box-shadow: 0 8px 24px -8px rgba(255, 107, 74, 0.5);
}

/* Chat bar (shared by steps 2 & 3) */
.sp-chat-bar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #f4f5f9;
  border-bottom: 1px solid rgba(15, 18, 28, 0.08);
  margin: -1.25rem -1rem 0.75rem;
  padding: 0.65rem 0.85rem;
}

.sp-chat-ava {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(145deg, #2a2f3e, #1a1d28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  color: rgba(30, 32, 44, 0.35);
  flex-shrink: 0;
  border: 1px solid rgba(15, 18, 28, 0.12);
}

.sp-chat-name {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(22, 24, 34, 0.86);
}

.sp-chat-sub {
  margin: 0;
  font-size: 0.64rem;
  color: rgba(30, 32, 44, 0.48);
}

/* Chat feed */
.sp-chat-feed {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.4rem;
}

.sp-bbl {
  max-width: 88%;
  padding: 0.5rem 0.65rem;
  border-radius: 14px;
  font-size: 0.72rem;
  line-height: 1.4;
}

.sp-bbl--them {
  align-self: flex-start;
  background: #e6e9f0;
  color: rgba(30, 32, 44, 0.88);
  border-bottom-left-radius: 4px;
}

.sp-bbl--me {
  align-self: flex-end;
  background: #ff6b4a;
  color: #fff;
  border-bottom-right-radius: 4px;
}

/* Typing indicator */
.sp-typing {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 3px;
  background: #e6e9f0;
  border-radius: 14px;
  border-bottom-left-radius: 4px;
  padding: 0.55rem 0.7rem;
}

.sp-typing span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  animation: typingDot 1.2s ease-in-out infinite;
}

.sp-typing span:nth-child(2) { animation-delay: 0.2s; }
.sp-typing span:nth-child(3) { animation-delay: 0.4s; }

@keyframes typingDot {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30%            { transform: translateY(-4px); opacity: 1; }
}

/* Prompt card (step 3) */
.sp-prompt-card {
  background: rgba(255, 200, 100, 0.1);
  border: 1px solid rgba(255, 200, 100, 0.2);
  border-radius: 12px;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.6rem;
}

.sp-prompt-tag {
  display: block;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(255, 200, 100, 0.7);
  margin-bottom: 0.3rem;
}

.sp-prompt-q {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(30, 32, 44, 0.88);
}

/* Step 4 — photo reveal */
.sp-step--4 {
  background: #f5f6fa;
  align-items: center;
  text-align: center;
}

.sp-reveal-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff6b4a;
}

.sp-reveal-title {
  margin: 0 0 0.85rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: rgba(22, 24, 34, 0.94);
  letter-spacing: -0.03em;
}

.sp-reveal-wrap {
  width: 110px;
  height: 110px;
  margin: 0 auto 0.85rem;
}

.sp-reveal-face {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 40px rgba(255, 107, 74, 0.2);
}

.sp-reveal-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #ffd6c8 0%, #ffb3a0 35%, #ff9a8b 65%, #ffd6c8 100%);
}

.sp-reveal-blur {
  position: absolute;
  inset: 0;
  background: rgba(15, 16, 24, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp-reveal-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 0.3s;
}

/* When revealed */
.sp-step--4.sp-step--revealed .sp-reveal-blur {
  opacity: 0;
}

.sp-step--4.sp-step--revealed .sp-reveal-shimmer {
  opacity: 1;
  animation: shimmerSlide 0.8s ease-in-out forwards;
  animation-delay: 0.3s;
}

@keyframes shimmerSlide {
  to { transform: translateX(100%); }
}

.sp-reveal-cap {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.55;
  color: rgba(30, 32, 44, 0.52);
}

/* Step 5 — decision */
.sp-step--5 {
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #f5f6fa;
}

.sp-decide-top {
  margin-bottom: 1.5rem;
}

.sp-decide-kicker {
  margin: 0 0 0.3rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff6b4a;
}

.sp-decide-title {
  margin: 0 0 0.5rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: rgba(22, 24, 34, 0.94);
  letter-spacing: -0.03em;
}

.sp-decide-sub {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(30, 32, 44, 0.5);
}

.sp-decide-btns {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 200px;
  margin-bottom: 1rem;
}

.sp-yes {
  padding: 0.72rem;
  border-radius: 14px;
  background: #ff6b4a;
  color: #fff;
  border: none;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: default;
  box-shadow: 0 8px 24px -8px rgba(255, 107, 74, 0.5);
}

.sp-no {
  padding: 0.72rem;
  border-radius: 14px;
  background: #eef1f6;
  color: rgba(30, 32, 44, 0.5);
  border: 1px solid rgba(15, 18, 28, 0.12);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: default;
}

.sp-decide-foot {
  margin: 0;
  font-size: 0.62rem;
  color: rgba(30, 32, 44, 0.38);
  letter-spacing: 0.01em;
}

/* Text column */
.sp-text-col {
  padding: 8rem 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sp-text-step {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 0;
  opacity: 0.28;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.sp-text-step.sp-text--active {
  opacity: 1;
  transform: translateY(0);
}

.sp-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 107, 74, 0.15);
  border: 1px solid rgba(255, 107, 74, 0.3);
  color: #ff6b4a;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  width: fit-content;
}

.sp-text-h {
  margin: 0 0 1rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.95);
}

.sp-text-p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.52);
  max-width: 36ch;
}

/* ══════════════════════════════════════════════════════
   WHY IT WORKS
   ══════════════════════════════════════════════════════ */
.why-section {
  background: #0c0a0f;
  padding: 6rem 1.5rem 7rem;
}

.why__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.why__heading {
  margin: 0 0 3rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3rem);
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.why__card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem 1.75rem;
  transition: border-color 0.25s, background 0.25s;
}

.why__card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 107, 74, 0.35);
}

.why__icon {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.why__card-title {
  margin: 0 0 0.65rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
}

.why__card-body {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.52);
}

/* ══════════════════════════════════════════════════════
   SOCIAL PROOF
   ══════════════════════════════════════════════════════ */
.proof-section {
  background: #121016;
  padding: 6rem 1.5rem 7rem;
}

.proof__inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* Metrics row */
.proof__metrics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 4rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 1.75rem 2rem;
}

.proof__m {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.proof__mn {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: #ff6b4a;
  letter-spacing: -0.04em;
  line-height: 1;
}

.proof__ml {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0.4rem;
}

.proof__mdiv {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.proof__heading {
  margin: 0 0 2.5rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.proof__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.proof__card {
  margin: 0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.proof__quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  flex: 1;
}

/* quotes are in the HTML markup */

.proof__attr {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.42);
}

/* ══════════════════════════════════════════════════════
   FINAL CTA
   ══════════════════════════════════════════════════════ */
.final-cta {
  position: relative;
  background: #0c0a0f;
  padding: 7rem 1.5rem max(7rem, env(safe-area-inset-bottom, 0px));
  overflow-x: clip;
  overflow-y: visible;
  text-align: center;
}

.final-cta__glow {
  position: absolute;
  width: 700px;
  height: 400px;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(255, 107, 74, 0.15) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(40px);
}

.final-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.final-cta__countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-cta__heading {
  margin: 0;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.95);
}

.final-cta__sub {
  margin: 0;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.52);
}

/* Countdown + email in bottom CTA (dark section; hero keeps its own rules) */
.final-cta .cd-label {
  color: rgba(255, 255, 255, 0.55);
  text-shadow: none;
}

.final-cta .cd-num {
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.35),
    0 6px 28px rgba(255, 94, 66, 0.45);
}

.final-cta .cd-tag {
  color: #fed7aa;
}

.final-cta .cd-sep {
  color: #ffb59a;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.25),
    0 4px 20px rgba(255, 107, 74, 0.4);
}

.final-cta .hero__email-form {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.final-cta .hero__email-input {
  color: rgba(255, 255, 255, 0.95);
}

.final-cta .hero__email-input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.final-cta .hero__email-btn {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.final-cta .hero__email-btn:hover {
  background: #ff6b4a;
  color: #fff;
}

.final-cta .hero__email-note {
  color: rgba(255, 255, 255, 0.45);
}

.final-cta__btns {
  display: flex;
  justify-content: center;
}

/* ══════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════ */
body.page-students .site-footer,
body.page-leaders .site-footer,
body.apply-page .site-footer {
  background: #08060a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
}

body.page-students .site-footer__brand,
body.page-leaders .site-footer__brand,
body.apply-page .site-footer__brand {
  color: var(--coral);
}

body.page-students .site-footer__nav a,
body.page-leaders .site-footer__nav a,
body.apply-page .site-footer__nav a {
  color: rgba(255, 255, 255, 0.55);
}

body.page-students .site-footer__nav a:hover,
body.page-leaders .site-footer__nav a:hover,
body.apply-page .site-footer__nav a:hover {
  color: #ff9a8b;
}

body.page-students .site-footer__nav a[aria-current='page'],
body.page-leaders .site-footer__nav a[aria-current='page'],
body.apply-page .site-footer__nav a[aria-current='page'] {
  color: #fff;
  font-weight: 700;
}

body.page-students .site-footer__meta,
body.page-leaders .site-footer__meta,
body.apply-page .site-footer__meta {
  color: rgba(255, 255, 255, 0.38);
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  .sp-layout {
    grid-template-columns: 1fr;
    padding: 0 max(1rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
    gap: 0;
  }

  /* Header is two rows (logo + CTA, then full-width nav) — leave room below it + notch */
  .sp-sticky-col {
    position: sticky;
    top: calc(var(--header-h) + 3.75rem + env(safe-area-inset-top, 0px));
    background: #121016;
    padding: 0.5rem 0 0.65rem;
    padding-inline: max(0.25rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .sp-phone-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  /* Fit frame in width AND short viewports (tall 390:844 screen scales down with height) */
  .sp-frame {
    width: min(280px, calc(100vw - 1.75rem), calc(44vh * 390 / 844 + 36px));
    padding: clamp(10px, 2.8vw, 16px);
    border-radius: clamp(34px, 9vw, 48px);
  }

  @supports (height: 100dvh) {
    .sp-frame {
      width: min(280px, calc(100vw - 1.75rem), calc(42dvh * 390 / 844 + 36px));
    }
  }

  .sp-notch {
    height: clamp(22px, 5vw, 28px);
    width: min(120px, 38vw);
    margin-bottom: 8px;
  }

  .sp-text-col {
    padding: 1.25rem 0 3.5rem;
  }

  .sp-text-step {
    min-height: min(52vh, 26rem);
    padding: 1.65rem 0;
    opacity: 1;
    transform: none;
  }

  .sp-text-step:not(.sp-text--active) {
    opacity: 0.35;
  }

  .sp-text-h {
    font-size: clamp(1.5rem, 5vw, 2.25rem);
  }

  .why__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .proof__cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .proof__metrics {
    flex-direction: column;
    gap: 1.5rem;
  }

  .proof__mdiv {
    width: 40px;
    height: 1px;
  }
}

/* Short phones / landscape: shrink frame further so sticky strip + text both fit */
@media (max-height: 700px) and (max-width: 960px) {
  .sp-sticky-col {
    top: calc(var(--header-h) + 3rem + env(safe-area-inset-top, 0px));
    padding-top: 0.35rem;
    padding-bottom: 0.4rem;
  }

  .sp-frame {
    width: min(240px, calc(100vw - 1.5rem), calc(36vh * 390 / 844 + 32px));
  }

  @supports (height: 100dvh) {
    .sp-frame {
      width: min(240px, calc(100vw - 1.5rem), calc(34dvh * 390 / 844 + 32px));
    }
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: calc(72px + 6rem + env(safe-area-inset-top, 0px));
    padding-inline: max(0.85rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  .hero__inner {
    padding-inline: 0;
  }

  .hero__headline {
    font-size: clamp(1.65rem, 7.2vw, 2.65rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
  }

  .hero__proof-pill {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: 0.72rem;
    padding: 0.5rem 0.85rem;
    line-height: 1.35;
  }

  .moment__headline {
    font-size: clamp(1.55rem, 5.5vw, 2.5rem);
    margin-bottom: 2rem;
  }

  .mb {
    font-size: 0.78rem;
    padding: 0.45rem 0.72rem;
    border-radius: 14px;
    max-width: min(220px, 78vw);
  }

  .mb--react {
    font-size: 0.95rem;
    padding: 0.35rem 0.55rem;
  }

  .mb--status {
    font-size: 0.65rem;
    padding: 0.32rem 0.65rem;
    letter-spacing: 0.03em;
  }

  .hero__email-form {
    width: 100%;
    max-width: 100%;
  }

  .moment-section {
    padding: 4rem max(1rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px)) 5rem;
  }

  .moment__bubbles {
    gap: 0.5rem;
    --moment-bubble-gap: 0.48rem;
    padding-inline: 0.45rem;
  }

  .why-section,
  .proof-section,
  .final-cta {
    padding-inline: max(1rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  body.page-students .school-strip {
    padding-inline: max(1rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  .final-cta__heading {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  .cd-unit {
    padding: 0 0.12rem;
  }

  .cd-num {
    font-size: clamp(2.85rem, 16vw, 4.5rem);
  }

  .cd-sep {
    font-size: clamp(1.85rem, 11vw, 3rem);
  }

  .sp-layout {
    padding-inline: max(0.75rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  .sp-text-step {
    min-height: min(48vh, 22rem);
    padding: 1.35rem 0;
  }

  .sp-text-p {
    max-width: 100%;
  }
}

/* ══════════════════════════════════════════════════════
   PAGE-LEADERS (dark — matches student hero + sections)
   ══════════════════════════════════════════════════════ */
body.page-leaders {
  background: #0c0a0f;
  color: rgba(255, 255, 255, 0.88);
  color-scheme: dark;
  -webkit-font-smoothing: antialiased;
}

/* ── Leaders hero (photo + gradient, same pattern as .hero) ── */
.ldr-hero {
  position: relative;
  min-height: min(100dvh, 960px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(72px + 4rem + env(safe-area-inset-top, 0px));
  padding-bottom: max(5rem, env(safe-area-inset-bottom, 0px));
  padding-inline: 1.5rem;
  overflow: hidden;
  text-align: center;
  background-color: #0a0814;
  background-image:
    linear-gradient(180deg, rgba(8, 5, 16, 0.42) 0%, rgba(4, 5, 14, 0.82) 100%),
    url("/att3.jpg");
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.ldr-hero__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  z-index: 0;
}

.ldr-hero__glow--1 {
  width: 600px;
  height: 400px;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(255, 107, 74, 0.12) 0%, transparent 70%);
  opacity: 0.55;
}

.ldr-hero__glow--2 {
  width: 400px;
  height: 300px;
  bottom: 5%;
  right: -5%;
  background: radial-gradient(ellipse, rgba(138, 43, 226, 0.06) 0%, transparent 70%);
  opacity: 0.45;
}

.ldr-hero__inner {
  position: relative;
  z-index: 10;
  max-width: min(720px, 100%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-inline: max(0.5rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

/* Hiring badge */
.ldr-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.01em;
}

.ldr-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6b4a;
  box-shadow: 0 0 0 0 rgba(255, 107, 74, 0.4);
  animation: livePulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

/* Typewriter headline */
.ldr-hero__headline {
  margin: 0;
  max-width: 100%;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 6.5vw, 4.5rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.97);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05em;
  min-height: 2.3em;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@supports (text-wrap: balance) {
  .ldr-hero__headline {
    text-wrap: balance;
  }
}

.ldr-tw-line {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 1.1em;
  width: 100%;
}

.ldr-tw-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.ldr-tw-line--coral {
  color: #ff6b4a;
}

.ldr-caret {
  display: inline-block;
  width: 0.06em;
  height: 0.85em;
  background: currentColor;
  margin-left: 0.06em;
  opacity: 0.9;
  animation: caretBlink 1s step-end infinite;
  flex-shrink: 0;
  border-radius: 1px;
  vertical-align: middle;
}

.ldr-caret.is-hidden {
  visibility: hidden;
  opacity: 0;
  animation: none;
}

@keyframes caretBlink {
  50% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ldr-caret { animation: none; }
}

/* Hero sub */
.ldr-hero__sub {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  max-width: 540px;
}

/* Quote carousel */
.ldr-quote-wrap {
  width: 100%;
  max-width: 420px;
}

.ldr-quote-viewport {
  overflow: hidden;
  min-height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ldr-quote-text {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
  will-change: transform, opacity;
}

/* leaders.js adds these classes to trigger the fly animation */
.ldr-quote-text.leaders-rotate-quote__text--fly-out {
  transform: translateY(-130%);
  opacity: 0;
}

.ldr-quote-text.leaders-rotate-quote__text--fly-in-start {
  transform: translateY(130%);
  opacity: 0;
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .ldr-quote-text { transition: none; transform: none !important; opacity: 1 !important; }
}

.ldr-hero__ctas {
  display: flex;
  justify-content: center;
}

/* Hero entrance animations (reuse hero's .animate-in system) */
.ldr-hero .animate-in {
  opacity: 0;
  transform: translateY(24px);
}

.ldr-hero.played .animate-in {
  animation: heroRise 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ldr-hero.played .animate-in.delay-0 { animation-delay: 0s; }
.ldr-hero.played .animate-in.delay-1 { animation-delay: 0.12s; }
.ldr-hero.played .animate-in.delay-2 { animation-delay: 0.24s; }
.ldr-hero.played .animate-in.delay-3 { animation-delay: 0.36s; }
.ldr-hero.played .animate-in.delay-4 { animation-delay: 0.48s; }

@media (prefers-reduced-motion: reduce) {
  .ldr-hero .animate-in { opacity: 1; transform: none; animation: none !important; }
}

/* ── Stats strip ─────────────────────────────────────── */
.ldr-stats-strip {
  background: #121016;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.75rem 1.5rem;
}

.ldr-stats-strip__inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.ldr-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.5rem 1rem;
}

.ldr-stat__n {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #ff6b4a;
  letter-spacing: -0.04em;
  line-height: 1;
}

.ldr-stat__l {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0.35rem;
}

.ldr-stat__div {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

/* ── Sections ────────────────────────────────────────── */
.ldr-section {
  padding: 5.5rem 1.5rem 6rem;
  background: #0c0a0f;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ldr-section--alt {
  background: #121016;
}

.ldr-section__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.ldr-section__inner--narrow {
  max-width: 620px;
}

.ldr-section__heading {
  margin: 0 0 3rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.85rem, 4.5vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.ldr-section__heading em {
  font-style: normal;
  color: #ff6b4a;
}

/* ── Cards grid ─────────────────────────────────────── */
.ldr-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.ldr-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem 1.75rem;
  transition: border-color 0.25s, background 0.25s;
}

.ldr-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 107, 74, 0.35);
}

.ldr-card__icon {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.ldr-card__title {
  margin: 0 0 0.65rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.94);
}

.ldr-card__body {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
}

/* ── Timeline ────────────────────────────────────────── */
.ldr-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ldr-timeline__item {
  display: flex;
  gap: 1.25rem;
  padding-bottom: 1.75rem;
  align-items: stretch;
}

.ldr-timeline__item:last-child {
  padding-bottom: 0;
}

.ldr-timeline__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 24px;
  width: 24px;
}

.ldr-timeline__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff6b4a;
  border: 2px solid rgba(255, 107, 74, 0.3);
  box-shadow: 0 0 0 4px rgba(255, 107, 74, 0.1);
  flex-shrink: 0;
  margin-top: 0.3em;
}

.ldr-timeline__rail::after {
  content: '';
  flex: 1;
  width: 2px;
  margin-top: 0.5rem;
  min-height: 1rem;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(255, 107, 74, 0.4), rgba(255, 107, 74, 0.05));
}

.ldr-timeline__item:last-child .ldr-timeline__rail::after {
  display: none;
}

.ldr-timeline__content {
  flex: 1;
  padding-bottom: 0.25rem;
}

.ldr-timeline__title {
  margin: 0 0 0.35rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: -0.02em;
}

.ldr-timeline__body {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
}

/* ── Benefits grid ───────────────────────────────────── */
.ldr-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.ldr-benefit {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 1.65rem 1.5rem;
  transition: border-color 0.2s, background 0.2s;
}

.ldr-benefit:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 107, 74, 0.3);
}

.ldr-benefit__check {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 107, 74, 0.18);
  border: 1px solid rgba(255, 107, 74, 0.35);
  color: #ff6b4a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}

.ldr-benefit__title {
  margin: 0 0 0.35rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: -0.02em;
}

.ldr-benefit__body {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.55);
}

/* ── 3-step launch cards ─────────────────────────────── */
.ldr-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.ldr-step {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem 1.75rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  overflow: hidden;
}

.ldr-step::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #ff6b4a, #ff3b6e);
  border-radius: 20px 20px 0 0;
}

.ldr-step__num {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(255, 107, 74, 0.6);
}

.ldr-step__icon {
  font-size: 1.6rem;
  line-height: 1;
}

.ldr-step__title {
  margin: 0;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
}

.ldr-step__body {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.55);
}

/* ── Final CTA ───────────────────────────────────────── */
.ldr-final-cta {
  position: relative;
  background: #0c0a0f;
  padding: 7rem 1.5rem max(7rem, env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  text-align: center;
}

.ldr-final-cta__glow {
  position: absolute;
  width: 700px;
  height: 400px;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(255, 107, 74, 0.15) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(40px);
}

.ldr-final-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 580px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.ldr-final-cta__eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff6b4a;
  margin: 0;
}

.ldr-final-cta__heading {
  margin: 0;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: rgba(255, 255, 255, 0.95);
}

.ldr-final-cta__heading em {
  font-style: normal;
  color: #ff6b4a;
}

.ldr-final-cta__sub {
  margin: 0;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.52);
}

/* ── Leaders responsive ─────────────────────────────── */
@media (max-width: 960px) {
  .ldr-cards-grid,
  .ldr-steps-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ldr-benefits-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ldr-stats-strip {
    padding-inline: max(1rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  .ldr-hero {
    padding-inline: max(1.5rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  .ldr-section {
    padding-inline: max(1.5rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  .ldr-final-cta {
    padding-inline: max(1.5rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  .ldr-stats-strip__inner {
    flex-wrap: wrap;
    gap: 0.5rem 0;
  }

  .ldr-stat {
    flex: 0 0 50%;
  }

  .ldr-stat__div {
    display: none;
  }
}

@media (max-width: 640px) {
  .ldr-hero {
    padding-top: calc(72px + 6rem + env(safe-area-inset-top, 0px));
    padding-inline: max(0.85rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  .ldr-hero__inner {
    padding-inline: 0;
  }

  .ldr-hero__headline {
    font-size: clamp(1.65rem, 6.5vw, 2.55rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
  }

  .ldr-tw-track {
    white-space: normal;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    max-width: 100%;
  }

  .ldr-hero__badge {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: 0.72rem;
    padding: 0.5rem 0.85rem;
    line-height: 1.35;
  }

  .ldr-hero__sub {
    max-width: 100%;
    font-size: clamp(0.92rem, 3.8vw, 1.05rem);
  }

  .ldr-quote-wrap {
    max-width: 100%;
  }

  .ldr-section {
    padding: 4rem max(1rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px)) 4.5rem;
  }

  .ldr-section__heading {
    font-size: clamp(1.65rem, 6vw, 2.25rem);
    margin-bottom: 2rem;
  }

  .ldr-stats-strip {
    padding-inline: max(1rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  .ldr-final-cta {
    padding-inline: max(1rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  .ldr-stat {
    flex: 0 0 50%;
  }
}

/* ══════════════════════════════════════════════════════
   APPLY PAGE (dark — matches leaders / students)
   ══════════════════════════════════════════════════════ */
body.apply-page {
  background: #0c0a0f;
  color: rgba(255, 255, 255, 0.88);
  color-scheme: dark;
  -webkit-font-smoothing: antialiased;
}

body.apply-page .site-header {
  background: rgba(12, 8, 10, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.apply-page .site-logo__text {
  color: var(--coral);
}

body.apply-page .site-nav__link {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

body.apply-page .site-nav__link:hover {
  color: #fff;
}

body.apply-page .site-nav__link--active {
  background: rgba(255, 107, 74, 0.28);
  color: #fff;
}

/* Apply layout */
.apply-page .apply-main {
  background: #0c0a0f;
  padding-top: calc(72px + 3.5rem + env(safe-area-inset-top, 0px));
}

/* Intro header */
.apply-page .apply-intro {
  text-align: center;
  margin-bottom: 2rem;
}

.apply-intro__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 107, 74, 0.15);
  border: 1px solid rgba(255, 107, 74, 0.3);
  color: #ff6b4a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.apply-page .apply-title {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.85rem, 5vw, 2.5rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 0.6rem;
}

.apply-page .apply-lead {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  margin: 0;
}

/* Card */
.apply-page .apply-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 2rem 1.75rem 2.25rem;
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.55);
}

/* Post-submit thank you */
.apply-page .apply-thanks {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
  text-align: center;
}

.apply-page .apply-thanks__card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 2.5rem 1.75rem 2.75rem;
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.55);
}

.apply-page .apply-thanks__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff6b4a;
}

.apply-page .apply-thanks__title {
  margin: 0 0 1rem;
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 4.5vw, 2.35rem);
  letter-spacing: -0.04em;
  line-height: 1.12;
  color: rgba(255, 255, 255, 0.96);
}

.apply-page .apply-thanks__body {
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
}

.apply-page .apply-thanks__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.apply-page .apply-thanks__btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.apply-page .apply-thanks__btn--secondary {
  margin: 0;
}

/* Progress */
.apply-progress-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.6rem;
}

.apply-page .apply-step-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.48);
  letter-spacing: 0.04em;
  margin: 0;
}

.apply-step-hint {
  font-size: 0.78rem;
  font-weight: 600;
  color: #ff6b4a;
  margin: 0;
}

.apply-page .apply-progress-track {
  background: rgba(255, 255, 255, 0.12);
  height: 4px;
  border-radius: 999px;
}

.apply-page .apply-progress-fill {
  background: linear-gradient(90deg, #ff6b4a, #ff3b6e);
  border-radius: 999px;
  height: 100%;
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Labels and hints */
.apply-page .apply-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.apply-page .required {
  color: #ff6b4a;
}

.apply-page .apply-hint {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.6rem;
  margin-top: -0.1rem;
}

/* Inputs */
.apply-page .apply-input,
.apply-page .apply-select,
.apply-page .apply-textarea {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.97rem;
  padding: 0.8rem 0.95rem;
  width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.apply-page .apply-input::placeholder,
.apply-page .apply-textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.apply-page .apply-input:focus,
.apply-page .apply-select:focus,
.apply-page .apply-textarea:focus {
  outline: none;
  border-color: rgba(255, 107, 74, 0.65);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 3px rgba(255, 107, 74, 0.15);
}

.apply-page .apply-input.apply-input--invalid,
.apply-page .apply-select.apply-input--invalid,
.apply-page .apply-textarea.apply-input--invalid {
  border-color: rgba(239, 68, 68, 0.7);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

/* Select arrow */
.apply-page .apply-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='rgba(255,255,255,0.55)' d='M1 1.5L6 6l5-4.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.25rem;
  cursor: pointer;
  color-scheme: dark;
}

.apply-page .apply-select option {
  background: #1a1620;
  color: rgba(255, 255, 255, 0.95);
}

/* Checkbox */
.apply-page .apply-checkbox-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 500;
}

.apply-page .apply-checkbox {
  accent-color: #ff6b4a;
}

/* Error */
.apply-page .apply-field-error {
  color: rgba(248, 113, 113, 0.9);
  font-size: 0.84rem;
  margin-top: 0.4rem;
}

/* Buttons */
.apply-page .btn-primary {
  background: #ff6b4a;
  color: #fff;
  border: none;
  box-shadow: 0 8px 28px -8px rgba(255, 107, 74, 0.5);
  border-radius: 12px;
  padding: 0.8rem 1.5rem;
  font-size: 0.97rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.apply-page .btn-primary:hover {
  background: #ff7e62;
  transform: translateY(-1px);
}

.apply-page .btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.apply-page .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 0.8rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.apply-page .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}

/* Status messages */
.apply-page .apply-form-status {
  font-size: 0.92rem;
  min-height: 1.35em;
}

.apply-page .apply-form-status--success {
  color: #4ade80;
  font-weight: 600;
}

.apply-page .apply-form-status--error {
  color: rgba(248, 113, 113, 0.9);
}

/* Apply responsive */
@media (max-width: 960px) {
  .apply-page .apply-main {
    padding-top: calc(72px + 5.5rem + env(safe-area-inset-top, 0px));
    padding-inline: max(1rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }
}

@media (max-width: 640px) {
  .apply-page .apply-card {
    padding: 1.5rem max(1.1rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px)) 1.75rem;
    border-radius: 20px;
  }

  .apply-page .apply-title {
    font-size: clamp(1.65rem, 7vw, 2rem);
  }

  .apply-page .apply-intro {
    padding-inline: max(0.25rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  .apply-page .apply-thanks {
    padding-inline: max(0.75rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  .apply-page .apply-thanks__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .apply-page .apply-thanks__btn {
    width: 100%;
    max-width: none;
    justify-content: center;
  }
}

/* ── Leaders hero entrance init ──────────────────────── */
/* Kick the .ldr-hero.played class via JS — same pattern as student hero */
