:root {
  --navy: #071b3d;
  --navy-2: #0b2d61;
  --navy-3: #124681;
  --gold: #d4a344;
  --gold-2: #f1cc77;
  --cream: #fbf6ea;
  --sky: #eef5ff;
  --white: #ffffff;
  --ink: #13233d;
  --muted: #617087;
  --line: rgba(7, 27, 61, .12);
  --green: #1e9a63;
  --red: #a73e35;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(7, 27, 61, .12);
  --shell: 1160px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.payment-open .mobile-bar {
  display: none;
}

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

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid rgba(212, 163, 68, .72);
  outline-offset: 4px;
}

.shell {
  width: min(100% - 40px, var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 16px;
  color: #fff;
  background: var(--navy);
  border-radius: 10px;
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform .16s ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(7, 27, 61, .08);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(16px);
}

.nav-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  text-decoration: none;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  object-fit: cover;
}

.brand span {
  display: grid;
  line-height: 1;
}

.brand b {
  font-size: 17px;
  letter-spacing: .12em;
}

.brand small {
  margin-top: 5px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .3em;
}

nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

nav a {
  color: #43516a;
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}

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

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}

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

.button:disabled {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
  box-shadow: none;
}

.button-small {
  min-height: 44px;
  padding: 10px 17px;
  border-radius: 12px;
  font-size: 14px;
}

.button-gold {
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 16px 34px rgba(212, 163, 68, .28);
}

.button-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
}

.button-light {
  width: 100%;
  margin-top: 18px;
  color: var(--navy);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 27, 61, .08);
}

[hidden] {
  display: none !important;
}

.button-outline {
  color: var(--navy);
  border: 1px solid rgba(7, 27, 61, .18);
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 27, 61, .08);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 34px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 18%, rgba(30, 102, 177, .7), transparent 30%),
    radial-gradient(circle at 10% 88%, rgba(212, 163, 68, .2), transparent 25%),
    linear-gradient(140deg, #06142f 0%, var(--navy) 48%, #0d3974 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}

.eyebrow {
  margin: 0 0 14px;
  color: #9a6b16;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--gold-2);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.12;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(44px, 5vw, 68px);
  letter-spacing: -.045em;
}

h1 em {
  color: var(--gold-2);
  font-style: normal;
}

h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -.035em;
}

h3 {
  color: var(--navy);
}

.hero-lead {
  max-width: 670px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-points span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 999px;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .07);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  isolation: isolate;
}

.visual-halo {
  position: absolute;
  inset: 50px 20px 20px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237, 197, 102, .46), rgba(50, 119, 190, .1) 55%, transparent 70%);
  filter: blur(12px);
}

.teacher-card {
  position: relative;
  width: min(100%, 420px);
  margin-inline: auto;
  padding: 18px 18px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .06));
  box-shadow: 0 40px 90px rgba(0, 0, 0, .25);
  backdrop-filter: blur(10px);
}

.teacher-card > img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: top center;
  border-radius: 22px 22px 0 0;
}

.teacher-note {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 16px;
  color: var(--navy);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 38px rgba(7, 27, 61, .2);
  backdrop-filter: blur(12px);
}

.teacher-note p {
  display: grid;
  gap: 3px;
  margin: 0;
  line-height: 1.3;
}

.teacher-note b {
  font-size: 13px;
}

.teacher-note small {
  color: var(--muted);
  font-size: 11px;
}

.live-dot {
  width: 12px;
  height: 12px;
  display: block;
  border: 3px solid rgba(30, 154, 99, .2);
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(30, 154, 99, .12);
}

.score-card {
  position: absolute;
  top: 32px;
  right: -20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  color: var(--navy);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .2);
}

