/* Alt Academy — rules Webflow's style panel cannot express.
   Paste into: Page Settings -> Custom Code -> Inside <head> tag, wrapped in <style>. */

:root {
  --ink: #1d1724;
  --ink-soft: #5d5866;
  --paper: #F4F5F6;
  --paper-deep: #EAEBED;
  --white: #ffffff;
  --line: #dcd4c8;
  --line-dark: rgba(255, 253, 249, .18);
  --accent: #bb1450;
  --accent-dark: #8f0f3d;
  --accent-soft: #fde8f0;
  --focus: #006da3;
  --max: 1400px;
  --header-height: 66px;
  --shadow: 0 24px 70px rgba(29, 23, 36, 0.16);
  --chemistry: #C3D809;
  --chemistry-soft: #F7FADF;
  --physics: #332b8f;
  --physics-soft: #FDE8F0;
  --biology: #1c7a40;
  --biology-soft: #E8F7EC;
  --mathematics: #00A4F5;
  --mathematics-soft: #E3F6FE;
  --business: #7a2a5c;
  --business-soft: #F9EDF4;
  --economics: #2BA893;
  --economics-soft: #E0F4F0;
  --accounting: #7B5CE0;
  --accounting-soft: #EEE9FB;
  --psychology: #BC76D6;
  --psychology-soft: #F3E8F7;
  --computing: #EC6550;
  --computing-soft: #FBEEE9;
  --islamiyat: #636B2F;
  --islamiyat-soft: #F3F4E7;
  --cool-paper: #f4f5f6;
  --cool-panel: #ffffff;
  --cool-panel-2: #fafbfc;
  --cool-line: #dcdfe5;
  --aubergine: #1A1226;
  --raspberry: #CE1257;
  --raspberry-bright: #FF5C86;
  --quiet: #9A95A4;
  --warm: #eef0f2;
  --dark: #1a1226;
  --dark-soft: #24182f;
  --pink-light: #ffc1d8;
  --acid: #ffc1d8;
  --chem: #bb1450;
  --math: #006da3;
  --mono: "Inter", Arial, sans-serif;
  --sans: "Inter", Arial, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --frame: 1280px;
  --header-h: 66px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-locked {
  overflow: hidden;
}

input {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.pr-eyebrow::before {
  width: 7px;
  height: 7px;
  background: currentColor;
  content: "";
}

.pr-button:hover .pr-button__arrow {
  transform: translateX(3px);
}

.pr-nav-trigger[aria-expanded="true"] {
  color: var(--accent);
}

.pr-nav-trigger[aria-expanded="true"] .pr-nav-chevron {
  transform: translateY(2px) rotate(225deg);
}

.pr-desktop-scrim.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.pr-more-card:nth-child(2n) {
  border-right: 0;
}

.pr-more-card:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.pr-menu-icon::before, .pr-menu-icon::after {
  position: absolute;
  left: 0;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  content: "";
}

.pr-menu-icon::before {
  top: 0;
}

.pr-menu-icon::after {
  top: 10px;
}

.pr-drawer-close::before, .pr-drawer-close::after {
  position: absolute;
  width: 17px;
  height: 1.5px;
  background: currentColor;
  content: "";
}

.pr-drawer-close::before {
  transform: rotate(45deg);
}

.pr-drawer-close::after {
  transform: rotate(-45deg);
}

.pr-mobile-plus::before, .pr-mobile-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 150ms ease;
}

.pr-mobile-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.pr-mobile-accordion__button[aria-expanded="true"] .pr-mobile-plus::after {
  transform: translate(-50%, -50%) rotate(0);
}

.prototype-hero::after {
  position: absolute;
  right: -150px;
  bottom: -280px;
  width: 600px;
  height: 600px;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "";
}

.footer-cta .pr-eyebrow {
  color: var(--accent);
}

.footer-cta .pr-button--accent {
  border-color: var(--accent);
  color: var(--ink);
  background: var(--accent);
}

.pr-footer-brand .brand__mark {
  color: var(--ink);
  background: var(--white);
}

.pr-footer-brand .brand__wordmark {
  color: var(--white);
}

.pr-footer-group summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 1099px) {
  .pr-mobile-backdrop.is-open {
    display: block;
  }
  .pr-mobile-drawer.is-open {
    display: flex;
  }
}

