@font-face {
  font-family: "Roboto Condensed";
  src: url("./assets/roboto-condensed-cyrillic-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  unicode-range: U+0400-052F, U+2116;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("./assets/roboto-condensed-latin-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  unicode-range: U+0000-03FF, U+2000-206F, U+20AC, U+20BD;
}

* {
  box-sizing: border-box;
}

:root {
  --blue: #086dff;
  --deep: #070a1f;
  --muted: #67729b;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--deep);
  background: #fff;
}

body {
  overflow-x: hidden;
}

body .gc-qualityreestr-school,
body .gc-qualityreestr-school.show {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.landing {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, min(54.2%, calc(900px + 15vw))) minmax(0, 1fr);
  width: 100%;
  min-height: max(760px, min(56.75vw, 101vh));
  overflow: hidden;
  background: #fff;
}

.hero-visual {
  --photo-base-width: min(900px, 53vw);
  --photo-width: var(--photo-base-width);
  --photo-left: max(0px, calc(100% - var(--photo-base-width) - 26px));
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 760px;
  background: #fff;
  user-select: none;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: var(--photo-left);
  width: var(--photo-width);
  height: min(100%, 1150px, 70vw);
  background-image: url("./assets/hero-vlad-hd.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 94%, transparent 100%);
}

.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(min(100%, 1150px, 70vw) - 140px);
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, transparent 0%, transparent 35%, #fff 100%);
  pointer-events: none;
}

.hero-identity {
  position: absolute;
  z-index: 2;
  top: min(162px, 9.54vw);
  left: calc(var(--photo-left) + min(99px, 5.83vw));
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  filter: drop-shadow(0 10px 18px rgba(36, 105, 190, .12));
}

.hero-name {
  padding: 12px 18px;
  border: 1px solid #d8e8ff;
  border-radius: 16px;
  background: #fff;
  color: #10172d;
  font-size: clamp(21px, 1.4vw, 27px);
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.hero-role {
  min-width: 45%;
  margin-top: -2px;
  padding: 8px 16px;
  border-radius: 12px;
  background: linear-gradient(125deg, #075df6, #03a7f6);
  box-shadow: 0 7px 14px rgba(0, 111, 255, .25);
  color: #fff;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1;
  text-align: center;
}

.hero-identity-arrow {
  position: absolute;
  top: -8px;
  left: calc(100% + 5px);
  width: clamp(45px, 4vw, 68px);
  height: auto;
  color: #086dff;
  stroke-width: 2.2;
}

.content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 24px 12px 20px 20px;
}

.date-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-left: 0;
  padding: 10px 14px;
  border: 1px solid #d5e6ff;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 25px rgba(32, 100, 180, 0.12);
  color: #112e91;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1;
}

.date-icon,
.feature-icon {
  display: grid;
  place-items: center;
  color: var(--blue);
}

svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.date-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.date-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

h1 {
  margin: 18px 0 9px;
  font-size: clamp(39px, 3.25vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 900;
}

h1 span {
  color: var(--blue);
}

.subtitle {
  max-width: 35ch;
  margin: 0 0 16px;
  font-size: clamp(21px, 1.75vw, 27px);
  line-height: 1.27;
}

.features {
  display: grid;
  grid-template-columns: .8fr 1.13fr 1fr 1fr;
  gap: 8px;
  margin: 0 0 16px;
}

.features article {
  min-height: 82px;
  padding: 10px 8px 9px 12px;
  border: 1px solid #e0ecfb;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 30px rgba(8, 109, 255, 0.05);
}

.feature-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
}

.features p {
  margin: 0;
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.13;
  font-weight: 500;
}

.promise {
  margin: 0 0 10px;
  color: var(--blue);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(20px, 1.65vw, 25px);
  line-height: 1.05;
  font-weight: 900;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 72px;
  margin-top: 0;
  padding: 10px 17px 10px 28px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(21px, 1.78vw, 26px);
  font-weight: 800;
  white-space: nowrap;
  background:
    radial-gradient(circle at 15% 100%, #00b7ff, transparent 28%),
    linear-gradient(180deg, #0787ff 0%, #005ef5 100%);
  box-shadow:
    0 14px 28px rgba(0, 102, 255, 0.28),
    inset 0 2px 3px rgba(255, 255, 255, 0.35),
    inset 0 -3px 5px rgba(0, 43, 160, 0.18);
}

.arrow {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--blue);
  background: #fff;
}

.arrow svg {
  width: 58%;
  height: 58%;
  stroke-width: 2.9;
}

.note {
  margin: 10px 0 0;
  text-align: center;
  color: #6e75a8;
  font-size: clamp(15px, 1.25vw, 18px);
}

@media (max-width: 1100px) {
  .cta {
    white-space: normal;
  }

  .cta > span:first-child {
    min-width: 0;
  }
}

.takeaways {
  padding: clamp(64px, 5.5vw, 96px) max(5vw, calc((100vw - 1440px) / 2)) clamp(80px, 6.5vw, 112px);
  background: linear-gradient(180deg, #fff 0%, #f6faff 18%, #f6faff 100%);
}

.takeaways h2 {
  max-width: 850px;
  margin: 0 0 clamp(32px, 3.5vw, 50px);
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 900;
}

.takeaways-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3.5vw, 52px);
}

.takeaway {
  min-width: 0;
  padding-top: 14px;
  border-top: 2px solid #c5dcf8;
}

.takeaway-number {
  display: block;
  margin-bottom: 20px;
  color: #bbd2ec;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(76px, 7vw, 110px);
  font-weight: 900;
  line-height: .9;
}

.takeaway h3 {
  min-height: 3.6em;
  margin: 0 0 16px;
  font-size: clamp(21px, 1.8vw, 27px);
  line-height: 1.2;
  font-weight: 800;
}

.takeaway-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 20px;
  border: 1px solid #d6e5f8;
  border-radius: 5px;
  background: #fff;
  object-fit: contain;
}

