/* Waitlist homepage styles extracted from index.php during Phase 2 public cleanup. */

.waitlist-hero,
.waitlist-section,
.waitlist-form-card,
.sticky-cta,
.success-overlay {
  scroll-margin-top: 96px;
}
.waitlist-hero *,
.waitlist-section *,
.waitlist-form-card *,
.sticky-cta *,
.success-overlay * {
  box-sizing: border-box;
}
.waitlist-hero { padding: 48px 0 96px; }
.waitlist-layout {
  width: min(var(--site-width), calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 440px);
  gap: 40px;
  align-items: stretch;
}
.waitlist-layout > * {
  min-width: 0;
}
.waitlist-copy,
.waitlist-form-card {
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.9);
  box-shadow: var(--shadow-paper);
}
.waitlist-copy {
  min-height: 0;
  border-radius: 34px;
  padding: 60px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.waitlist-copy::after {
  content: "";
  position: absolute;
  inset: auto -8% -32% 42%;
  height: 210px;
  background: var(--paper-2);
  border-top: 10px solid var(--ink);
  transform: rotate(2deg);
  z-index: -1;
}
.waitlist-copy h1 {
  max-width: 720px;
  margin: 16px 0 16px;
  color: var(--ink);
  font: italic 900 clamp(34px, 4.2vw, 56px)/1 var(--serif);
  letter-spacing: 0;
}
.waitlist-copy .eyebrow,
.waitlist-section .eyebrow {
  border-color: rgba(242, 139, 28, 0.34);
  background: rgba(255, 253, 248, 0.86);
  color: var(--ink);
}
.waitlist-copy .hero-desc {
  max-width: 650px;
  font-size: 20px;
  line-height: 1.7;
}
.hero-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(242, 139, 28, 0.1);
  border: 1px solid rgba(242, 139, 28, 0.2);
  color: #92400e;
  font-size: 12px;
  font-weight: 800;
  max-width: fit-content;
}
.hero-trust-badge .trust-icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-block;
}
.live-counter {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin: 18px 0 0;
  padding: 10px 18px;
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid var(--line);
  box-shadow: 0 2px 8px rgba(26, 23, 20, 0.06);
}
.lc-number {
  font: 950 24px/1 var(--mono);
  color: var(--accent);
  letter-spacing: -1px;
}
.lc-label {
  font-size: 13px;
  font-weight: 750;
  color: var(--muted);
}
@keyframes countUp {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.live-counter.animate {
  animation: countUp 0.8s ease forwards;
}
.waitlist-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.waitlist-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
  gap: 14px;
  margin-top: 8px;
}
.visual-panel {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.82);
  padding: 24px;
  min-height: 190px;
}
.visual-panel h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font: 950 12px/1 var(--mono);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.visual-step,
.visual-question-card {
  border: 1px solid rgba(25, 20, 16, 0.06);
  background: var(--paper-2);
  border-radius: 14px;
}
.visual-question-kicker {
  margin-bottom: 14px;
  color: var(--muted);
  font: 800 12px/1.3 var(--sans);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.visual-question-list {
  display: grid;
  gap: 10px;
}
.visual-question-card {
  padding: 14px;
}
.visual-question-card strong,
.visual-step strong {
  display: block;
  color: var(--ink);
  font-weight: 950;
  font-size: 17px;
  line-height: 1.3;
}
.visual-question-card span,
.visual-step span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: var(--muted);
}
.visual-privacy-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.tool-preview-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tool-preview-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(25, 20, 16, 0.06);
  background: var(--paper-2);
  border-radius: 14px;
}
.tool-preview-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.tool-preview-text strong {
  display: block;
  color: var(--ink);
  font-weight: 950;
  line-height: 1.25;
}
.tool-preview-text span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}
.visual-flow {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.visual-step {
  padding: 12px;
  min-height: 86px;
}
.visual-step em {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  margin-bottom: 8px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font: normal 950 10px/1 var(--mono);
}
.waitlist-signal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}
.waitlist-signal span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-2);
  color: var(--ink);
  font: 900 10px/1.25 var(--mono);
  letter-spacing: 1.6px;
  text-align: center;
  text-transform: uppercase;
}
.waitlist-form-card {
  border-radius: 28px;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  align-self: stretch;
  position: relative;
}
.waitlist-form-card h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font: italic 900 34px/1 var(--serif);
}
.waitlist-form-card p {
  margin: 0 0 20px;
  color: var(--muted);
  font-weight: 720;
  line-height: 1.55;
  font-size: 15px;
}
.waitlist-field {
  margin-bottom: 12px;
}
.waitlist-field label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font: 900 10px/1.35 var(--mono);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.waitlist-field label span {
  color: rgba(102, 88, 74, 0.76);
  letter-spacing: 1px;
}
.waitlist-input,
.waitlist-select,
.waitlist-textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(255, 253, 248, 0.88);
  color: var(--ink);
  font: 700 14px/1.3 var(--sans);
}
.waitlist-textarea {
  min-height: 104px;
  resize: vertical;
}
.waitlist-input:focus,
.waitlist-select:focus,
.waitlist-textarea:focus {
  outline: 2px solid rgba(242, 139, 28, 0.34);
  border-color: var(--accent);
}
.waitlist-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.waitlist-alert {
  margin-bottom: 16px;
  border-radius: 16px;
  padding: 13px 14px;
  font-weight: 800;
  line-height: 1.45;
}
.waitlist-alert.success {
  border: 1px solid rgba(0, 113, 95, 0.22);
  background: rgba(220, 252, 231, 0.74);
  color: #065f46;
}
.waitlist-alert.error {
  border: 1px solid rgba(220, 38, 38, 0.24);
  background: rgba(254, 226, 226, 0.7);
  color: #991b1b;
}
.waitlist-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.45;
}
.waitlist-steps {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
}
.waitlist-steps div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.72);
}
.waitlist-steps b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
  font: 950 10px/1 var(--mono);
}
.waitlist-steps strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
}
.waitlist-steps span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.4;
}
.waitlist-submit {
  width: 100%;
}
.waitlist-steps.after-form {
  margin-top: 22px;
}
.waitlist-section {
  width: min(var(--site-width), calc(100% - 80px));
  margin: 0 auto;
  padding: 100px 0 40px;
}
.waitlist-section .page-header {
  max-width: 860px;
}
.waitlist-section .section-title {
  max-width: 820px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1;
}
.stage-section {
  padding-top: 72px;
}
.stage-section .section-title {
  max-width: 920px;
}
.stage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin-top: 34px;
}
.stage-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 12px 30px rgba(42, 29, 13, 0.06);
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.stage-card:hover,
.stage-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(242, 139, 28, 0.34);
  box-shadow: 0 18px 36px rgba(42, 29, 13, 0.1);
  outline: none;
}
.stage-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}
.stage-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.58;
}
.stage-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(242, 139, 28, 0.12);
  color: var(--ink);
  font: 950 12px/1 var(--mono);
}
.stage-link {
  color: var(--ink);
  font: 950 10px/1.3 var(--mono);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.normal-section {
  padding-top: 72px;
}
.normal-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 30px;
  align-items: start;
  margin-top: 34px;
}
.normal-intro,
.normal-question-card {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 12px 30px rgba(42, 29, 13, 0.06);
}
.normal-intro {
  border-radius: 26px;
  padding: 32px;
}
.normal-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 730;
  line-height: 1.72;
}
.normal-intro strong {
  color: var(--ink);
  font-weight: 950;
}
.normal-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(242, 139, 28, 0.1);
  border: 1px solid rgba(242, 139, 28, 0.18);
  color: #92400e;
  font: 900 10px/1.3 var(--mono);
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.normal-question-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.normal-question-card {
  position: relative;
  min-height: 150px;
  border-radius: 20px;
  padding: 24px 22px 22px;
  overflow: hidden;
}
.normal-question-card::before {
  content: "?";
  position: absolute;
  right: 18px;
  top: 14px;
  color: rgba(242, 139, 28, 0.16);
  font: italic 950 54px/1 var(--serif);
}
.normal-question-card b {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(242, 139, 28, 0.12);
  color: var(--ink);
  font: 950 9px/1 var(--mono);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.normal-question-card p {
  position: relative;
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.42;
}
.normal-bottom-line {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.65;
  text-align: center;
}
.waitlist-footer {
  margin-top: 76px;
}
[data-theme="dark"] .waitlist-copy,
[data-theme="dark"] .waitlist-form-card {
  background: rgba(30, 26, 22, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
[data-theme="dark"] .waitlist-input,
[data-theme="dark"] .waitlist-select,
[data-theme="dark"] .waitlist-textarea,
[data-theme="dark"] .waitlist-signal span,
[data-theme="dark"] .visual-panel,
[data-theme="dark"] .waitlist-steps div {
  background: rgba(22, 19, 16, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: var(--ink) !important;
}
[data-theme="dark"] .visual-question-card,
[data-theme="dark"] .visual-step {
  background: rgba(36, 31, 27, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
[data-theme="dark"] .eyebrow,
[data-theme="dark"] .waitlist-section .eyebrow {
  background: rgba(242, 139, 28, 0.15) !important;
  border-color: rgba(242, 139, 28, 0.35) !important;
  color: #fbbf24 !important;
}
[data-theme="dark"] .live-counter {
  background: rgba(22, 19, 16, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
[data-theme="dark"] .hero-trust-badge {
  background: rgba(242, 139, 28, 0.15) !important;
  border-color: rgba(242, 139, 28, 0.35) !important;
  color: #fbbf24 !important;
}
[data-theme="dark"] .stage-card {
  background: rgba(30, 26, 22, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
[data-theme="dark"] .normal-intro,
[data-theme="dark"] .normal-question-card {
  background: rgba(30, 26, 22, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
[data-theme="dark"] .normal-note,
[data-theme="dark"] .normal-question-card b {
  background: rgba(242, 139, 28, 0.15) !important;
  border-color: rgba(242, 139, 28, 0.26) !important;
  color: #fbbf24 !important;
}
[data-theme="dark"] .behind-card {
  background: rgba(30, 26, 22, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
[data-theme="dark"] .behind-card span {
  color: rgba(255, 250, 242, 0.7) !important;
}
[data-theme="dark"] .tool-preview-item {
  background: rgba(36, 31, 27, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
[data-theme="dark"] .waitlist-note {
  color: rgba(255, 250, 242, 0.6) !important;
}
[data-theme="dark"] .waitlist-alert.success {
  background: rgba(6, 78, 59, 0.38) !important;
  color: #bbf7d0 !important;
}
[data-theme="dark"] .waitlist-alert.error {
  background: rgba(127, 29, 29, 0.34) !important;
  color: #fecaca !important;
}
[data-theme="dark"] .sticky-cta {
  background: rgba(22, 19, 16, 0.98) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
[data-theme="dark"] .success-overlay {
  background: rgba(14, 13, 12, 0.98) !important;
}
@media (max-width: 1120px) {
  .waitlist-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .waitlist-form-card {
    position: static;
    align-self: auto;
  }
  .waitlist-signal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .waitlist-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .visual-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .waitlist-visual,
  .visual-flow {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  body {
    padding-bottom: 84px;
  }
  .waitlist-hero {
    padding: 20px 0 56px;
  }
  .waitlist-layout,
  .waitlist-section {
    width: calc(100% - 32px);
  }
  .waitlist-copy,
  .waitlist-form-card {
    border-radius: 24px;
    padding: 28px;
  }
  .waitlist-copy {
    min-height: 0;
    gap: 24px;
    overflow-x: hidden;
  }
  .waitlist-copy *,
  .waitlist-form-card *,
  .visual-panel * {
    min-width: 0;
  }
  .waitlist-copy h1 {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: clamp(30px, 8.4vw, 36px);
    line-height: 1.02;
    overflow-wrap: break-word;
  }
  .waitlist-copy .hero-desc {
    font-size: 15px;
    line-height: 1.62;
    overflow-wrap: break-word;
  }
  .hero-trust-badge {
    align-items: flex-start;
    max-width: 100%;
    white-space: normal;
  }
  .waitlist-actions .btn,
  .mentor-cta .btn {
    width: 100%;
    justify-content: center;
  }
  .waitlist-signal {
    grid-template-columns: 1fr;
  }
  .visual-panel {
    min-height: 0;
    padding: 20px;
  }
  .tool-preview-item {
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
  }
  .visual-question-card strong,
  .visual-question-card span,
  .visual-step strong,
  .visual-step span {
    overflow-wrap: anywhere;
  }
  .waitlist-input,
  .waitlist-select,
  .waitlist-textarea {
    font-size: 16px;
  }
}


/* ===== Support + Practice Preview Sections ===== */
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.support-card {
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 12px 30px rgba(42, 29, 13, 0.06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.support-card:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 139, 28, 0.34);
  box-shadow: 0 18px 36px rgba(42, 29, 13, 0.1);
}
.support-card b,
.mentor-card b,
.practice-tool-card b {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 14px;
  background: rgba(242, 139, 28, 0.16);
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
}
.support-card h3,
.mentor-card h3,
.practice-tool-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.22;
}
.support-card p,
.mentor-card p,
.practice-tool-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.62;
}
.support-strip,
.practice-tools-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  margin-top: 26px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: var(--shadow-paper);
}
.support-strip h2,
.practice-tools-strip h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font: italic 900 32px/1 var(--serif);
}
.support-strip p,
.practice-tools-strip p {
  margin: 0;
  max-width: 780px;
  color: var(--muted);
  font-weight: 730;
  line-height: 1.55;
}
.support-strip strong,
.practice-tools-strip strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
  font: 950 10px/1 var(--mono);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.mentor-section,
.practice-tools-section {
  padding-top: 72px;
}
.mentor-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 36px;
}
.mentor-intro,
.mentor-card {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 12px 30px rgba(42, 29, 13, 0.06);
}
.mentor-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  border-radius: 28px;
  padding: 34px;
}
.mentor-intro h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font: italic 900 36px/1 var(--serif);
}
.mentor-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 730;
  line-height: 1.68;
}
.mentor-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.mentor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.mentor-card {
  min-height: 205px;
  border-radius: 24px;
  padding: 24px;
}
.practice-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.practice-tool-card {
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 12px 30px rgba(42, 29, 13, 0.06);
}
[data-theme="dark"] .support-card,
[data-theme="dark"] .mentor-intro,
[data-theme="dark"] .mentor-card,
[data-theme="dark"] .practice-tool-card,
[data-theme="dark"] .support-strip,
[data-theme="dark"] .practice-tools-strip {
  background: rgba(30, 26, 22, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
[data-theme="dark"] .support-card p,
[data-theme="dark"] .mentor-intro p,
[data-theme="dark"] .mentor-card p,
[data-theme="dark"] .practice-tool-card p,
[data-theme="dark"] .support-strip p,
[data-theme="dark"] .practice-tools-strip p {
  color: rgba(255, 250, 242, 0.68) !important;
}

/* ===== Behind the Platform ===== */
.behind-section { padding-bottom: 40px; }
.behind-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.behind-card { border: 1px solid var(--line); border-radius: 22px; padding: 28px; background: rgba(255, 253, 248, 0.9); box-shadow: var(--shadow-paper); text-align: center; }
.behind-stat { display: block; font: 950 42px/1 var(--serif); color: var(--accent); margin-bottom: 10px; }
.behind-card strong { display: block; font-size: 17px; font-weight: 900; margin-bottom: 10px; }
.behind-card span { font-size: 15px; color: var(--muted); line-height: 1.55; font-weight: 720; }

/* ===== Sticky Mobile CTA ===== */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 250, 242, 0.96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(12px);
  padding: 12px 16px;
  transform: translateY(100%);
  transition: transform .3s ease;
}
.sticky-cta.visible {
  transform: translateY(0);
}
.sticky-cta-inner {
  width: min(var(--site-width), 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.sticky-cta-text { display: flex; flex-direction: column; }
.sticky-cta-text strong { font-size: 14px; color: var(--ink); }
.sticky-cta-text span { font-size: 12px; color: var(--muted); font-weight: 720; }

/* ===== Success Overlay ===== */
.success-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(255, 250, 242, 0.98);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.success-overlay.show {
  display: flex;
  animation: fadeIn .4s ease;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes flyPlane {
  0% { transform: translateX(-60px) translateY(20px) rotate(-15deg); opacity: 0; }
  40% { opacity: 1; }
  100% { transform: translateX(60px) translateY(-30px) rotate(15deg); opacity: 0; }
}
.success-plane {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent);
  position: relative;
}
.success-plane::before {
  content: '✈';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 24px;
  animation: flyPlane 1.2s ease forwards;
}
.success-check {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.15);
  color: #15803d;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 900;
  animation: popIn .5s ease .8s both;
}
@keyframes popIn {
  from { transform: scale(0); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.success-msg { font: italic 900 28px/1 var(--serif); color: var(--ink); margin: 8px 0 0; animation: fadeUp .5s ease 1s both; }
.success-sub { font-size: 15px; color: var(--muted); margin: 0; animation: fadeUp .5s ease 1.1s both; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .support-grid,
  .practice-tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mentor-wrap,
  .normal-wrap { grid-template-columns: 1fr; }
  .behind-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .sticky-cta { display: flex; }
  .stage-section,
  .normal-section,
  .mentor-section,
  .practice-tools-section { padding-top: 56px; }
  .stage-grid,
  .normal-question-grid,
  .support-grid,
  .mentor-grid,
  .practice-tools-grid { grid-template-columns: 1fr; }
  .stage-card,
  .normal-question-card,
  .support-card,
  .mentor-card,
  .practice-tool-card { min-height: 0; }
  .support-strip,
  .practice-tools-strip { grid-template-columns: 1fr; }
  .support-strip strong,
  .practice-tools-strip strong { justify-self: start; }
  .normal-intro,
  .mentor-intro { padding: 24px; }
  .normal-intro p { font-size: 15px; }
  .behind-card { padding: 20px; }
  .waitlist-footer .footer-inner {
    flex-direction: column;
    gap: 32px;
  }
  .waitlist-footer .footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
  }
  .waitlist-footer .footer-col h2 {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .waitlist-footer .footer-col a {
    font-size: 14px;
    margin-top: 6px;
  }
  .waitlist-footer .footer-bot {
    margin-top: 32px;
    padding-top: 16px;
    font-size: 12px;
    text-align: center;
  }
  .waitlist-footer .nav-brand {
    margin-bottom: 8px;
  }
}
@media (max-width: 420px) {
  .waitlist-layout,
  .waitlist-section {
    width: calc(100% - 24px);
  }
  .waitlist-copy,
  .waitlist-form-card,
  .normal-intro,
  .mentor-intro {
    padding: 22px;
  }
  .waitlist-copy h1 {
    font-size: 30px;
  }
  .waitlist-form-card h2,
  .support-strip h2,
  .practice-tools-strip h2 {
    font-size: 28px;
  }
  .sticky-cta {
    padding: 10px 12px;
  }
  .sticky-cta-text span {
    display: none;
  }
}
@media (min-width: 761px) {
  .sticky-cta { display: none !important; }
}
