:root {
  --ink: #0b0b0b;
  --muted: #5f5850;
  --red: #8b0000;
  --gold: #c9a24d;
  --champagne: #f6e7c8;
  --ivory: #f8f3ea;
  --shadow: 0 22px 60px rgba(11, 11, 11, 0.08);
  --shadow-soft: 0 10px 28px rgba(11, 11, 11, 0.055);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 0 28%, rgba(201, 162, 77, 0.08), transparent 24%),
    radial-gradient(circle at 100% 22%, rgba(201, 162, 77, 0.08), transparent 24%),
    linear-gradient(180deg, #fff 0%, var(--ivory) 62%, #fff 100%);
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(201, 162, 77, 0.18) 1px, transparent 1px);
  background-size: 100% 220px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 68%);
}

a { color: inherit; }

.page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 0 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
}

.topbar::after {
  content: "✦";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 22px;
  background: linear-gradient(90deg, var(--gold) 0 45%, transparent 45% 55%, var(--gold) 55% 100%);
  background-size: 100% 1px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: #fff;
  border-radius: 50%;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  box-shadow: 0 10px 28px rgba(201, 162, 77, 0.14);
}

.brand strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: lowercase;
}

.nav {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  gap: 24px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
}

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

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, #8b0000, #b00000);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(139, 0, 0, 0.16);
}

.hero {
  position: relative;
  margin-top: 34px;
  padding: 62px 46px;
  overflow: hidden;
  text-align: center;
  background: transparent;
  border-radius: 8px;
  border: 0;
  box-shadow: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: -82px;
  top: -92px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(201, 162, 77, 0.28),
    0 0 0 38px rgba(201, 162, 77, 0.035),
    0 0 0 76px rgba(201, 162, 77, 0.026),
    inset 0 0 0 68px rgba(201, 162, 77, 0.035);
}

.hero::before {
  content: "";
  position: absolute;
  left: -110px;
  top: 118px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(201, 162, 77, 0.26),
    0 0 0 34px rgba(201, 162, 77, 0.035),
    0 0 0 72px rgba(201, 162, 77, 0.026),
    inset 0 0 0 58px rgba(201, 162, 77, 0.035);
}

.expert-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: 34px;
  text-align: left;
}

.expert-hero h1,
.expert-hero .lead {
  margin-left: 0;
  margin-right: 0;
}

.expert-copy {
  position: relative;
  z-index: 1;
}

.expert-portrait {
  position: relative;
  z-index: 1;
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(11, 11, 11, 0.09);
}

.expert-portrait::before {
  content: none;
}

.expert-portrait::after {
  content: "";
  position: absolute;
  right: -58px;
  top: -58px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(201, 162, 77, 0.4),
    0 0 0 28px rgba(201, 162, 77, 0.06),
    inset 0 0 0 42px rgba(201, 162, 77, 0.05);
}

.expert-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 55% 42%;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

h1 {
  max-width: 820px;
  margin-inline: auto;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.96;
}

h2 {
  font-size: 38px;
  line-height: 1;
}

.lead {
  max-width: 680px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 17px;
}

.section {
  margin-top: 28px;
  padding: 28px;
  background: transparent;
  border-radius: 8px;
  border: 0;
  box-shadow: none;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 24px;
  padding-top: 10px;
  background: linear-gradient(90deg, var(--gold), transparent 40%, transparent 60%, var(--gold));
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: center top;
}

.section-head p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

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

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

.grid + .grid {
  margin-top: 12px;
}

.card {
  position: relative;
  padding: 22px;
  background: transparent;
  border: 0;
  border-radius: 8px;
}

.card::before {
  content: none;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.2;
}

.card p,
.card li {
  color: var(--muted);
  font-size: 14px;
}

.card p {
  margin: 0 0 10px;
}

.card p:last-child {
  margin-bottom: 0;
}

.card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}

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

.metric {
  padding: 12px;
  background: transparent;
  border: 0;
  border-radius: 8px;
}

