:root {
  --navy: #111a4f;
  --navy-soft: #202a68;
  --ink: #111a3d;
  --gold: #f4c430;
  --gold-soft: #fff4be;
  --paper: #f3f5fb;
  --line: #dce1ef;
  --muted: #66708b;
  --italian-red: #c93e34;
  --white: #ffffff;
}

[hidden] { display: none !important; }

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
.button,
.eyebrow,
.kicker,
.step-pill,
.proof-row strong,
.level-picker button,
.fee-locked-copy strong,
.no-fee-promise strong,
label {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

main {
  overflow: hidden;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(17, 26, 79, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(17, 26, 79, 0.15);
  color: var(--navy);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  left: 50%;
  max-width: 1180px;
  padding: 15px 18px 15px 22px;
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  z-index: 20;
}

.brand {
  align-items: baseline;
  display: flex;
  font-size: 16px;
  font-weight: 900;
  gap: 5px;
  letter-spacing: 0.04em;
}

.brand-logo {
  display: block;
  height: auto;
  max-width: none;
  object-fit: contain;
  width: 150px;
}

.brand small {
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
}

.site-header nav {
  display: flex;
  gap: 30px;
}

.site-header nav a {
  color: #626b85;
  font-size: 13px;
  font-weight: 700;
}

.site-header nav a:hover {
  color: var(--navy);
}

.site-header > .button {
  justify-self: end;
}

.button {
  align-items: center;
  background: var(--navy);
  border: 0;
  border-radius: 11px;
  box-shadow: 0 11px 28px rgba(17, 26, 79, 0.2);
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  gap: 13px;
  justify-content: center;
  padding: 16px 22px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover {
  background: var(--navy-soft);
  box-shadow: 0 15px 34px rgba(17, 26, 79, 0.28);
  transform: translateY(-2px);
}

.button:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(244, 196, 48, 0.65);
  outline-offset: 3px;
}

.button-small {
  border-radius: 9px;
  font-size: 12px;
  padding: 11px 15px;
}

.hero {
  background:
    radial-gradient(circle at 9% 22%, rgba(244, 196, 48, .18), transparent 29%),
    radial-gradient(circle at 82% 3%, rgba(65, 83, 178, .16), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #f1f3fb 100%);
  color: var(--ink);
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.05fr) minmax(410px, 0.82fr);
  min-height: 870px;
  overflow: hidden;
  padding: 156px max(5vw, calc((100vw - 1180px) / 2)) 92px;
  position: relative;
}

.hero-glow {
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
}

.hero-glow-one {
  background: radial-gradient(circle, rgba(244, 196, 48, 0.18), transparent 68%);
  height: 640px;
  left: -260px;
  top: 110px;
  width: 640px;
}

.hero-glow-two {
  background: radial-gradient(circle, rgba(45, 60, 145, 0.16), transparent 68%);
  height: 600px;
  right: -210px;
  top: -160px;
  width: 600px;
}

.hero-copy {
  align-self: center;
  max-width: 670px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.kicker {
  color: #a77d00;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 26, 79, 0.14);
  border-radius: 999px;
  display: inline-flex;
  gap: 10px;
  padding: 9px 13px;
}

.live-dot {
  background: var(--italian-red);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 189, 0, 0.11);
  height: 7px;
  width: 7px;
}

.hero h1 {
  font-size: clamp(48px, 5.3vw, 78px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 28px 0 25px;
  max-width: 720px;
}

.hero h1 em {
  color: var(--navy);
  display: block;
  font-style: normal;
}

.hero-lead {
  color: #636d88;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.72;
  margin: 0;
  max-width: 630px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 25px;
  margin-top: 34px;
}

.text-link {
  border-bottom: 1px solid rgba(11, 93, 59, 0.3);
  color: var(--navy);
  font-size: 14px;
  font-weight: 750;
  padding-bottom: 5px;
}

.proof-row {
  border-top: 1px solid rgba(17, 26, 79, 0.13);
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
  padding-top: 25px;
}

.proof-row div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.proof-row strong {
  font-size: 15px;
}

.proof-row span {
  color: #7a839a;
  font-size: 11px;
}

.registration-card {
  align-self: center;
  background: white;
  border: 1px solid rgba(17, 26, 79, 0.1);
  border-radius: 24px;
  box-shadow: 0 34px 80px rgba(17, 26, 79, 0.22);
  color: var(--ink);
  min-height: 640px;
  padding: 33px;
  position: relative;
  z-index: 3;
}

.step-pill {
  background: var(--gold-soft);
  border-radius: 999px;
  color: #7c5a00;
  display: inline-block;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.card-heading h2,
.success-state h2 {
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -0.035em;
  margin: 15px 0 8px;
}

.card-heading p,
.success-state > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.level-picker {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(4, 1fr);
  margin: 22px 0 14px;
}

.level-picker button {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 9px;
  color: #4d5b73;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  min-height: 42px;
  padding: 8px 5px;
}

.level-picker button:last-child {
  grid-column: span 2;
}

.level-picker button.active {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.fee-reveal {
  align-items: center;
  background: #f8f9fc;
  border: 1px solid var(--line);
  border-radius: 13px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
  min-height: 88px;
  padding: 15px 17px;
}

.fee-locked {
  background: linear-gradient(135deg, #f7f8fc, #fff8d9);
  border-style: dashed;
}

.fee-locked-copy {
  align-items: center;
  display: flex;
  gap: 12px;
  width: 100%;
}

.fee-locked-copy > span {
  align-items: center;
  background: white;
  border-radius: 50%;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.fee-locked-copy div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.fee-locked-copy strong {
  font-size: 13px;
}

.fee-locked-copy small {
  color: #77621d;
  font-size: 9px;
}

.no-fee-promise {
  align-items: center;
  background: var(--navy);
  border-radius: 10px;
  color: white;
  display: flex;
  justify-content: space-between;
  margin: -8px 0 18px;
  padding: 10px 13px;
}

.no-fee-promise strong {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.no-fee-promise span {
  color: #d8dcef;
  font-size: 9px;
}

.fee-reveal > div:first-child {
  display: flex;
  flex-direction: column;
}

.fee-label {
  color: #647089;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.fee-reveal > div:first-child strong {
  font-size: 15px;
}

.fee-reveal small {
  color: #7d899e;
  font-size: 9px;
  margin-top: 4px;
}

.fee-price {
  align-items: baseline;
  border-left: 1px solid var(--line);
  display: flex;
  gap: 3px;
  margin-left: 14px;
  padding-left: 15px;
}

.fee-price > span {
  color: #778399;
  font-size: 9px;
  font-weight: 800;
}

.fee-price strong {
  color: var(--navy);
  font-size: 24px;
  letter-spacing: -0.04em;
}

.fee-price small {
  white-space: nowrap;
}

.form-grid {
  display: grid;
  gap: 13px;
  grid-template-columns: 1fr 1fr;
}

label {
  color: #39465e;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 800;
  gap: 7px;
}

input {
  background: white;
  border: 1px solid #d9deea;
  border-radius: 9px;
  color: var(--ink);
  font-size: 12px;
  min-width: 0;
  padding: 12px 13px;
}

input::placeholder {
  color: #a1aaba;
}

.consent {
  align-items: flex-start;
  flex-direction: row;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.45;
  margin: 15px 0;
}

.consent input {
  accent-color: var(--navy);
  margin: 1px 0 0;
}

.submit-button {
  width: 100%;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-error {
  background: #fff0f0;
  border: 1px solid #f3b9b9;
  border-radius: 8px;
  color: #9c2727;
  font-size: 10px;
  line-height: 1.45;
  margin: 10px 0 0;
  padding: 9px 11px;
}

.form-note {
  color: #7b879b;
  font-size: 9px;
  margin: 10px 0 0;
  text-align: center;
}

.success-state {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 570px;
  justify-content: center;
  text-align: center;
}

.success-icon {
  align-items: center;
  background: var(--navy);
  border: 8px solid #eef1f6;
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  font-size: 28px;
  font-weight: 900;
  height: 78px;
  justify-content: center;
  margin-bottom: 22px;
  width: 78px;
}

.success-state > p {
  max-width: 350px;
}

.class-summary {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  margin: 26px 0 18px;
  padding: 18px;
  width: 100%;
}

.class-summary span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.class-summary strong {
  font-size: 16px;
}

.class-summary small {
  color: var(--muted);
  margin-top: 4px;
}

.reset-button {
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font-size: 11px;
  margin-top: 13px;
  text-decoration: underline;
}

.trust-strip {
  align-items: center;
  background: var(--navy);
  color: white;
  display: grid;
  font-size: 11px;
  font-weight: 850;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  letter-spacing: 0.045em;
  padding: 18px max(5vw, calc((100vw - 1180px) / 2));
  text-align: center;
  text-transform: uppercase;
}

.trust-strip span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 110px 0;
  width: calc(100% - 48px);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1.25fr 0.75fr;
  margin-bottom: 48px;
}

.section h2,
.teacher-section h2,
.final-cta h2 {
  font-size: clamp(36px, 4.3vw, 58px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin: 13px 0 0;
}

.section-heading > p,
.method-intro > p,
.teacher-section p,
.final-cta p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.level-cards {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}

.level-cards article {
  background: var(--paper);
  border: 1px solid transparent;
  border-radius: 19px;
  cursor: pointer;
  min-height: 260px;
  padding: 26px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.level-cards article:hover,
.level-cards article.selected {
  border-color: var(--gold);
  box-shadow: 0 19px 45px rgba(11, 24, 50, 0.08);
  transform: translateY(-4px);
}

.level-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.level-card-top > span:last-child {
  background: white;
  border-radius: 999px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  padding: 7px 9px;
}

.level-code {
  color: var(--navy);
  font-size: 28px;
  font-weight: 950;
}

.level-cards h3 {
  font-size: 18px;
  margin: 22px 0 7px;
}

.level-cards p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  min-height: 38px;
}

.level-card-fee {
  align-items: baseline;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 4px;
  margin-top: 19px;
  padding-top: 15px;
}

.level-card-fee strong {
  font-size: 15px;
}

.level-card-fee span {
  color: var(--muted);
  font-size: 10px;
}

.hidden-card-fee strong {
  color: #7a8598;
}

.revealed-card-fee {
  background: #fff8dc;
  border-radius: 9px;
  border-top: 0;
  padding: 11px 12px;
}

.feedback-section {
  background: #f2f4fb;
}

.feedback-inner {
  padding-bottom: 105px;
  padding-top: 105px;
}

.feedback-heading {
  max-width: 680px;
}

.feedback-heading p {
  color: var(--muted);
  line-height: 1.65;
}

.feedback-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
}

.feedback-grid article {
  background: white;
  border: 1px solid #e4e8f0;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(11, 24, 50, .06);
  padding: 28px;
}

.stars {
  color: #e1ad00;
  font-size: 13px;
  letter-spacing: .12em;
}

.feedback-grid blockquote {
  color: #26334b;
  font-size: 14px;
  line-height: 1.72;
  margin: 20px 0 26px;
  min-height: 96px;
}

.student-name {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 11px;
  padding-top: 18px;
}

.student-name > span {
  align-items: center;
  background: var(--navy);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.student-name div {
  display: flex;
  flex-direction: column;
}

.student-name strong {
  font-size: 12px;
}

.student-name small {
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}

.level-cards article > a {
  color: #8a6800;
  display: inline-block;
  font-size: 11px;
  font-weight: 850;
  margin-top: 16px;
}

.method-section {
  background: var(--navy);
  border-radius: 32px;
  color: white;
  display: grid;
  gap: 75px;
  grid-template-columns: 0.85fr 1.15fr;
  max-width: 1240px;
  padding: 80px;
}

.method-intro > p {
  color: #aab5ca;
  margin-top: 23px;
}

.method-steps {
  display: grid;
  gap: 13px;
  grid-template-columns: 1fr 1fr;
}

.method-steps article {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  min-height: 180px;
  padding: 22px;
}

.method-steps article > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
}

.method-steps h3 {
  font-size: 16px;
  margin: 23px 0 8px;
}

.method-steps p {
  color: #aab5ca;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.teacher-section {
  align-items: center;
  display: grid;
  gap: 50px;
  grid-template-columns: auto 1fr auto;
  margin: 0 auto;
  max-width: 1180px;
  padding: 120px 0;
  width: calc(100% - 48px);
}

.teacher-mark {
  align-items: center;
  background:
    radial-gradient(circle at 65% 20%, rgba(255,255,255,.18), transparent 20%),
    var(--navy);
  border-radius: 50%;
  box-shadow: 0 22px 55px rgba(17, 26, 79, 0.24);
  color: var(--gold);
  display: flex;
  flex: 0 0 auto;
  font-size: 32px;
  font-weight: 950;
  height: 140px;
  justify-content: center;
  letter-spacing: -0.06em;
  width: 140px;
}

.teacher-section h2 {
  font-size: clamp(34px, 4vw, 53px);
  max-width: 700px;
}

.teacher-section p {
  margin-top: 20px;
  max-width: 720px;
}

.faq-section {
  border-top: 1px solid var(--line);
}

.faq-heading {
  grid-template-columns: 1fr;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0 5px;
}

.faq-list summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
  padding: 24px 50px 24px 0;
  position: relative;
}

.faq-list summary::after {
  background: var(--paper);
  border-radius: 50%;
  content: "+";
  font-size: 17px;
  height: 30px;
  line-height: 28px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 19px;
  width: 30px;
}

.faq-list details[open] summary::after {
  background: var(--gold);
  content: "−";
}

.faq-list p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  margin: -4px 0 25px;
  max-width: 800px;
}

.final-cta {
  align-items: center;
  background: linear-gradient(135deg, #fff8d8, #f1f3fb);
  display: flex;
  flex-direction: column;
  padding: 105px 24px;
  text-align: center;
}

.final-cta h2 {
  max-width: 700px;
}

.final-cta p {
  margin: 22px auto 28px;
  max-width: 610px;
}

footer {
  background: var(--navy);
  color: var(--white);
  padding: 58px max(5vw, calc((100vw - 1180px) / 2)) 24px;
}

.footer-inner {
  align-items: start;
  display: grid;
  gap: 64px;
  grid-template-columns: 1.35fr .65fr 1fr;
}

.footer-brand,
.footer-links,
.footer-action {
  display: flex;
  flex-direction: column;
}

.footer-brand { gap: 16px; }
.footer-links { gap: 12px; }
.footer-action { gap: 13px; }

footer p,
footer small {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.footer-brand p { max-width: 300px; }

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.social-links a {
  align-items: center;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  color: var(--white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  line-height: 1;
  padding: 9px 12px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.social-links a:hover {
  background: rgba(244,196,48,.16);
  border-color: rgba(244,196,48,.7);
  color: var(--white);
  transform: translateY(-2px);
}

.social-links svg {
  display: block;
  fill: none;
  flex: 0 0 16px;
  height: 16px !important;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  overflow: visible;
  stroke: currentColor;
  stroke-width: 2;
  width: 16px !important;
}

.social-links a:last-child svg {
  fill: currentColor;
  stroke: none;
}

.social-links .social-dot { fill: currentColor; stroke: none; }

.footer-links strong,
.footer-action strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
}

.footer-links a,
.footer-bottom a {
  color: rgba(255,255,255,.76);
  font-size: 13px;
  font-weight: 700;
}

.footer-links a:hover,
.footer-bottom a:hover { color: var(--gold); }

footer .brand {
  align-items: center;
  background: var(--white);
  border-radius: 14px;
  padding: 12px 16px;
  width: fit-content;
}

footer .brand-logo {
  display: block;
  height: auto;
  max-height: 76px;
  object-fit: contain;
  object-position: left center;
  width: 180px;
}

.footer-action .button {
  align-self: flex-start;
  color: var(--navy);
  margin-top: 4px;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 22px;
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    gap: 42px;
    grid-template-columns: 1fr;
    padding-top: 145px;
  }

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

  .registration-card {
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
  }

  .section-heading,
  .method-section {
    gap: 35px;
    grid-template-columns: 1fr;
  }

  .method-section {
    border-radius: 0;
    width: 100%;
  }

  .teacher-section {
    grid-template-columns: auto 1fr;
  }

  .teacher-section .button {
    grid-column: 2;
    justify-self: start;
  }


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

@media (max-width: 720px) {
  .site-header {
    border-radius: 13px;
    padding: 13px 14px;
    top: 12px;
    width: calc(100% - 24px);
  }

  .brand {
    align-items: flex-start;
    flex-direction: column;
    font-size: 13px;
    gap: 0;
    line-height: 1.05;
  }

  .brand-logo {
    height: auto;
    width: 120px;
  }

  .button-small {
    font-size: 10px;
    padding: 10px 11px;
  }

  .hero {
    min-height: auto;
    padding: 120px 18px 54px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .proof-row {
    gap: 12px;
  }

  .proof-row strong {
    font-size: 12px;
  }

  .proof-row span {
    font-size: 9px;
  }

  .registration-card {
    border-radius: 19px;
    min-height: 0;
    padding: 22px 17px;
  }

  .level-picker {
    grid-template-columns: repeat(3, 1fr);
  }

  .level-picker button:last-child {
    grid-column: span 3;
  }

  .fee-reveal {
    align-items: flex-start;
  }

  .fee-price strong {
    font-size: 20px;
  }

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

  .trust-strip {
    gap: 11px;
    grid-template-columns: 1fr 1fr;
    padding: 18px;
  }

  .trust-strip span + span {
    border-left: 0;
  }

  .trust-strip span:nth-child(even) {
    border-left: 1px solid rgba(8, 17, 38, 0.2);
  }

  .section {
    padding: 78px 0;
    width: calc(100% - 36px);
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .level-cards {
    grid-template-columns: 1fr;
  }

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

  .feedback-grid blockquote {
    min-height: 0;
  }

  .method-section {
    padding: 70px 18px;
  }

  .method-steps {
    grid-template-columns: 1fr;
  }

  .teacher-section {
    align-items: start;
    gap: 25px;
    grid-template-columns: 1fr;
    padding: 80px 0;
    width: calc(100% - 36px);
  }

  .teacher-mark {
    height: 95px;
    width: 95px;
  }

  .teacher-section .button {
    grid-column: 1;
  }

  footer { padding: 45px 22px 24px; }

  .footer-inner {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  footer .brand-logo {
    max-height: 64px;
    width: 150px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