@media (max-width: 767px) {
  .footer-cta__actions .pr-button {
    width: 100%;
  }
  .pr-footer-group summary::before, .pr-footer-group summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 13px;
    height: 1px;
    background: rgba(255, 253, 249, 0.7);
    content: "";
    transform: translateY(-50%);
  }
  .pr-footer-group summary::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 140ms ease;
  }
  .pr-footer-group[open] summary::after {
    transform: translateY(-50%) rotate(0);
  }
}

@media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
      }
    }

#main-content {
  overflow: clip;
  background: var(--cool-paper);
}

.pr-hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

.motion-stage.is-ready video {
  opacity: 1;
}

.motion-stage.is-ready .motion-player-fallback {
  opacity: 0;
}

.motion-player-fallback__side span:nth-child(2) {
  border-left: 4px solid #C3D809;
  background: #F7FADF;
}

.motion-player-fallback__main b:nth-of-type(2) {
  width: 72%;
}

.motion-player-fallback__main b:nth-of-type(3) {
  width: 58%;
}

.motion-stage.is-running .scatter-canvas {
  animation: scatter-canvas-cycle 20s linear infinite;
}

.motion-stage.is-running .scatter-piece {
  animation: scatter-piece-cycle 20s cubic-bezier(.55, .05, .22, 1) infinite;
}

.motion-stage.is-running .sort-target {
  animation: sort-target-cycle 20s cubic-bezier(.2, .8, .2, 1) infinite;
}

.motion-stage.is-running .motion-grade-target {
  animation: grade-target-cycle 20s cubic-bezier(.2, .8, .2, 1) infinite;
}

.motion-replay {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  left: 11px;
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--aubergine);
  padding: 0 10px;
  color: var(--aubergine);
  background: rgba(255, 255, 255, 0.92);
  font-family: "IBM Plex Mono", monospace;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.07em;
  cursor: pointer;
}

@keyframes scatter-canvas-cycle {
  0%, 25% { opacity: 1; }
  32%, 94% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes scatter-piece-cycle {
  0%, 7% { opacity: 1; transform: translate(-50%, -50%) translate(var(--x), var(--y)) rotate(var(--r)) scale(1); }
  23% { opacity: 1; transform: translate(-50%, -50%) translate(0, 0) rotate(0deg) scale(0.2); }
  27%, 100% { opacity: 0; transform: translate(-50%, -50%) translate(0, 0) rotate(0deg) scale(0.1); }
}

@keyframes sort-target-cycle {
  0%, 18% { opacity: 0; transform: translate(-50%, -50%) scale(0.7); }
  24%, 28% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  33%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.08); }
}

@keyframes grade-target-cycle {
  0%, 76% { opacity: 0; transform: translateY(16px) rotate(2deg); }
  81%, 93% { opacity: 1; transform: translateY(0) rotate(-1deg); }
  97%, 100% { opacity: 0; transform: translateY(12px) rotate(1deg); }
}

.trial-progress {
  color: var(--quiet);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
}

.trial-lessons li.is-locked small::before {
  margin-right: 4px;
  content: "▢";
}

.trial-route button.is-complete span {
  color: #1C7A40;
}

.skill-check {
  max-width: 850px;
  margin: 0 auto;
  border: 1px solid var(--cool-line);
  padding: 28px;
  background: var(--cool-panel);
}

.skill-check fieldset {
  margin: 0;
  border: 0;
  padding: 23px 0 0;
}

.skill-check legend {
  max-width: 820px;
  margin-bottom: 22px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(23px, 2.5vw, 34px);
  font-weight: 600;
  line-height: 1.18;
}

