:root {
  --navy: #12355b;
  --navy-deep: #0b2847;
  --teal: #0f8b8d;
  --teal-dark: #0a6f71;
  --gold: #f6b73c;
  --gold-soft: #fff3d6;
  --coral: #ef6f61;
  --ink: #17324d;
  --muted: #60758a;
  --line: #dbe7ef;
  --surface: #ffffff;
  --soft: #f5f9fc;
  --mint: #e7f7f4;
  --shadow: 0 24px 70px rgba(16, 53, 85, 0.14);
  --shadow-soft: 0 12px 34px rgba(16, 53, 85, 0.09);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1160px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: Tahoma, "Noto Sans Arabic", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select {
  font-family: Tahoma, "Noto Sans Arabic", Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

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

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.narrow {
  max-width: 940px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  right: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--navy);
  border-radius: 10px;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.pixel-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.announcement {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 16px;
  color: #3d2b00;
  background: var(--gold);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.announcement__dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #e34d3d;
  box-shadow: 0 0 0 5px rgba(227, 77, 61, 0.16);
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(18, 53, 91, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--teal), var(--navy));
  border: 3px solid #fff;
  border-radius: 15px;
  box-shadow: 0 10px 22px rgba(15, 139, 141, 0.24);
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--navy-deep);
  font-size: 17px;
  line-height: 1.45;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.accordion button:focus-visible,
.text-link:focus-visible,
.brand:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.button--outline {
  color: var(--navy);
  border-color: var(--navy);
  background: #fff;
}

.button--outline:hover {
  color: #fff;
  background: var(--navy);
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  box-shadow: 0 12px 28px rgba(15, 139, 141, 0.24);
}

.button--primary:hover {
  box-shadow: 0 15px 32px rgba(15, 139, 141, 0.32);
}

.button--large {
  min-height: 56px;
  padding: 14px 25px;
}

.button--light {
  color: var(--navy-deep);
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 74px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 16%, rgba(246, 183, 60, 0.2), transparent 24%),
    radial-gradient(circle at 88% 92%, rgba(15, 139, 141, 0.32), transparent 34%),
    linear-gradient(135deg, #0b2847 0%, #123d61 64%, #0e5965 100%);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.hero::before {
  width: 460px;
  height: 460px;
  top: -300px;
  right: -90px;
}

.hero::after {
  width: 290px;
  height: 290px;
  bottom: -190px;
  left: 4%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 58px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

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

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 900;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #9cf3e7;
}

.eyebrow::before {
  width: 34px;
  height: 3px;
  content: "";
  background: var(--gold);
  border-radius: 5px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(38px, 5.5vw, 70px);
  line-height: 1.25;
  letter-spacing: -1.2px;
}

.hero h1 span {
  display: block;
  color: var(--gold);
}

.hero-lead {
  max-width: 640px;
  margin: 22px 0 0;
  color: #e9f3f8;
  font-size: 18px;
  line-height: 1.9;
}

.hero-points {
  display: grid;
  max-width: 580px;
  margin: 28px 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-points div {
  padding: 14px 12px;
  text-align: center;
}

.hero-points div + div {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-points strong,
.hero-points span {
  display: block;
}

.hero-points strong {
  color: var(--gold);
  font-size: 24px;
  line-height: 1.25;
}

.hero-points span {
  color: #e9f3f8;
  font-size: 12px;
}

.microcopy {
  margin: 11px 0 0;
  color: #c9dbe6;
  font-size: 12px;
}

.booking-card {
  scroll-margin-top: 24px;
  padding: 25px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}

.booking-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  color: var(--navy);
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.live-pill i,
.board-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(239, 111, 97, 0.15);
}

.math-symbols {
  color: var(--teal);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 3px;
}

.booking-card h2 {
  margin: 0;
  color: var(--navy-deep);
  font-size: 27px;
  line-height: 1.4;
}

.booking-card > p {
  margin: 8px 0 20px;
  color: var(--muted);
  font-size: 14px;
}

.field {
  margin-bottom: 14px;
}

.field label {
  display: block;
  margin-bottom: 6px;
  color: var(--navy-deep);
  font-size: 13px;
  font-weight: 900;
}

.field input,
.field select {
  width: 100%;
  min-height: 51px;
  padding: 10px 13px;
  color: var(--ink);
  border: 1px solid #cad9e4;
  border-radius: 12px;
  outline: none;
  background: #fbfdff;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:focus,
.field select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(15, 139, 141, 0.12);
}

.field .is-invalid {
  border-color: #c93c31;
  box-shadow: 0 0 0 4px rgba(201, 60, 49, 0.1);
}

.button--submit {
  width: 100%;
  min-height: 54px;
  margin-top: 2px;
}

.button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.form-status {
  min-height: 25px;
  margin: 8px 0 0;
  color: #b12d24;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.privacy-note {
  margin: 0 !important;
  color: #738496 !important;
  font-size: 11px !important;
  text-align: center;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

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

.trust-grid > div {
  display: grid;
  min-height: 94px;
  align-content: center;
  padding: 17px 26px;
  grid-template-columns: 38px 1fr;
  column-gap: 11px;
}

.trust-grid > div + div {
  border-right: 1px solid var(--line);
}

.trust-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--teal-dark);
  background: var(--mint);
  border-radius: 12px;
  grid-row: span 2;
  font-weight: 900;
}

.trust-grid strong,
.trust-grid small {
  display: block;
}

.trust-grid strong {
  color: var(--navy-deep);
  font-size: 14px;
}

.trust-grid small {
  color: var(--muted);
  font-size: 12px;
}

.section {
  padding: 92px 0;
}

.section h2 {
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(29px, 4.2vw, 47px);
  line-height: 1.45;
  letter-spacing: -0.5px;
}

.parent-pain {
  background: #fff;
  text-align: center;
}

.parent-pain h2 {
  max-width: 820px;
  margin-inline: auto;
}

.pain-grid {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  grid-template-columns: repeat(3, 1fr);
  text-align: right;
}

.pain-grid article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--soft);
}