.score-card > span {
  color: var(--gold);
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.score-card p {
  display: grid;
  margin: 0;
  line-height: 1.25;
}

.score-card b {
  font-size: 13px;
}

.score-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.trust-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 62px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.trust-strip span {
  position: relative;
  padding: 22px 14px 0 30px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 760;
}

.trust-strip span::before {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 21px;
  color: var(--gold-2);
  font-weight: 950;
}

.section {
  padding: 92px 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: center;
}

.section-lead,
.section-heading > p,
.faq-grid > div:first-child > p,
.schedule-head > div:first-child > p {
  color: var(--muted);
  font-size: 17px;
}

.pain-list {
  display: grid;
  gap: 12px;
}

.pain-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: start;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 27, 61, .05);
}

.pain-list article > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: var(--navy);
  background: var(--cream);
  font-weight: 950;
}

.pain-list h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.pain-list p {
  margin: 0;
  color: var(--muted);
}

.program-section {
  background: linear-gradient(180deg, #f7faff, var(--sky));
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

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

.feature-card {
  position: relative;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 61, .1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 27, 61, .07);
}

.feature-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -70px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 163, 68, .2), transparent 65%);
}

.feature-card.featured {
  color: #fff;
  border-color: rgba(255, 255, 255, .14);
  background: linear-gradient(145deg, var(--navy), var(--navy-3));
  transform: translateY(-12px);
}

.feature-card.featured h3,
.feature-card.featured .feature-kicker {
  color: #fff;
}

.feature-card.featured > p:last-child {
  color: rgba(255, 255, 255, .74);
}

.feature-number {
  position: absolute;
  top: 24px;
  left: 26px;
  color: rgba(7, 27, 61, .11);
  font-size: 58px;
  font-weight: 950;
  line-height: 1;
}

.featured .feature-number {
  color: rgba(255, 255, 255, .12);
}

.feature-kicker {
  margin-bottom: 8px;
  color: #946715;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 26px;
}

.feature-card > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.journey-section {
  color: #fff;
  background:
    radial-gradient(circle at 82% 10%, rgba(66, 142, 217, .25), transparent 30%),
    var(--navy);
}

.journey-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(50px, 9vw, 120px);
}

.journey-copy h2 {
  color: #fff;
}

.journey-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, .85);
  font-weight: 730;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-2);
  font-weight: 950;
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 58px;
  width: 1px;
  background: linear-gradient(var(--gold-2), rgba(255, 255, 255, .15));
}

.timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 116px 1fr;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 22px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(8px);
}

.timeline article > b {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 7px solid rgba(7, 27, 61, .92);
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold-2);
  font-size: 15px;
}

.timeline h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 20px;
}

.timeline p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
}

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

.included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(7, 27, 61, .1);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.included-grid article {
  padding: 28px;
  border-right: 1px solid var(--line);
}

.included-grid article:last-child {
  border-right: 0;
}

.included-grid b {
  color: var(--gold);
  font-size: 40px;
  line-height: 1;
}

.included-grid h3 {
  margin: 14px 0 8px;
  font-size: 19px;
}

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

.gift-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
}

.gift-lock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px dashed rgba(7, 27, 61, .24);
  border-radius: 20px;
  background: rgba(255, 255, 255, .7);
}

.gift-lock > div {
  display: grid;
  gap: 4px;
}

.gift-lock b {
  color: var(--navy);
}

.gift-lock span {
  color: var(--muted);
  font-size: 14px;
}

.gift-row span {
  padding: 9px 13px;
  border: 1px solid rgba(7, 27, 61, .09);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
}

.gift-total {
  flex-basis: 100%;
  color: var(--navy);
  font-size: 15px;
  text-align: center;
}

.schedule-section {
  color: #fff;
  background:
    linear-gradient(rgba(7, 27, 61, .94), rgba(7, 27, 61, .98)),
    radial-gradient(circle at 80% 10%, #184e88, transparent 38%);
}

.schedule-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
}

.schedule-head h2 {
  max-width: 730px;
  color: #fff;
}

.schedule-head > div:first-child > p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .68);
}

.offer-mini {
  min-width: 250px;
  display: grid;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
  text-align: right;
}

.offer-mini > div {
  display: grid;
}

.offer-mini span,
.offer-mini small {
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
}