.skill-check label {
  display: grid;
  min-height: 65px;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  border: 1px solid var(--cool-line);
  padding: 10px 14px;
  background: #FAFBFC;
  cursor: pointer;
  transition: border-color 130ms ease, background 130ms ease, box-shadow 130ms ease;
}

.skill-check label + label {
  margin-top: 9px;
}

.skill-check label:has(input:checked) {
  border-color: #C3D809;
  background: #F7FADF;
  box-shadow: 4px 4px 0 #2A2E05;
}

.skill-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.skill-check__action p.is-correct {
  color: #1C7A40;
  font-weight: 600;
}

.skill-check__action p.is-wrong {
  color: #A8402E;
  font-weight: 600;
}

.qualification-pop {
  display: grid;
  min-height: 58px;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--ink);
  margin: 22px 0 38px;
  padding: 0 18px;
  background: var(--cool-panel);
}

.qualification-pop > span {
  color: var(--accent);
  font-family: "IBM Plex Mono", monospace;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.11em;
}

.qualification-pop > strong {
  border-left: 1px solid var(--cool-line);
  padding-left: 18px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}

.qualification-pop > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.qualification-pop > i {
  color: var(--accent);
  font-style: normal;
  font-size: 20px;
}

.qualification-pop.is-changing {
  animation: qualification-pop 320ms cubic-bezier(.2, .8, .2, 1);
}

@keyframes qualification-pop {
  0% { transform: translateY(8px) scale(0.985); }
  70% { transform: translateY(-2px) scale(1.004); }
  100% { transform: translateY(0) scale(1); }
}

.course-panel[hidden] {
  display: none;
}

.unit-map {
  display: grid;
  grid-template-columns: repeat(15, minmax(0, 1fr));
  gap: 4px;
  padding: 22px 20px;
}

.unit-map span {
  aspect-ratio: 1;
  border: 1px solid rgba(26, 18, 38, 0.16);
  background: var(--cool-panel);
  transform-origin: center;
  transition: transform 220ms cubic-bezier(.2,.8,.2,1), background 220ms ease;
}

.unit-map:not(.is-playing) span:nth-child(10n) {
  border-color: var(--accent);
  background: #FDE8F0;
}

.unit-map.is-playing span {
  animation: unit-route-fill 520ms cubic-bezier(.2, .8, .2, 1) var(--delay, 0ms) both;
}

@keyframes unit-route-fill {
  0% {
    border-color: rgba(26, 18, 38, 0.16);
    background: #FFFFFF;
    transform: scale(0.72);
  }
  42% {
    border-color: var(--accent);
    background: var(--accent);
    box-shadow: 0 0 0 3px rgba(206, 18, 87, 0.12);
    transform: scale(1.08);
  }
  100% {
    border-color: var(--accent);
    background: #FDE8F0;
    box-shadow: none;
    transform: scale(1);
  }
}

.unit-planner:focus-within .unit-map span:nth-child(3n), .unit-planner:hover .unit-map span:nth-child(3n) {
  transform: translateY(-2px);
}

.parent-copy li::before {
  position: absolute;
  top: 13px;
  left: 0;
  color: var(--accent);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  content: "0" counter(parent);
}

.founder-photo::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.34) 1px, transparent 1.15px);
  background-size: 10px 10px;
  mix-blend-mode: soft-light;
  opacity: 0.32;
  pointer-events: none;
  content: "";
}

.pr-faq-list summary::-webkit-details-marker {
  display: none;
}

.pr-faq-list summary i::before, .pr-faq-list summary i::after {
  position: absolute;
  width: 13px;
  height: 1px;
  background: var(--ink);
  content: "";
}

.pr-faq-list summary i::after {
  transform: rotate(90deg);
  transition: transform 140ms ease;
}

.pr-faq-list details[open] summary i::after {
  transform: rotate(0);
}