.metric strong {
  display: block;
  color: var(--red);
  font-size: 23px;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 14px;
  padding: 0 16px;
  color: #fff;
  background: linear-gradient(135deg, #8b0000, #b00000);
  border-radius: 5px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(139, 0, 0, 0.14);
}

.text-link {
  color: var(--red);
  font-weight: 900;
  text-decoration: none;
}

.legal {
  color: var(--muted);
  font-size: 12px;
}

.site-footer {
  margin-top: 34px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 20%, rgba(246, 231, 200, 0.14), transparent 22%),
    radial-gradient(circle at 92% 35%, rgba(246, 231, 200, 0.14), transparent 22%),
    linear-gradient(135deg, #7d0000, #a40000);
  border-radius: 8px 8px 0 0;
  box-shadow: 0 22px 60px rgba(139, 0, 0, 0.16);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) minmax(260px, 1.2fr);
  gap: 18px;
}

.site-footer h3 {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.site-footer p {
  margin: 0 0 7px;
}

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

.footer-links a {
  text-decoration: none;
}

.footer-bottom {
  margin-top: 16px;
  padding-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(246, 231, 200, 0.28);
  font-size: 12px;
}

.document-body {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.document-body .card {
  background: transparent;
  width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.document-body h2 {
  margin-bottom: 12px;
}

@media (max-width: 860px) {
  .topbar,
  .section-head {
    display: grid;
  }

  .brand {
    min-width: 0;
  }

  .nav {
    justify-content: start;
    flex-wrap: wrap;
    gap: 14px;
  }

  .nav-cta {
    width: fit-content;
  }

  .hero {
    padding: 28px;
  }

  .expert-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .expert-hero h1,
  .expert-hero .lead {
    margin-left: auto;
    margin-right: auto;
  }

  .expert-portrait {
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .hero::before,
  .hero::after {
    opacity: 0.45;
  }

  .grid,
  .grid.two,
  .metrics,
  .footer-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .page {
    width: calc(100% - 24px);
    max-width: 1120px;
    padding-top: 12px;
  }

  .brand small {
    letter-spacing: 0.18em;
  }

  .hero,
  .section {
    padding: 18px;
  }
}

/* Education landing */
.education-page {
  margin-top: 0;
  color: var(--ink);
}

.education-page h1,
.education-page h2,
.education-page h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.education-page h2 {
  margin: 0;
  font-size: 52px;
}

.education-page h3 {
  margin: 0;
  font-size: 27px;
}

.edu-hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 82px 7% 70px;
  background: #fff;
}

.edu-hero::before,
.edu-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(201, 162, 77, 0.32);
  border-radius: 50%;
  pointer-events: none;
}

.edu-hero::before {
  width: 390px;
  height: 390px;
  right: -165px;
  top: 70px;
}

.edu-hero::after {
  width: 250px;
  height: 250px;
  right: -95px;
  top: 140px;
}

.edu-hero-copy {
  position: relative;
  z-index: 2;
  width: min(860px, 88%);
}

.edu-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.edu-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.edu-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: 68px;
}

.edu-hero h1 em {
  color: var(--red);
  font-style: normal;
}

.edu-lead {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.edu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.edu-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--red);
  border-radius: 6px;
  color: #fff;
  background: var(--red);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.edu-button:hover {
  transform: translateY(-2px);
  background: #a00000;
}

.edu-button-light {
  color: var(--red);
  background: transparent;
}

.edu-button-light:hover {
  color: #fff;
}

.edu-digits {
  position: absolute;
  right: 4%;
  bottom: 90px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: rgba(201, 162, 77, 0.16);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 150px;
  line-height: 0.72;
  pointer-events: none;
}

.edu-digits span:nth-child(2),
.edu-digits span:nth-child(4) {
  transform: translateY(-44px);
}

.edu-stats {
  width: min(840px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 52px;
}

.edu-stats div {
  min-width: 0;
  padding: 0 22px;
  border-left: 1px solid rgba(201, 162, 77, 0.45);
}

.edu-stats div:first-child {
  padding-left: 0;
  border-left: 0;
}

.edu-stats strong,
.edu-proof strong {
  display: block;
  color: var(--red);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.edu-stats span,
.edu-proof span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.edu-band {
  padding: 92px 7%;
  background: #fff;
}

.edu-band-alt {
  background: var(--ivory);
}

.edu-heading {
  width: min(760px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.education-page .eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.edu-heading > p:last-child {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--muted);
}

.edu-compare,
.edu-doubts,
.edu-reviews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.edu-card,
.edu-price-card {
  min-width: 0;
  padding: 32px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.edu-card-muted {
  color: #555;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: none;
}

.edu-card-accent {
  color: #fff;
  background: var(--red);
}

.edu-card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.edu-card-title > span {
  color: var(--gold);
  font-size: 26px;
}

.edu-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.edu-list li {
  position: relative;
  padding-left: 24px;
}

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

.edu-list-muted li::before {
  content: "×";
  color: #aaa;
}

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

.edu-number,
.edu-outcomes article > span,
.edu-guarantees div > span {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  line-height: 1;
}

.edu-audience p,
.edu-outcomes p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.edu-subheading {
  margin: 58px 0 26px;
  text-align: center;
}

.edu-subheading h3 {
  font-size: 36px;
}

.edu-doubts > div {
  min-width: 0;
  display: flex;
  gap: 18px;
  padding: 22px;
  background: var(--ivory);
  border-radius: 6px;
}

.edu-doubts > div > span {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-weight: 800;
}

.edu-doubts p {
  margin: 0;
  color: var(--muted);
}

.edu-doubts strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
}

.edu-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.edu-chips span {
  padding: 8px 14px;
  border-radius: 4px;
  color: var(--red);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}

.edu-note {
  width: fit-content;
  max-width: 100%;
  margin: 22px auto 42px;
  color: var(--muted);
  text-align: center;
}

.edu-modules {
  display: grid;
  gap: 18px;
}

.edu-module {
  min-width: 0;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 32px;
  padding: 38px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.edu-module-num {
  color: var(--red);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 66px;
  line-height: 0.9;
}

.edu-module p {
  max-width: 820px;
  color: var(--muted);
}

.edu-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.edu-topic-grid li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}

.edu-topic-grid li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.edu-outcomes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.edu-outcomes article {
  min-width: 0;
  padding: 24px 16px;
}

.edu-outcomes h3 {
  font-size: 24px;
}

.edu-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 52px;
  padding: 34px 0;
  color: #fff;
  background: var(--red);
  border-radius: 8px;
}

.edu-proof div {
  min-width: 0;
  padding: 0 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.edu-proof div:first-child {
  border-left: 0;
}

.edu-proof strong,
.edu-proof span {
  color: #fff;
}

.edu-expert {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 64px;
}

.edu-expert figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.edu-expert img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  object-position: 52% center;
}

.edu-expert h3 {
  margin-top: 18px;
  color: var(--red);
  font-size: 32px;
}

.edu-expert-role {
  margin: 7px 0 26px;
  color: var(--gold);
  font-weight: 700;
}

.edu-expert p:not(.eyebrow):not(.edu-expert-role) {
  color: var(--muted);
}

.edu-text-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--red);
  font-weight: 800;
}

.edu-reviews .edu-card {
  display: grid;
  align-content: start;
}

.edu-quote {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
}

.edu-reviews .edu-card > span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.edu-review-note {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.edu-pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.edu-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.edu-price-card h3 {
  margin-top: 8px;
  font-size: 34px;
}

.edu-plan-for {
  min-height: 42px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.edu-price {
  margin: 18px 0 8px;
  color: var(--red);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
}

.edu-price-card > p:nth-of-type(3) {
  min-height: 48px;
  color: var(--muted);
  font-size: 14px;
}

.edu-price-card .edu-list {
  flex: 1;
  margin-bottom: 28px;
}

.edu-price-popular {
  color: #fff;
  background: var(--red);
}

.edu-price-popular .edu-plan-for,
.edu-price-popular > p:nth-of-type(3),
.edu-price-popular .edu-price {
  color: #fff;
}

.edu-price-popular .edu-button {
  color: var(--red);
  background: #fff;
  border-color: #fff;
}

.edu-popular {
  position: absolute;
  top: 0;
  right: 22px;
  padding: 7px 12px;
  color: var(--red);
  background: var(--champagne);
  border-radius: 0 0 6px 6px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.edu-installment {
  margin: 28px 0 0;
  color: var(--muted);
  text-align: center;
}

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

.edu-guarantees div {
  min-width: 0;
  padding: 18px 0;
}

.edu-guarantees p {
  margin: 0;
  color: var(--muted);
}

.edu-cta {
  padding: 92px 8%;
  color: #fff;
  background: var(--red);
  text-align: center;
}

.edu-cta .eyebrow {
  color: var(--champagne);
}

.edu-cta h2 {
  max-width: 760px;
  margin: 0 auto;
}

.edu-cta > p:not(.eyebrow) {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.8);
}

.edu-cta .edu-actions {
  justify-content: center;
}

.edu-button-white {
  color: var(--red);
  background: #fff;
  border-color: #fff;
}

.edu-button-outline-white {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.65);
}

.edu-faq {
  width: min(860px, 100%);
  margin: 0 auto;
}

.edu-faq details {
  padding: 22px 0;
  border-bottom: 1px solid rgba(201, 162, 77, 0.42);
}

.edu-faq summary {
  position: relative;
  padding-right: 38px;
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  list-style: none;
}

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

.edu-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  color: var(--red);
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  transform: translateY(-50%);
}

.edu-faq details[open] summary::after {
  content: "−";
}

.edu-faq details p {
  margin: 16px 42px 0 0;
  color: var(--muted);
}

.edu-sticky-cta {
  display: none;
}

@media (max-width: 1020px) {
  .edu-hero h1 {
    font-size: 56px;
  }

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

  .edu-pricing {
    grid-template-columns: 1fr;
  }

  .edu-plan-for,
  .edu-price-card > p:nth-of-type(3) {
    min-height: 0;
  }

  .edu-price-popular {
    order: -1;
  }
}

@media (max-width: 860px) {
  .education-page h2 {
    font-size: 43px;
  }

  .edu-hero {
    min-height: 0;
    padding: 62px 28px 48px;
  }

  .edu-hero-copy {
    width: 100%;
  }

  .edu-hero h1 {
    font-size: 48px;
  }

  .edu-digits {
    right: -20px;
    bottom: 40px;
    font-size: 92px;
  }

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

  .edu-stats div,
  .edu-proof div {
    padding: 18px;
    border-left: 0;
  }

  .edu-band,
  .edu-cta {
    padding: 70px 28px;
  }

  .edu-compare,
  .edu-doubts,
  .edu-reviews,
  .edu-expert {
    grid-template-columns: 1fr;
  }

  .edu-module {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 20px;
    padding: 28px;
  }

  .edu-module-num {
    font-size: 52px;
  }

  .edu-expert figure {
    width: min(480px, 100%);
    margin: 0 auto;
  }

  .edu-sticky-cta {
    position: fixed;
    z-index: 20;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 6px;
    color: #fff;
    background: var(--red);
    box-shadow: 0 8px 24px rgba(139, 0, 0, 0.28);
    font-weight: 800;
    text-decoration: none;
  }
}

@media (max-width: 560px) {
  .education-page h2 {
    font-size: 38px;
  }

  .edu-hero {
    padding: 48px 18px 38px;
  }

  .edu-hero::before,
  .edu-hero::after {
    display: none;
  }

  .edu-hero h1 {
    font-size: 42px;
  }

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

  .edu-actions,
  .edu-actions .edu-button {
    width: 100%;
  }

  .edu-digits {
    display: none;
  }

  .edu-stats {
    grid-template-columns: 1fr 1fr;
    margin-top: 34px;
  }

  .edu-stats strong,
  .edu-proof strong {
    font-size: 28px;
  }

  .edu-band,
  .edu-cta {
    padding: 54px 18px;
  }

  .edu-heading {
    margin-bottom: 34px;
  }

  .edu-card,
  .edu-price-card {
    padding: 24px 20px;
  }

  .edu-audience,
  .edu-outcomes,
  .edu-doubts,
  .edu-proof,
  .edu-guarantees {
    grid-template-columns: 1fr;
  }

  .edu-module {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .edu-topic-grid {
    grid-template-columns: 1fr;
  }

  .edu-proof div {
    padding: 14px 20px;
  }

  .edu-expert {
    gap: 34px;
  }

  .edu-expert h3 {
    font-size: 28px;
  }

  .edu-price {
    font-size: 40px;
  }

  .edu-faq summary {
    font-size: 22px;
  }
}

/* Number selection landing */
.selection-page {
  color: var(--ink);
  background: #fff;
}

.selection-page h1,
.selection-page h2,
.selection-page h3 {
  margin-top: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.selection-page h2 {
  margin-bottom: 0;
  font-size: 52px;
}

.selection-page h3 {
  font-size: 28px;
}

.pick-hero {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 86px 7%;
  text-align: center;
  background: #fff;
}

.pick-hero-copy {
  position: relative;
  z-index: 2;
  width: min(880px, 100%);
}

.pick-badge {
  display: inline-flex;
  gap: 8px;
  margin: 0 0 24px;
  padding: 8px 14px;
  color: var(--red);
  background: var(--ivory);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
}

.pick-badge span {
  color: var(--gold);
}

.pick-hero h1 {
  margin: 0;
  font-size: 74px;
}

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

.pick-hero-copy > p:not(.pick-badge) {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 19px;
}

.pick-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.pick-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--red);
  border-radius: 6px;
  color: #fff;
  background: var(--red);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.pick-button:hover {
  transform: translateY(-2px);
  background: #a00000;
}

.pick-button-light {
  color: var(--red);
  background: transparent;
}

.pick-button-light:hover {
  color: #fff;
}

.pick-orbits span {
  position: absolute;
  border: 1px solid rgba(201, 162, 77, 0.32);
  border-radius: 50%;
  pointer-events: none;
}

.pick-orbits span:nth-child(1) {
  width: 420px;
  height: 420px;
  left: -255px;
  top: 105px;
}

.pick-orbits span:nth-child(2) {
  width: 300px;
  height: 300px;
  left: -195px;
  top: 165px;
}

.pick-orbits span:nth-child(3) {
  width: 470px;
  height: 470px;
  right: -300px;
  bottom: -100px;
}

.pick-band {
  padding: 92px 7%;
  background: #fff;
}

.pick-band-alt {
  background: var(--ivory);
}

.pick-heading {
  width: min(760px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.pick-heading .eyebrow,
.pick-cta .eyebrow {
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.pick-heading > p:last-child {
  max-width: 650px;
  margin: 18px auto 0;
  color: var(--muted);
}

.pick-signals {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pick-signals > div {
  min-width: 0;
  padding: 26px 20px;
  background: var(--ivory);
  border-radius: 6px;
}

.pick-signals span,
.pick-process article > span {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  line-height: 1;
}

.pick-signals p {
  margin: 0;
  font-weight: 700;
}

.pick-center {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

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

.pick-approach article {
  min-width: 0;
  padding: 28px 22px;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.pick-approach article > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 24px;
}

.pick-approach h3 {
  margin-bottom: 10px;
}

.pick-approach p,
.pick-process p,
.pick-goals p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.pick-formula {
  position: relative;
  overflow: hidden;
}

.pick-equation {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1.1fr;
  align-items: stretch;
  gap: 12px;
}

.pick-equation > div {
  min-width: 0;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
  background: var(--ivory);
}

.pick-equation > b {
  align-self: center;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 40px;
  font-weight: 500;
}

.pick-equation strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
}

.pick-equation div > span {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
}

.pick-equation small {
  color: var(--muted);
}

.pick-equation .pick-result {
  color: #fff;
  background: var(--red);
}

.pick-equation .pick-result > span {
  color: var(--champagne);
}

.pick-formula-note {
  width: min(760px, 100%);
  margin: 34px auto 0;
  color: var(--muted);
  text-align: center;
}

.pick-process {
  width: min(920px, 100%);
  display: grid;
  gap: 0;
  margin: 0 auto;
}

.pick-process article {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 26px;
  padding: 26px 0;
}

.pick-process article:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 43px;
  top: 78px;
  bottom: -4px;
  width: 1px;
  background: rgba(201, 162, 77, 0.45);
}

.pick-process article > span {
  width: 86px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--red);
  background: #fff;
  border-radius: 6px;
  font-size: 32px;
  box-shadow: var(--shadow-soft);
}

.pick-process h3 {
  margin-bottom: 8px;
}

.pick-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.pick-service article {
  min-width: 0;
  padding: 34px;
  border-radius: 8px;
  background: var(--ivory);
}

.pick-service ul {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.pick-service li {
  position: relative;
  padding-left: 24px;
}

.pick-service li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 800;
}

.pick-service-symbol {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 64px;
  text-align: center;
}

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

.pick-goals a {
  min-width: 0;
  display: block;
  padding: 28px 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.pick-goals a:hover {
  transform: translateY(-3px);
  background: #fffaf2;
}

.pick-goals span {
  display: block;
  margin-bottom: 26px;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  line-height: 1;
}

.pick-goals h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.pick-faq {
  width: min(860px, 100%);
  margin: 0 auto;
}

.pick-faq details {
  padding: 22px 0;
  border-bottom: 1px solid rgba(201, 162, 77, 0.42);
}

.pick-faq summary {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  list-style: none;
}

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

.pick-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  color: var(--red);
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  transform: translateY(-50%);
}

.pick-faq details[open] summary::after {
  content: "−";
}

.pick-faq p {
  margin: 16px 42px 0 0;
  color: var(--muted);
}

.pick-cta {
  padding: 92px 8%;
  color: #fff;
  background: var(--red);
  text-align: center;
}

.pick-cta .eyebrow {
  color: var(--champagne);
}

.pick-cta h2 {
  max-width: 740px;
  margin: 0 auto;
}

.pick-cta > p:not(.eyebrow) {
  margin: 18px 0 28px;
  color: rgba(255, 255, 255, 0.8);
}

.pick-button-white {
  color: var(--red);
  background: #fff;
  border-color: #fff;
}

.pick-sticky {
  display: none;
}

@media (max-width: 1020px) {
  .pick-hero h1 {
    font-size: 62px;
  }

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

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

  .pick-equation {
    grid-template-columns: 1fr 34px 1fr;
  }

  .pick-equation > b:nth-of-type(2) {
    display: none;
  }

  .pick-equation .pick-result {
    grid-column: 3;
  }
}

@media (max-width: 860px) {
  .selection-page h2 {
    font-size: 43px;
  }

  .pick-hero {
    min-height: 620px;
    padding: 70px 28px;
  }

  .pick-hero h1 {
    font-size: 52px;
  }

  .pick-band,
  .pick-cta {
    padding: 70px 28px;
  }

  .pick-service {
    grid-template-columns: 1fr;
  }

  .pick-service-symbol {
    font-size: 44px;
  }

  .pick-sticky {
    position: fixed;
    z-index: 20;
    right: 16px;
    bottom: 16px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 6px;
    color: #fff;
    background: var(--red);
    box-shadow: 0 8px 24px rgba(139, 0, 0, 0.28);
    font-weight: 800;
    text-decoration: none;
  }
}

@media (max-width: 560px) {
  .selection-page h2 {
    font-size: 38px;
  }

  .pick-hero {
    min-height: 0;
    padding: 54px 18px;
  }

  .pick-hero h1 {
    font-size: 44px;
  }

  .pick-hero-copy > p:not(.pick-badge) {
    font-size: 16px;
  }

  .pick-badge {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pick-actions,
  .pick-actions .pick-button,
  .pick-center .pick-button {
    width: 100%;
  }

  .pick-orbits {
    display: none;
  }

  .pick-band,
  .pick-cta {
    padding: 54px 18px;
  }

  .pick-heading {
    margin-bottom: 34px;
  }

  .pick-signals,
  .pick-approach,
  .pick-goals,
  .pick-equation {
    grid-template-columns: 1fr;
  }

  .pick-equation > b {
    display: block;
    margin: -4px 0;
    text-align: center;
  }

  .pick-equation > b:nth-of-type(2) {
    display: block;
  }

  .pick-equation .pick-result {
    grid-column: auto;
  }

  .pick-process article {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 18px;
  }

  .pick-process article > span {
    width: 62px;
  }

  .pick-process article:not(:last-child)::after {
    left: 30px;
  }

  .pick-service article {
    padding: 26px 20px;
  }

  .pick-faq summary {
    font-size: 22px;
  }
}