.offer-mini del {
  color: rgba(255, 255, 255, .5);
}

.offer-mini strong {
  color: var(--gold-2);
  font-size: 34px;
  line-height: 1.2;
}

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

.schedule-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .07);
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.schedule-card:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 204, 119, .54);
}

.schedule-card.is-selected {
  color: var(--navy);
  border-color: var(--gold-2);
  background: #fff;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .22);
}

.schedule-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.schedule-top span {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.is-selected .schedule-top span {
  color: #936615;
}

.schedule-top b {
  color: #86e2b7;
  font-size: 10px;
}

.is-selected .schedule-top b {
  color: var(--green);
}

.schedule-card h3 {
  margin: 22px 0 4px;
  color: #fff;
  font-size: 22px;
}

.is-selected h3 {
  color: var(--navy);
}

.schedule-time {
  margin: 0 0 6px;
  color: #fff;
  font-size: 27px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.is-selected .schedule-time {
  color: var(--navy);
}

.schedule-card > p:not(.schedule-time) {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
}

.is-selected > p:not(.schedule-time) {
  color: var(--muted);
}

.schedule-button {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.is-selected .schedule-button {
  color: var(--navy);
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 56px;
  margin-top: 38px;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 32px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 36px 90px rgba(0, 0, 0, .28);
}

.checkout-copy h2 {
  font-size: clamp(32px, 4vw, 46px);
}

.checkout-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.selected-summary {
  display: grid;
  gap: 5px;
  margin-top: 24px;
  padding: 17px 18px;
  border: 1px solid rgba(7, 27, 61, .1);
  border-radius: 16px;
  background: var(--sky);
}

.selected-summary span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.selected-summary strong {
  color: var(--navy);
}

.selected-summary.is-ready {
  border-color: rgba(30, 154, 99, .3);
  background: rgba(30, 154, 99, .08);
}

.checkout-assurance {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.checkout-assurance span {
  position: relative;
  padding-left: 24px;
  color: #4d5c73;
  font-size: 13px;
  font-weight: 740;
}

.checkout-assurance span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 950;
}

.checkout-form {
  display: grid;
  gap: 16px;
}

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

.checkout-form label {
  display: grid;
  gap: 7px;
}

.academic-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px 14px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.academic-fields legend {
  grid-column: 1 / -1;
  margin-bottom: 7px;
  padding: 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
}

.checkout-form label > span {
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
}

.checkout-form label > span small {
  color: var(--muted);
  font-weight: 600;
}

.checkout-form input,
.checkout-form select {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  color: var(--ink);
  border: 1px solid rgba(7, 27, 61, .16);
  border-radius: 12px;
  background: #fff;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.checkout-form input:focus,
.checkout-form select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 163, 68, .13);
}

.checkout-form input[aria-invalid="true"] {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(167, 62, 53, .1);
}

.privacy-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.privacy-note a {
  color: var(--navy);
  font-weight: 800;
}

@media (max-width: 520px) {
  .academic-fields {
    grid-template-columns: 1fr;
  }
}

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

.form-message {
  min-height: 22px;
  margin: -3px 0 0;
  color: var(--red);
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.form-message.is-success {
  color: var(--green);
}

.payment-panel {
  margin-top: 28px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(241, 204, 119, .35);
  border-radius: 32px;
  background:
    radial-gradient(circle at 80% 0%, rgba(62, 133, 207, .2), transparent 34%),
    #0a234d;
  box-shadow: 0 36px 90px rgba(0, 0, 0, .24);
}

.payment-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.payment-heading h2 {
  margin-bottom: 10px;
  color: #fff;
}

.payment-heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
}

.payment-status {
  min-width: 230px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
}

.payment-status i {
  width: 13px;
  height: 13px;
  display: block;
  border: 3px solid rgba(241, 204, 119, .24);
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 0 5px rgba(241, 204, 119, .1);
}

.payment-status span {
  display: grid;
  line-height: 1.35;
}

.payment-status b {
  font-size: 13px;
}

.payment-status small {
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
}

.payment-status[data-state="checking"] i {
  animation: pulse 1.2s ease infinite;
}

.payment-status[data-state="paid"] {
  border-color: rgba(134, 226, 183, .34);
  background: rgba(30, 154, 99, .14);
}

.payment-status[data-state="paid"] i {
  background: #63daa2;
  box-shadow: 0 0 0 5px rgba(99, 218, 162, .13);
}

@keyframes pulse {
  50% { opacity: .35; transform: scale(.82); }
}

.payment-grid {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: 28px;
}

.qr-box,
.bank-details {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background: rgba(255, 255, 255, .07);
}

.qr-box {
  display: grid;
  justify-items: center;
  text-align: center;
}

.qr-box img {
  width: min(100%, 340px);
  aspect-ratio: 1;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
}

.qr-box strong {
  margin-top: 14px;
  color: var(--gold-2);
  font-size: 30px;
  line-height: 1.2;
}

.qr-box span {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

.bank-details dl {
  margin: 0;
}

.bank-details dl > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.bank-details dt {
  color: rgba(255, 255, 255, .56);
  font-size: 13px;
}

.bank-details dd {
  margin: 0;
  color: #fff;
  font-weight: 850;
  word-break: break-word;
}

.transfer-row dd {
  color: var(--gold-2);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 16px;
  letter-spacing: .02em;
}

.copy-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.copy-row button {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .09);
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}

.bank-warning {
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(241, 204, 119, .24);
  border-radius: 12px;
  color: rgba(255, 255, 255, .69);
  background: rgba(241, 204, 119, .08);
  font-size: 12px;
}

.payment-success {
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(99, 218, 162, .32);
  border-radius: 18px;
  color: #fff;
  background: rgba(30, 154, 99, .15);
}

.payment-success:not([hidden]) {
  display: grid;
}

.payment-success > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--navy);
  background: #63daa2;
  font-size: 24px;
  font-weight: 950;
}