@media (max-width: 860px) {
  .proof-strip > div:nth-child(2) {
    border-right: 0;
  }
  .proof-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--cool-line);
  }
}

@media (max-width: 700px) {
  .pr-hero-copy h1 span {
    white-space: normal;
  }
  .trial-lessons li:nth-child(n + 3) {
    display: none;
  }
  .skill-check {
    padding: 19px 14px;
  }
  .skill-check legend {
    font-size: 25px;
  }
  .qualification-pop {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding: 12px 14px;
  }
  .qualification-pop > p {
    display: none;
  }
  .unit-map {
    grid-template-columns: repeat(10, 1fr);
    padding: 18px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-journey {
    min-height: auto;
  }

  .hero-sticky {
    position: static;
  }

  .motion-stage video {
    display: block;
  }

  .motion-stage .scatter-canvas,
  .motion-stage .motion-grade-target {
    animation: none !important;
  }

  .motion-stage.is-ready .scatter-canvas {
    opacity: 0;
  }

  .motion-stage.allow-motion .scatter-canvas {
    animation: scatter-canvas-cycle 20s linear infinite !important;
  }

  .motion-stage.allow-motion .motion-grade-target {
    animation: grade-target-cycle 20s cubic-bezier(.2, .8, .2, 1) infinite !important;
  }

  .motion-stage.allow-motion .scatter-piece {
    animation: scatter-piece-cycle 20s cubic-bezier(.55, .05, .22, 1) infinite !important;
  }

  .motion-stage.allow-motion .sort-target {
    animation: sort-target-cycle 20s cubic-bezier(.2, .8, .2, 1) infinite !important;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 18px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 3px;
}

.pr-button::after {
  content: "→";
  font-size: 14px;
  transition: transform .18s ease;
}

.pr-button:hover::after {
  transform: translateX(3px);
}

.pr-text-link::after {
  content: "↗";
  transition: transform .18s ease;
}

.pr-text-link:hover::after {
  transform: translate(2px, -2px);
}

.pr-hero-copy > p:not(.pr-eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.62;
}

.pr-hero-price-note::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #26955f;
  box-shadow: 0 0 0 4px rgba(38, 149, 95, .12);
  content: "";
}

.pr-product-window::before {
  position: absolute;
  z-index: -1;
  top: -22px;
  right: -24px;
  width: 120px;
  height: 86px;
  border: 1px solid var(--accent);
  background: var(--accent);
  content: "";
}

.level-choice.is-selected, .plan-choice.is-selected, .subject-choice.is-selected {
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
  box-shadow: inset 0 -4px 0 var(--accent);
}

.level-choice.is-selected small, .plan-choice.is-selected small, .subject-choice.is-selected small, .level-choice.is-selected span, .plan-choice.is-selected span {
  color: rgba(255, 255, 255, .66);
}

select {
  width: 100%;
  min-height: 46px;
  padding: 10px 38px 10px 12px;
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
}

.receipt {
  --plan-accent: var(--accent);
  position: sticky;
  top: calc(var(--header-h) + 18px);
  color: var(--ink);
  background: var(--white);
  box-shadow: 12px 12px 0 var(--plan-accent);
}

.receipt.is-updating {
  animation: receipt-pulse .32s ease;
}

@keyframes receipt-pulse {
      50% { transform: translateY(-3px); }
    }

.receipt h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: .98;
}

.receipt-note::before {
  flex: 0 0 auto;
  color: #26955f;
  content: "●";
}

.pr-value-step:nth-child(even) {
  background: var(--warm);
}

.fit-card:nth-child(2) {
  color: var(--ink);
  background: var(--acid);
}

.fit-card:nth-child(2) li {
  color: rgba(33, 27, 39, .75);
}

.fit-card li::before {
  content: "✓";
  color: #ef8cb2;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
}

.fit-card:nth-child(2) li::before {
  color: var(--accent-dark);
}

.pr-faq-list summary::-webkit-details-marker {
  display: none;
}

