:root {
  --ink: #10201f;
  --muted: #5e6d68;
  --line: #d9e2de;
  --paper: #fbfaf7;
  --mist: #edf5f1;
  --white: #ffffff;
  --teal: #0e5d57;
  --teal-2: #174640;
  --teal-dark: #061f1e;
  --amber: #d1831f;
  --coral: #c85f47;
  --sage: #8eaa91;
  --shadow: 0 26px 80px rgba(8, 34, 31, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.container {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(18px, 4vw, 54px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.scrolled {
  color: var(--ink);
  background: rgba(251, 250, 247, 0.95);
  box-shadow: 0 12px 30px rgba(6, 31, 30, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 188px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.08;
}

.brand small {
  margin-top: 4px;
  font-size: 11px;
  opacity: 0.74;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 30px);
  font-size: 14px;
  font-weight: 800;
}

.desktop-nav a {
  opacity: 0.84;
}

.desktop-nav a:hover {
  opacity: 1;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.header-cta {
  min-height: 42px;
  padding: 0 18px;
  color: var(--white);
  background: var(--amber);
}

.button {
  padding: 0 22px;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--white);
  background: var(--amber);
  box-shadow: 0 14px 32px rgba(142, 78, 13, 0.24);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.button.outline {
  color: var(--teal-dark);
  border-color: var(--line);
  background: var(--white);
}

.button.full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--teal-dark);
}

.hero-image,
.hero-overlay,
.subhero img,
.subhero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image,
.subhero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 22, 21, 0.88) 0%, rgba(5, 35, 33, 0.7) 42%, rgba(5, 35, 33, 0.16) 76%),
    linear-gradient(0deg, rgba(3, 22, 21, 0.54) 0%, rgba(3, 22, 21, 0.08) 52%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(690px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 92px);
  padding-top: 70px;
}

.eyebrow,
.section-kicker,
.tag {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4.1vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.2;
}

.hero-copy,
.subhero-content p,
.large-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

.hero-home h1 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(40px, 5.6vw, 68px);
  line-height: 1.03;
}

.hero-home .hero-copy {
  max-width: 610px;
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 32px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 680px;
  margin: 0;
}

.hero-stats div {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.hero-stats dt {
  font-size: 30px;
  font-weight: 900;
}

.hero-stats dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.trust-strip {
  background: var(--teal-dark);
  color: rgba(255, 255, 255, 0.82);
}

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

.trust-grid span {
  padding: 20px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 14px;
  font-weight: 800;
}

.section {
  padding: clamp(70px, 10vw, 116px) 0;
}

.compact-section {
  padding-top: clamp(46px, 7vw, 80px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.wide {
  max-width: 880px;
}

.section-heading p,
.audience-grid p,
.course-card p,
.arsenal-grid span,
.price-card .muted,
.consultation-preview p,
.question-panel li,
.apply-grid p,
.module-list p,
.service-cards p,
.proof-grid li,
.course-detail > div > p,
.form-note,
.disclaimer {
  color: var(--muted);
  line-height: 1.65;
}

.section-heading.inverse h2,
.section-heading.inverse p {
  color: var(--white);
}

.intro-section {
  background:
    linear-gradient(180deg, var(--paper), #f3f0e9);
}

.audience-grid,
.course-card-grid,
.arsenal-grid,
.pricing-grid,
.steps-grid,
.question-grid,
.service-cards {
  display: grid;
  gap: 18px;
}

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

.audience-grid article,
.steps-grid article,
.price-card,
.question-panel,
.lead-form,
.checkout-card,
.module-list article,
.service-cards article,
.question-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.audience-grid article,
.steps-grid article,
.module-list article,
.service-cards article {
  padding: 24px;
}

.founder-section {
  padding-top: clamp(28px, 5vw, 54px);
  background: linear-gradient(180deg, #f3f0e9, var(--paper));
}

.founder-card {
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.founder-copy h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.founder-copy > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.founder-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.founder-facts article {
  min-height: 142px;
  padding: 16px 16px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
}

.founder-facts strong,
.founder-facts span {
  display: block;
}

.founder-facts strong {
  margin-bottom: 8px;
  color: var(--teal-dark);
  font-size: 20px;
  font-weight: 800;
}

.founder-facts span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
}

.card-icon,
.steps-grid span,
.module-list span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  font-weight: 900;
}

.path-band,
.pricing-band {
  padding: clamp(72px, 9vw, 112px) 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 31, 30, 0.96), rgba(14, 93, 87, 0.88)),
    url("assets/wu-exams.png") center/cover;
}

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

.steps-grid article {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
}

.course-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.course-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(16, 32, 31, 0.08);
}

.course-card.highlighted {
  border-color: rgba(209, 131, 31, 0.55);
  box-shadow: var(--shadow);
}

.course-card img {
  width: 100%;
  aspect-ratio: 2.1 / 1;
  object-fit: cover;
}

.course-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.course-card .tag,
.course-card h3,
.course-card > div > p {
  margin-bottom: 0;
}

.course-card h3 {
  min-height: 74px;
  font-size: 20px;
}

.course-card > div > p:not(.tag) {
  min-height: 116px;
  font-size: 16px;
  line-height: 1.5;
}

.course-meta {
  min-height: 64px;
  align-content: flex-start;
}

.course-card .button {
  margin-top: auto;
  min-height: 46px;
}

.method-grid,
.purchase-flow,
.compare-grid {
  display: grid;
  gap: 18px;
}

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

.method-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(16, 32, 31, 0.06);
}