.payment-success h3 {
  margin: 0 0 5px;
  color: #fff;
}

.payment-success p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
}

.faq-section {
  background: #f7f9fc;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 8vw, 100px);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.faq-list summary {
  padding: 19px 50px 19px 20px;
  color: var(--navy);
  cursor: pointer;
  font-weight: 850;
}

.faq-list p {
  margin: -4px 20px 20px;
  color: var(--muted);
}

.final-cta {
  padding: 72px 0;
  background: #fff;
}

.final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 42px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 15%, rgba(66, 142, 217, .28), transparent 30%),
    var(--navy);
}

.final-card h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: #fff;
}

footer {
  color: rgba(255, 255, 255, .64);
  background: #041126;
}

.footer-row {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 12px;
}

.footer-brand {
  color: #fff;
}

.footer-row p {
  margin: 0;
}

.footer-row > a {
  font-weight: 800;
}

.mobile-bar {
  display: none;
}

.noscript {
  position: fixed;
  inset: auto 12px 12px;
  z-index: 999;
  padding: 14px;
  border-radius: 14px;
  color: #fff;
  background: var(--red);
  text-align: center;
}

@media (max-width: 1020px) {
  nav {
    display: none;
  }

  .hero-grid,
  .split,
  .journey-grid,
  .checkout-shell,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
  }

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

  .hero-actions,
  .hero-points {
    justify-content: center;
  }

  .hero-visual {
    width: min(100%, 520px);
    margin-inline: auto;
  }

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

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

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

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

  .included-grid article:nth-child(2) {
    border-right: 0;
  }

  .included-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .schedule-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .offer-mini {
    width: 260px;
    text-align: left;
  }

  .checkout-shell {
    gap: 30px;
  }

  .payment-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .payment-status {
    width: 100%;
  }

  .final-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  body {
    padding-bottom: 76px;
  }

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

  .site-header .button {
    display: none;
  }

  .nav-row {
    min-height: 66px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

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

  .hero-grid {
    gap: 34px;
  }

  h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  h2 {
    font-size: 34px;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 430px;
  }

  .teacher-card {
    width: min(100%, 360px);
    padding: 12px 12px 0;
    border-radius: 28px;
  }

  .teacher-card > img {
    height: 400px;
  }

  .teacher-note {
    left: 22px;
    right: 22px;
  }

  .score-card {
    top: 4px;
    right: -2px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .trust-strip span {
    padding-top: 12px;
  }

  .trust-strip span::before {
    top: 11px;
  }

  .section {
    padding: 64px 0;
  }

  .pain-list article {
    grid-template-columns: 44px 1fr;
    padding: 18px;
  }

  .pain-list article > span {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .feature-grid,
  .schedule-grid,
  .included-grid,
  .field-grid,
  .payment-grid,
  .copy-row {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 280px;
    padding: 24px;
  }

  .timeline::before {
    display: none;
  }

  .timeline article {
    grid-template-columns: 70px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .timeline article > b {
    width: 62px;
    height: 62px;
    border-width: 5px;
    font-size: 13px;
  }

  .included-grid article,
  .included-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .included-grid article:last-child {
    border-bottom: 0;
  }

  .schedule-card {
    padding: 20px;
  }

  .checkout-shell,
  .payment-panel {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .checkout-copy h2 {
    font-size: 34px;
  }

  .payment-heading h2 {
    font-size: 32px;
  }

  .qr-box,
  .bank-details {
    padding: 18px;
  }

  .bank-details dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .final-card {
    padding: 28px 22px;
  }

  .footer-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 0;
  }

  .mobile-bar {
    position: fixed;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 10px 10px 15px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 17px;
    color: #fff;
    background: rgba(7, 27, 61, .96);
    box-shadow: 0 18px 50px rgba(7, 27, 61, .32);
    backdrop-filter: blur(14px);
  }

  .mobile-bar > div {
    display: grid;
    line-height: 1.25;
  }

  .mobile-bar span {
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
  }

  .mobile-bar strong {
    color: var(--gold-2);
    font-size: 18px;
  }

  .mobile-bar a,
  .mobile-bar button {
    padding: 11px 16px;
    border: 0;
    border-radius: 11px;
    color: var(--navy);
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    cursor: pointer;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
  }
}

.support-section {
  background: #f7f9fc;
}

.support-grid,
.proof-grid,
.value-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(36px, 6vw, 84px);
}

.support-visual {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 28px;
  background: linear-gradient(145deg, #e5edf8, #f5e8c9);
}

.support-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.support-visual > div {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 18px;
  color: #fff;
  background: rgba(7, 27, 61, .88);
  backdrop-filter: blur(12px);
}

.support-visual b {
  color: var(--gold-2);
  font-size: 18px;
}

.support-visual span {
  font-size: 13px;
  line-height: 1.55;
}

.support-copy > p:not(.eyebrow),
.proof-grid > div > p,
.value-copy > p {
  color: var(--muted);
  line-height: 1.75;
}

.support-steps {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.support-steps article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(7, 27, 61, .09);
  border-radius: 16px;
  background: #fff;
}

.support-steps article > b {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: var(--navy);
  background: var(--gold-2);
}

.support-steps h3,
.support-steps p {
  margin: 0;
}

.support-steps h3 {
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 16px;
}

.support-steps p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.proof-section {
  color: #fff;
  background: var(--navy);
}

.proof-grid {
  align-items: start;
}

.proof-grid h2 {
  color: #fff;
}

.proof-grid > div > p {
  color: rgba(255, 255, 255, .74);
}

.proof-note {
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, .07);
  font-size: 13px;
}

.proof-cards {
  display: grid;
  gap: 14px;
}

.proof-cards article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 4px 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
}

.proof-cards span {
  grid-row: 1 / 3;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold-2);
  font-weight: 950;
}