.pr-faq-list summary i::before, .pr-faq-list summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
}

.pr-faq-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .18s ease;
}

.pr-faq-list details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.pr-footer-brand .brand-name {
  color: #fff;
}

.pr-footer-brand .brand-mark {
  color: var(--dark);
  background: #fff;
}

.pr-review-dialog::backdrop {
  background: rgba(23, 15, 33, .78);
  backdrop-filter: blur(5px);
}

.review-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 16px;
  border: 1px solid var(--ink);
  background: var(--white);
}

.review-item small, .review-item b {
  display: block;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.review-item small {
  color: var(--accent);
}

.review-item strong {
  display: block;
  margin-top: 4px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.05;
}

.review-item p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.review-item__price {
  text-align: right;
}

.review-item__price b {
  font-size: 15px;
  letter-spacing: -.02em;
}

.review-item__price span {
  color: var(--ink-soft);
  font-size: 10px;
}

@media (max-width: 1080px) {
  .receipt {
    position: relative;
    top: 0;
    max-width: 620px;
  }
}

@media (max-width: 860px) {
  .truth-item:nth-child(2), .plan-map__item:nth-child(2) {
    border-right: 0;
  }
  .truth-item:nth-child(-n+2), .plan-map__item:nth-child(-n+2) {
    border-bottom: 1px solid var(--line-dark);
  }
}

@media (max-width: 620px) {
  .pr-hero-copy > p:not(.pr-eyebrow) {
    font-size: 16px;
  }
  .pr-product-window::before {
    display: none;
  }
  .receipt {
    box-shadow: 7px 7px 0 var(--plan-accent);
  }
  .review-item {
    grid-template-columns: 1fr;
  }
  .review-item__price {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
      }
    }

body {
  background: var(--cool-paper);
  line-height: 1.5;
}

.pr-button:not(.pr-button--light) {
  color: var(--white);
  background: var(--ink);
}

.pr-button:not(.pr-button--light):hover {
  color: var(--white);
  background: #30263a;
  box-shadow: 5px 5px 0 var(--accent);
}

.pr-hero-copy > p:not(.pr-eyebrow) {
  max-width: 42ch;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.55;
}

.pr-product-window::before {
  display: none;
}

.choice-block legend span:not(:first-child) {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  color: inherit;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: inherit;
  text-transform: none;
}

.level-choice.is-selected, .plan-choice.is-selected, .subject-choice.is-selected {
  border-color: var(--accent);
  color: var(--ink);
  background: #fff;
  box-shadow: 4px 4px 0 var(--accent-dark);
  transform: translate(-2px, -2px);
}

.level-choice.is-selected small, .plan-choice.is-selected small, .subject-choice.is-selected small, .level-choice.is-selected span, .plan-choice.is-selected span {
  color: var(--ink-soft);
}

.receipt {
  border: 1px solid var(--ink);
  background: var(--cool-panel);
  box-shadow: 9px 9px 0 var(--ink);
}

.receipt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: var(--plan-accent);
  content: "";
}

.receipt h3 {
  font-size: clamp(34px, 3.3vw, 48px);
  font-weight: 600;
}

.live-compare__bar .pr-eyebrow--light {
  color: var(--accent);
}

.pr-value-step:nth-child(even) {
  background: var(--cool-panel-2);
}

.fit-card:nth-child(2) {
  color: var(--dark);
  background: var(--pink-light);
}

.fit-card:nth-child(2) li::before {
  color: var(--accent-dark);
}

.pr-final-cta .pr-button:not(.pr-button--light) {
  border-color: var(--pink-light);
  color: var(--ink);
  background: var(--pink-light);
}

.pr-final-cta .pr-button:not(.pr-button--light):hover {
  border-color: var(--white);
  color: var(--ink);
  background: var(--white);
  box-shadow: none;
}

.pr-review-dialog::backdrop {
  background: rgba(26, 18, 38, .78);
}

