@font-face {
  font-family: 'Roca One Local';
  src: url('../fonts/roca.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --wc-orange: #ff5500;
  --wc-orange-dark: #df4900;
  --wc-orange-soft: #fff0e7;
  --wc-cream: #fff6f1;
  --wc-black: #080808;
  --wc-navy: #15202b;
  --wc-blue: #38b6ff;
  --wc-green: #76c2af;
  --wc-purple: #a49df8;
  --wc-yellow: #ffb300;
  --wc-border: rgba(21,32,43,.14);
  --wc-shadow: 0 24px 70px rgba(21,32,43,.13);
  --wc-shadow-soft: 0 12px 35px rgba(21,32,43,.10);
  --heading: 'Roca One Local', Georgia, 'Times New Roman', serif;
  --body: Helvetica, Arial, sans-serif;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--wc-navy); background: #fff; font-family: var(--body); line-height: 1.55; overflow-x: hidden; }
body.mobile-menu-open, body.selector-open { overflow: hidden; touch-action: none; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--wc-blue); outline-offset: 4px; border-radius: 8px; }
.container { width: min(var(--max), calc(100% - 36px)); margin-inline: auto; }
.section { padding: clamp(64px, 8vw, 104px) 0; position: relative; }
#paths, #programs, #groups, #schedule, #memberships, #waitlist-form, #how-it-works, #why-one-on-one-works, #why-learn-in-a-group, #why-group-coaching-works, #learner-outcomes, #faq, #precision, #core, #intensive, #benchmark, #benchmark-distinction, #launch, #fluency, #starter, #pro, #master { scroll-margin-top: 118px; }
.section-cream { background: var(--wc-cream); }
.section-dark { background: var(--wc-black); color: #fff; }
.grid-bg { background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 34px 34px; }
h1, h2, h3 { font-family: var(--heading); line-height: .98; letter-spacing: -.02em; margin: 0; }
h1 { font-size: clamp(52px, 8vw, 104px); max-width: 980px; }
h2 { font-size: clamp(38px, 5vw, 68px); }
h3 { font-size: clamp(24px, 2.4vw, 34px); }
p { margin: 0; }
.lead { font-size: clamp(18px, 2vw, 22px); line-height: 1.45; color: rgba(21,32,43,.8); }
.section-dark .lead, .hero .lead { color: rgba(255,255,255,.88); }
.tm-mark {
  display: inline-block;
  margin-left: .02em;
  color: rgba(255,255,255,.76);
  font-size: .42em;
  line-height: 1;
  vertical-align: super;
  transform: translateY(-.08em);
}
.faq-a a:not(.faq-link),
.waitlist-form .note a,
.copy-stack a,
.lead a,
.fine-print a,
.selector-alt a,
.cohort-time-tool a {
  color: var(--wc-orange);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255,85,0,.7);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  transition: color .2s ease, text-decoration-color .2s ease;
}
.faq-a a:not(.faq-link):hover,
.waitlist-form .note a:hover,
.copy-stack a:hover,
.lead a:hover,
.fine-print a:hover,
.selector-alt a:hover,
.cohort-time-tool a:hover {
  color: var(--wc-orange-dark);
  text-decoration-color: currentColor;
}
.faq-a a:not(.faq-link):focus-visible,
.waitlist-form .note a:focus-visible,
.copy-stack a:focus-visible,
.lead a:focus-visible,
.fine-print a:focus-visible,
.selector-alt a:focus-visible,
.cohort-time-tool a:focus-visible {
  outline: 2px solid rgba(255,85,0,.55);
  outline-offset: 3px;
  border-radius: 4px;
}
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--wc-border); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo img { width: 196px; max-height: 50px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 10px 11px; border-radius: 999px; font-size: 14px; font-weight: 900; color: rgba(21,32,43,.78); }
.nav-links a:hover { color: var(--wc-black); background: var(--wc-orange-soft); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.mobile-toggle { display: none; border: 0; background: transparent; color: var(--wc-black); font-size: 28px; width: 44px; height: 44px; cursor: pointer; }
.mobile-menu-backdrop { display: none; }
.btn { min-height: 50px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 2px solid transparent; border-radius: 999px; font-weight: 900; cursor: pointer; white-space: nowrap; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--wc-shadow-soft); }
.btn-primary { background: var(--wc-black); color: #fff; }
.btn-orange, .btn-plan { background: var(--wc-orange); color: #fff; }
.btn-orange:hover { background: var(--wc-orange-dark); }
.btn-blue { background: var(--wc-blue); color: #062a3d; }
.btn-green { background: var(--wc-green); color: #05291f; }
.btn-light { background: #fff; color: var(--wc-black); }
.btn-outline, .btn-ghost { background: #fff; color: var(--wc-navy); border-color: rgba(21,32,43,.18); }
.btn-secondary-hero { background: #fff; color: var(--wc-orange); box-shadow: 0 10px 24px rgba(0,0,0,.14); }
.btn-small { min-height: 40px; padding: 10px 14px; font-size: 14px; }
.btn-block { width: 100%; }
.eyebrow, .badge { width: fit-content; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; font-size: 13px; font-weight: 900; }
.eyebrow { padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.13); }
.eyebrow.dark { border-color: var(--wc-border); background: #fff; color: var(--wc-orange); }
.eyebrow:before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--wc-yellow); }
.badge { min-height: 32px; padding: 7px 10px; background: var(--wc-orange-soft); color: var(--wc-orange); font-size: 12px; }
.badge.dark { background: #111; color: #fff; }
.hero { position: relative; overflow: hidden; padding: clamp(68px, 8vw, 104px) 0 clamp(76px, 8vw, 112px); color: #fff; background: var(--wc-orange); }
.hero:before { content: ''; position: absolute; width: 520px; height: 520px; right: -180px; top: -180px; background: rgba(255,255,255,.1); border-radius: 50%; }
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 52px; align-items: center; }
.hero-copy { display: grid; gap: 24px; min-width: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-card { min-width: 0; padding: 22px; border-radius: 28px; background: rgba(255,255,255,.98); color: var(--wc-navy); box-shadow: 0 35px 90px rgba(0,0,0,.22); transform: rotate(1deg); }
.hero-card-inner { min-height: 380px; display: grid; align-content: center; gap: 18px; padding: 26px; border: 2px solid var(--wc-black); border-radius: 20px; background: var(--wc-cream); }
.hero-card h2 { color: var(--wc-black); font-size: clamp(34px, 4.2vw, 56px); }
.hero-stat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.stat-box { min-height: 98px; padding: 18px; border: 1px solid var(--wc-border); border-radius: 18px; background: #fff; box-shadow: var(--wc-shadow-soft); }
.stat-box strong { display: block; color: var(--wc-orange); font-size: 34px; line-height: 1; }
.stat-box span { display: block; margin-top: 6px; color: rgba(21,32,43,.68); font-weight: 900; font-size: 13px; }
.section-head { display: grid; gap: 18px; max-width: 850px; margin-bottom: 36px; }
.section-head.center { margin-inline: auto; text-align: center; justify-items: center; }
.split, .problem-panel, .trust-panel, .credential-layout, .waitlist-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 54px); align-items: start; }
.copy-stack { display: grid; gap: 18px; color: rgba(21,32,43,.78); font-size: 18px; }
.path-grid, .offer-grid, .difference-grid, .process-grid, .feature-matrix, .schedule-grid { display: grid; gap: 22px; align-items: stretch; }
.path-grid, .offer-grid.three, .difference-grid, .feature-matrix { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.offer-grid.four, .process-grid, .schedule-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.offer-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.path-card, .offer-card, .schedule-card, .difference-grid article, .process-grid article, .feature-matrix article, .credential-card {
  position: relative; overflow: hidden; border: 1px solid var(--wc-border); border-radius: 24px; background: #fff; color: var(--wc-navy); box-shadow: var(--wc-shadow-soft);
}
.path-card { min-height: 390px; display: grid; grid-template-rows: auto auto 1fr auto auto; gap: 18px; padding: 26px; }
.offer-card:before { content: ''; position: absolute; inset: 0 0 auto; height: 7px; background: var(--accent, var(--wc-orange)); }
.accent-orange { --accent: var(--wc-orange); }
.accent-blue { --accent: var(--wc-blue); }
.accent-green { --accent: var(--wc-green); }
.accent-purple { --accent: var(--wc-purple); }
.path-number { color: var(--accent); font-size: 14px; font-weight: 900; }
.path-card strong { color: var(--wc-black); }
.offer-card { display: grid; grid-template-rows: minmax(34px, auto) minmax(150px, auto) minmax(96px, auto) auto minmax(46px, auto) auto; gap: 18px; padding: 24px; }
.offer-card .badge { background: color-mix(in srgb, var(--accent) 16%, white); color: color-mix(in srgb, var(--accent) 72%, #111); }
.popular-badge { min-height: 32px; display: inline-flex; align-items: center; padding: 7px 10px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 900; }
.offer-badge-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: flex-start; }
.offer-title { display: grid; gap: 10px; }
.offer-title p, .offer-note, .fine-print { color: rgba(21,32,43,.7); }
.offer-price { display: grid; gap: 6px; align-content: start; }
.offer-price strong { color: var(--wc-black); font-family: var(--heading); font-size: 44px; line-height: 1; }
.offer-price span { color: rgba(21,32,43,.62); font-weight: 900; }
.offer-list { margin: 0; padding-left: 18px; color: rgba(21,32,43,.76); }
.offer-list li + li { margin-top: 8px; }
.inline-selector, .waitlist-note, .fine-print { margin-top: 24px; border: 1px solid rgba(255,85,0,.22); border-radius: 22px; background: var(--wc-orange-soft); padding: 22px; }
.inline-selector { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.waitlist-fallback {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(255,85,0,.22);
  border-radius: 24px;
  background: var(--wc-orange-soft);
  color: var(--wc-navy);
}
.waitlist-fallback h2 {
  color: var(--wc-black);
  font-size: clamp(30px, 3.4vw, 46px);
}
.waitlist-fallback p {
  margin-top: 8px;
  color: rgba(21,32,43,.72);
}
.speak-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.speak-strip article, .difference-grid article, .process-grid article, .feature-matrix article, .schedule-card { padding: 22px; }
.speak-strip article { border-radius: 22px; background: #fff; color: var(--wc-navy); }
.speak-strip b, .process-grid b { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 16px; background: var(--wc-orange); color: #fff; font-size: 24px; }
.persuasion-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 62px); align-items: center; }
.persuasion-copy { display: grid; gap: 18px; max-width: 610px; }
.persuasion-copy h2 { max-width: 670px; }
.persuasion-copy .lead { max-width: 610px; }
.persuasion-card-stack { display: grid; gap: 14px; min-width: 0; }
.persuasion-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 138px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid var(--wc-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--wc-shadow-soft);
}
.persuasion-check {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wc-orange);
  color: #fff;
  font-weight: 900;
  line-height: 1;
}
.persuasion-card h3 {
  color: var(--wc-black);
  font-family: var(--body);
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.15;
  letter-spacing: 0;
}
.persuasion-card p {
  margin-top: 8px;
  color: rgba(21,32,43,.72);
  line-height: 1.5;
}
.one-persuasion-section .persuasion-layout {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
}
.one-persuasion-section .persuasion-card-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.one-persuasion-card {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 12px;
  min-height: 286px;
  padding: clamp(20px, 2.1vw, 26px);
  box-shadow: 0 12px 32px rgba(21,32,43,.08);
  transition: border-color .22s ease, box-shadow .22s ease;
}
.one-persuasion-card h3,
.group-benefit-card h3 {
  min-height: 3lh;
}
.one-persuasion-card:hover,
.one-persuasion-card:focus-within {
  border-color: rgba(255,85,0,.38);
  box-shadow: 0 16px 38px rgba(21,32,43,.1);
}
.persuasion-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,85,0,.22);
  border-radius: 16px;
  background: var(--wc-orange-soft);
  color: var(--wc-orange);
  font-weight: 900;
  line-height: 1;
}
.persuasion-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.one-persuasion-card:hover .persuasion-icon,
.one-persuasion-card:focus-within .persuasion-icon {
  border-color: rgba(255,85,0,.4);
  background: #fff3eb;
}
.one-persuasion-card h3 {
  font-size: clamp(21px, 1.9vw, 26px);
  line-height: 1.08;
}
.one-persuasion-card p {
  margin-top: 0;
}
.difference-grid article { display: grid; gap: 12px; }
.difference-grid span { color: var(--wc-orange); font-weight: 900; }
.difference-grid strong { color: var(--wc-black); }
.outcomes { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; }
.outcome-list { display: flex; flex-wrap: wrap; gap: 12px; }
.outcome-list span { padding: 12px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--wc-border); font-weight: 900; }
.app-callout { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; padding: clamp(30px, 5vw, 54px); border-radius: 30px; background: var(--wc-black); color: #fff; box-shadow: var(--wc-shadow); }
.store-links { display: grid; gap: 12px; }
.store-badge-link, .store-badge { display: inline-flex; justify-content: center; align-items: center; width: min(220px, 100%); padding: 8px 12px; border-radius: 10px; background: #fff; }
.store-badge img, .store-badge-link img { max-height: 48px; object-fit: contain; }
.testimonial-carousel { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; gap: 14px; align-items: center; }
.carousel-viewport { overflow: hidden; padding: 8px 0 18px; }
.carousel-track { display: flex; gap: 22px; transition: transform .45s ease; will-change: transform; }
.testimonial-card { flex: 0 0 calc((100% - 44px) / 3); min-height: 540px; display: grid; grid-template-rows: auto 1fr auto; gap: 18px; padding: 22px; border: 1px solid var(--wc-border); border-radius: 24px; background: #fff; box-shadow: var(--wc-shadow-soft); }
.testimonial-card img { width: 100%; height: clamp(218px, 18vw, 270px); aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 18px; background: var(--wc-cream); }
.testimonial-card blockquote { margin: 0; color: rgba(21,32,43,.76); font-size: 17px; line-height: 1.5; }
.testimonial-card p { display: grid; gap: 4px; }
.testimonial-card span { color: rgba(21,32,43,.62); font-weight: 900; }
.credential-card { padding: 28px; display: grid; gap: 16px; }
.credential-card ul { margin: 0; padding-left: 18px; }
.schedule-card { display: grid; gap: 14px; grid-template-rows: auto auto auto 1fr auto; }
.schedule-card small { color: rgba(21,32,43,.64); font-weight: 800; }
.waitlist-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: clamp(24px, 5vw, 42px); border: 1px solid var(--wc-border); border-radius: 28px; background: #fff; box-shadow: var(--wc-shadow-soft); }
.waitlist-form label { display: grid; align-content: start; gap: 9px; color: #1f2933; font-weight: 900; }
.waitlist-form label[hidden] { display: none; }
.waitlist-form .field-helper { margin-top: -2px; color: #7a7f87; font-size: 13px; font-weight: 500; line-height: 1.35; }
.waitlist-form .full, .form-error, .waitlist-form > .btn, .waitlist-form > .note, .form-success { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--wc-border);
  border-radius: 14px;
  box-sizing: border-box;
  background: #fff;
  color: #4b5563;
  font-weight: 500;
  line-height: 1.35;
}
input::placeholder, textarea::placeholder { color: #7a7f87; opacity: 1; font-weight: 500; }
input:not([type="checkbox"]), select { height: 52px; }
input:disabled, select:disabled, textarea:disabled {
  cursor: not-allowed;
  background: #f6f5f2;
  color: #a6aab0;
  -webkit-text-fill-color: #a6aab0;
}
textarea { min-height: 130px; resize: vertical; }
.consent { grid-template-columns: auto 1fr; align-items: start; }
.consent input { width: 20px; min-height: 20px; margin-top: 3px; }
.consent span { color: rgba(21,32,43,.62); font-size: 13px; font-weight: 800; line-height: 1.45; }
.form-error { min-height: 26px; color: #b42318; font-weight: 900; }
.form-success { padding: 24px; border-radius: 22px; border: 1px solid rgba(255,85,0,.22); background: var(--wc-orange-soft); opacity: 1; transition: opacity .22s ease; }
.form-success[hidden] { display: none; }
.waitlist-form .form-success[hidden] { display: none; }
.waitlist-form.is-success { grid-template-columns: 1fr; }
.waitlist-form.is-success > :not(.form-success) { display: none; }
.waitlist-form.is-success .form-success { display: grid; gap: 18px; padding: clamp(30px, 5vw, 46px); outline: none; }
.waitlist-form.is-success .form-success:focus-visible { box-shadow: 0 0 0 4px rgba(255,85,0,.18); }
.faq { display: grid; gap: 12px; max-width: 940px; margin-inline: auto; }
.faq-item { border: 1px solid var(--wc-border); border-radius: 20px; background: #fff; overflow: hidden; }
.faq-q { width: 100%; display: flex; justify-content: space-between; gap: 20px; border: 0; background: transparent; padding: 20px 22px; cursor: pointer; text-align: left; color: var(--wc-navy); font-weight: 900; }
.faq-q span:last-child { color: var(--wc-orange); font-size: 24px; line-height: 1; }
.faq-a { padding: 4px 22px 24px; color: rgba(21,32,43,.72); }
.faq-a[hidden] { display: none; }
.faq-links { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; margin-top: 12px; }
.faq-link { display: inline-flex; width: fit-content; min-height: 36px; align-items: center; padding: 0; border: 0; background: transparent; color: var(--wc-orange); font: inherit; font-weight: 900; line-height: 1.35; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.faq-link:hover { color: var(--wc-orange-dark); }
.cta-band { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: clamp(32px, 5vw, 58px); border-radius: 30px; background: var(--wc-orange); color: #fff; }
.cta-band p { margin-top: 16px; color: rgba(255,255,255,.88); }
.selector-modal { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 18px; background: rgba(8,8,8,.62); overscroll-behavior: contain; }
.selector-modal[hidden] { display: none; }
.selector-panel { position: relative; width: min(820px, 100%); max-height: calc(100dvh - 36px); overflow: hidden; border-radius: 28px; background: var(--wc-cream); box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.selector-scroll { max-height: calc(100dvh - 36px); overflow-y: auto; overscroll-behavior: contain; padding: clamp(24px, 5vw, 44px); padding-right: clamp(34px, 5vw, 54px); scrollbar-width: thin; scrollbar-color: rgba(21,32,43,.32) rgba(21,32,43,.08); }
.selector-scroll::-webkit-scrollbar { width: 9px; }
.selector-scroll::-webkit-scrollbar-track { background: rgba(21,32,43,.07); border-radius: 999px; }
.selector-scroll::-webkit-scrollbar-thumb { background: rgba(21,32,43,.28); border-radius: 999px; border: 2px solid var(--wc-cream); }
.selector-close { position: absolute; top: 16px; right: 16px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--wc-black); color: #fff; font-size: 26px; cursor: pointer; }
.selector-step, .selector-result { display: grid; gap: 20px; }
.selector-step[hidden], .selector-result[hidden] { display: none; }
.selector-step > .lead { max-width: 640px; }
.selector-progress { height: 8px; border-radius: 999px; background: rgba(21,32,43,.1); overflow: hidden; }
.selector-progress span { display: block; width: 20%; height: 100%; border-radius: inherit; background: var(--wc-orange); transition: width .24s ease; }
.selector-progress-text { color: rgba(21,32,43,.64); font-size: 14px; font-weight: 900; }
.selector-question { display: block; padding: 0; margin: 0; border: 0; }
.selector-question legend { display: block; width: 100%; margin: 0 0 22px; padding: 0; color: var(--wc-black); font-family: var(--heading); font-size: clamp(25px, 3.1vw, 36px); line-height: 1.04; }
.selector-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.selector-options button { min-height: 104px; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; padding: 18px; border: 1px solid var(--wc-border); border-radius: 18px; background: #fff; color: var(--wc-navy); text-align: left; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease; }
.selector-options button:hover { border-color: rgba(255,85,0,.44); box-shadow: var(--wc-shadow-soft); }
.selector-options button[aria-pressed="true"] { border-color: var(--wc-orange); background: #fff7f2; box-shadow: 0 0 0 2px rgba(255,85,0,.14); }
.selector-options button[aria-pressed="true"] .selector-option-mark { background: var(--wc-orange); border-color: var(--wc-orange); color: #fff; }
.selector-option-mark { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(21,32,43,.2); border-radius: 50%; color: rgba(21,32,43,.62); font-weight: 900; line-height: 1; }
.selector-option-copy { display: grid; gap: 5px; min-width: 0; }
.selector-option-copy strong { font-size: 16px; line-height: 1.28; }
.selector-option-copy span { color: rgba(21,32,43,.68); font-size: 14px; line-height: 1.42; }
.selector-controls { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.selector-controls .btn { min-width: 132px; }
.selector-back[hidden] { display: none; }
.selector-result { gap: 24px; }
.selector-result .eyebrow { justify-self: start; margin-bottom: -10px; }
.selector-result h2 { max-width: 680px; }
.selector-result .lead { max-width: 700px; }
.selector-result-grid { display: grid; gap: 18px; }
.selector-fit-card { display: grid; gap: 16px; padding: 22px; border: 1px solid rgba(255,85,0,.24); border-radius: 22px; background: #fff; }
.selector-fit-card h3, .selector-alt h3 { font-family: var(--body); font-size: 16px; font-weight: 900; letter-spacing: 0; line-height: 1.25; }
.selector-fit-list { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.selector-fit-list li { position: relative; padding-left: 18px; color: rgba(21,32,43,.75); font-weight: 700; line-height: 1.45; }
.selector-fit-list li:before { content: ''; position: absolute; left: 0; top: .68em; width: 6px; height: 6px; border-radius: 50%; background: var(--wc-orange); }
.selector-details { display: inline-flex; width: fit-content; max-width: 100%; padding: 10px 14px; border-radius: 999px; background: var(--wc-black); color: #fff; font-weight: 900; line-height: 1.35; }
.selector-credential-note { color: rgba(21,32,43,.68); font-size: 14px; font-weight: 700; line-height: 1.48; }
.selector-result-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.selector-result-divider { height: 1px; background: rgba(21,32,43,.14); }
.selector-alt { display: grid; gap: 10px; padding: 8px 0 2px; }
.selector-alt-label { color: var(--wc-orange); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.selector-alt p { max-width: 660px; color: rgba(21,32,43,.72); }
.selector-alt a { font-weight: 900; }
.selector-restart { justify-self: start; }
.site-footer {
  padding: clamp(86px, 8vw, 118px) 0 42px;
  background: var(--wc-black);
  color: #fff;
}
.site-footer .container {
  width: min(1400px, calc(100% - clamp(40px, 7vw, 120px)));
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) minmax(220px, .8fr) minmax(240px, .75fr);
  gap: clamp(72px, 10vw, 150px);
  align-items: start;
}
.footer-brand {
  display: grid;
  gap: 30px;
  align-content: start;
  max-width: 470px;
}
.footer-logo {
  width: min(320px, 100%);
  height: auto;
}
.footer-brand p {
  max-width: 330px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}
.footer-contact {
  display: grid;
  gap: 13px;
  font-style: normal;
}
.footer-address {
  margin-top: 11px;
  color: rgba(255,255,255,.84);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}
.footer-nav {
  display: grid;
  gap: 25px;
  align-content: start;
}
.footer-apps {
  display: grid;
  gap: 16px;
  align-content: start;
  justify-items: start;
}
.footer-apps h3 {
  margin: 0 0 4px;
  font-family: var(--body);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}
.site-footer a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.34);
  text-underline-offset: 5px;
  transition: text-decoration-color .2s ease, color .2s ease;
}
.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration-color: rgba(255,255,255,.78);
}
.store-badge {
  display: block;
  width: 190px;
  max-width: 100%;
}
.store-badge img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-bottom {
  margin-top: clamp(72px, 7vw, 94px);
  padding-top: 38px;
  border-top: 1px solid rgba(255,255,255,.18);
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
.footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 600;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
.sticky-cta { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
@media (max-width: 1230px) {
  .offer-grid.four, .schedule-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer-card { grid-template-rows: auto minmax(112px, auto) minmax(76px, auto) auto minmax(46px, auto) auto; }
}
@media (max-width: 1040px) {
  .hero-grid, .split, .problem-panel, .trust-panel, .credential-layout, .waitlist-layout, .outcomes, .app-callout, .cta-band { grid-template-columns: 1fr; }
  .path-grid, .offer-grid.three, .difference-grid, .process-grid, .feature-matrix, .speak-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonial-card { flex-basis: calc((100% - 22px) / 2); }
  .footer-main {
    grid-template-columns: minmax(0, 1.1fr) minmax(220px, .9fr);
    gap: 48px 72px;
  }
  .footer-apps {
    grid-column: 1 / -1;
  }
  .nav-links, .nav-actions { display: none; }
  .mobile-toggle { display: grid; place-items: center; position: relative; z-index: 112; }
  .site-header.open { background: #fff; z-index: 120; }
  .site-header.open:after { content: ''; position: fixed; left: 0; right: 0; top: 72px; height: 366px; background: #fff; border-top: 1px solid var(--wc-border); border-bottom: 1px solid var(--wc-border); box-shadow: 0 20px 46px rgba(21,32,43,.14); z-index: 100; }
  .mobile-menu-backdrop { display: block; position: fixed; inset: 72px 0 0; z-index: 80; border: 0; background: rgba(8,8,8,.46); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
  body.mobile-menu-open .mobile-menu-backdrop { opacity: 1; pointer-events: auto; }
  .site-header.open .nav-links, .site-header.open .nav-actions { position: fixed; left: 0; right: 0; z-index: 101; display: flex; flex-direction: column; align-items: stretch; padding-inline: max(22px, calc((100vw - var(--max)) / 2)); }
  .site-header.open .nav-links { top: 72px; gap: 2px; padding-top: 18px; }
  .site-header.open .nav-links a { padding: 12px 4px; border-radius: 10px; font-size: 16px; }
  .site-header.open .nav-actions { top: 312px; gap: 10px; }
  .site-header.open .nav-actions .btn { width: 100%; }
}
@media (max-width: 760px) {
  body { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
  .container { width: min(var(--max), calc(100% - 28px)); }
  .section { padding: 64px 0; }
  .hero { padding: 58px 0 68px; }
  .hero-actions, .inline-selector, .store-links { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .inline-selector .btn { width: 100%; }
  .hero-stat-grid, .path-grid, .offer-grid, .offer-grid.two, .offer-grid.three, .offer-grid.four, .difference-grid, .process-grid, .feature-matrix, .schedule-grid, .speak-strip, .waitlist-form { grid-template-columns: 1fr; }
  .hero-card { transform: rotate(.35deg); padding: 14px; }
  .hero-card-inner { min-height: 0; padding: 20px; }
  .path-card, .offer-card { min-height: 0; grid-template-rows: auto; }
  .offer-title, .offer-price, .offer-list, .offer-note { min-height: 0; }
  .inline-selector, .cta-band { grid-template-columns: 1fr; }
  .testimonial-carousel { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; }
  .testimonial-card { flex-basis: 88%; min-height: 0; padding: 18px; }
  .testimonial-card img { height: 220px; aspect-ratio: 1.18; }
  .selector-options { grid-template-columns: 1fr; }
  .selector-modal { padding: 10px; align-items: start; }
  .selector-panel { max-height: calc(100dvh - 20px); border-radius: 22px; }
  .selector-scroll { max-height: calc(100dvh - 20px); padding: 24px 22px 24px 18px; }
  .selector-close { top: 10px; right: 10px; width: 38px; height: 38px; font-size: 23px; }
  .selector-step, .selector-result { gap: 16px; }
  .selector-question legend { margin-bottom: 18px; }
  .selector-question legend { font-size: clamp(24px, 8vw, 31px); }
  .selector-options button { min-height: 0; padding: 15px; }
  .selector-controls { align-items: stretch; }
  .selector-controls .btn { min-width: 0; flex: 1; }
  .selector-controls .selector-back[hidden] + .selector-continue { flex: 0 1 100%; }
  .selector-result-actions { flex-direction: column; align-items: stretch; }
  .selector-result-actions .btn { width: 100%; }
  .selector-details { width: 100%; border-radius: 16px; }
  .waitlist-form .full, .form-error, .waitlist-form > .btn, .waitlist-form > .note, .form-success { grid-column: auto; }
  .waitlist-form .form-success {
    display: grid;
    gap: 18px;
    padding: 28px 22px 30px;
    box-sizing: border-box;
  }
  .waitlist-form .form-success h2 {
    font-size: clamp(32px, 9.8vw, 38px);
    line-height: 1.04;
  }
  .waitlist-form .form-success p {
    font-size: clamp(16px, 4.2vw, 18px);
    line-height: 1.55;
  }
  .waitlist-form .form-success .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 2px;
  }
  .waitlist-form .form-success .hero-actions .btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }
  .sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: flex; padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); background: rgba(8,8,8,.96); border-radius: 16px 16px 0 0; box-shadow: 0 -14px 34px rgba(0,0,0,.22); }
  .sticky-cta > * { width: 100%; }
  .sticky-cta.home-sticky-cta { opacity: 0; pointer-events: none; visibility: hidden; transition: opacity .22s ease, visibility .22s ease; }
  .sticky-cta.home-sticky-cta.is-visible { opacity: 1; pointer-events: auto; visibility: visible; }
  body.mobile-menu-open .sticky-cta, body.selector-open .sticky-cta { display: none; }
  .site-footer { padding-bottom: calc(104px + env(safe-area-inset-bottom)); }
  .site-footer .container { width: min(var(--max), calc(100% - 28px)); }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { gap: 18px; }
  .footer-logo { width: min(238px, 100%); }
  .footer-contact { gap: 12px; }
  .footer-address { margin-top: 8px; font-size: 15px; line-height: 1.62; }
  .footer-nav { gap: 14px; }
  .footer-apps { gap: 12px; }
  .store-badge { width: min(190px, 100%); }
  .footer-bottom { margin-top: 36px; padding-top: 22px; flex-direction: column; align-items: flex-start; }
  .logo img { width: 170px; }
  h1 { font-size: clamp(42px, 14vw, 66px); }
}
@media (max-width: 340px) {
  .waitlist-form .form-success {
    padding: 26px 20px 28px;
  }
}
@media (max-width: 360px) {
  h1 { font-size: 36px; }
  .hero .lead { font-size: 16px; }
  .btn { padding-inline: 13px; font-size: 14px; }
  .testimonial-carousel { grid-template-columns: 34px minmax(0, 1fr) 34px; }
}

.hero {
  isolation: isolate;
}
.hero-copy, .hero-card {
  position: relative;
  z-index: 1;
}
.hero h1 {
  text-shadow: 0 18px 42px rgba(8,8,8,.14);
}
.hero-card {
  animation: cardDrift 7s ease-in-out infinite;
}
.hero-card-inner {
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(135deg, rgba(255,246,241,.96), rgba(255,255,255,.96)),
    repeating-linear-gradient(90deg, rgba(255,85,0,.11) 0 1px, transparent 1px 26px);
}
.hero-card-inner > * {
  position: relative;
  z-index: 1;
}
@keyframes cardDrift {
  0%, 100% { transform: translateY(0) rotate(1deg); }
  50% { transform: translateY(-10px) rotate(-.35deg); }
}
.path-card, .offer-card, .schedule-card, .difference-grid article, .process-grid article, .feature-matrix article {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.path-card:hover, .offer-card:hover, .schedule-card:hover, .difference-grid article:hover, .process-grid article:hover, .feature-matrix article:hover {
  transform: translateY(-6px);
  box-shadow: var(--wc-shadow);
  border-color: color-mix(in srgb, var(--accent, var(--wc-orange)) 42%, rgba(21,32,43,.14));
}
.path-card {
  background:
    linear-gradient(180deg, #fff 0%, #fff 68%, color-mix(in srgb, var(--accent) 10%, white) 100%);
}
.path-card .path-number {
  font-family: var(--heading);
  font-size: 58px;
  line-height: .8;
  opacity: .55;
}
.offer-card {
  background:
    linear-gradient(180deg, #fff 0%, #fff 74%, color-mix(in srgb, var(--accent) 8%, white) 100%);
}
.offer-price {
  padding: 16px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--accent) 10%, white);
  border: 1px solid color-mix(in srgb, var(--accent) 22%, transparent);
}
.offer-list li::marker {
  color: var(--accent);
}
.offer-note {
  padding-top: 12px;
  border-top: 1px solid rgba(21,32,43,.10);
}
.speak-strip article {
  position: relative;
  overflow: hidden;
}
.difference-grid article {
  background:
    linear-gradient(135deg, #fff 0%, #fff 58%, var(--wc-orange-soft) 100%);
}
.outcome-list span {
  transition: transform .24s ease, background .24s ease, color .24s ease;
}
.outcome-list span:hover {
  transform: translateY(-3px);
  background: var(--wc-black);
  color: #fff;
}
.app-callout {
  position: relative;
  overflow: hidden;
}
.app-callout:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
  animation: gridSlide 14s linear infinite;
}
.app-callout > * {
  position: relative;
  z-index: 1;
}
@keyframes gridSlide {
  from { background-position: 0 0; }
  to { background-position: 60px 30px; }
}
.testimonial-card {
  position: relative;
}
.testimonial-card:before {
  content: '“';
  position: absolute;
  top: 10px;
  right: 22px;
  color: rgba(255,85,0,.16);
  font-family: Georgia, serif;
  font-size: 82px;
  line-height: 1;
}
.testimonial-card img {
  filter: saturate(.95) contrast(1.02);
}
.testimonial-card:hover img {
  filter: saturate(1.08) contrast(1.04);
}
.credential-card {
  background:
    linear-gradient(135deg, #fff 0%, #fff 62%, var(--wc-orange-soft) 100%);
}
.schedule-card {
  background:
    linear-gradient(180deg, #fff 0%, #fff 70%, var(--wc-orange-soft) 100%);
}
.waitlist-form {
  position: relative;
  overflow: hidden;
}
.waitlist-form:before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: var(--wc-orange);
}
.waitlist-form > * {
  position: relative;
}
.faq-item {
  transition: box-shadow .24s ease, border-color .24s ease;
}
.faq-item:has(.faq-q[aria-expanded="true"]) {
  border-color: rgba(255,85,0,.35);
  box-shadow: var(--wc-shadow-soft);
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.path-grid .reveal:nth-child(2),
.offer-grid .reveal:nth-child(2),
.process-grid .reveal:nth-child(2),
.difference-grid .reveal:nth-child(2),
.schedule-grid .reveal:nth-child(2) {
  transition-delay: .08s;
}
.path-grid .reveal:nth-child(3),
.offer-grid .reveal:nth-child(3),
.process-grid .reveal:nth-child(3),
.difference-grid .reveal:nth-child(3),
.schedule-grid .reveal:nth-child(3) {
  transition-delay: .16s;
}
.offer-grid .reveal:nth-child(4),
.process-grid .reveal:nth-child(4),
.schedule-grid .reveal:nth-child(4) {
  transition-delay: .24s;
}
@media (max-width: 760px) {
  .hero-card {
    animation: none;
  }
  .path-card .path-number {
    font-size: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-card, .app-callout:before {
    animation: none;
  }
}

/* Final refinement pass: consistent page rhythm, motion, and responsive polish */
:root {
  --wc-radius-card: 24px;
  --wc-radius-panel: 32px;
  --wc-section-gap: clamp(32px, 5vw, 54px);
}

h1, h2, h3 {
  letter-spacing: 0;
}

.section {
  overflow: clip;
}

.hero {
  min-height: min(760px, calc(100vh - 72px));
  display: grid;
  align-items: center;
}

.hero:before {
  border-radius: 42px;
  transform: rotate(12deg);
  right: -120px;
  top: -210px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,.05));
}

.hero-copy {
  max-width: 780px;
}

.hero-copy .lead {
  max-width: 680px;
}

.hero-card {
  border: 2px solid rgba(255,255,255,.72);
  transform-origin: center;
}

.hero-card-inner {
  min-height: 410px;
  align-content: stretch;
  padding: clamp(22px, 3vw, 34px);
}

.hero-card-inner .badge {
  align-self: start;
}

.hero-card-inner h2 {
  align-self: end;
}

.hero-card-inner p {
  color: rgba(21,32,43,.72);
  font-size: 17px;
}

.hero-stat-grid {
  align-self: end;
}

.section-head {
  margin-bottom: var(--wc-section-gap);
}

.problem-panel,
.trust-panel,
.credential-layout,
.waitlist-layout,
.outcomes {
  align-items: center;
}

.copy-stack,
.credential-card,
.waitlist-form {
  position: relative;
}

.copy-stack {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--wc-border);
  border-radius: var(--wc-radius-panel);
  background: #fff;
  box-shadow: var(--wc-shadow-soft);
}

.section:not(.section-cream):not(.section-dark) .copy-stack {
  background: var(--wc-cream);
}

.path-grid,
.offer-grid,
.difference-grid,
.process-grid,
.feature-matrix,
.schedule-grid {
  gap: clamp(18px, 2vw, 24px);
}

.path-card,
.offer-card,
.schedule-card,
.difference-grid article,
.process-grid article,
.feature-matrix article,
.credential-card,
.testimonial-card,
.faq-item {
  border-radius: var(--wc-radius-card);
}

.path-card {
  min-height: 430px;
  grid-template-rows: auto auto 1fr auto auto;
  padding: clamp(24px, 3vw, 32px);
}

.path-card h3,
.offer-card h3,
.schedule-card h3,
.process-grid h3,
.difference-grid h3,
.feature-matrix h3 {
  color: var(--wc-black);
}

.path-card p,
.offer-title p,
.offer-note,
.schedule-card small,
.feature-matrix p,
.difference-grid p,
.process-grid p {
  color: rgba(21,32,43,.72);
}

.offer-card {
  grid-template-rows: minmax(34px, auto) minmax(144px, auto) minmax(104px, auto) minmax(248px, 1fr) minmax(58px, auto) auto;
  min-height: 660px;
}

.offer-price strong {
  word-break: keep-all;
}

.offer-note {
  font-weight: 800;
}

.btn-plan {
  background: var(--accent, var(--wc-orange));
  color: var(--wc-black);
}

.accent-orange .btn-plan,
.accent-purple .btn-plan {
  color: #fff;
}

.inline-selector {
  margin-top: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(135deg, #fff 0%, #fff 58%, var(--wc-orange-soft) 100%);
  box-shadow: var(--wc-shadow-soft);
}

.speak-strip article,
.process-grid article,
.difference-grid article,
.feature-matrix article,
.schedule-card {
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.speak-strip article {
  min-height: 250px;
}

.speak-strip b,
.process-grid b {
  font-family: var(--heading);
  line-height: 1;
}

.difference-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.difference-grid article {
  min-height: 250px;
}

.outcome-list span {
  box-shadow: var(--wc-shadow-soft);
}

.app-callout {
  border: 1px solid rgba(255,255,255,.16);
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
}

.store-links {
  justify-items: end;
}

.testimonial-carousel {
  max-width: 1180px;
  margin-inline: auto;
}

.testimonial-card {
  min-height: 560px;
  overflow: hidden;
}

.testimonial-card img {
  height: clamp(230px, 18vw, 286px);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 50% 38%;
}

.testimonial-card blockquote {
  padding-right: 18px;
}

.carousel-viewport {
  border-radius: 26px;
}

.credential-card {
  min-height: 420px;
  align-content: center;
  padding: clamp(28px, 4vw, 44px);
}

.schedule-card {
  min-height: 320px;
}

.waitlist-form {
  isolation: isolate;
}

.waitlist-form:after { content: none; }

.faq-q:hover {
  background: var(--wc-orange-soft);
}

.faq-item:has(.faq-q[aria-expanded="true"]) {
  border-color: var(--wc-orange);
  background: #fff;
}

.cta-band {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.cta-band:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 30px 30px;
  z-index: -1;
}

.footer-main {
  align-items: start;
}

.reveal {
  transition: opacity .68s ease, transform .68s ease;
}

.path-grid .reveal:nth-child(2),
.offer-grid .reveal:nth-child(2),
.process-grid .reveal:nth-child(2),
.difference-grid .reveal:nth-child(2),
.schedule-grid .reveal:nth-child(2),
.speak-strip .reveal:nth-child(2) {
  transition-delay: .06s;
}

.path-grid .reveal:nth-child(3),
.offer-grid .reveal:nth-child(3),
.process-grid .reveal:nth-child(3),
.difference-grid .reveal:nth-child(3),
.schedule-grid .reveal:nth-child(3),
.speak-strip .reveal:nth-child(3) {
  transition-delay: .12s;
}

.offer-grid .reveal:nth-child(4),
.process-grid .reveal:nth-child(4),
.difference-grid .reveal:nth-child(4),
.schedule-grid .reveal:nth-child(4),
.speak-strip .reveal:nth-child(4) {
  transition-delay: .18s;
}

.speak-strip .reveal:nth-child(5) {
  transition-delay: .24s;
}

@media (max-width: 1230px) {
  .difference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-card {
    min-height: 0;
    grid-template-rows: auto minmax(106px, auto) minmax(84px, auto) minmax(210px, 1fr) minmax(50px, auto) auto;
  }
}

@media (max-width: 1040px) {
  .hero {
    min-height: 0;
  }

  .hero-card-inner {
    min-height: 360px;
  }

  .app-callout {
    grid-template-columns: 1fr;
  }

  .store-links {
    justify-items: start;
    grid-template-columns: repeat(2, minmax(150px, 220px));
  }
}

@media (max-width: 760px) {
  .hero {
    display: block;
  }

  .hero-card {
    animation: none;
    margin-top: 6px;
  }

  .hero-card-inner {
    min-height: 0;
  }

  .path-card,
  .offer-card,
  .schedule-card,
  .difference-grid article,
  .process-grid article,
  .feature-matrix article,
  .speak-strip article {
    min-height: 0;
  }

  .offer-card {
    grid-template-rows: auto;
    padding: 22px;
  }

  .difference-grid {
    grid-template-columns: 1fr;
  }

  .store-links {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .store-badge-link,
  .store-badge {
    width: min(220px, 100%);
  }

  .testimonial-carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
  }

  .testimonial-card {
    flex-basis: min(88%, 340px);
  }

  .testimonial-card img {
    height: 230px;
    aspect-ratio: 4 / 3;
    object-position: center 35%;
  }

  .copy-stack {
    padding: 22px;
    border-radius: 24px;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(var(--max), calc(100% - 26px));
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-card {
    padding: 10px;
  }

  .hero-card-inner {
    padding: 18px;
  }

  .testimonial-card {
    flex-basis: calc(100vw - 118px);
    padding: 16px;
  }

  .testimonial-card img {
    height: 206px;
  }

}

@media (max-width: 360px) {
  .container {
    width: min(var(--max), calc(100% - 24px));
  }

  .hero-card-inner h2 {
    font-size: 31px;
  }

  .testimonial-carousel {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    gap: 6px;
  }

  .testimonial-card {
    flex-basis: calc(100vw - 100px);
  }

  .testimonial-card img {
    height: 178px;
  }
}

/* Requested homepage updates */
.hero-card-inner {
  justify-content: stretch;
}

.hero-card-inner h2 {
  align-self: center;
}

.path-grid .btn,
.path-grid .btn:hover,
.path-grid .btn:focus-visible,
.path-grid .btn:active,
.path-grid .btn[disabled] {
  color: #fff;
}

.btn-blue:hover,
.btn-green:hover {
  filter: brightness(.92);
}

.problem-list,
.trainer-points {
  display: grid;
  gap: 14px;
}

.problem-list article,
.trainer-points article {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--wc-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--wc-shadow-soft);
}

.problem-list span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--wc-orange);
  color: #fff;
  font-weight: 900;
}

.problem-list h3,
.trainer-points h3 {
  color: var(--wc-black);
}

.problem-list p,
.trainer-points p {
  color: rgba(21,32,43,.72);
}

.comparison-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--wc-border);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--wc-shadow-soft);
}

table.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.comparison-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.comparison-table th,
.comparison-table td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--wc-border);
}

.comparison-table thead th {
  background: var(--wc-black);
  color: #fff;
  font-weight: 900;
}

.comparison-table tbody th {
  width: 24%;
  color: var(--wc-black);
  font-weight: 900;
}

.comparison-table tbody tr:nth-child(even) {
  background: var(--wc-cream);
}

.comparison-table tbody td:last-child {
  color: var(--wc-black);
  font-weight: 900;
}

.situation-selector {
  display: grid;
  gap: 18px;
}

.situation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.situation-tile {
  min-height: 150px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  padding: 18px 14px;
  border: 2px solid transparent;
  border-radius: 22px;
  background: #fff;
  color: var(--wc-black);
  box-shadow: var(--wc-shadow-soft);
  cursor: pointer;
  text-align: center;
  font-weight: 900;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.situation-tile img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.situation-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(255,85,0,.34);
}

.situation-detail {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(255,85,0,.22);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--wc-shadow-soft);
}

.situation-detail h3 {
  color: var(--wc-black);
}

.situation-detail p {
  color: rgba(21,32,43,.72);
  font-size: 18px;
}

.app-section {
  background: #fff;
}

.app-callout .lead {
  color: rgba(255,255,255,.86);
}

.app-section + .section-cream,
.section-cream + .app-section {
  border-top: 1px solid rgba(21,32,43,.06);
}

.testimonial-carousel {
  grid-template-columns: 52px minmax(0, 1fr) 52px;
}

.carousel-viewport {
  overflow: hidden;
}

.carousel-track {
  align-items: stretch;
}

.testimonial-card {
  flex: 0 0 calc((100% - 44px) / 3);
  min-height: 0;
  grid-template-rows: auto 1fr auto;
}

.testimonial-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center 36%;
}


@media (max-width: 1040px) {
  .problem-panel,
  .trust-panel {
    align-items: start;
  }

  .situation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-card {
    flex-basis: calc((100% - 22px) / 2);
  }
}

@media (max-width: 760px) {
  .comparison-wrap {
    margin-inline: calc((100vw - 100%) / -2);
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  table.comparison-table {
    min-width: 700px;
  }

  .situation-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }

  .situation-tile {
    min-height: 132px;
    padding: 15px 12px;
  }

  .situation-tile img {
    width: 54px;
    height: 54px;
  }

  .testimonial-carousel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
  }

  .testimonial-card {
    flex-basis: min(88%, 340px);
  }

  .testimonial-card img {
    height: auto;
  }

}

@media (max-width: 430px) {
  .situation-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 2px 14px;
  }

  .situation-tile {
    flex: 0 0 72%;
    scroll-snap-align: start;
  }
}

/* Final homepage correction pass */
.problem-section {
  background-color: var(--wc-cream);
  background-image:
    linear-gradient(rgba(255,85,0,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,85,0,.1) 1px, transparent 1px);
  background-size: 34px 34px;
  overflow: hidden;
}

.problem-panel {
  background-image: none;
}

.path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.path-card {
  min-width: 0;
  min-height: 620px;
  overflow: hidden;
}

.path-card h3 {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  font-size: clamp(36px, 3.8vw, 54px);
  line-height: 1;
}

.path-card p,
.path-card ul {
  font-family: var(--body);
}

.path-card p {
  font-size: clamp(18px, 1.55vw, 21px);
}

.path-card ul {
  font-size: 16px;
  line-height: 1.5;
}

.problem-list h3,
.trainer-points h3 {
  font-family: var(--body);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.situation-grid {
  align-items: stretch;
}

.situation-tile {
  cursor: default;
  border: 1px solid transparent;
  transition: box-shadow .22s ease, border-color .22s ease;
}

.situation-tile:hover {
  transform: none;
  border-color: transparent;
  box-shadow: var(--wc-shadow-soft);
}

.situation-detail {
  display: none !important;
}

.testimonial-carousel {
  display: block;
  position: relative;
  overflow: hidden;
}

.testimonial-carousel:before,
.testimonial-carousel:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(34px, 7vw, 110px);
  pointer-events: none;
}

.testimonial-carousel:before {
  left: 0;
  background: linear-gradient(90deg, var(--wc-cream), rgba(255,248,243,0));
}

.testimonial-carousel:after {
  right: 0;
  background: linear-gradient(270deg, var(--wc-cream), rgba(255,248,243,0));
}

.carousel-viewport {
  overflow: hidden;
  padding-block: 8px 18px;
}

.carousel-track {
  width: max-content;
  align-items: stretch;
  animation: none !important;
  transform: translate3d(0, 0, 0);
  transition: transform var(--testimonial-slide-duration, 620ms) cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.testimonial-carousel.is-dragging .carousel-track {
  transition: none;
}

.carousel-viewport {
  cursor: grab;
  touch-action: pan-y;
}

.testimonial-carousel.is-dragging .carousel-viewport {
  cursor: grabbing;
}

.testimonial-card {
  flex: 0 0 clamp(292px, 29vw, 380px);
  min-height: 560px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 18px;
  padding: clamp(20px, 2.1vw, 26px);
  border-radius: 26px;
  background: #f7f6f4;
  border-color: transparent;
  box-shadow: none;
}

.testimonial-card:before {
  content: none;
}

.testimonial-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
  user-select: none;
  -webkit-user-drag: none;
}

.testimonial-card blockquote {
  padding: 0;
  font-size: 16px;
  line-height: 1.55;
}

.testimonial-name,
.testimonial-meta {
  margin: 0;
}

.testimonial-name strong {
  color: var(--wc-black);
  font-size: 24px;
}

.testimonial-meta {
  display: grid;
  gap: 2px;
  color: rgba(21,32,43,.62);
  font-weight: 800;
}

.cta-band {
  grid-template-columns: minmax(0, 1fr) auto;
}

.cta-band p {
  max-width: 780px;
}

@media (max-width: 1120px) {
  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .path-card {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .path-grid {
    grid-template-columns: 1fr;
  }

  .path-card {
    min-height: 0;
  }

  .testimonial-card {
    flex-basis: min(82vw, 340px);
    min-height: 520px;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .cta-band .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-viewport {
    overflow-x: auto;
    cursor: auto;
    touch-action: auto;
  }

  .carousel-track {
    animation: none;
    transform: none !important;
    transition: none !important;
  }
}

/* IELTS-reference component polish */
.path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 28px);
}

.path-card {
  min-height: 580px;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: stretch;
  gap: 26px;
  padding: clamp(30px, 3.6vw, 48px);
  border: 1px solid rgba(21,32,43,.16);
  border-radius: 34px;
  box-shadow: 0 18px 58px rgba(21,32,43,.08);
  background: #fff;
}

.path-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 14%, white);
  color: color-mix(in srgb, var(--accent) 78%, #111);
  font-size: 14px;
  font-weight: 900;
}

.path-card h3 {
  max-width: 9ch;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: .95;
}

.path-card p {
  max-width: 540px;
  color: rgba(21,32,43,.72);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.55;
}

.path-card ul {
  display: grid;
  align-content: start;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: rgba(21,32,43,.72);
  font-size: 17px;
}

.path-card li::marker {
  color: var(--accent);
}

.path-card .btn {
  width: 100%;
  min-height: 58px;
  align-self: end;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
}

.accent-blue .btn {
  background: var(--wc-blue);
  color: #fff;
}

.accent-green .btn {
  background: var(--wc-green);
  color: #fff;
}

.problem-panel {
  background-image:
    linear-gradient(rgba(255,85,0,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,85,0,.09) 1px, transparent 1px);
  background-size: 34px 34px;
}

.problem-list,
.trainer-points {
  gap: 18px;
}

.problem-list article,
.trainer-points article {
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 16px 18px;
  align-items: start;
  min-height: 116px;
  padding: 24px 28px;
  border-radius: 24px;
  border-color: rgba(21,32,43,.16);
  box-shadow: 0 14px 42px rgba(21,32,43,.08);
}

.trainer-points article:before {
  content: '✓';
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  grid-row: 1 / span 2;
  border-radius: 50%;
  background: var(--wc-orange);
  color: #fff;
  font-weight: 900;
  font-size: 24px;
}

.problem-list span {
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 0;
}

.problem-list span:before {
  content: '✓';
  font-size: 24px;
}

.problem-list h3,
.trainer-points h3 {
  font-size: 23px;
  line-height: 1.1;
}

.problem-list p,
.trainer-points p {
  grid-column: 2;
  font-size: 18px;
  line-height: 1.55;
}

.comparison-wrap {
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(21,32,43,.1);
}

table.comparison-table {
  min-width: 980px;
  table-layout: fixed;
}

.comparison-table colgroup col:first-child {
  width: 29%;
}

.comparison-table colgroup col:nth-child(2),
.comparison-table colgroup col:nth-child(3) {
  width: 35.5%;
}

.comparison-table th,
.comparison-table td {
  padding: clamp(28px, 3vw, 42px);
  border-bottom: 1px solid rgba(21,32,43,.12);
}

.comparison-table thead th {
  padding-block: 22px;
  background: var(--wc-black);
  color: #fff;
  font-size: 18px;
}

.comparison-table thead th:first-child {
  border-top-left-radius: 29px;
}

.comparison-table thead th:nth-child(2) {
  background: #80766d;
}

.comparison-table thead th:last-child {
  background: var(--wc-orange);
  border-top-right-radius: 29px;
}

.comparison-table tbody th {
  background: #fff;
  font-size: 18px;
}

.comparison-table tbody td {
  background: #f3f0ec;
  color: rgba(21,32,43,.85);
  border-left: 1px solid rgba(21,32,43,.08);
}

.comparison-table tbody td:last-child {
  background: #fff0e7;
  border-left-color: rgba(255,85,0,.22);
}

.comparison-table td strong {
  display: block;
  margin-bottom: 10px;
  color: var(--wc-black);
  font-size: 18px;
}

.comparison-table td p {
  color: rgba(21,32,43,.78);
  font-size: 17px;
  line-height: 1.55;
}

@media (min-width: 761px) {
  .comparison-table tbody td:last-child strong {
    color: var(--wc-orange);
  }
}

.comparison-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 29px;
}

.comparison-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 29px;
}

.app-section {
  background: var(--wc-cream);
}

.app-callout {
  grid-template-columns: 1fr;
  justify-items: start;
  gap: clamp(30px, 4vw, 42px);
  padding: clamp(44px, 7vw, 74px);
  border-radius: 34px;
}

.app-callout > div:first-child {
  display: grid;
  gap: 26px;
}

.app-callout h2 {
  max-width: 900px;
  font-size: clamp(44px, 6.4vw, 86px);
  color: #fff;
}

.app-callout .lead {
  max-width: 820px;
  font-size: clamp(19px, 2.1vw, 25px);
  line-height: 1.65;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.store-badge-link {
  width: 220px;
  padding: 9px 14px;
}

.testimonial-card {
  min-height: 430px;
  border-radius: 26px;
  background: #f7f6f4;
  box-shadow: none;
  border-color: transparent;
  padding: clamp(24px, 3vw, 36px);
  grid-template-rows: 1fr auto;
}

.testimonial-card:before {
  top: 20px;
  left: 32px;
  right: auto;
  color: rgba(8,8,8,.36);
  font-size: 70px;
}

.testimonial-card img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(21,32,43,.16);
}

.testimonial-person {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
}

.testimonial-person p {
  display: grid;
  gap: 4px;
}

.testimonial-person strong {
  color: var(--wc-black);
  font-size: 22px;
}

.testimonial-person span {
  color: rgba(21,32,43,.58);
}

@media (max-width: 1040px) {
  .path-grid {
    grid-template-columns: 1fr;
  }

  .path-card {
    min-height: 0;
  }

  .path-card h3 {
    max-width: none;
  }

  table.comparison-table {
    min-width: 860px;
  }
}

@media (max-width: 760px) {
  .path-card {
    padding: 26px;
    border-radius: 28px;
  }

  .path-card h3 {
    font-size: 38px;
  }

  .problem-list article,
  .trainer-points article {
    padding: 20px;
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .comparison-wrap {
    border-radius: 0;
  }

  table.comparison-table {
    min-width: 780px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 22px;
  }

  .app-callout {
    padding: 30px 24px;
    border-radius: 28px;
  }

  .store-badge-link {
    width: min(220px, 100%);
  }

  .testimonial-card {
    min-height: 390px;
  }
}

/* Final homepage correction overrides - keep after legacy polish */
.problem-section {
  background-color: var(--wc-cream);
  background-image:
    linear-gradient(rgba(255,85,0,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,85,0,.1) 1px, transparent 1px);
  background-size: 34px 34px;
  overflow: hidden;
}

.problem-panel {
  background-image: none;
}

.path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.path-card {
  min-width: 0;
  min-height: 620px;
  overflow: hidden;
}

.path-card h3 {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  font-size: clamp(36px, 3.8vw, 54px);
  line-height: 1;
}

.path-card p,
.path-card ul {
  font-family: var(--body);
}

.path-card p {
  font-size: clamp(18px, 1.55vw, 21px);
}

.path-card ul {
  font-size: 16px;
  line-height: 1.5;
}

.problem-list h3,
.trainer-points h3 {
  font-family: var(--body);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.situation-tile {
  cursor: default;
  border: 1px solid transparent;
  transition: box-shadow .22s ease, border-color .22s ease;
}

.situation-tile:hover {
  transform: none;
  border-color: transparent;
  box-shadow: var(--wc-shadow-soft);
}

.situation-detail {
  display: none !important;
}

.testimonial-carousel {
  display: block;
  position: relative;
  overflow: hidden;
}

.testimonial-carousel:before,
.testimonial-carousel:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(34px, 7vw, 110px);
  pointer-events: none;
}

.testimonial-carousel:before {
  left: 0;
  background: linear-gradient(90deg, var(--wc-cream), rgba(255,248,243,0));
}

.testimonial-carousel:after {
  right: 0;
  background: linear-gradient(270deg, var(--wc-cream), rgba(255,248,243,0));
}

.carousel-viewport {
  overflow: hidden;
  padding-block: 8px 18px;
}

.carousel-track {
  width: max-content;
  align-items: stretch;
  animation: none !important;
  transform: translate3d(0, 0, 0);
  transition: transform var(--testimonial-slide-duration, 620ms) cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.testimonial-carousel.is-dragging .carousel-track {
  transition: none;
}

.carousel-viewport {
  cursor: grab;
  touch-action: pan-y;
}

.testimonial-carousel.is-dragging .carousel-viewport {
  cursor: grabbing;
}

.testimonial-card {
  flex: 0 0 clamp(292px, 29vw, 380px);
  min-height: 560px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 18px;
  padding: clamp(20px, 2.1vw, 26px);
  border-radius: 26px;
  background: #f7f6f4;
  border-color: transparent;
  box-shadow: none;
}

.testimonial-card:before {
  content: none;
}

.testimonial-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
  user-select: none;
  -webkit-user-drag: none;
}

.testimonial-card blockquote {
  padding: 0;
  font-size: 16px;
  line-height: 1.55;
}

.testimonial-name,
.testimonial-meta {
  margin: 0;
}

.testimonial-name strong {
  color: var(--wc-black);
  font-size: 24px;
}

.testimonial-meta {
  display: grid;
  gap: 2px;
  color: rgba(21,32,43,.62);
  font-weight: 800;
}

.cta-band {
  grid-template-columns: minmax(0, 1fr) auto;
}

.cta-band p {
  max-width: 780px;
}

@media (max-width: 1120px) {
  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .path-card {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .path-grid {
    grid-template-columns: 1fr;
  }

  .path-card {
    min-height: 0;
  }

  .testimonial-card {
    flex-basis: min(82vw, 340px);
    min-height: 520px;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .cta-band .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-viewport {
    overflow-x: auto;
    cursor: auto;
    touch-action: auto;
  }

  .carousel-track {
    animation: none;
    transform: none !important;
    transition: none !important;
  }
}

/* Program hero illustrations */
.hero-with-visual .container {
  width: min(var(--max), calc(100% - 36px));
}

.hero-with-visual .hero-grid {
  grid-template-columns: minmax(0, .46fr) minmax(0, .54fr);
  gap: clamp(30px, 3.2vw, 42px);
  align-items: center;
}

.hero-illustration {
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: stretch;
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-illustration img {
  display: block;
  width: min(100%, 680px);
  max-height: min(610px, 68vh);
  height: auto;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  user-select: none;
  -webkit-user-drag: none;
}

.membership-hero-illustration img,
.waitlist-hero-illustration img {
  width: min(100%, 540px);
  max-height: min(690px, 76vh);
}

@media (min-width: 1600px) {
  .hero-with-visual .container {
    width: min(var(--max), calc(100% - 56px));
  }

  .hero-with-visual .hero-grid {
    grid-template-columns: minmax(0, .46fr) minmax(0, .54fr);
  }

  .hero-illustration img {
    width: min(100%, 720px);
    max-height: min(650px, 70vh);
  }

  .membership-hero-illustration img,
  .waitlist-hero-illustration img {
    width: min(100%, 580px);
    max-height: min(740px, 76vh);
  }
}

@media (max-width: 1260px) {
  .hero-with-visual .container {
    width: min(var(--max), calc(100% - 32px));
  }

  .hero-with-visual .hero-grid {
    grid-template-columns: minmax(0, .47fr) minmax(0, .53fr);
    gap: clamp(28px, 3vw, 38px);
  }

  .hero-illustration img {
    width: min(100%, 640px);
    max-height: min(570px, 66vh);
  }

  .membership-hero-illustration img,
  .waitlist-hero-illustration img {
    width: min(100%, 500px);
    max-height: min(620px, 72vh);
  }
}

@media (max-width: 1080px) {
  .hero-with-visual .container {
    width: min(var(--max), calc(100% - 28px));
  }

  .hero-with-visual .hero-grid {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .hero-illustration {
    justify-content: center;
    justify-self: center;
    margin-top: clamp(16px, 4vw, 30px);
  }

  .hero-illustration img {
    width: min(90vw, 640px);
    max-width: 100%;
    max-height: none;
    object-position: center;
  }

  .membership-hero-illustration img,
  .waitlist-hero-illustration img {
    width: min(86vw, 520px);
  }
}

@media (max-width: 520px) {
  .hero-illustration img {
    width: min(92vw, 500px);
  }
}

@media (max-height: 620px) and (min-width: 1081px) {
  .hero-illustration img {
    width: min(100%, 580px);
    max-height: calc(100vh - 170px);
  }

  .membership-hero-illustration img,
  .waitlist-hero-illustration img {
    width: min(100%, 440px);
    max-height: calc(100vh - 150px);
  }
}

/* Membership page */
.membership-hero-illustration {
  align-self: center;
  justify-self: end;
  width: min(100%, clamp(360px, 44vw, 650px));
}

.membership-hero-illustration img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.membership-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.membership-card {
  --accent: var(--wc-orange);
  grid-template-rows: minmax(38px, auto) minmax(142px, auto) minmax(112px, auto) minmax(0, 1fr) auto;
  gap: 18px;
  min-height: 640px;
}

.membership-card.accent-green {
  --accent: var(--wc-green);
}

.membership-card.accent-orange {
  --accent: var(--wc-orange);
}

.membership-card.accent-blue {
  --accent: var(--wc-blue);
}

.membership-title-block h3 {
  font-size: clamp(38px, 3.2vw, 52px);
  line-height: .95;
}

.membership-title-block p {
  max-width: 30ch;
  font-size: 16px;
  line-height: 1.46;
}

.membership-price-block {
  align-content: start;
  gap: 9px;
  padding-block: 4px 16px;
  border-bottom: 1px solid rgba(21,32,43,.12);
}

.membership-price-block strong {
  font-size: clamp(48px, 4vw, 62px);
  line-height: .9;
}

.membership-price-block span {
  max-width: 22ch;
  color: rgba(21,32,43,.62);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.membership-feature-block {
  gap: 13px;
}

.membership-feature-intro {
  width: fit-content;
  margin: 0;
  padding: 8px 11px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 13%, white);
  color: color-mix(in srgb, var(--accent) 74%, #111);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.membership-feature-block ul {
  line-height: 1.48;
}

.membership-feature-block li + li {
  margin-top: 8px;
}

.membership-card .btn-plan {
  min-height: 52px;
  background: var(--accent);
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
}

.membership-card.accent-green .btn-plan,
.membership-card.accent-blue .btn-plan {
  color: #fff;
}

.membership-commercial-note,
.comparison-note {
  max-width: 920px;
  margin: 20px auto 0;
  color: rgba(21,32,43,.66);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

.membership-comparison-section .section-head {
  margin-bottom: 30px;
}

.membership-table-scroll {
  overflow-x: auto;
  border: 1px solid rgba(21,32,43,.14);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--wc-shadow-soft);
  -webkit-overflow-scrolling: touch;
}

.membership-table-scroll:after {
  content: 'Scroll to compare';
  display: none;
  padding: 10px 16px 14px;
  color: rgba(21,32,43,.58);
  font-size: 12px;
  font-weight: 900;
}

.membership-comparison-table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
}

.membership-comparison-table th,
.membership-comparison-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(21,32,43,.1);
  vertical-align: middle;
  text-align: center;
}

.membership-comparison-table thead th {
  background: var(--wc-black);
  color: #fff;
  font-weight: 900;
}

.membership-comparison-table thead th:first-child {
  text-align: left;
  border-top-left-radius: 26px;
}

.membership-comparison-table thead th:nth-child(2) {
  background: var(--wc-green);
  color: var(--wc-black);
}

.membership-comparison-table thead th:nth-child(3) {
  background: var(--wc-orange);
  color: var(--wc-black);
}

.membership-comparison-table thead th:nth-child(4) {
  background: var(--wc-blue);
  color: var(--wc-black);
}

.membership-comparison-table thead th:last-child {
  border-top-right-radius: 26px;
}

.membership-comparison-table tbody th {
  max-width: 280px;
  background: #fff;
  color: var(--wc-black);
  font-weight: 900;
  text-align: left;
}

.membership-comparison-table tbody tr:nth-child(even) th,
.membership-comparison-table tbody tr:nth-child(even) td {
  background: rgba(255,248,243,.68);
}

.membership-comparison-table tbody tr:last-child th,
.membership-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.feature-mark {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.feature-mark.is-included {
  background: rgba(116,195,173,.2);
  color: #0b6b53;
}

.feature-mark.is-excluded {
  background: rgba(21,32,43,.07);
  color: rgba(21,32,43,.48);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.membership-mobile-comparison {
  display: none;
}

.membership-mobile-selector {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(21,32,43,.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21,32,43,.06);
}

.membership-mobile-plan-option {
  min-width: 0;
  min-height: 48px;
  display: grid;
  place-items: center;
  gap: 2px;
  padding: 8px 6px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: transparent;
  color: rgba(21,32,43,.66);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.membership-mobile-plan-option small {
  color: inherit;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.membership-mobile-plan-option.is-active {
  border-color: color-mix(in srgb, var(--plan-accent) 42%, transparent);
  background: color-mix(in srgb, var(--plan-accent) 18%, white);
  color: var(--wc-black);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--plan-accent) 14%, transparent);
}

.membership-mobile-plan-option.plan-starter,
.membership-mobile-cta.plan-starter {
  --plan-accent: var(--wc-green);
}

.membership-mobile-plan-option.plan-pro,
.membership-mobile-cta.plan-pro {
  --plan-accent: var(--wc-orange);
}

.membership-mobile-plan-option.plan-master,
.membership-mobile-cta.plan-master {
  --plan-accent: var(--wc-blue);
}

.membership-mobile-summary {
  margin-top: 16px;
}

.membership-mobile-summary-item {
  display: none;
  padding: 18px;
  border: 1px solid rgba(21,32,43,.12);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--wc-shadow-soft);
}

.membership-mobile-summary-item.is-active {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.membership-mobile-summary-item h3 {
  color: var(--wc-black);
  font-size: 32px;
  line-height: 1;
}

.membership-mobile-summary-item strong {
  color: var(--wc-black);
  font-family: var(--heading);
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}

.membership-mobile-feature-list {
  display: grid;
  margin: 16px 0 0;
  padding: 0;
  border: 1px solid rgba(21,32,43,.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--wc-shadow-soft);
  list-style: none;
  overflow: hidden;
}

.membership-mobile-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(84px, auto);
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(21,32,43,.09);
}

.membership-mobile-feature-row:nth-child(even) {
  background: rgba(255,248,243,.58);
}

.membership-mobile-feature-row:last-child {
  border-bottom: 0;
}

.mobile-feature-name {
  min-width: 0;
  color: var(--wc-black);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.mobile-feature-values {
  min-width: 0;
  text-align: right;
  color: rgba(21,32,43,.76);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.mobile-feature-value {
  display: none;
  justify-content: end;
}

.mobile-feature-value.is-active {
  display: inline-flex;
  align-items: center;
}

.mobile-feature-value .feature-mark {
  width: 26px;
  height: 26px;
  font-size: 18px;
}

.mobile-feature-dash {
  color: rgba(21,32,43,.46);
  font-size: 22px;
  line-height: 1;
}

.membership-mobile-cta-wrap {
  margin-top: 16px;
}

.membership-mobile-cta {
  display: none;
}

.membership-mobile-cta.is-active {
  display: inline-flex;
  background: var(--plan-accent);
  color: var(--wc-black);
}

.product-experience {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}

.product-experience-no-visual {
  grid-template-columns: minmax(0, 780px);
  justify-content: center;
}

.product-experience-no-visual .product-copy {
  text-align: center;
}

.product-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.product-copy h2 {
  max-width: 720px;
}

.product-copy .lead {
  max-width: 620px;
}

.product-experience-no-visual .product-copy h2,
.product-experience-no-visual .product-copy .lead {
  margin-inline: auto;
}

.platform-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.platform-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(21,32,43,.12);
  border-radius: 999px;
  background: #fff;
  color: var(--wc-black);
  font-size: 13px;
  font-weight: 900;
}

.membership-store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 4px;
}

.product-experience-no-visual .membership-store-links {
  justify-content: center;
}

.membership-store-links .store-badge-link {
  width: min(184px, 100%);
  min-height: 62px;
  padding: 8px 12px;
  border: 1px solid rgba(21,32,43,.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21,32,43,.06);
}

.membership-store-links .store-badge-link img {
  max-height: 44px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.membership-product-real {
  justify-self: end;
  width: min(100%, 760px);
}

.membership-product-real img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.membership-coaching-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(21,32,43,.12);
  border-radius: 28px;
  background: var(--wc-cream);
}

.membership-coaching-callout h2 {
  font-size: clamp(32px, 3.4vw, 46px);
  color: var(--wc-black);
}

.membership-coaching-callout p {
  max-width: 760px;
  margin-top: 8px;
  color: rgba(21,32,43,.72);
}

@media (max-width: 980px) {
  .membership-card-grid,
  .product-experience,
  .membership-coaching-callout {
    grid-template-columns: 1fr;
  }

  .membership-hero-illustration,
  .membership-product-real {
    justify-self: center;
  }

  .membership-card {
    min-height: 0;
    grid-template-rows: auto;
  }

  .membership-coaching-callout .hero-actions {
    justify-content: start;
  }
}

@media (max-width: 760px) {
  .membership-hero-illustration {
    width: min(94%, 520px);
  }

  .membership-table-scroll {
    display: none;
  }

  .membership-mobile-comparison {
    display: block;
  }

  .membership-comparison-section .section-head {
    margin-bottom: 22px;
  }

  .comparison-note {
    margin-top: 16px;
  }

  .membership-store-links .store-badge-link {
    width: min(170px, 100%);
  }
}

@media (max-width: 360px) {
  .membership-mobile-plan-option {
    font-size: 12px;
    min-height: 46px;
  }

  .membership-mobile-plan-option small {
    font-size: 9px;
  }

  .membership-mobile-summary-item,
  .membership-mobile-feature-row {
    padding-inline: 14px;
  }

  .membership-mobile-feature-row {
    grid-template-columns: minmax(0, 1fr) minmax(72px, auto);
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .membership-mobile-plan-option {
    transition-property: none !important;
    transition-duration: 0s !important;
  }
}

/* Group page refinements */
.group-persuasion .persuasion-layout {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
}

.group-persuasion .persuasion-card-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.group-benefit-card {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 12px;
  min-height: 306px;
  padding: clamp(20px, 2.1vw, 26px);
  box-shadow: 0 12px 32px rgba(21,32,43,.08);
  transition: border-color .22s ease, box-shadow .22s ease;
}

.group-benefit-card:hover,
.group-benefit-card:focus-within {
  border-color: rgba(255,85,0,.38);
  box-shadow: 0 16px 38px rgba(21,32,43,.1);
}

.group-benefit-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,85,0,.22);
  border-radius: 16px;
  background: var(--wc-orange-soft);
  color: var(--wc-orange);
}

.group-benefit-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.group-benefit-card h3 {
  font-size: clamp(21px, 1.9vw, 26px);
  line-height: 1.08;
}

.group-benefit-card p {
  margin-top: 0;
}

.group-program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
}

.group-program-card {
  --program-soft: color-mix(in srgb, var(--accent) 13%, white);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(190px, auto) minmax(104px, auto) 1fr auto;
  gap: 20px;
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--wc-border);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--wc-shadow-soft);
}

.group-program-card:before,
.cohort-card:before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--accent);
}

.group-program-badge,
.cohort-program {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--program-soft);
  color: color-mix(in srgb, var(--accent) 72%, #111);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
}

.group-program-title {
  display: grid;
  gap: 14px;
  align-content: start;
}

.group-program-title h3 {
  color: var(--wc-black);
  font-size: clamp(38px, 5vw, 62px);
}

.group-program-title p,
.group-program-footer p {
  color: rgba(21,32,43,.72);
}

.group-program-price {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--wc-border);
  border-bottom: 1px solid var(--wc-border);
}

.group-program-price strong {
  color: var(--wc-black);
  font-family: var(--heading);
  font-size: clamp(50px, 5.6vw, 74px);
  line-height: .9;
}

.group-program-price div {
  display: grid;
  gap: 8px;
  font-weight: 900;
  color: rgba(21,32,43,.72);
}

.group-program-price span:last-child {
  color: var(--accent);
}

.group-program-features {
  display: grid;
  gap: 16px;
  align-content: start;
}

.group-program-features p {
  width: fit-content;
  margin: 0;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--program-soft);
  color: color-mix(in srgb, var(--accent) 76%, #111);
  font-size: 13px;
  font-weight: 900;
}

.group-program-features ul,
.cohort-card ul {
  margin: 0;
  padding-left: 20px;
  color: rgba(21,32,43,.76);
}

.group-program-features li,
.cohort-card li {
  padding: 4px 0;
}

.group-program-footer {
  display: grid;
  gap: 16px;
  align-self: end;
}

.group-program-card.accent-blue .btn-plan,
.cohort-card.accent-blue .btn-plan {
  background: var(--wc-blue);
  color: #fff;
}

.group-program-card.accent-orange .btn-plan,
.cohort-card.accent-orange .btn-plan {
  background: var(--wc-orange);
  color: #fff;
}

.timezone-control {
  width: min(420px, 100%);
  margin: 0 auto 26px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--wc-border);
  border-radius: 18px;
  background: rgba(255,255,255,.74);
}

.timezone-control label {
  font-size: 13px;
  font-weight: 900;
  color: rgba(21,32,43,.66);
}

.timezone-control select {
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 14px;
}

.cohort-next-date,
.cohort-context-label {
  width: fit-content;
  max-width: min(100%, 620px);
  margin: -10px auto 18px;
  text-align: center;
  line-height: 1.35;
}

.cohort-next-date {
  padding: 9px 14px;
  border: 1px solid rgba(255,78,13,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: rgba(21,32,43,.72);
  font-size: 14px;
  font-weight: 900;
}

.cohort-context-label {
  margin-top: -8px;
  margin-bottom: 22px;
  color: rgba(21,32,43,.62);
  font-size: 13px;
  font-weight: 900;
}

.cohort-context-label[hidden],
.cohort-next-date:empty {
  display: none;
}

.group-cohort-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.cohort-card {
  --program-soft: color-mix(in srgb, var(--accent) 13%, white);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  gap: 14px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--wc-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--wc-shadow-soft);
  transition: box-shadow .24s ease, border-color .24s ease, transform .24s ease;
}

.cohort-card h3 {
  color: var(--wc-black);
  font-size: clamp(28px, 2.6vw, 36px);
}

.cohort-time {
  display: grid;
  gap: 6px;
}

.cohort-time strong {
  color: var(--wc-black);
  font-size: 28px;
  line-height: 1;
}

.local-time {
  display: grid;
  gap: 2px;
  color: rgba(21,32,43,.7);
  font-size: 14px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.local-time[hidden] {
  display: none;
}

.local-time-zone {
  color: rgba(21,32,43,.54);
  font-size: 12px;
}

.cohort-price {
  color: var(--accent);
  font-family: var(--heading);
  font-size: 48px;
  line-height: 1;
}

.cohort-card.is-highlighted {
  border-color: var(--accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 18%, transparent), var(--wc-shadow-soft);
  transform: translateY(-4px);
}

.cohort-card.is-selected-program {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 13%, transparent), var(--wc-shadow-soft);
}

.cohort-card.is-selected-program:after {
  opacity: .12;
}

.cohort-context-badge {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--program-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.cohort-context-badge[hidden] {
  display: none;
}

.cohort-time-note {
  margin: 18px auto 0;
  text-align: center;
  color: rgba(21,32,43,.64);
  font-size: 14px;
  font-weight: 800;
}

.group-stats-section {
  background: #fff;
  padding-block: clamp(56px, 7vw, 92px);
}

.group-stats-panel {
  position: relative;
  display: grid;
  gap: clamp(24px, 3vw, 36px);
  overflow: hidden;
  padding: clamp(28px, 4.4vw, 52px);
  border-radius: clamp(26px, 3.4vw, 42px);
  background:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px),
    var(--wc-orange);
  background-size: 32px 32px;
  color: #fff;
  box-shadow: 0 32px 90px rgba(255,85,0,.22);
}

.group-stats-panel h2 {
  max-width: 720px;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(28px, 3.1vw, 46px);
  line-height: 1;
  text-align: center;
}

.group-stats-marquee {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding-block: clamp(8px, 1.5vw, 18px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.group-stats-track {
  display: flex;
  width: max-content;
  transform: translate3d(-50%, 0, 0);
  animation: groupStatsMarquee 64s linear infinite;
  will-change: transform;
}

.group-stats-marquee:hover .group-stats-track,
.group-stats-marquee:focus-within .group-stats-track {
  animation-play-state: paused;
}

.group-stats-sequence {
  display: flex;
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  padding-right: clamp(48px, 7vw, 100px);
}

.group-stat-item {
  display: grid;
  gap: clamp(20px, 1.9vw, 28px);
  min-width: clamp(260px, 24vw, 360px);
  justify-items: center;
  color: #fff;
  text-align: center;
}

.group-stat-value,
.group-stat-value > strong,
.rating-number {
  font-family: var(--heading);
  font-size: clamp(52px, 6.2vw, 84px);
  font-weight: 400;
  line-height: .86;
  color: #fff;
}

.group-stat-value {
  display: flex;
  justify-content: center;
  width: 100%;
}

.group-stat-item > span {
  max-width: 220px;
  color: rgba(255,255,255,.84);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.star-rating {
  display: inline-flex;
  align-items: center;
  gap: clamp(14px, 1.5vw, 22px);
  white-space: nowrap;
}

.stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: rgba(255,255,255,.96);
  font-family: Georgia, serif;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  transform: translateY(.035em);
}

.star {
  position: relative;
  display: inline-block;
}

.star.partial {
  color: rgba(255,255,255,.2);
}

.star.partial:before {
  content: '★';
  position: absolute;
  inset: 0 auto 0 0;
  width: 80%;
  overflow: hidden;
  color: rgba(255,255,255,.96);
}

@keyframes groupStatsMarquee {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

@media (max-width: 1180px) {
  .group-cohort-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .group-persuasion .persuasion-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .group-program-grid {
    grid-template-columns: 1fr;
  }

  .group-program-card {
    grid-template-rows: auto;
  }
}

@media (max-width: 760px) {
  .group-persuasion .persuasion-card-stack,
  .group-cohort-grid {
    grid-template-columns: 1fr;
  }

  .group-benefit-card {
    min-height: 0;
  }

  .group-program-card {
    gap: 18px;
  }

  .group-program-title h3 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .group-program-price {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .timezone-control,
  .waitlist-fallback {
    grid-template-columns: 1fr;
  }

  .waitlist-fallback .btn {
    width: 100%;
  }

  .group-stats-panel {
    padding-inline: 22px;
  }

  .group-stat-item {
    min-width: 204px;
  }

  .star-rating {
    gap: 12px;
  }

  .stars {
    font-size: clamp(30px, 9vw, 38px);
  }
}

@media (max-width: 430px) {
  .cohort-card,
  .group-program-card {
    padding-inline: 20px;
  }

  .group-stats-sequence {
    gap: 34px;
    padding-right: 34px;
  }

  .group-stat-item {
    min-width: 188px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .group-stats-marquee {
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .group-stats-track {
    width: 100%;
    transform: none;
    animation: none;
  }

  .group-stats-sequence {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding-right: 0;
  }

  .group-stats-sequence[aria-hidden="true"] {
    display: none;
  }

  .group-stat-item {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 760px) {
  .group-stats-sequence {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 360px) {
  .group-stats-sequence {
    grid-template-columns: 1fr;
  }
}


/* One-on-One program comparison */
.coaching-journey {
  --journey-progress: 0%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  align-items: stretch;
  margin-top: 34px;
}

.journey-connector {
  position: absolute;
  left: calc(12.5% + 23px);
  right: calc(12.5% + 23px);
  top: 45px;
  height: 2px;
  background: rgba(21,32,43,.14);
  pointer-events: none;
}

.journey-connector span {
  display: block;
  width: var(--journey-progress);
  height: 100%;
  border-radius: 999px;
  background: var(--wc-orange);
  transition: width .82s cubic-bezier(.4, 0, .2, 1);
}

.journey-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto minmax(calc(1.48em * 3), 1fr) auto;
  gap: 12px;
  min-width: 0;
  padding: clamp(20px, 2vw, 24px);
  border: 1px solid var(--wc-border);
  border-radius: 22px;
  background: #fff;
  color: var(--wc-navy);
  box-shadow: 0 14px 34px rgba(21,32,43,.06);
  transition: border-color .22s ease;
}

.journey-step b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,85,0,.3);
  border-radius: 16px;
  background: #fff;
  color: var(--wc-orange);
  font-size: 22px;
  font-weight: 900;
  transition: background .28s ease, color .28s ease, border-color .28s ease;
}

.journey-step h3 {
  color: var(--wc-black);
  font-family: var(--body);
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.15;
  letter-spacing: 0;
}

.journey-step p {
  margin: 0;
  color: rgba(21,32,43,.72);
  line-height: 1.48;
  align-self: start;
}

.journey-outcome {
  display: block;
  padding-top: 12px;
  border-top: 1px solid rgba(21,32,43,.1);
  color: rgba(21,32,43,.62);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.journey-step.is-active b {
  border-color: var(--wc-orange);
  background: var(--wc-orange);
  color: #fff;
}

.journey-step:hover,
.journey-step:focus-within {
  border-color: rgba(255,85,0,.38);
}

@supports (grid-template-rows: subgrid) {
  @media (min-width: 1041px) {
    .coaching-journey {
      grid-template-rows: auto auto minmax(calc(1.48em * 3), auto) minmax(0, 1fr) auto;
    }

    .journey-step {
      grid-row: span 5;
      grid-template-rows: subgrid;
    }

    .journey-step b {
      grid-row: 1;
    }

    .journey-step h3 {
      grid-row: 2;
    }

    .journey-step p {
      grid-row: 3;
    }

    .journey-outcome {
      grid-row: 5;
      align-self: start;
    }
  }
}

.program-comparison-section .container {
  width: min(1400px, calc(100% - 56px));
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 22px);
  align-items: stretch;
}

.program-card {
  --accent: var(--wc-orange);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(38px, auto) minmax(172px, auto) minmax(112px, auto) minmax(0, 1fr) auto;
  gap: 18px;
  min-width: 0;
  padding: clamp(21px, 1.65vw, 26px);
  border: 1px solid var(--wc-border);
  border-radius: var(--wc-radius-card);
  background: #fff;
  color: var(--wc-navy);
  box-shadow: var(--wc-shadow-soft);
}

.program-card.accent-green { --accent: var(--wc-green); }
.program-card.accent-orange { --accent: var(--wc-orange); }
.program-card.accent-blue { --accent: var(--wc-blue); }
.program-card.accent-purple { --accent: var(--wc-purple); }

.program-card:before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--accent);
}

.program-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}

.program-label,
.program-popular {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

.program-label {
  background: color-mix(in srgb, var(--accent) 15%, white);
  color: color-mix(in srgb, var(--accent) 72%, #111);
}

.program-popular {
  background: var(--accent);
  color: #fff;
}

.program-title-block {
  display: grid;
  gap: 10px;
  align-content: start;
}

.program-title-block h3 {
  font-size: clamp(34px, 2.5vw, 46px);
  line-height: .96;
  overflow-wrap: normal;
}

.program-title-block p {
  margin: 0;
  color: rgba(21,32,43,.72);
  font-size: 16px;
  line-height: 1.5;
}

.program-price-block {
  display: grid;
  gap: 8px;
  align-content: start;
  padding-block: 2px 14px;
  border-bottom: 1px solid rgba(21,32,43,.12);
}

.program-price-block strong {
  color: var(--wc-black);
  font-family: var(--heading);
  font-size: clamp(48px, 4vw, 62px);
  line-height: .9;
}

.program-price-block div {
  display: grid;
  gap: 2px;
}

.program-price-block span {
  color: rgba(21,32,43,.66);
  font-size: 14px;
  font-weight: 900;
}

.program-feature-area {
  display: grid;
  gap: 12px;
  align-content: start;
}

.program-feature-intro {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, white);
  border-radius: 14px;
  background: color-mix(in srgb, var(--accent) 9%, white);
  color: color-mix(in srgb, var(--accent) 72%, #111);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.program-feature-intro:before {
  content: '→';
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.program-feature-area ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(21,32,43,.76);
  font-size: 15px;
  line-height: 1.46;
}

.program-feature-area li + li {
  margin-top: 8px;
}

.program-card-footer {
  display: grid;
  grid-template-rows: minmax(98px, auto) auto;
  gap: 14px;
  align-self: end;
  padding-top: 14px;
  border-top: 1px solid rgba(21,32,43,.12);
}

.program-close {
  align-self: start;
  margin: 0;
  color: rgba(21,32,43,.72);
  font-weight: 900;
  line-height: 1.35;
}

.program-card .btn {
  align-self: end;
  background: var(--accent);
  color: #fff;
}

/* Benchmark distinction */
.benchmark-distinction {
  background: var(--wc-black);
  color: #fff;
}

.benchmark-distinction:before {
  opacity: .13;
}

.benchmark-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 4.4vw, 60px);
  align-items: center;
}

.benchmark-copy {
  display: grid;
  gap: 18px;
  max-width: 590px;
}

.benchmark-copy h2 {
  color: #fff;
  font-size: clamp(48px, 5vw, 66px);
  line-height: .92;
}

.benchmark-copy p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.55;
}

.benchmark-visual {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.credential-preview {
  position: relative;
  margin: 0;
  padding: clamp(10px, 1.5vw, 16px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: opacity .55s ease, transform .55s ease;
}

.credential-preview:after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  background: linear-gradient(110deg, transparent 0 42%, rgba(255,255,255,.2) 50%, transparent 58% 100%);
  opacity: 0;
  transform: translateX(-120%);
  pointer-events: none;
}

.benchmark-distinction.is-visible .credential-preview {
  opacity: 1;
  transform: translateY(0);
}

.benchmark-distinction.is-visible .credential-preview:after {
  animation: credentialSweep .9s .36s ease both;
}

.credential-preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: contain;
}

.credential-sample-label {
  margin: 10px 2px 0;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.credential-info-panel {
  display: grid;
  gap: 20px;
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(255,248,243,.96);
  color: var(--wc-navy);
}

.credential-info-panel h3 {
  font-size: clamp(29px, 2.8vw, 40px);
  line-height: 1.04;
}

.credential-info-panel p {
  margin: 8px 0 0;
  color: rgba(21,32,43,.68);
  font-size: 15px;
  font-weight: 850;
}

.credential-dimensions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.credential-dimensions li {
  min-width: 0;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(21,32,43,.14);
  color: rgba(21,32,43,.78);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
}

.credential-bands {
  display: grid;
  gap: 12px;
}

.credential-bands h4 {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.2;
  color: rgba(21,32,43,.88);
}

.band-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.band-list div {
  min-width: 0;
  padding: 15px 14px;
  border-top: 3px solid var(--wc-orange);
  border-radius: 15px;
  background: var(--wc-black);
  color: #fff;
  opacity: .58;
  transition: opacity .32s ease, border-color .32s ease;
}

.band-list div.is-active {
  opacity: 1;
}

.band-list strong,
.band-list span {
  display: block;
}

.band-list strong {
  color: var(--wc-orange);
  font-size: 17px;
  line-height: 1;
}

.band-list span {
  margin-top: 8px;
  font-weight: 900;
  line-height: 1.2;
}

@keyframes credentialSweep {
  0% { opacity: 0; transform: translateX(-120%); }
  18% { opacity: .55; }
  100% { opacity: 0; transform: translateX(120%); }
}

.learner-outcomes-section {
  background: var(--wc-cream);
  padding-block: clamp(56px, 7vw, 92px);
}

.learner-outcomes-panel {
  position: relative;
  display: grid;
  gap: clamp(18px, 2.4vw, 30px);
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border-radius: clamp(26px, 3.4vw, 42px);
  background:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px),
    var(--wc-orange);
  background-size: 32px 32px;
  color: #fff;
  box-shadow: 0 32px 90px rgba(255,85,0,.22);
}

.learner-outcomes-copy {
  display: grid;
  justify-items: center;
}

.learner-outcomes-copy h2 {
  max-width: 720px;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(28px, 3.1vw, 46px);
  line-height: 1;
  text-align: center;
}

.learner-logo-marquee {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding-block: clamp(10px, 1.7vw, 20px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.learner-logo-track {
  display: flex;
  width: max-content;
  transform: translate3d(-50%, 0, 0);
  animation: learnerLogoMarquee 46s linear infinite;
  will-change: transform;
}

.learner-logo-marquee:hover .learner-logo-track,
.learner-logo-marquee:focus-within .learner-logo-track {
  animation-play-state: paused;
}

.learner-logo-sequence {
  display: flex;
  align-items: center;
  gap: clamp(54px, 7vw, 104px);
  padding-right: clamp(54px, 7vw, 104px);
}

.learner-logo-sequence img {
  display: block;
  width: auto;
  height: clamp(28px, 3vw, 46px);
  object-fit: contain;
  opacity: .95;
}

@keyframes learnerLogoMarquee {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

@media (max-width: 1340px) {
  .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-card {
    grid-template-rows: minmax(38px, auto) minmax(170px, auto) minmax(110px, auto) minmax(0, 1fr) auto;
  }
}

@media (max-width: 1040px) {
  .coaching-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-connector {
    display: none;
  }

  .benchmark-layout,
  .persuasion-layout {
    grid-template-columns: 1fr;
  }

  .one-persuasion-section .persuasion-layout {
    grid-template-columns: 1fr;
  }

  .benchmark-copy,
  .persuasion-copy {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .coaching-journey {
    --journey-progress: 0%;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
    padding-left: 58px;
  }

  .journey-connector {
    display: block;
    left: 22px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 2px;
    height: auto;
  }

  .journey-connector span {
    width: 100%;
    height: var(--journey-progress);
    transition-property: height;
  }

  .journey-step {
    grid-template-rows: auto;
    padding: 18px;
  }

  .journey-step b {
    position: absolute;
    left: -59px;
    top: 18px;
  }

}

@media (max-width: 760px) {
  .program-comparison-section .container {
    width: min(var(--max), calc(100% - 24px));
  }

  .coaching-journey {
    --journey-progress: 0%;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
    padding-left: 58px;
  }

  .journey-connector {
    display: block;
    left: 22px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 2px;
    height: auto;
  }

  .journey-connector span {
    width: 100%;
    height: var(--journey-progress);
    transition-property: height;
  }

  .journey-step {
    grid-template-rows: auto;
    padding: 18px;
  }

  .journey-step b {
    position: absolute;
    left: -59px;
    top: 18px;
  }

  .program-grid {
    grid-template-columns: 1fr;
  }

  .program-card {
    grid-template-rows: auto;
    gap: 16px;
  }

  .program-card-footer {
    grid-template-rows: auto auto;
  }

  .program-title-block h3 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .persuasion-section {
    padding-block: 64px;
  }

  .persuasion-layout {
    gap: 28px;
  }

  .persuasion-card-stack {
    gap: 12px;
  }

  .one-persuasion-section .persuasion-card-stack {
    grid-template-columns: 1fr;
  }

  .persuasion-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
  }

  .persuasion-check {
    width: 30px;
    height: 30px;
  }

  .persuasion-card h3 {
    font-size: 19px;
  }

  .one-persuasion-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 10px;
    min-height: 0;
  }

  .one-persuasion-card h3 {
    font-size: 22px;
    min-height: 0;
  }

  .group-benefit-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 10px;
    min-height: 0;
  }

  .group-benefit-card h3 {
    min-height: 0;
  }

  .learner-outcomes-section {
    padding-block: 54px;
  }

  .learner-outcomes-panel {
    gap: 16px;
    padding: 28px 18px;
    border-radius: 26px;
  }

  .learner-outcomes-copy h2 {
    max-width: 320px;
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.02;
  }

  .learner-logo-marquee {
    padding-block: 10px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  }

  .learner-logo-sequence {
    gap: 46px;
    padding-right: 46px;
  }

  .learner-logo-sequence img {
    height: 34px;
  }

  .benchmark-copy h2 {
    font-size: clamp(46px, 14vw, 62px);
  }

  .band-list {
    grid-template-columns: 1fr;
  }

  .band-list div {
    display: grid;
    grid-template-columns: minmax(82px, auto) 1fr;
    gap: 12px;
    align-items: center;
  }

  .band-list span {
    margin-top: 0;
  }
}

@media (max-width: 430px) {
  .credential-dimensions {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 360px) {
  .program-card,
  .credential-info-panel {
    padding: 20px;
  }

  .coaching-journey {
    padding-left: 52px;
  }

  .journey-step b {
    left: -53px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .credential-dimensions li {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .learner-logo-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .learner-logo-track {
    width: 100%;
    transform: none;
    animation: none !important;
    will-change: auto;
  }

  .learner-logo-sequence {
    flex-wrap: wrap;
    width: 100%;
    gap: 24px 36px;
    padding-right: 0;
  }

  .learner-logo-sequence[aria-hidden="true"] {
    display: none;
  }

  .coaching-journey {
    --journey-progress: 100%;
  }

  .journey-connector span {
    transition: none;
  }

  .journey-step b {
    border-color: var(--wc-orange);
    background: var(--wc-orange);
    color: #fff;
    transition: none;
  }

  .credential-preview {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .credential-preview:after {
    display: none;
  }

  .band-list div {
    opacity: 1;
    transition: none;
  }
}

/* Site-wide card containment and asset-protection pass */
.container,
.section,
.section-head,
.path-grid,
.program-grid,
.membership-card-grid,
.group-program-grid,
.group-cohort-grid,
.offer-grid,
.difference-grid,
.process-grid,
.feature-matrix,
.schedule-grid,
.persuasion-card-stack,
.trainer-points,
.problem-list {
  max-width: 100%;
}

.section-head,
.section-head h2,
.section-head .lead {
  min-width: 0;
  max-width: 100%;
}

.path-grid,
.program-grid,
.membership-card-grid,
.group-program-grid,
.group-cohort-grid,
.offer-grid,
.difference-grid,
.process-grid,
.feature-matrix,
.schedule-grid,
.persuasion-card-stack,
.trainer-points,
.problem-list {
  width: 100%;
}

.path-grid > *,
.program-grid > *,
.membership-card-grid > *,
.group-program-grid > *,
.group-cohort-grid > *,
.offer-grid > *,
.difference-grid > *,
.process-grid > *,
.feature-matrix > *,
.schedule-grid > *,
.persuasion-card-stack > *,
.trainer-points > *,
.problem-list > *,
.copy-stack,
.credential-card,
.waitlist-form,
.faq-item,
.testimonial-card {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.path-card h3,
.program-card h3,
.membership-card h3,
.group-program-card h3,
.cohort-card h3,
.offer-card h3,
.path-card p,
.program-card p,
.membership-card p,
.group-program-card p,
.cohort-card p,
.offer-card p,
.program-price-block,
.membership-price-block,
.group-program-price,
.cohort-time,
.cohort-price,
.program-feature-area,
.membership-feature-block,
.group-program-features,
.path-card ul,
.program-card ul,
.membership-card ul,
.group-program-card ul,
.cohort-card ul {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

.path-card .btn,
.program-card .btn,
.membership-card .btn,
.group-program-card .btn,
.cohort-card .btn,
.offer-card .btn {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

.membership-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.membership-price-block strong {
  white-space: nowrap;
  font-size: clamp(42px, 3.45vw, 58px);
}

.cohort-time-tool {
  margin: 16px auto 0;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}

.cohort-time-tool a {
  font-weight: 900;
}

.cohort-time-tool a:hover,
.cohort-time-tool a:focus-visible {
  text-decoration-color: currentColor;
}

.testimonial-photo {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

@media (max-width: 1180px) {
  .membership-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .membership-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .container {
    width: min(var(--max), calc(100% - 24px));
  }
}

/* Typography and spacing refinement pass */
.path-card h3 {
  font-family: var(--heading);
  font-weight: 900;
  font-size: clamp(34px, 3.15vw, 48px);
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.path-card p {
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.5;
}

.path-card ul {
  font-size: 16px;
  line-height: 1.48;
}

.cohort-time-tool {
  margin-top: clamp(24px, 2.2vw, 32px);
  margin-bottom: 0;
}

.cohort-time-note {
  margin-top: clamp(10px, 1.1vw, 14px);
}

.membership-price-block {
  justify-items: start;
  gap: 8px;
}

.membership-price-block span {
  display: block;
  max-width: none;
  color: rgba(21,32,43,.66);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  text-align: left;
}

.program-price-block {
  gap: 9px;
}

.program-price-block div {
  gap: 4px;
}

.program-price-block span {
  line-height: 1.25;
}

.program-price-block span:first-child {
  color: rgba(21,32,43,.72);
  font-weight: 900;
}

.program-price-block span:last-child {
  color: rgba(21,32,43,.56);
  font-weight: 800;
}

@media (max-width: 760px) {
  .path-card h3 {
    font-size: clamp(34px, 10.5vw, 46px);
  }

  .membership-price-block span {
    white-space: normal;
  }
}

/* Main pathway card component repair */
.path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(20px, 2.4vw, 28px);
  row-gap: 20px;
  align-items: stretch;
}

.path-card {
  display: grid;
  grid-template-rows: auto auto auto auto auto auto 1fr auto;
  gap: 20px;
  min-width: 0;
  min-height: 560px;
  padding: clamp(30px, 2.8vw, 42px);
  overflow: visible;
  border: 1px solid rgba(21,32,43,.16);
  border-top: 5px solid var(--accent);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 18px 58px rgba(21,32,43,.08);
  color: var(--wc-navy);
  align-self: stretch;
}

.path-card::before,
.path-card::after {
  content: none;
}

.path-title-area {
  display: flex;
  align-items: start;
  min-height: calc(clamp(34px, 2.45vw, 40px) * 1.02 * 2);
}

.path-title-area h3 {
  width: min(100%, 10.8ch);
  max-width: 100%;
  min-height: 0;
  font-family: var(--heading);
  font-size: clamp(34px, 2.45vw, 40px);
  font-weight: 900;
  line-height: 1.02;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: manual;
}

.path-title-area h3 span {
  white-space: nowrap;
}

.path-card p {
  margin: 0;
  max-width: none;
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.5;
}

.path-card ul {
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.48;
}

.path-card .btn {
  grid-row: 8;
  align-self: end;
  justify-self: stretch;
  margin-top: auto;
  width: auto;
  max-width: 100%;
  min-height: 54px;
  padding-inline: clamp(18px, 2vw, 28px);
  font-size: 16px;
}

.path-cta {
  grid-row: 8;
  align-self: end;
  justify-self: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
}

.path-cta .btn {
  width: 100%;
  min-width: 0;
}

@media (max-width: 1180px) {
  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .path-card {
    grid-template-rows: auto auto auto 1fr auto;
  }

  .path-card .btn {
    grid-row: auto;
  }

  .path-cta {
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .path-grid {
    grid-template-columns: 1fr;
  }

  .path-card {
    min-height: 0;
    padding: 26px;
    border-radius: 28px;
  }

  .path-title-area {
    min-height: 0;
  }

  .path-title-area h3 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .path-card .btn {
    justify-self: start;
    width: auto;
  }

  .path-cta {
    justify-self: stretch;
    width: 100%;
  }

  .path-cta .btn {
    justify-self: stretch;
    width: 100%;
  }
}

@supports (grid-template-rows: subgrid) {
  @media (min-width: 1181px) {
    .path-grid {
      grid-template-rows: auto auto auto auto auto auto minmax(0, 1fr) auto;
    }

    .path-card {
      grid-row: span 8;
      grid-template-rows: subgrid;
      row-gap: 20px;
    }

    .path-card ul {
      grid-row: 4 / span 3;
      display: grid;
      grid-template-rows: subgrid;
      row-gap: 20px;
      align-content: stretch;
    }

    .path-card li {
      min-width: 0;
    }
  }
}

/* Mobile UX remediation pass 1 */
@media (max-width: 1040px) {
  .site-header.open {
    position: fixed;
    inset: 0 0 auto;
    max-height: 100vh;
    max-height: 100dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    z-index: 120;
    box-shadow: 0 20px 46px rgba(21,32,43,.14);
  }

  .site-header.open:after {
    content: none;
  }

  .site-header.open .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 0;
    padding-block: 10px calc(22px + env(safe-area-inset-bottom));
  }

  .site-header.open .logo,
  .site-header.open .mobile-toggle {
    grid-row: 1;
  }

  .site-header.open .nav-links,
  .site-header.open .nav-actions {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    z-index: auto;
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-inline: 0;
  }

  .site-header.open .nav-links {
    gap: 3px;
    padding-top: 12px;
    border-top: 1px solid rgba(21,32,43,.08);
  }

  .site-header.open .nav-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 4px;
    border-radius: 10px;
    font-size: 16px;
  }

  .site-header.open .nav-actions {
    gap: 10px;
    padding-top: 12px;
  }

  .site-header.open .nav-actions .btn {
    width: 100%;
  }

  body.mobile-menu-open .mobile-menu-backdrop {
    inset: 0;
  }
}

@media (max-width: 760px) {
  .comparison-wrap {
    margin-inline: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison-table {
    display: none;
  }

  .situation-grid,
  .outcomes .situation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .situation-tile,
  .outcomes .situation-tile {
    min-height: 118px;
    min-width: 0;
    flex: initial;
    scroll-snap-align: none;
    gap: 10px;
    padding: 14px 10px;
  }

  .situation-tile img,
  .outcomes .situation-tile img {
    width: 46px;
    height: 46px;
  }

  .situation-tile span,
  .outcomes .situation-tile span {
    font-size: 14px;
    line-height: 1.22;
  }

  .path-card .btn {
    justify-self: stretch;
    width: 100%;
    max-width: none;
    min-height: 54px;
    text-align: center;
    white-space: normal;
  }

  .testimonial-carousel {
    margin-inline: calc((100vw - 100%) / -2);
  }

  .carousel-viewport {
    padding-inline: 0;
  }

  .testimonial-card {
    flex-basis: min(78vw, 344px);
    max-width: 344px;
  }

  body.waitlist-form-active .sticky-cta {
    display: none;
  }
}

@media (max-width: 374px) {
  .path-cta .btn {
    padding-inline: 10px;
  }

  .situation-grid,
  .outcomes .situation-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    flex-basis: min(78vw, 344px);
  }

  .carousel-viewport {
    padding-inline: 0;
  }
}

/* Mobile UX remediation pass 2: content density */
@media (max-width: 760px) {
  .problem-section {
    padding-block: 52px;
  }

  .problem-panel {
    gap: 22px;
    background-size: 28px 28px;
  }

  .problem-panel .section-head {
    gap: 12px;
  }

  .problem-list {
    gap: 0;
  }

  .problem-list article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 5px 12px;
    min-height: 0;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid rgba(21,32,43,.13);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .problem-list article:first-child {
    padding-top: 0;
  }

  .problem-list article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .problem-list span {
    width: 30px;
    height: 30px;
    border-radius: 11px;
  }

  .problem-list span:before {
    font-size: 17px;
  }

  .problem-list h3 {
    font-size: 18px;
    line-height: 1.18;
  }

  .problem-list p {
    grid-column: 2;
    font-size: 15px;
    line-height: 1.45;
    color: rgba(21,32,43,.68);
  }

  .persuasion-section {
    padding-block: 52px;
  }

  .persuasion-layout {
    gap: 20px;
  }

  .persuasion-copy {
    gap: 12px;
  }

  .persuasion-copy .lead {
    font-size: 16px;
    line-height: 1.5;
  }

  .persuasion-card-stack,
  .one-persuasion-section .persuasion-card-stack,
  .group-persuasion .persuasion-card-stack {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .one-persuasion-card,
  .group-benefit-card {
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 12px;
    min-height: 0;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid rgba(21,32,43,.12);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: none;
  }

  .one-persuasion-card:first-child,
  .group-benefit-card:first-child {
    padding-top: 0;
  }

  .one-persuasion-card:last-child,
  .group-benefit-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .one-persuasion-card:hover,
  .one-persuasion-card:focus-within,
  .group-benefit-card:hover,
  .group-benefit-card:focus-within {
    border-color: rgba(21,32,43,.12);
    box-shadow: none;
  }

  .persuasion-icon,
  .group-benefit-icon {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .persuasion-icon img {
    width: 22px;
    height: 22px;
  }

  .group-benefit-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 3;
  }

  .one-persuasion-card h3,
  .group-benefit-card h3 {
    min-height: 0;
    font-size: 18px;
    line-height: 1.18;
  }

  .one-persuasion-card p,
  .group-benefit-card p {
    grid-column: 2;
    margin-top: 0;
    color: rgba(21,32,43,.68);
    font-size: 15px;
    line-height: 1.45;
  }
}

/* Mobile-only interaction redesign */
.symptom-deck,
.coaching-file,
.learning-loop,
.classroom-transform {
  display: none;
}

@media (max-width: 760px) {
  .problem-list,
  .one-persuasion-section .persuasion-card-stack,
  .group-persuasion .persuasion-card-stack {
    display: none;
  }

  .symptom-deck,
  .coaching-file,
  .learning-loop,
  .classroom-transform {
    display: grid;
  }

  .symptom-deck {
    --symptom-card-radius: 26px;
    --symptom-card-padding: clamp(18px, 5.6vw, 22px);
    --symptom-card-min-height: clamp(246px, 76vw, 292px);
    --symptom-icon-size: clamp(46px, 14vw, 54px);
    --symptom-title-size: clamp(25px, 7.7vw, 31px);
    --symptom-body-size: clamp(15px, 4.4vw, 16px);
    --symptom-card-offset: 8px;
    --symptom-header-gap: clamp(12px, 3.4vw, 15px);
    --symptom-header-pad-block: clamp(10px, 3vw, 12px);
    --symptom-header-pad-inline: clamp(12px, 3.8vw, 15px);
    --symptom-header-inset: 0px;
    --problem-head-height: 128px;
    position: relative;
    gap: 16px;
    width: 100%;
    max-width: 390px;
    min-width: 0;
    box-sizing: border-box;
    margin-inline: auto;
    justify-self: stretch;
  }

  .symptom-deck-stage {
    position: relative;
    width: 100%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    min-height: calc(var(--symptom-card-min-height) + var(--symptom-card-offset));
    overflow: visible;
  }

  .symptom-deck-stage::before {
    content: "";
    position: absolute;
    inset: var(--symptom-card-offset) 10px auto 10px;
    min-height: var(--symptom-card-min-height);
    border: 1px solid rgba(21,32,43,.08);
    border-radius: var(--symptom-card-radius);
    background: rgba(255,250,245,.68);
    box-shadow: 0 14px 26px rgba(21,32,43,.06);
    transform: translateY(6px) scale(.985);
  }

  .symptom-card {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: start;
    justify-items: stretch;
    gap: clamp(18px, 5vw, 22px);
    width: 100%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    min-height: var(--symptom-card-min-height);
    padding: var(--symptom-card-padding);
    border: 1px solid rgba(255,85,0,.18);
    border-radius: var(--symptom-card-radius);
    background: #fffaf4;
    box-shadow: 0 18px 38px rgba(21,32,43,.12);
    opacity: 0;
    pointer-events: none;
    transform: translateX(16px) translateY(3px) scale(.985);
    transition:
      opacity .28s cubic-bezier(.4,0,.2,1),
      transform .34s cubic-bezier(.4,0,.2,1),
      box-shadow .28s ease;
  }

  .symptom-card.is-active {
    z-index: 3;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) translateY(0) scale(1);
    box-shadow: 0 22px 44px rgba(21,32,43,.14);
  }

  .symptom-card.is-next {
    z-index: 2;
    opacity: .18;
    transform: translateX(7px) translateY(7px) scale(.985);
  }

  .symptom-card.is-prev {
    z-index: 1;
    opacity: 0;
    transform: translateX(-12px) translateY(4px) scale(.985);
  }

  .symptom-card-head {
    display: grid;
    grid-template-columns: var(--symptom-icon-size) minmax(0, 1fr);
    gap: var(--symptom-header-gap);
    align-items: center;
    width: calc(100% - var(--symptom-header-inset));
    height: var(--problem-head-height);
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    margin-inline: auto;
    justify-self: stretch;
    align-self: stretch;
    padding: var(--symptom-header-pad-block) var(--symptom-header-pad-inline);
    border: 1px solid rgba(21,32,43,.06);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(21,32,43,.045);
  }

  .symptom-visual {
    display: grid;
    place-items: center;
    width: var(--symptom-icon-size);
    height: var(--symptom-icon-size);
    border-radius: 18px;
    background: rgba(255,85,0,.08);
  }

  .symptom-visual img {
    display: block;
    width: 68%;
    height: 68%;
    object-fit: contain;
  }

  .symptom-card h3 {
    min-width: 0;
    margin: 0;
    color: var(--wc-black);
    font-family: var(--heading);
    font-size: var(--symptom-title-size);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0;
  }

  .symptom-card p {
    width: 100%;
    max-width: none;
    margin-left: 0;
    color: rgba(21,32,43,.66);
    font-family: var(--body);
    font-size: var(--symptom-body-size);
    font-weight: 400;
    line-height: 1.5;
  }

  .symptom-controls,
  .classroom-transform-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .symptom-arrow,
  .classroom-transform-btn {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(21,32,43,.14);
    border-radius: 50%;
    background: #fff;
    color: var(--wc-black);
    font-size: 26px;
    font-weight: 900;
    cursor: pointer;
  }

  .symptom-dots,
  .classroom-category-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
  }

  .symptom-dots button,
  .classroom-category-dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: rgba(21,32,43,.22);
    padding: 0;
    cursor: pointer;
  }

  .symptom-dots button.is-active,
  .classroom-category-dot.is-active {
    background: var(--wc-orange);
  }

  .coaching-file {
    --dossier-body-height: clamp(244px, calc(386px - 33vw), 280px);
    --dossier-tab-height: 42px;
    --dossier-icon-size: 44px;
    --dossier-title-row: 96px;
    --dossier-panel-padding: 18px;
    position: relative;
    gap: 0;
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
    border: 1px solid rgba(255,85,0,.18);
    border-radius: 24px;
    background: #fff7ef;
    box-shadow: 0 16px 34px rgba(21,32,43,.075);
    overflow: visible;
  }

  .coaching-file::before,
  .coaching-file::after {
    content: "";
    position: absolute;
    inset: 6px 12px -6px;
    z-index: -1;
    border: 1px solid rgba(21,32,43,.055);
    border-radius: 22px;
    background: rgba(255,250,245,.76);
  }

  .coaching-file::after {
    inset: 12px 24px -11px;
    opacity: .5;
  }

  .coaching-file-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, var(--dossier-tab-height));
    gap: 0;
    height: calc((var(--dossier-tab-height) * 2) + 8px);
    padding: 8px 10px 0;
    border-radius: 24px 24px 0 0;
    background: transparent;
  }

  .coaching-file-tabs button {
    min-width: 0;
    min-height: var(--dossier-tab-height);
    padding: 0 8px;
    border: 1px solid rgba(21,32,43,.075);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(255,252,248,.58);
    color: rgba(21,32,43,.52);
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    cursor: pointer;
    transform: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
  }

  .coaching-file-tabs button[aria-selected="true"] {
    position: relative;
    z-index: 2;
    border-color: rgba(255,85,0,.26);
    background: linear-gradient(#fffefd, #fffbf6);
    color: #ff5500;
    box-shadow: inset 0 3px 0 #ff5500;
  }

  .coaching-file-tabs button:focus-visible {
    outline: 2px solid rgba(255,85,0,.72);
    outline-offset: -4px;
  }

  .coaching-file-panels {
    position: relative;
    height: var(--dossier-body-height);
    min-height: var(--dossier-body-height);
    border: 1px solid rgba(255,85,0,.2);
    border-radius: 0 0 24px 24px;
    background: linear-gradient(#fffdf9, #fffaf5);
    overflow: hidden;
  }

  .coaching-file-panel {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: var(--dossier-icon-size) minmax(0, 1fr);
    grid-template-rows: var(--dossier-title-row) minmax(0, 1fr);
    gap: 12px 13px;
    align-items: center;
    align-content: start;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: var(--dossier-panel-padding);
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity .22s ease, transform .24s cubic-bezier(.4,0,.2,1);
  }

  .coaching-file-panel.is-active {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .file-index {
    display: none;
  }

  .file-icon {
    align-self: center;
    width: var(--dossier-icon-size);
    height: var(--dossier-icon-size);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,85,0,.26);
    border-radius: 14px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 6px 14px rgba(21,32,43,.045);
  }

  .file-icon img {
    display: block;
    width: 27px;
    height: 27px;
    object-fit: contain;
  }

  .coaching-file-panel h3 {
    align-self: center;
    max-width: none;
    color: var(--wc-black);
    font-family: var(--heading);
    font-size: clamp(22px, 6.2vw, 26px);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: 0;
  }

  .coaching-file-panel p {
    grid-column: 1 / -1;
    align-self: start;
    margin: 0;
    max-width: none;
    color: rgba(21,32,43,.66);
    font-family: var(--body);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.48;
  }

  .classroom-transform {
    --classroom-panel-height: 484px;
    --classroom-panel-padding: clamp(16px, 4.5vw, 20px);
    --classroom-card-padding: clamp(14px, 4vw, 17px);
    gap: 14px;
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
  }

  .classroom-transform-panels {
    position: relative;
    height: var(--classroom-panel-height);
    min-height: var(--classroom-panel-height);
  }

  .classroom-transform-panel {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 14px;
    box-sizing: border-box;
    height: 100%;
    padding: var(--classroom-panel-padding);
    border: 1px solid rgba(21,32,43,.1);
    border-radius: 26px;
    background: #fff8f1;
    box-shadow: 0 18px 40px rgba(21,32,43,.1);
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .24s ease, transform .28s cubic-bezier(.4,0,.2,1);
  }

  .classroom-transform-panel.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .classroom-transform-meta {
    display: grid;
    justify-items: center;
  }

  .classroom-transform-meta h3 {
    max-width: 21ch;
    color: var(--wc-black);
    font-family: var(--heading);
    font-size: clamp(22px, 7vw, 29px);
    line-height: 1.02;
    text-align: center;
  }

  .classroom-transform-flow {
    display: grid;
    grid-template-rows: minmax(0, 1fr) 28px minmax(0, 1fr);
    gap: 12px;
    align-content: stretch;
    min-height: 0;
  }

  .classroom-state {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    align-content: stretch;
    gap: 8px;
    min-width: 0;
    width: 100%;
    min-height: 0;
    box-sizing: border-box;
    padding: var(--classroom-card-padding);
    border-radius: 20px;
  }

  .classroom-state-label {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 8px;
    color: rgba(21,32,43,.6);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
  }

  .classroom-state-label img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex: 0 0 auto;
  }

  .classroom-state-label span {
    display: block;
  }

  .classroom-state strong {
    color: var(--wc-black);
    font-size: clamp(16px, 4.7vw, 18px);
    line-height: 1.18;
  }

  .classroom-state p {
    color: rgba(21,32,43,.68);
    font-family: var(--body);
    font-size: clamp(14px, 4vw, 15px);
    font-weight: 400;
    line-height: 1.42;
  }

  .classroom-state-normal {
    border: 1px solid rgba(21,32,43,.12);
    background: #f2eee9;
    box-shadow: none;
  }

  .classroom-state-wordcraft {
    border: 1px solid rgba(255,85,0,.36);
    background: #fff;
    box-shadow: inset 4px 0 0 rgba(255,85,0,.7), 0 12px 26px rgba(255,85,0,.08);
  }

  .classroom-state-wordcraft .classroom-state-label {
    color: var(--wc-orange);
  }

  .classroom-state-wordcraft .classroom-state-label img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(92%) saturate(2787%) hue-rotate(358deg) brightness(101%) contrast(105%);
  }

  .classroom-transform-cue {
    position: relative;
    display: block;
    justify-self: center;
    width: 2px;
    height: 28px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255,85,0,.22), rgba(255,85,0,.9));
  }

  .classroom-transform-cue::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #ff5500;
    border-bottom: 2px solid #ff5500;
    transform: translateX(-50%) rotate(45deg);
  }

  .classroom-transform-btn {
    border-color: rgba(255,85,0,.18);
    background: #fffaf5;
    color: #ff5500;
    box-shadow: 0 8px 18px rgba(21,32,43,.08);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .classroom-transform-btn:active {
    transform: scale(.94);
    box-shadow: 0 4px 10px rgba(21,32,43,.08);
  }

  .classroom-category-dot {
    width: 20px;
    height: 4px;
    border-radius: 999px;
    background: rgba(21,32,43,.18);
    transition: width .2s ease, background .2s ease;
  }

  .classroom-category-dot.is-active {
    width: 30px;
    background: #ff5500;
  }

  /* Authoritative mobile group-learning loop geometry. */
  .group-persuasion {
    --group-loop-size: 348px;
    --group-node-size: 78px;
    --group-hub-size: 72px;
    --group-orbit-offset: 118px;
    --group-path-scale: 1;
    --group-stage-icon-size: 22px;
    --group-stage-label-size: 13px;
    --group-stage-label-line: 1.16;
    --group-detail-width: 100%;
    --group-detail-card-height: 150px;
    --group-detail-columns: 40px minmax(0, 1fr);
    --group-detail-icon-size: 38px;
    --group-detail-gap: 14px;
    --group-detail-padding: 15px 16px;
    --group-detail-heading-size: clamp(19px, 5vw, 22px);
    --group-detail-body-size: 14.5px;
    --group-section-gap: 28px;
    --group-loop-panel-gap: 24px;
    --group-heading-size: clamp(34px, 8.6vw, 37px);
    --group-heading-line: 1.04;
    --group-lead-size: clamp(15.5px, 4vw, 17px);
    --group-lead-line: 1.42;
    --group-path-stroke: 2.75;
    --group-path-active-stroke: 3.5;
  }

  .learning-loop {
    gap: 0;
  }

  .loop-nodes {
    display: block;
    position: relative;
    width: min(var(--group-loop-size), 100%);
    max-width: 100%;
    aspect-ratio: 1;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .loop-nodes::before,
  .loop-nodes::after {
    display: none;
  }

  .loop-path {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
    z-index: 1;
  }

  .loop-path-geometry {
    transform-box: view-box;
    transform-origin: center;
    transform: scale(var(--group-path-scale));
  }

  #loop-arrow-soft path {
    fill: rgba(255,85,0,.42);
  }

  #loop-arrow-active path {
    fill: #ff5500;
  }

  .loop-path-segment {
    fill: none;
    stroke: rgba(255,85,0,.28);
    stroke-width: var(--group-path-stroke);
    stroke-linecap: round;
    marker-end: url("#loop-arrow-soft");
    transition: stroke .26s cubic-bezier(.4,0,.2,1), stroke-width .26s cubic-bezier(.4,0,.2,1), opacity .26s cubic-bezier(.4,0,.2,1);
  }

  .loop-path-segment.is-active {
    stroke: #ff5500;
    stroke-width: var(--group-path-active-stroke);
    marker-end: url("#loop-arrow-active");
  }

  .loop-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: var(--group-hub-size);
    aspect-ratio: 1;
    border: 1px solid rgba(255,85,0,.14);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(21,32,43,.08);
    transform: translate(-50%, -50%);
  }

  .loop-center img {
    display: block;
    width: 63%;
    height: 63%;
    object-fit: contain;
  }

  .loop-node {
    position: absolute;
    z-index: 3;
    display: grid;
    grid-template-rows: 22px auto;
    place-items: center;
    gap: 5px;
    width: var(--group-node-size);
    min-height: var(--group-node-size);
    padding: 10px 7px 9px;
    border: 1px solid rgba(21,32,43,.13);
    border-radius: 999px;
    background: #fff;
    color: rgba(31,41,51,.68);
    box-shadow: 0 12px 24px rgba(21,32,43,.07);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translate(var(--loop-node-x, 0), var(--loop-node-y, 0));
    transition: color .24s cubic-bezier(.4,0,.2,1), border-color .24s cubic-bezier(.4,0,.2,1), background .24s cubic-bezier(.4,0,.2,1), box-shadow .24s cubic-bezier(.4,0,.2,1), transform .24s cubic-bezier(.4,0,.2,1);
  }

  .loop-node::before {
    display: none;
  }

  .loop-node-learn {
    --loop-node-x: 0;
    --loop-node-y: calc(-1 * var(--group-orbit-offset));
  }

  .loop-node-respond {
    --loop-node-x: var(--group-orbit-offset);
    --loop-node-y: 0;
  }

  .loop-node-correct {
    --loop-node-x: 0;
    --loop-node-y: var(--group-orbit-offset);
  }

  .loop-node-apply {
    --loop-node-x: calc(-1 * var(--group-orbit-offset));
    --loop-node-y: 0;
  }

  .loop-node-icon {
    display: grid;
    place-items: center;
    width: var(--group-stage-icon-size);
    height: var(--group-stage-icon-size);
  }

  .loop-node-icon::before {
    content: "";
    display: block;
    width: var(--group-stage-icon-size);
    height: var(--group-stage-icon-size);
    background: currentColor;
    -webkit-mask: var(--loop-icon) center / contain no-repeat;
    mask: var(--loop-icon) center / contain no-repeat;
  }

  .loop-node img {
    display: none;
  }

  .loop-node[data-loop-node="0"] { --loop-icon: url("../images/mobile-interactions/learn.svg"); }
  .loop-node[data-loop-node="1"] { --loop-icon: url("../images/mobile-interactions/respond.svg"); }
  .loop-node[data-loop-node="2"] { --loop-icon: url("../images/mobile-interactions/correct.svg"); }
  .loop-node[data-loop-node="3"] { --loop-icon: url("../images/mobile-interactions/apply.svg"); }

  .loop-node-label {
    display: block;
    color: currentColor;
    font-size: var(--group-stage-label-size);
    font-weight: 800;
    line-height: var(--group-stage-label-line);
    text-align: center;
  }

  .loop-node .loop-node-label {
    font-size: var(--group-stage-label-size);
    line-height: var(--group-stage-label-line);
  }

  .loop-node.is-active {
    border-color: #ff5500;
    background: #fff4ea;
    color: #ff5500;
    box-shadow: 0 0 0 5px rgba(255,85,0,.08), 0 15px 28px rgba(255,85,0,.13);
    transform: translate(-50%, -50%) translate(var(--loop-node-x, 0), var(--loop-node-y, 0)) scale(1.02);
  }

  .loop-detail {
    display: grid;
    grid-template-columns: var(--group-detail-columns);
    align-items: center;
    gap: var(--group-detail-gap);
    width: var(--group-detail-width);
    max-width: 100%;
    margin: var(--group-loop-panel-gap) auto 0;
    padding: var(--group-detail-padding);
    border: 1px solid rgba(21,32,43,.1);
    border-left: 5px solid #ff5500;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(21,32,43,.08);
    box-sizing: border-box;
    height: var(--group-detail-card-height);
    transition: opacity .24s cubic-bezier(.4,0,.2,1), transform .24s cubic-bezier(.4,0,.2,1);
  }

  .loop-detail-icon {
    display: block;
    width: var(--group-detail-icon-size);
    height: var(--group-detail-icon-size);
    color: #ff5500;
  }

  .loop-detail-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: currentColor;
    -webkit-mask: var(--loop-icon) center / contain no-repeat;
    mask: var(--loop-icon) center / contain no-repeat;
  }

  .loop-detail-icon-learn { --loop-icon: url("../images/mobile-interactions/learn.svg"); }
  .loop-detail-icon-respond { --loop-icon: url("../images/mobile-interactions/respond.svg"); }
  .loop-detail-icon-correct { --loop-icon: url("../images/mobile-interactions/correct.svg"); }
  .loop-detail-icon-apply { --loop-icon: url("../images/mobile-interactions/apply.svg"); }

  .loop-detail h3 {
    font-size: var(--group-detail-heading-size);
    line-height: 1.06;
  }

  .loop-detail p {
    margin-top: 6px;
    font-size: var(--group-detail-body-size);
    line-height: 1.42;
  }

  .loop-detail.is-changing {
    opacity: .45;
    transform: translateY(4px);
  }

  .group-persuasion .persuasion-layout {
    gap: clamp(18px, 5vw, 26px);
  }

  .group-persuasion .persuasion-copy {
    gap: clamp(10px, 3vw, 14px);
  }

  .group-persuasion .persuasion-copy h2 {
    font-size: var(--group-heading-size);
    line-height: var(--group-heading-line);
  }

  .group-persuasion .persuasion-copy .lead {
    max-width: 37rem;
    font-size: var(--group-lead-size);
    line-height: var(--group-lead-line);
  }

  .group-persuasion .learning-loop {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: var(--group-section-gap);
    justify-items: center;
  }

  @media (max-width: 359px) {
    .group-persuasion {
      --group-loop-size: min(calc(100vw - 24px), 296px);
      --group-node-size: 70px;
      --group-hub-size: 56px;
      --group-orbit-offset: 104px;
      --group-path-scale: .92;
      --group-stage-icon-size: 20px;
      --group-stage-label-size: 12px;
      --group-stage-label-line: 1.18;
      --group-detail-width: 100%;
      --group-detail-card-height: 150px;
      --group-detail-columns: 36px minmax(0, 1fr);
      --group-detail-icon-size: 34px;
      --group-detail-gap: 11px;
      --group-detail-padding: 13px 14px;
      --group-detail-heading-size: clamp(17px, 5.5vw, 18px);
      --group-detail-body-size: 13.8px;
      --group-section-gap: 23px;
      --group-loop-panel-gap: 19px;
      --group-heading-size: clamp(28px, 9vw, 29px);
      --group-heading-line: 1.05;
      --group-lead-size: 14.8px;
      --group-lead-line: 1.38;
      --group-path-stroke: 2.55;
      --group-path-active-stroke: 3.15;
      padding-block: 40px;
    }

    .group-persuasion .persuasion-layout {
      gap: 16px;
    }

    .loop-node {
      grid-template-rows: 20px auto;
      gap: 5px;
      padding: 9px 6px 8px;
    }

    .loop-detail {
      border-left-width: 4px;
      border-radius: 17px;
    }

    .loop-detail p {
      margin-top: 5px;
      line-height: 1.38;
    }

  }

  @media (min-width: 360px) and (max-width: 389px) {
    .group-persuasion {
      --group-loop-size: min(calc(100vw - 38px), 326px);
      --group-node-size: 73px;
      --group-hub-size: 62px;
      --group-orbit-offset: 112px;
      --group-path-scale: .98;
      --group-stage-icon-size: 21px;
      --group-stage-label-size: 12.5px;
      --group-detail-width: 100%;
      --group-detail-card-height: 138px;
      --group-detail-columns: 38px minmax(0, 1fr);
      --group-detail-icon-size: 34px;
      --group-detail-gap: 12px;
      --group-detail-padding: 13px 14px;
      --group-detail-heading-size: clamp(18px, 5vw, 19px);
      --group-section-gap: 25px;
      --group-loop-panel-gap: 21px;
      --group-heading-size: clamp(31px, 8.8vw, 33px);
      --group-lead-size: clamp(15.5px, 4vw, 17px);
      --group-lead-line: 1.42;
      padding-block: 48px;
    }
  }

  @media (min-width: 390px) and (max-width: 430px) {
    .group-persuasion {
      --group-loop-size: clamp(348px, calc(85vw + 16.5px), 382px);
      --group-node-size: 79px;
      --group-hub-size: 72px;
      --group-orbit-offset: clamp(118px, calc(35vw - 18.5px), 132px);
      --group-path-scale: 1.05;
      --group-stage-icon-size: 22px;
      --group-stage-label-size: 13px;
      --group-detail-width: 100%;
      --group-detail-card-height: 148px;
      --group-section-gap: 28px;
      --group-loop-panel-gap: 24px;
      --group-heading-size: clamp(34px, 8.6vw, 37px);
      --group-lead-size: clamp(15.5px, 4vw, 17px);
      --group-lead-line: 1.42;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .symptom-card,
    .symptom-arrow,
    .symptom-dots button,
    .coaching-file-tabs button,
    .coaching-file-panel,
    .loop-node,
    .loop-path-segment,
    .loop-detail,
    .classroom-category-dot,
    .classroom-transform-panel {
      transition: none;
    }
  }
}

@media (max-width: 389px) {
  .symptom-deck {
    --problem-head-height: 124px;
  }
}

@media (max-width: 359px) {
  .symptom-deck {
    --problem-head-height: 112px;
  }
}