.proof-cards h3,
.proof-cards p {
  margin: 0;
}

.proof-cards h3 {
  color: #fff;
}

.proof-cards p {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.6;
}

.value-section {
  background: #fff9ed;
}

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

.value-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1.12fr);
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.list-price-card {
  display: grid;
  gap: 3px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(7, 27, 61, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
}

.list-price-card span,
.list-price-card small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.list-price-card strong {
  color: var(--navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
}

.offer-claim-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 14px;
  padding: 22px;
  border: 2px solid rgba(212, 163, 68, .68);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff7df, #fff);
  box-shadow: 0 20px 46px rgba(212, 163, 68, .2);
}

.offer-claim-card::before {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -100px;
  right: -30px;
  border-radius: 50%;
  background: rgba(241, 204, 119, .28);
  content: "";
}

.offer-claim-card > div {
  display: grid;
  gap: 5px;
}

.offer-claim-card b {
  color: var(--navy);
  font-size: 17px;
}

.offer-claim-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.offer-claim-card .button {
  position: relative;
  min-width: 210px;
}

.offer-unlocked {
  margin-top: 22px;
}

.offer-confirmed {
  margin: 0;
  padding: 11px 14px;
  border-radius: 12px;
  color: #14532d;
  background: #dcfce7;
  font-size: 13px;
  font-weight: 850;
}

.offer-confirmed b {
  font-variant-numeric: tabular-nums;
}

.price-stage {
  min-width: 0;
  display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid rgba(7, 27, 61, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .68);
}

.price-stage span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.price-stage del {
  color: var(--muted);
  font-size: 16px;
  font-weight: 850;
}

.price-stage.is-current {
  border-color: rgba(212, 163, 68, .45);
  background: #fff;
  box-shadow: 0 12px 30px rgba(212, 163, 68, .14);
}

.price-stage strong {
  color: var(--navy);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
}

.value-price > i {
  color: var(--gold);
  font-style: normal;
  font-weight: 950;
}

.offer-source-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.value-details {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(212, 163, 68, .3);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(7, 27, 61, .08);
}

.value-details h3 {
  margin-top: 0;
  color: var(--navy);
}

.value-details ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.value-details li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
  line-height: 1.65;
}