.method-grid span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  font-weight: 900;
}

.method-grid p,
.purchase-flow p,
.compare-card li {
  color: var(--muted);
  line-height: 1.6;
}

.purchase-section {
  padding-top: clamp(42px, 7vw, 76px);
}

.purchase-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: purchase;
}

.purchase-flow article {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fbf8);
  box-shadow: 0 12px 28px rgba(16, 32, 31, 0.06);
}

.purchase-flow strong {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--white);
  background: var(--amber);
  font-size: 18px;
}

.compare-section {
  padding-top: clamp(48px, 7vw, 84px);
  background: linear-gradient(180deg, var(--paper), #f2f5f0);
}

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

.compare-card {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(16, 32, 31, 0.08);
}

.compare-card h3 {
  font-size: clamp(24px, 3vw, 34px);
}

.compare-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.compare-card.weak {
  background: #fffdf9;
}

.compare-card.strong {
  border-color: rgba(14, 93, 87, 0.28);
}

.course-meta,
.mini-proof,
.contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.course-meta {
  gap: 7px;
}

.course-meta span,
.mini-proof span,
.contact-options a {
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--teal-dark);
  background: var(--mist);
  font-size: 13px;
  font-weight: 800;
}

.course-meta span {
  padding: 7px 9px;
}

.inside-layout,
.fit-grid {
  display: grid;
  gap: clamp(22px, 4vw, 44px);
}

.inside-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: stretch;
}

.inside-steps {
  display: grid;
  gap: 14px;
}

.inside-steps article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(16, 32, 31, 0.06);
}

.inside-steps span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  font-weight: 900;
}

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

.inside-steps p,
.portal-body li span,
.preview-grid p,
.fit-card li {
  color: var(--muted);
  line-height: 1.6;
}

.portal-preview {
  overflow: hidden;
  border: 1px solid rgba(14, 93, 87, 0.22);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.portal-topbar {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  background: var(--teal-dark);
}

.portal-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
}

.portal-body {
  padding: clamp(22px, 4vw, 34px);
}

.portal-body h3 {
  font-size: clamp(25px, 3.2vw, 38px);
}

.portal-body ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.portal-body li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.portal-body li strong,
.portal-body li span {
  display: block;
}

.portal-body li strong {
  color: var(--teal-dark);
}

.preview-band {
  padding: clamp(72px, 9vw, 112px) 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 31, 30, 0.98), rgba(23, 70, 64, 0.92)),
    url("assets/admission-course.png") center/cover;
}

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

.preview-grid article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.preview-grid img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  object-position: top;
  border-bottom: 1px solid var(--line);
}

.preview-grid article:nth-child(3) img {
  aspect-ratio: 1.55 / 1;
  object-fit: contain;
  padding: 16px;
  background: #f5f6f2;
}

.preview-grid div {
  padding: 20px;
}

.preview-grid h3,
.preview-grid p:not(.tag) {
  color: var(--ink);
}

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

.fit-card {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(16, 32, 31, 0.08);
}

.fit-card h3 {
  font-size: clamp(24px, 3vw, 34px);
}