.pain-grid span {
  display: inline-flex;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.pain-grid p {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
}

.reframe {
  max-width: 780px;
  margin: 28px auto 0;
  padding: 16px 20px;
  color: var(--navy-deep);
  border-right: 4px solid var(--gold);
  border-radius: 10px;
  background: var(--gold-soft);
  font-weight: 800;
  text-align: right;
}

.method {
  background: var(--soft);
}

.section-heading {
  display: grid;
  align-items: end;
  gap: 48px;
  grid-template-columns: 1.15fr 0.85fr;
}

.section-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 16px;
}

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

.method-card {
  position: relative;
  min-height: 270px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.method-card--featured {
  color: #fff;
  border-color: var(--navy);
  background: var(--navy);
  transform: translateY(-10px);
}

.method-number {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #90a2b4;
  font-size: 13px;
  font-weight: 900;
}

.method-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--teal-dark);
  background: var(--mint);
  border-radius: 15px;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 900;
}

.method-card--featured .method-icon {
  color: var(--navy-deep);
  background: var(--gold);
}

.method-card h3 {
  margin: 22px 0 8px;
  color: var(--navy-deep);
  font-size: 20px;
}

.method-card--featured h3 {
  color: #fff;
}

.method-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.method-card--featured p,
.method-card--featured .method-number {
  color: #d5e5ee;
}

.lesson {
  color: #fff;
  background: var(--navy-deep);
}

.lesson-grid {
  display: grid;
  align-items: center;
  gap: 64px;
  grid-template-columns: 1fr 0.85fr;
}

.lesson .section-kicker {
  color: #8de4d9;
}

.lesson h2 {
  color: #fff;
}

.check-list {
  display: grid;
  gap: 15px;
  margin: 29px 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  align-items: start;
  gap: 12px;
  grid-template-columns: 36px 1fr;
}

.check-list > li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--navy-deep);
  background: var(--gold);
  border-radius: 50%;
  font-weight: 900;
}

.check-list strong {
  color: #fff;
  font-size: 16px;
}

.check-list p {
  margin: 1px 0 0;
  color: #bdd0dd;
  font-size: 13px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 900;
  text-decoration: none;
}

.lesson-board {
  position: relative;
  overflow: hidden;
  padding: 24px;
  color: var(--ink);
  border: 6px solid #31566f;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
}

.lesson-board::before {
  position: absolute;
  width: 140px;
  height: 140px;
  right: -60px;
  bottom: -70px;
  content: "";
  border: 24px solid var(--mint);
  border-radius: 50%;
}

.board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy-deep);
  font-size: 13px;
  font-weight: 900;
}

.board-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #b93830;
  font-size: 11px;
}

.equation {
  margin: 32px 0 23px;
  color: var(--navy-deep);
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 900;
  text-align: center;
}

.solution-steps {
  display: grid;
  gap: 8px;
}

.solution-steps div {
  display: grid;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--soft);
  grid-template-columns: 31px 1fr;
}

.solution-steps span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 9px;
  font-weight: 900;
}

.solution-steps p {
  margin: 0;
  color: var(--navy-deep);
  font-size: 13px;
  font-weight: 800;
}

.board-answer {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding: 10px;
  color: var(--navy-deep);
  border-radius: 11px;
  background: var(--gold-soft);
  font-family: Georgia, serif;
  font-size: 23px;
  text-align: center;
}

.teacher {
  background: #fff;
}

.teacher-card {
  display: grid;
  overflow: hidden;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--soft);
  box-shadow: var(--shadow-soft);
  grid-template-columns: 0.8fr 1.2fr;
}

.teacher-visual {
  position: relative;
  min-height: 470px;
  align-self: stretch;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 22%, rgba(246, 183, 60, 0.5), transparent 24%),
    linear-gradient(145deg, #d9f3ef, #bcdce8);
}