.value-details li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--gold);
  content: "✓";
  font-weight: 950;
}

.value-details b {
  color: var(--navy);
}

.value-bonus {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(212, 163, 68, .35);
  border-radius: 16px;
  background: #fff9ed;
}

.value-bonus p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.checkout-offer-gate,
.checkout-offer-ready {
  margin: 14px 0;
  padding: 14px;
  border-radius: 14px;
}

.checkout-offer-gate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--navy);
  border: 1px solid rgba(241, 204, 119, .5);
  background: #fff7df;
  font-size: 13px;
}

.checkout-offer-gate button {
  min-height: 42px;
  padding: 9px 13px;
  border: 0;
  border-radius: 10px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  cursor: pointer;
  font-weight: 900;
}

.checkout-offer-ready {
  color: #14532d;
  background: #dcfce7;
  font-size: 13px;
}

@media (max-width: 820px) {
  .support-grid,
  .proof-grid,
  .value-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .value-price {
    grid-template-columns: 1fr;
  }

  .value-price > i {
    display: none;
  }

  .offer-claim-card {
    grid-template-columns: 1fr;
  }

  .offer-claim-card .button {
    width: 100%;
  }

  .support-visual {
    min-height: 420px;
  }
}

@media (max-width: 520px) {
  .support-visual {
    min-height: 360px;
    border-radius: 20px;
  }

  .support-visual > div {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 14px;
  }

  .support-steps article,
  .proof-cards article {
    padding: 15px;
  }

  .value-details {
    padding: 20px;
  }

  .gift-lock,
  .checkout-offer-gate {
    align-items: stretch;
    flex-direction: column;
  }

  .gift-lock .button,
  .checkout-offer-gate button {
    width: 100%;
  }

  .offer-claim-card {
    padding: 18px;
  }
}

/* CLM-authoritative long-form sales narrative */
.mini-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mini-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.mini-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--gold);
  content: "✓";
  font-weight: 950;
}