.takeaway p {
  margin: 0;
  max-width: 39ch;
  font-size: clamp(16px, 1.16vw, 18px);
  line-height: 1.58;
}

.takeaway p + p {
  margin-top: 14px;
}

.section-inner {
  width: min(100% - 10vw, 1440px);
  margin-inline: auto;
}

.section-kicker {
  display: block;
  margin-bottom: 22px;
  color: #57b7ff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.value-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0 86px;
  color: #fff;
  background: #081833;
}

.value-section .section-inner { position: relative; }

.value-time {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border: 1px solid #469beb;
  border-radius: 5px;
  color: #eaf6ff;
  font-size: 18px;
  font-weight: 800;
}

.value-time span { color: #58bdff; font-size: 25px; line-height: 1; }

.value-section h2,
.about-section h2,
.faq-section h2,
.final-section h2 {
  margin: 0;
  font-size: clamp(39px, 4.25vw, 68px);
  line-height: 1.04;
  font-weight: 900;
}

.value-section h2 { max-width: 1000px; margin-bottom: 68px; }
.value-section h2 span { color: #58bdff; }

.value-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(44px, 7vw, 120px);
}

.value-column h3 {
  margin: 0 0 18px;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.15;
}

.value-column ol { margin: 0; padding: 0; list-style: none; counter-reset: value; }
.value-column ol[start="4"] { counter-reset: value 3; }
.value-column li {
  position: relative;
  min-height: 124px;
  padding: 14px 0 22px 52px;
  color: #d4e1f3;
  font-size: clamp(19px, 1.45vw, 22px);
  line-height: 1.43;
  counter-increment: value;
}

.value-column li::before {
  content: "0" counter(value);
  position: absolute;
  top: 15px;
  left: 0;
  color: #55baff;
  font-size: 18px;
  font-weight: 800;
}

.bonus-section { padding: 84px 0 92px; background: #fff; }
.bonus-section .section-kicker { color: var(--blue); }
.bonus-section h2 { margin: 0 0 34px; font-size: clamp(38px, 3.6vw, 56px); line-height: 1.08; }
.bonus-section h2 span { color: var(--blue); }
.bonus-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.bonus-item { min-width: 0; overflow: hidden; border: 1px solid #d2e2f7; border-radius: 6px; background: #fff; box-shadow: 0 12px 26px rgba(20, 69, 132, .07); }
.bonus-item img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.bonus-item div { padding: 20px; }
.bonus-item div > span { color: #086dff; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.bonus-item h3 { min-height: 2.4em; margin: 11px 0 8px; font-size: clamp(19px, 1.35vw, 23px); line-height: 1.2; }
.bonus-item p { margin: 0; color: #4e5d73; font-size: 16px; line-height: 1.45; }
.bonus-cta { margin-top: 32px; }

.interlude-section {
  padding: 76px 0;
  background: #e9f4ff;
  color: #081833;
}
.interlude-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; gap: clamp(32px, 5vw, 80px); }
.interlude-inner p { margin: 0; font-size: clamp(30px, 3.2vw, 50px); line-height: 1.12; font-weight: 900; }
.interlude-inner strong { color: #075df6; }
.interlude-photo { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 55% center; border-radius: 5px; }

.section-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  min-width: 260px;
  padding: 19px 23px;
  border-radius: 8px;
  background: #0876ff;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(0, 83, 220, .2);
  transition: background .2s ease, transform .2s ease;
}

.section-cta:hover { background: #0059d6; transform: translateY(-2px); }
.section-cta:focus-visible, .cta:focus-visible { outline: 3px solid #59baff; outline-offset: 4px; }
.section-cta span { font-size: 28px; line-height: .7; }
.section-cta-wide { min-height: 72px; margin-top: 48px; padding: 18px 28px; font-size: 21px; }
.interlude-inner .section-cta-wide { margin-top: 30px; }

.about-section { padding: 112px 0 118px; background: #fff; }
.about-section .section-kicker { color: var(--blue); }
.about-heading {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  gap: clamp(50px, 8vw, 140px);
  align-items: stretch;
}
.about-intro,
.about-story { display: flex; flex-direction: column; }
.about-section h2 { max-width: 650px; }
.about-section h2 span { color: var(--blue); }
.about-photo {
  display: block;
  width: 100%;
  flex: 1 1 auto;
  aspect-ratio: 16 / 10;
  margin-top: 42px;
  object-fit: cover;
  object-position: center 70%;
  background: #eef6ff;
  border-radius: 6px;
}
.about-story { justify-content: space-between; }
.about-story p {
  max-width: 59ch;
  margin: 0;
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.55;
}
.facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 72px;
}
.facts div { display: flex; flex-direction: column; gap: 8px; min-height: 142px; padding: 24px; border: 1px solid #d6e5f8; border-radius: 6px; background: #fafdff; }
.facts strong { color: #096ff4; font-size: clamp(25px, 2.3vw, 34px); }
.facts span { max-width: 28ch; font-size: 17px; line-height: 1.4; }
.facts a { color: #096ff4; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.about-section > .section-inner > .section-cta { margin-top: 38px; }
.proof-section { padding: 88px 0 112px; background: #f5faff; }
.student-outcomes { margin: 0 0 42px; }
.student-outcomes h3 { margin: 0 0 26px; font-size: clamp(26px, 2.6vw, 38px); }
.outcomes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.student-outcome { display: flex; align-items: center; gap: 17px; min-width: 0; padding-top: 20px; border-top: 1px solid #d6e5f8; }
.student-outcome img { display: block; width: 76px; height: 76px; flex: 0 0 76px; border: 3px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px #cfe2fa; }
.student-outcome div { min-width: 0; }
.outcomes-grid strong { display: block; margin-bottom: 7px; color: #096ff4; font-size: clamp(29px, 2.7vw, 41px); }
.outcomes-grid span { display: block; max-width: 35ch; font-size: 17px; line-height: 1.45; }
.light-cta { min-width: 280px; }
.receipts { margin: 82px 0 44px; }
.receipts-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.receipts h3 { margin: 0; font-size: clamp(26px, 2.6vw, 38px); }
.receipts-heading span { color: #62738b; font-size: 15px; }
.receipts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.receipts-grid figure {
  display: flex;
  min-width: 0;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d6e5f8;
  border-radius: 5px;
  background: #fff;
  color: #081833;
}
.receipt-shot { position: relative; height: 220px; overflow: hidden; background: #fff; }
.receipt-shot img {
  position: absolute;
  top: var(--receipt-top, 0px);
  left: 50%;
  display: block;
  width: auto;
  max-width: none;
  height: 460px;
  transform: translateX(-50%);
}
.receipt-shot--20k { --receipt-top: -125px; }
.receipt-shot--5k,
.receipt-shot--3k { --receipt-top: -116px; }
.receipt-shot--40k { --receipt-top: -120px; }
.receipt-shot--12k { --receipt-top: -145px; }
.receipt-shot::before,
.receipt-shot::after {
  content: "";
  position: absolute;
  display: none;
  height: 25px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .7);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.receipt-shot--10k::before { display: block; top: 52px; left: calc(50% - 132px); width: 154px; }
.receipt-shot--10k::after { display: block; top: 94px; left: calc(50% - 132px); width: 138px; }
.receipt-shot--5k::after,
.receipt-shot--3k::after { display: block; top: 145px; left: calc(50% - 72px); width: 144px; }
.receipt-shot--40k::after { display: block; top: 48px; left: calc(50% - 70px); width: 140px; }
.receipts-grid figcaption { display: block; padding: 13px 15px; border-top: 1px solid #e4eefb; font-size: 17px; font-weight: 800; }

.faq-section { padding: 110px 0 120px; background: #eef6ff; }
.faq-section .section-kicker { color: #096ff4; }
.faq-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1fr); gap: clamp(60px, 8vw, 130px); }
.faq-intro { position: sticky; top: 40px; align-self: start; }
.faq-intro .section-cta { margin-top: 44px; }
.faq-section h2 { font-size: clamp(37px, 3.7vw, 58px); }
.faq-section h2 span { color: #096ff4; }
.faq-list { border-top: 1px solid #bcd7f6; }
.faq-list details { border-bottom: 1px solid #bcd7f6; }
.faq-list summary {
  position: relative;
  padding: 25px 44px 25px 0;
  cursor: pointer;
  list-style: none;
  font-size: clamp(19px, 1.65vw, 24px);
  font-weight: 800;
  line-height: 1.25;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "⌄"; position: absolute; right: 3px; top: 15px; color: #096ff4; font-size: 31px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(180deg); }
.faq-list summary:focus-visible { outline: 3px solid #096ff4; outline-offset: 3px; }
.faq-list p { max-width: 58ch; margin: -4px 0 26px; color: #31445c; font-size: 18px; line-height: 1.55; }
.faq-bottom-cta { display: none; }

.final-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 96px;
  background: #fff;
}
.final-section::before {
  content: "";
  display: block;
  height: 8px;
  background: linear-gradient(90deg, #00b7ff, #086dff 52%, #073eae);
}
.final-prelude {
  display: flex;
  align-items: baseline;
  gap: 32px;
  padding: 36px 0 28px;
  border-bottom: 1px solid #bed9f7;
}
.final-prelude > span {
  flex: 0 0 auto;
  color: #086dff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.final-prelude p {
  margin: 0;
  color: #10172d;
  font-size: clamp(21px, 2vw, 31px);
  line-height: 1.18;
  font-weight: 800;
}
.final-prelude strong { color: #086dff; }
.final-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  align-items: stretch;
  gap: clamp(34px, 4vw, 72px);
  padding-top: 48px;
}
.final-content { position: relative; z-index: 1; }
.final-event {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #cde2ff;
  border-radius: 8px;
  color: #0a3e9d;
  background: #f6faff;
  font-size: 17px;
}
.final-event img { width: 25px; height: 25px; flex: 0 0 auto; }
.final-section h2 {
  max-width: 13ch;
  margin: 28px 0 20px;
  color: #10172d;
  font-size: clamp(43px, 4.1vw, 68px);
  line-height: 1.03;
}
.final-section h2 span { color: #086dff; }
.final-lead {
  max-width: 40ch;
  margin: 0;
  color: #27354f;
  font-size: clamp(19px, 1.42vw, 23px);
  line-height: 1.36;
}
.final-steps { margin: 34px 0 0; padding: 0; list-style: none; }
.final-steps li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 12px 0;
  border-top: 1px solid #d4e5fa;
}
.final-steps li:last-child { border-bottom: 1px solid #d4e5fa; }
.final-steps strong { color: #086dff; font-size: 17px; }
.final-steps span { color: #182743; font-size: clamp(17px, 1.2vw, 20px); line-height: 1.35; }
.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 82px;
  margin-top: 30px;
  padding: 12px 18px 12px 28px;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(100deg, #009ef5, #075af1);
  box-shadow: 0 17px 34px rgba(0, 101, 231, .25);
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(21px, 1.8vw, 29px);
  font-weight: 900;
  line-height: 1.05;
}
.final-cta:hover { background: linear-gradient(100deg, #008be0, #034fdc); }
.final-cta:focus-visible { outline: 3px solid #003a9a; outline-offset: 4px; }
.final-note { margin: 14px 0 0; color: #64728d; font-size: 16px; text-align: center; }
.final-visual {
  min-height: 660px;
  background: url("./assets/final-vlad-cutout-web.avif") center top / 100% auto no-repeat;
}
.site-footer { padding: 42px 0; background: #091220; color: #c1cde0; font-size: 14px; line-height: 1.45; }
.site-footer .section-inner { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 32px; }
.site-footer strong { display: block; margin-bottom: 10px; color: #fff; font-size: 16px; }
.site-footer span, .site-footer a { display: block; }
.site-footer a { width: fit-content; color: #c1cde0; text-underline-offset: 3px; }
.site-footer a:hover { color: #fff; }
.mobile-sticky { display: none; }

@media (max-width: 900px) {
  .value-columns, .about-heading, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .bonus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .interlude-inner { grid-template-columns: 1fr; gap: 28px; }
  .faq-intro { position: static; }
  .about-photo { flex: none; }
  .about-story { display: block; }
  .about-story p + p { margin-top: 20px; }
  .final-layout { display: block; }
  .final-visual { display: none; }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 800px) {
  .landing {
    display: block;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 0;
  }

  .hero-visual {
    display: none;
  }

  .content {
    display: block;
    padding: 20px 18px 34px;
  }

  .date-badge {
    max-width: 100%;
    margin: 0 0 22px;
    gap: 10px;
    font-size: 13px;
    padding: 11px 13px;
    border-radius: 14px;
  }

  .date-icon {
    width: 28px;
    height: 28px;
  }

  h1 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.02;
  }

  .subtitle {
    margin: 0 0 20px;
    font-size: 19px;
    line-height: 1.3;
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 0 20px;
  }

  .features article {
    min-height: 106px;
    padding: 16px;
  }

  .feature-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
  }

  .features p {
    font-size: 15px;
  }

  .promise {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.13;
  }

  .cta {
    min-height: 72px;
    padding: 14px 13px 14px 18px;
    justify-content: space-between;
    gap: 12px;
    font-size: 20px;
    line-height: 1.1;
  }

  .arrow {
    width: 44px;
    height: 44px;
  }

  .note {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.3;
  }

  .takeaways {
    padding: 52px 18px 68px;
  }

  .takeaways h2 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.1;
  }

  .takeaways-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .takeaway { padding-top: 10px; }

  .takeaway-number {
    margin-bottom: 12px;
    font-size: 76px;
  }

  .takeaway h3 {
    min-height: 0;
    margin-bottom: 12px;
    font-size: 23px;
  }

  .takeaway p {
    font-size: 17px;
    line-height: 1.55;
  }

  .section-inner { width: auto; margin-inline: 18px; }
  .section-kicker { margin-bottom: 14px; font-size: 12px; }
  .value-section { padding: 70px 0 78px; }
  .value-section h2, .about-section h2, .faq-section h2, .final-section h2 { font-size: clamp(34px, 9vw, 46px); }
  .value-section h2 { margin-bottom: 40px; }
  .value-columns { gap: 34px; }
  .value-column h3 { font-size: 24px; }
  .value-column li { padding: 18px 0 18px 42px; min-height: 0; font-size: 18px; }
  .bonus-section { padding: 58px 0 66px; }
  .bonus-section h2 { font-size: 34px; }
  .bonus-grid { grid-template-columns: 1fr; gap: 14px; }
  .bonus-item img { aspect-ratio: 16 / 9; }
  .bonus-item div { padding: 18px; }
  .bonus-item h3 { min-height: 0; font-size: 22px; }
  .value-column li::before { top: 19px; font-size: 15px; }
  .section-cta { width: 100%; min-width: 0; font-size: 17px; }
  .section-cta-wide { margin-top: 34px; }
  .interlude-section { padding: 58px 0; }
  .interlude-inner p { font-size: 30px; }
  .interlude-photo { aspect-ratio: 16 / 10; }
  .about-section { padding: 74px 0 82px; }
  .about-heading { gap: 25px; }
  .about-photo { margin-top: 25px; }
  .about-story p { font-size: 17px; }
  .facts { grid-template-columns: 1fr; gap: 14px; margin-top: 40px; }
  .facts div { min-height: 0; padding: 20px; }
  .facts strong { font-size: 27px; }
  .proof-section { padding: 64px 0 78px; }
  .student-outcomes { margin: 0 0 34px; }
  .outcomes-grid { grid-template-columns: 1fr; gap: 25px; }
  .receipts { margin: 54px 0 34px; }
  .receipts-heading { display: block; }
  .receipts-heading span { display: block; margin-top: 8px; }
  .receipts-grid { display: flex; gap: 12px; overflow-x: auto; padding: 3px 3px 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .receipts-grid::-webkit-scrollbar { display: none; }
  .receipts-grid figure { flex: 0 0 290px; scroll-snap-align: start; }
  .faq-section { padding: 75px 0 85px; }
  .faq-layout { gap: 32px; }
  .faq-intro .section-cta { display: none; }
  .faq-bottom-cta { display: inline-flex; }
  .faq-list summary { font-size: 19px; padding: 21px 35px 21px 0; }
  .faq-list p { font-size: 17px; }
  .final-section { padding-bottom: 88px; }
  .final-prelude { display: block; padding: 26px 0 22px; }
  .final-prelude p { margin-top: 10px; font-size: 22px; }
  .final-layout { padding-top: 32px; }
  .final-event { font-size: 14px; }
  .final-section h2 { max-width: 15ch; margin: 24px 0 18px; font-size: clamp(37px, 9vw, 48px); }
  .final-lead { font-size: 18px; }
  .final-steps { margin-top: 28px; }
  .final-steps span { font-size: 17px; }
  .final-cta { min-height: 76px; padding-left: 20px; font-size: 22px; }
  .site-footer .section-inner { grid-template-columns: 1fr; gap: 24px; }
  .mobile-sticky {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 78px;
    padding: 10px 14px max(10px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .97);
    border-top: 1px solid #d6e5f8;
    box-shadow: 0 -8px 30px rgba(8, 39, 94, .1);
  }
  .mobile-sticky > span { flex: 0 0 98px; color: #0e306c; font-size: 14px; line-height: 1.15; font-weight: 800; }
  .mobile-sticky [data-event-day] { display: block; text-transform: capitalize; }
  .mobile-sticky a { display: flex; align-items: center; justify-content: center; flex: 1; min-height: 54px; padding: 8px 10px; border-radius: 8px; background: #0876ff; color: #fff; text-align: center; text-decoration: none; font-size: 14px; line-height: 1.15; font-weight: 800; }
  .mobile-sticky a:focus-visible { outline: 3px solid #003a9a; outline-offset: 2px; }
  .site-footer { padding-bottom: 110px; }
}