.fit-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.fit-card.positive {
  border-color: rgba(14, 93, 87, 0.26);
}

.fit-card.caution {
  border-color: rgba(200, 95, 71, 0.24);
  background: #fffdf9;
}

.contact-options.elegant {
  margin-top: 24px;
}

.contact-options.elegant a {
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(8, 34, 31, 0.06);
}

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

.arsenal-grid article {
  min-height: 145px;
  padding: 24px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
}

.arsenal-grid strong,
.arsenal-grid span {
  display: block;
}

.arsenal-grid strong {
  margin-bottom: 12px;
  font-size: 23px;
}

.arsenal-grid span {
  color: rgba(255, 255, 255, 0.78);
}

.pricing-band {
  background:
    linear-gradient(135deg, rgba(6, 31, 30, 0.98), rgba(23, 70, 64, 0.92)),
    url("assets/steop-course.png") center/cover;
}

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-height: 540px;
  padding: 28px;
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(6, 31, 30, 0.1);
}

.price-card.featured {
  border-color: rgba(209, 131, 31, 0.56);
  transform: translateY(-12px);
}

.popular {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  border-radius: 8px;
  color: #805016;
  background: #f6e6cd;
  font-size: 12px;
  font-weight: 900;
}

.price {
  margin: 0 0 6px;
  color: var(--teal-dark);
  font-size: 48px;
  line-height: 0.98;
  font-weight: 900;
}

.launch-price {
  display: block;
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

.launch-price span {
  margin-left: 8px;
  color: var(--muted);
  font-weight: 800;
  text-decoration: line-through;
  text-transform: none;
}

.price-card ul,
.question-panel ul,
.proof-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.price-card .button {
  margin-top: auto;
}

.consultation-preview,
.apply-grid,
.course-detail,
.consultation-page,
.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.question-panel,
.lead-form {
  padding: 26px;
  box-shadow: var(--shadow);
}

.question-panel h3 {
  margin-bottom: 18px;
}

.faq-section {
  padding-top: clamp(52px, 8vw, 90px);
}

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 26px rgba(16, 32, 31, 0.05);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  cursor: pointer;
  color: var(--teal-dark);
  font-weight: 900;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--amber);
  font-size: 24px;
  line-height: 1;
}

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

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.65;
}

.apply-section {
  padding: clamp(72px, 10vw, 116px) 0;
  background: #f4eee4;
}

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

.lead-form-large {
  box-shadow: var(--shadow);
}

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

.lead-form label {
  display: grid;
  gap: 8px;
  color: #31403d;
  font-size: 14px;
  font-weight: 900;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--paper);
  outline: none;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(14, 93, 87, 0.13);
}

.form-note {
  margin: 0;
  font-size: 13px;
}

.form-note.success {
  padding: 12px;
  border-radius: 8px;
  color: #20524c;
  background: #dff1e9;
  font-weight: 800;
}

.form-note.error {
  padding: 12px;
  border-radius: 8px;
  color: #7a2e1f;
  background: #f8e3dd;
  font-weight: 800;
}

.subhero {
  position: relative;
  min-height: 74vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--teal-dark);
}

.subhero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 25, 24, 0.92), rgba(5, 25, 24, 0.68) 48%, rgba(5, 25, 24, 0.22)),
    linear-gradient(0deg, rgba(5, 25, 24, 0.55), rgba(5, 25, 24, 0.1));
}

.subhero-content {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.subhero h1 {
  font-size: clamp(44px, 7vw, 86px);
}

.course-detail {
  align-items: start;
}

.legal-page {
  max-width: 980px;
}

.legal-page h1 {
  max-width: 100%;
  color: var(--teal-dark);
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1.02;
}

.legal-page .large-copy {
  color: var(--muted);
}

.legal-card {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 32, 31, 0.06);
}

.legal-card h2 {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 34px);
}

.legal-card p {
  color: var(--muted);
  line-height: 1.72;
}

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

.legal-card a {
  color: var(--teal);
  font-weight: 800;
}

.module-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.product-stats,
.materials-grid,
.subject-grid {
  display: grid;
  gap: 14px;
}

.product-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0;
}

.product-stats article,
.materials-grid article,
.subject-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 32, 31, 0.06);
}

.product-stats article {
  padding: 18px;
  min-width: 0;
}