.feature-card.featured .mini-list li {
  color: rgba(255, 255, 255, .82);
}

.class-format {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid rgba(212, 163, 68, .28);
  border-radius: 24px;
  background: linear-gradient(135deg, #fffaf0, #fff);
  box-shadow: 0 18px 45px rgba(7, 27, 61, .07);
}

.class-format > strong {
  grid-column: 1 / -1;
  color: var(--navy);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
}

.class-format > div {
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(7, 27, 61, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
}

.class-format b,
.class-format span {
  display: block;
}

.class-format h3 {
  margin: 7px 0 8px;
  color: var(--navy);
  font-size: 18px;
}

.class-format p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.class-format b {
  margin-bottom: 5px;
  color: var(--navy);
}

.class-format span,
.timeline small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.timeline small {
  display: block;
  margin-top: 8px;
}

.practice-section {
  background: #f5f8fc;
}

.practice-grid,
.proof-intro {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.practice-note {
  margin-top: 22px;
  padding: 18px;
  border-left: 4px solid var(--gold);
  border-radius: 0 16px 16px 0;
  color: var(--navy);
  background: #fff;
  line-height: 1.6;
  box-shadow: 0 12px 32px rgba(7, 27, 61, .06);
}

.practice-cards {
  display: grid;
  gap: 14px;
}

.practice-cards article,
.report-grid article,
.gift-grid article {
  padding: 20px;
  border: 1px solid rgba(7, 27, 61, .09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 27, 61, .06);
}

.practice-cards h3,
.gift-grid h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 18px;
}

.practice-cards article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
}

.practice-cards article > span {
  color: var(--gold);
  font-size: 22px;
  font-weight: 950;
}

.practice-cards p,
.gift-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.teacher-standard {
  margin-top: 26px;
  padding: clamp(20px, 4vw, 30px);
  border-radius: 22px;
  color: #fff;
  background: var(--navy);
}

.teacher-standard h3 {
  margin: 0 0 16px;
  font-size: clamp(20px, 2.4vw, 26px);
}

.teacher-standard ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.teacher-standard li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, .82);
  line-height: 1.5;
}

.teacher-standard li::before {
  position: absolute;
  left: 0;
  color: var(--gold-2);
  content: "•";
  font-weight: 950;
}

.included-grid b {
  font-size: clamp(27px, 4vw, 40px);
}

.report-block,
.gift-details {
  margin-top: 28px;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid rgba(7, 27, 61, .09);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(7, 27, 61, .07);
}

.report-block h3,
.gift-heading h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(20px, 2.5vw, 28px);
}

.report-block > p,
.gift-heading p {
  margin: 8px 0 18px;
  color: var(--muted);
  line-height: 1.6;
}

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

.report-grid article {
  box-shadow: none;
}

.report-grid b,
.report-grid span {
  display: block;
}

.report-grid b {
  margin-bottom: 5px;
  color: var(--navy);
}

.report-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.gift-details {
  border-color: rgba(212, 163, 68, .34);
  background: linear-gradient(135deg, #fff8e7, #fff);
}

.gift-heading {
  margin-bottom: 18px;
}

.gift-grid article {
  border-color: rgba(212, 163, 68, .24);
  box-shadow: none;
}

.proof-intro {
  align-items: start;
}

.proof-intro h2 {
  color: #fff;
}

.proof-intro > div:first-child > p {
  color: rgba(255, 255, 255, .76);
  line-height: 1.7;
}

.proof-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.proof-gallery figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
}

.proof-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: top;
  background: #fff;
}

.proof-gallery figcaption {
  padding: 14px;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1020px) {
  .practice-grid,
  .proof-intro {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  .class-format,
  .teacher-standard ul,
  .report-grid,
  .gift-grid {
    grid-template-columns: 1fr;
  }

  .class-format > strong {
    grid-column: auto;
  }

  .proof-gallery {
    grid-template-columns: 1fr;
  }

  .proof-gallery figure {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .practice-cards article,
  .report-grid article,
  .gift-grid article {
    padding: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