.subject-choice::after, .sitting-choice::after, .format-choice::after {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid var(--cool-line);
  color: transparent;
  background: var(--white);
  font-family: var(--mono);
  font-size: 10px;
  content: "✓";
}

.subject-choice.is-selected::after, .sitting-choice.is-selected::after, .format-choice.is-selected::after {
  border-color: var(--accent);
  color: #fff;
  background: var(--accent);
}

.selection-status, .format-note {
  min-height: 22px;
  margin: 13px 0 0 36px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .03em;
}

.selection-status strong, .format-note strong {
  color: var(--accent-dark);
}

.format-choice {
  position: relative;
  min-height: 88px;
  overflow: hidden;
  padding: 15px 38px 14px 14px;
  border: 1px solid var(--cool-line);
  border-radius: 0;
  text-align: left;
  background: var(--cool-panel-2);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.sitting-choice.is-selected, .format-choice.is-selected {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 4px 4px 0 var(--accent-dark);
  transform: translate(-2px, -2px);
}

.format-choice small {
  display: block;
  margin-bottom: 7px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.format-choice strong {
  display: block;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.format-choice span {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.35;
}

.format-choice {
  min-height: 125px;
  padding: 18px 43px 17px 17px;
}

.format-choice strong {
  font-size: 27px;
}

.format-choice.is-unavailable {
  opacity: .5;
  cursor: not-allowed;
}

.payment-chooser {
  margin: -5px 0 24px;
}

.payment-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.payment-option:hover:not(:disabled) {
  border-color: var(--ink);
  background: #fff;
}

.payment-option.is-selected {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 3px 3px 0 var(--accent-dark);
}

.receipt.is-live::before {
  background: var(--dark);
}

.receipt.is-live .recommendation-reason, .receipt.is-live .receipt-includes {
  border-left-color: var(--accent);
}

.receipt.is-live .receipt-includes {
  background: var(--accent-soft);
}

.pr-price-list-bar strong {
  display: block;
}

.pr-price-list-bar strong {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.1;
}

.receipt-gate button {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--accent-dark);
  color: #fff;
  background: var(--accent);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
}

.choice-block.is-disabled::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(calc(100% - 44px), 460px);
  padding: 12px 15px;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: rgba(255, 253, 249, .96);
  box-shadow: 4px 4px 0 var(--cool-line);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  content: attr(data-disabled-message);
}

.receipt-gate {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 6px;
}

.receipt-gate > span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 9px;
  color: var(--accent);
  background: var(--accent-soft);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .08em;
}

.receipt-gate h3 {
  max-width: 430px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: .96;
}

.receipt-gate p {
  max-width: 420px;
  margin: 17px 0 25px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.pr-price-list-dialog::backdrop {
  background: rgba(26, 18, 38, .8);
  backdrop-filter: blur(5px);
}

.price-catalog {
  margin-bottom: 22px;
  border: 1px solid var(--ink);
  background: var(--white);
}

.price-catalog__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.price-catalog__head h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 600;
  line-height: 1;
}

.price-catalog__head p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 10px;
  text-align: right;
}

.price-table-wrap {
  overflow-x: auto;
}

.price-table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  font-size: 11px;
}