.teacher-visual::before {
  position: absolute;
  inset: 26px;
  content: "";
  border: 1px solid rgba(18, 53, 91, 0.14);
  border-radius: 24px;
}

.teacher-image-wrap {
  position: absolute;
  inset: 22px 0 0;
  display: flex;
  align-items: end;
  justify-content: center;
}

.teacher-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.teacher-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 9px 15px;
  color: #fff;
  background: var(--navy-deep);
  border-radius: 11px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(11, 40, 71, 0.22);
}

.teacher-copy {
  padding: 48px;
}

.teacher-copy > p:not(.section-kicker) {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.credentials {
  display: grid;
  gap: 11px;
  margin-top: 25px;
}

.credentials > div {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  grid-template-columns: 40px 1fr;
}

.credentials > div > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border-radius: 12px;
  font-family: Georgia, serif;
  font-weight: 900;
}

.credentials p,
.credentials small,
.credentials strong {
  display: block;
  margin: 0;
}

.credentials strong {
  color: var(--navy-deep);
  font-size: 14px;
}

.credentials small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

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

.faq-grid {
  display: grid;
  align-items: start;
  gap: 70px;
  grid-template-columns: 0.75fr 1.25fr;
}

.faq-intro {
  position: sticky;
  top: 28px;
}

.faq-intro p:last-child {
  color: var(--muted);
}

.accordion {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.accordion-item + .accordion-item {
  border-top: 1px solid var(--line);
}

.accordion button {
  display: flex;
  width: 100%;
  min-height: 69px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  color: var(--navy-deep);
  border: 0;
  cursor: pointer;
  background: #fff;
  font-size: 15px;
  font-weight: 900;
  text-align: right;
}

.accordion button span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  color: var(--teal-dark);
  background: var(--mint);
  border-radius: 9px;
  font-size: 20px;
  transition: transform 0.2s ease;
}

.accordion button[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.accordion-answer {
  padding: 0 20px 18px;
}

.accordion-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.final-cta {
  padding: 55px 0;
  color: #fff;
  background: linear-gradient(135deg, var(--teal-dark), var(--navy));
}

.final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.final-cta .section-kicker {
  color: #b6fff5;
}

.final-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 43px);
  line-height: 1.45;
}

.final-cta p:not(.section-kicker) {
  margin: 8px 0 0;
  color: #d9eef1;
}

.site-footer {
  color: #b9c9d4;
  background: #081f37;
}

.footer-inner {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 920px) {
  .hero-grid,
  .section-heading,
  .lesson-grid,
  .teacher-card,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 36px;
  }

  .hero-copy {
    max-width: none;
    text-align: center;
  }

  .eyebrow {
    justify-content: center;
  }

  .hero-lead,
  .hero-points {
    margin-inline: auto;
  }

  .booking-card {
    width: min(100%, 600px);
    margin-inline: auto;
    text-align: right;
  }

  .method-card--featured {
    transform: none;
  }

  .lesson-board {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .teacher-card {
    width: min(100%, 760px);
  }

  .teacher-visual {
    min-height: 440px;
  }

  .faq-intro {
    position: static;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 70px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .announcement {
    min-height: 48px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.55;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    font-size: 22px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    max-width: 175px;
    font-size: 10px;
  }

  .header-inner > .button {
    display: none;
  }

  .hero {
    padding: 48px 0 52px;
  }

  .hero h1 {
    font-size: clamp(36px, 11.8vw, 52px);
    line-height: 1.32;
    letter-spacing: -0.6px;
  }

  .hero-lead {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.9;
  }

  .hero-points {
    margin-top: 23px;
  }

  .hero-points div {
    padding: 12px 6px;
  }

  .hero-points strong {
    font-size: 21px;
  }

  .hero-points span {
    font-size: 10px;
    line-height: 1.55;
  }

  .booking-card {
    padding: 21px 17px;
    border-radius: 22px;
  }

  .booking-card h2 {
    font-size: 24px;
  }

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

  .trust-grid > div {
    min-height: 76px;
    padding: 13px 8px;
  }

  .trust-grid > div + div {
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .section {
    padding: 66px 0;
  }

  .section h2 {
    font-size: clamp(27px, 8.3vw, 37px);
  }

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

  .pain-grid article {
    min-height: auto;
  }

  .section-heading {
    gap: 14px;
  }

  .method-card {
    min-height: auto;
  }

  .lesson-grid {
    gap: 38px;
  }

  .lesson-board {
    padding: 18px;
    border-width: 4px;
    border-radius: 22px;
  }

  .teacher-visual {
    min-height: 360px;
  }

  .teacher-copy {
    padding: 30px 20px;
  }

  .teacher-badge {
    right: 17px;
    bottom: 17px;
  }

  .credentials > div {
    grid-template-columns: 38px 1fr;
  }

  .final-cta__inner {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .footer-inner {
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