.product-stats strong {
  display: block;
  color: var(--teal-dark);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.product-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  overflow-wrap: anywhere;
  hyphens: auto;
}

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

.materials-grid article,
.subject-grid article {
  padding: 24px;
}

.materials-grid h3,
.subject-grid h3 {
  margin-bottom: 10px;
}

.materials-grid p,
.subject-grid p {
  color: var(--muted);
  line-height: 1.62;
}

.materials-grid span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--teal-dark);
  background: var(--mist);
  font-size: 13px;
  font-weight: 900;
}

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

.module-list article {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  column-gap: 18px;
}

.module-list article p {
  margin-bottom: 0;
}

.module-list span {
  grid-row: span 2;
  margin-bottom: 0;
}

.checkout-card {
  position: sticky;
  top: 96px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.checkout-preview {
  min-height: 188px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(6, 31, 30, 0.84), rgba(209, 131, 31, 0.76)), url("assets/hero-study.png") center/cover;
}

.admission-preview {
  background-image: linear-gradient(135deg, rgba(6, 31, 30, 0.84), rgba(209, 131, 31, 0.76)), url("assets/admission-course.png");
}

.steop-preview {
  background-image: linear-gradient(135deg, rgba(6, 31, 30, 0.84), rgba(209, 131, 31, 0.76)), url("assets/steop-course.png");
}

.epm-preview {
  background-image: linear-gradient(135deg, rgba(6, 31, 30, 0.84), rgba(209, 131, 31, 0.76)), url("assets/vwu-epm.png");
}

.award {
  margin: 14px 0 0;
  padding: 12px;
  border-radius: 8px;
  color: #805016;
  background: #f7ead8;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

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

.question-grid article {
  padding: 20px;
  color: var(--teal-dark);
  font-weight: 900;
}

.proof-band {
  padding: clamp(64px, 9vw, 96px) 0;
  background: var(--mist);
}

.service-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-cards article {
  display: flex;
  flex-direction: column;
  min-height: 270px;
}

.service-cards .button {
  margin-top: auto;
}

.page-offset {
  padding-top: 76px;
}

.consultation-page h1 {
  color: var(--ink);
  font-size: clamp(42px, 6vw, 76px);
}

.consultation-page .large-copy {
  color: var(--muted);
}

.mini-proof {
  margin-top: 26px;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.74);
  background: #061716;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.6fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.footer-brand {
  margin-bottom: 14px;
  color: var(--white);
}

.site-footer p {
  margin: 0;
  line-height: 1.55;
}

.site-footer nav {
  display: grid;
  gap: 10px;
  font-weight: 800;
}

.disclaimer {
  font-size: 13px;
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .trust-grid,
  .audience-grid,
  .steps-grid,
  .course-card-grid,
  .method-grid,
  .purchase-flow,
  .compare-grid,
  .arsenal-grid,
  .pricing-grid,
  .product-stats,
  .materials-grid,
  .subject-grid,
  .inside-layout,
  .preview-grid,
  .fit-grid,
  .founder-card,
  .founder-facts,
  .question-grid,
  .service-cards,
  .consultation-preview,
  .apply-grid,
  .course-detail,
  .consultation-page,
  .proof-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .course-card h3,
  .course-card > div > p:not(.tag),
  .course-meta {
    min-height: 0;
  }

  .checkout-card {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .header-cta {
    display: none;
  }

  .founder-card {
    padding: 18px;
  }

  .hero {
    min-height: 98vh;
  }

  .hero-content {
    width: min(calc(100% - 28px), 354px);
    margin-left: 14px;
  }

  h1,
  .subhero h1,
  .consultation-page h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  h2 {
    font-size: 31px;
  }

  .hero-actions,
  .hero-stats,
  .form-row {
    grid-template-columns: 1fr;
  }

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

  .trust-grid span {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .course-card > div,
  .price-card,
  .lead-form,
  .question-panel {
    padding: 20px;
  }

  .module-list article {
    grid-template-columns: 1fr;
  }

  .inside-steps article,
  .portal-body li {
    grid-template-columns: 1fr;
  }

  .portal-body li {
    display: grid;
  }

  .module-list span {
    margin-bottom: 16px;
  }

  .inside-steps span {
    margin-bottom: 14px;
  }
}