.price-table th, .price-table td {
  padding: 12px 14px;
  border-right: 1px solid var(--cool-line);
  border-bottom: 1px solid var(--cool-line);
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

.price-table thead th {
  color: var(--ink-soft);
  background: var(--cool-panel-2);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.price-table tbody tr:last-child td {
  border-bottom: 0;
}

.price-table td:first-child strong, .price-table td:first-child small {
  display: block;
}

.price-table td:first-child strong {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}

.price-table td:first-child small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.price-table tr.is-all-access td {
  background: var(--accent-soft);
  font-weight: 600;
}

.price-table .annual-column {
  color: var(--accent-dark);
  background: #fff7fa;
}

@media (max-width: 1080px) {
  .receipt {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .decision-map__item:nth-child(3), .decision-map__item:nth-child(7) {
    border-right: 0;
  }
  .decision-map__item:nth-child(5), .decision-map__item:nth-child(7) {
    border-bottom: 0;
  }
  .plan-compare article:nth-child(2) {
    border-right: 0;
  }
  .plan-compare article:nth-child(-n+2) {
    border-bottom: 1px solid var(--cool-line);
  }
}

@media (max-width: 620px) {
  .price-catalog__head {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }
  .price-catalog__head p {
    text-align: left;
  }
  .receipt-gate {
    min-height: 440px;
  }
  .choice-block.is-disabled::after {
    width: calc(100% - 28px);
  }
  .payment-switch {
    grid-template-columns: 1fr;
  }
  .selection-status, .format-note {
    margin-left: 0;
  }
  .format-choice {
    min-height: 96px;
  }
  .plan-compare article:nth-child(2) {
    min-height: 145px;
    border-right: 0;
    border-bottom: 1px solid var(--cool-line);
  }
}

body {
  font-family: var(--sans) !important;
  font-size: 15.5px !important;
  line-height: 1.72 !important;
}

li {
  font-family: var(--sans) !important;
}

.pr-hero-copy > p:not([class]), .pr-pricing-hero p:not(.pr-eyebrow) {
  font-family: var(--sans) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: clamp(17px, 1.9vw, 20px) !important;
  line-height: 1.65 !important;
}

blockquote p {
  font-family: var(--sans) !important;
  font-weight: 400 !important;
  font-style: italic !important;
}

.pr-hero-copy > p:not(.pr-eyebrow) {
  max-width: 560px !important;
  color: var(--ink-soft) !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

.pr-product-window::before {
  width: 92px !important;
  height: 66px !important;
  top: -16px !important;
  right: -17px !important;
}

@media (max-width: 680px) {
  .pr-stats-strip__item:nth-child(2) {
    border-right: 0;
  }
  .pr-stats-strip__item:nth-child(1), .pr-stats-strip__item:nth-child(2) {
    border-bottom: 1px solid var(--cool-line);
  }
}

.format-choice, .branch-choice {
  cursor: pointer !important;
  box-shadow: 2px 2px 0 rgba(0,0,0,.08) !important;
  transform: none !important;
  transition: all .15s ease !important;
}

.level-choice.is-selected, .plan-choice.is-selected, .subject-choice.is-selected, .sitting-choice.is-selected, .format-choice.is-selected {
  border-color: var(--ink) !important;
  background: var(--ink) !important;
  color: #fff !important;
  box-shadow: 3px 3px 0 var(--accent) !important;
  transform: translateY(-2px) !important;
}

.level-choice.is-selected small, .level-choice.is-selected span {
  color: rgba(255,255,255,.7) !important;
}

.level-choice.is-selected strong {
  color: #fff !important;
}

.receipt {
  border: 1px solid var(--ink) !important;
  background: #fff !important;
  box-shadow: 6px 6px 0 var(--accent) !important;
}

.receipt h3 {
  font-size: 34px !important;
  font-weight: 400 !important;
}

.payment-chooser {
  margin-bottom: 16px !important;
}

.receipt-more summary::-webkit-details-marker {
  display:none;
}

.pr-story-card::before {
  position:absolute;
  top:-13px;
  right:26px;
  width:66px;
  height:27px;
  background:var(--pink-light);
  content:"";
  transform:rotate(2deg);
}

@media (max-width: 1080px) {
  .receipt {
    max-width:none !important;
    position:relative !important;
    top:0 !important;
  }
}

.subject-tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
}

.subject-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 16px 10px;
  border: 2px solid var(--cool-line);
  background: #fff;
  cursor: pointer;
  transition: border-color .15s, background .15s, color .15s, box-shadow .15s, transform .15s;
}

.subject-tile.is-selected {
  border-color: var(--sc);
  background: var(--sc);
  color: #fff;
  box-shadow: 4px 4px 0 rgba(0,0,0,.2);
  transform: translateY(-2px);
}

.subject-tile__code {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.03em;
  margin-bottom: 8px;
}

.subject-tile__name {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.15;
}

.subject-tile__meta {
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .55;
}

.subject-tile.is-selected .subject-tile__meta {
  opacity: .8;
}

.flow-step {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--cool-line);
}

.flow-step[hidden] {
  display: none !important;
}

.flow-step.is-complete .flow-step__summary {
  display:block;
}

.flow-step.is-complete .flow-step__head {
  min-height:60px;
  background:#fafbfc;
}

.flow-step.is-complete .flow-step__head strong {
  font-size:16px;
  color: var(--ink-soft);
}

.flow-step.is-complete .flow-step__number {
  background: #26955f;
}

.flow-step.is-complete .flow-step__body {
  display:none;
}

.multi-toggle {
  min-height:42px;
  padding:10px 14px;
  border:1px solid var(--ink);
  background:var(--white);
  font-family:var(--mono);
  font-size:9px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  cursor:pointer;
}

.multi-toggle[aria-pressed="true"] {
  color:#fff;
  background:var(--ink);
}

.format-choice[disabled] {
  opacity:.42;
  cursor:not-allowed;
  transform:none !important;
}

.format-choice .availability {
  display:block;
  margin-top:10px;
  color:var(--accent);
  font-family:var(--mono);
  font-size:8px;
  letter-spacing:.04em;
}

.branch-stack {
  display:grid;
  gap:20px;
}

.branch-question > span {
  display:block;
  margin-bottom:9px;
  color:var(--ink-soft);
  font-family:var(--mono);
  font-size:9px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}

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

.branch-choice {
  min-height:82px;
  padding:14px;
  border:1px solid var(--line);
  background:#fff;
  text-align:left;
  cursor:pointer;
}

.branch-choice small, .branch-choice strong, .branch-choice span {
  display:block;
}

.branch-choice small {
  color:var(--accent);
  font-family:var(--mono);
  font-size:8px;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.branch-choice strong {
  margin-top:7px;
  font-family:var(--serif);
  font-size:20px;
  font-weight:400;
  line-height:1.05;
}

.branch-choice span {
  margin-top:6px;
  color:var(--ink-soft);
  font-size:10px;
  line-height:1.35;
}

.branch-choice.is-selected {
  border-color:var(--ink);
  color:#fff;
  background:var(--ink);
  box-shadow:inset 0 -4px 0 var(--accent);
}

.branch-choice.is-selected small, .branch-choice.is-selected span {
  color:rgba(255,255,255,.68);
}

.value-compare {
  margin:0 0 20px;
  padding:15px 16px;
  border:1px solid var(--ink);
  background:var(--accent-soft);
}

.value-compare strong {
  display:block;
  font-family:var(--serif);
  font-size:20px;
  font-weight:400;
  line-height:1.05;
}

.value-compare p {
  margin:6px 0 0;
  color:var(--ink-soft);
  font-size:11px;
  line-height:1.45;
}

.value-compare b {
  color:var(--accent-dark);
}

.adaptive-receipt .payment-chooser {
  margin-top:0;
}

.adaptive-receipt .payment-switch {
  grid-template-columns:1fr;
}

@media (max-width:720px) {
  .subject-tile-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .subject-tile {
    min-height: 110px;
    padding: 12px 8px;
  }
  .subject-tile__code {
    font-size: 28px;
  }
  .subject-tile__name {
    font-size: 12px;
  }
  .multi-toggle {
    width:100%;
  }
  .branch-grid {
    grid-template-columns:1fr;
  }
}


body{margin:0;color:#1d1724;background:#f4f5f6;font-family:"Inter", Arial, sans-serif;font-size:15.5px;line-height:1.72;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button{font:inherit;color:inherit}

.trial-route button:disabled{color:#B4B0BA;cursor:not-allowed}
[hidden]{display:none!important}
