/* Homepage system */

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 104px) 0 clamp(56px, 7vw, 88px);
  background: linear-gradient(180deg, #ffffff 0%, var(--surface-alt) 100%);
  border-bottom: 1px solid var(--line);
}

.hero-bg {
  position: absolute;
  inset: 0 0 0 auto;
  width: 48%;
  background:
    radial-gradient(circle at 20% 18%, rgba(33, 88, 178, 0.10) 0%, transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(237,244,252,0.92) 100%);
  border-bottom-left-radius: 64px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.88fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}

.hero-eyebrow { margin-bottom: 20px; }

.hero-h1 {
  max-width: 12ch;
  margin-bottom: 20px;
  font-size: var(--heading-hero);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.055em;
  color: var(--ink);
}

.hero-h1 em {
  font-family: var(--serif-italic);
  font-style: italic;
  font-weight: 500;
  color: var(--green-700);
}

.hero-p {
  max-width: 44ch;
  margin-bottom: 34px;
  font-size: 16px;
  line-height: 1.82;
  color: var(--ink-3);
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.proof-avs {
  display: flex;
  align-items: center;
}

.proof-avs img {
  width: 40px;
  height: 40px;
  margin-right: -10px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  box-shadow: var(--s1);
}

.proof-avs img:last-child { margin-right: 0; }
.proof-text { margin-left: 6px; }
.proof-stars { display: flex; gap: 1px; margin-bottom: 5px; }
.proof-stars .material-icons-round { font-size: 13px !important; color: var(--green-600); }
.proof-lbl { font-size: 13px; line-height: 1.55; color: var(--ink-3); }
.proof-lbl strong { color: var(--ink); font-weight: 700; }

.hero-right { position: relative; }

.hero-img-frame {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(33, 88, 178, 0.08);
  box-shadow: var(--s4);
  background: #fff;
}

.hero-img-frame img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center 12%;
}

.float-card {
  position: absolute;
  z-index: 2;
  min-width: 180px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(33, 88, 178, 0.12);
  background: rgba(255,255,255,0.96);
  box-shadow: var(--s3);
  animation: float-bob 4s ease-in-out infinite;
}

.float-card--a { top: 22px; left: -24px; }
.float-card--b { right: -22px; bottom: 34px; animation-delay: 2s; }

@keyframes float-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.fc-score,
.fc-num {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--navy-700);
}

.fc-stars { display: flex; gap: 1px; margin: 5px 0 4px; }
.fc-stars .material-icons-round { font-size: 13px !important; color: var(--green-600); }
.fc-sub,
.fc-lbl { font-size: 12px; line-height: 1.55; color: var(--ink-4); }

.stats-band {
  background: linear-gradient(180deg, #eff5fc 0%, #e8f0fa 100%);
  border-bottom: 1px solid var(--line);
}

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

.stat-cell {
  padding: 26px 20px;
  text-align: center;
  border-right: 1px solid rgba(33, 88, 178, 0.08);
}

.stat-cell:last-child { border-right: 0; }

.stat-n {
  margin-bottom: 6px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--navy-700);
}

.stat-n em { font-style: normal; color: var(--green-700); }
.stat-l { font-size: 12px; color: var(--ink-3); }

.partners {
  padding: 24px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.partners-row { display: flex; align-items: center; }

.partners-lbl {
  margin-right: 26px;
  padding-right: 26px;
  border-right: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-4);
  white-space: nowrap;
}

.partners-names {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
}

.p-name {
  padding: 6px 18px;
  border-right: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-3);
  line-height: 1;
}

.p-name:last-child { border-right: 0; }
.p-name:hover { color: var(--navy-700); }

.courses-sec {
  padding: var(--sec-py) 0;
  background: var(--surface-alt);
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(var(--fsh-grid-cols, 3), minmax(0, 1fr));
  gap: 22px;
}

.course-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(33, 88, 178, 0.10);
  border-radius: 22px;
  background: #fff;
  color: inherit;
  transition: transform var(--t2) var(--ease), box-shadow var(--t2), border-color var(--t2);
}

.course-card:hover {
  transform: translateY(-5px);
  border-color: rgba(33, 88, 178, 0.16);
  box-shadow: var(--s3);
}

.cc-img {
  position: relative;
  height: 214px;
  overflow: hidden;
}

.cc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.course-card:hover .cc-img img { transform: scale(1.04); }

.cc-bdg,
.bdg-g,
.bdg-a,
.bdg-n,
.bdg-r {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: var(--rpill);
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(33, 88, 178, 0.10);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-700);
}

.cc-hot {
  position: absolute;
  top: 14px;
  right: 14px;
  min-height: 30px;
  padding: 0 11px;
  border-radius: var(--rpill);
  background: rgba(113, 157, 150, 0.16);
  border: 1px solid rgba(113, 157, 150, 0.20);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
}

.cc-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 22px;
}

.cc-cat {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--green-700);
}

.cc-title {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 12px;
  font-size: var(--heading-card);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: var(--ink);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cc-inst {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--ink-3);
}

.cc-inst img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--line);
  object-fit: cover;
}

.cc-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.cc-score { font-size: 13px; font-weight: 700; color: var(--ink); }
.cc-stars { display: flex; gap: 1px; }
.cc-stars .material-icons-round { font-size: 12px !important; color: var(--green-600); }
.cc-cnt { font-size: 12px; color: var(--ink-4); }

.cc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 18px;
  font-size: 12px;
  color: var(--ink-3);
}

.cc-mi {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.cc-mi .material-icons-round { font-size: 14px !important; color: var(--navy-600); }

.cc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.cc-price { display: flex; align-items: baseline; gap: 8px; }
.cc-now { font-size: 20px; font-weight: 700; letter-spacing: -0.04em; color: var(--navy-700); }
.cc-old { font-size: 13px; color: var(--ink-5); text-decoration: line-through; }

.cc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(33, 88, 178, 0.10);
  background: var(--surface-soft);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  color: var(--navy-700);
}

.course-card:hover .cc-btn {
  color: #fff;
  background: var(--navy-600);
  border-color: var(--navy-600);
}

.course-card--cta {
  justify-content: center;
  gap: 14px;
  padding: 36px 28px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, var(--surface-soft) 100%);
}

.course-card--cta:hover { transform: none; }

.cta-ico {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border-radius: 18px;
  background: var(--navy-50);
  border: 1px solid rgba(33, 88, 178, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-ico .material-icons-round { font-size: 26px !important; color: var(--navy-600); }
.cta-h { font-size: 22px; font-weight: 700; line-height: 1.25; color: var(--ink); }
.cta-p { font-size: 15px; line-height: 1.75; color: var(--ink-3); }
.course-card--cta .btn-out-w { background: #fff; color: var(--ink-2); border-color: rgba(33, 88, 178, 0.12); }
.course-card--cta .btn-out-w:hover { color: var(--navy-700); background: var(--navy-50); border-color: rgba(33, 88, 178, 0.22); }
.see-all { margin-top: 40px; text-align: center; }

.why-sec {
  padding: var(--sec-py) 0;
  background: #fff;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(var(--fsh-grid-cols, 4), minmax(0, 1fr));
  gap: 18px;
}

.why-card {
  min-width: 0;
  padding: 28px 24px;
  border: 1px solid rgba(33, 88, 178, 0.10);
  border-radius: 22px;
  background: #fff;
  transition: transform var(--t2), box-shadow var(--t2), border-color var(--t2);
}

.why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(33, 88, 178, 0.16);
  box-shadow: var(--s2);
}

.why-ico,
.wi-n,
.wi-g,
.wi-a,
.wi-r {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: var(--navy-50);
  border: 1px solid rgba(33, 88, 178, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-ico .material-icons-round,
.wi-n .material-icons-round,
.wi-g .material-icons-round,
.wi-a .material-icons-round,
.wi-r .material-icons-round { font-size: 22px !important; color: var(--navy-600); }

.why-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}

.why-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-3);
}

.about-sec {
  padding: var(--sec-py) 0;
  background: var(--surface-alt);
  border-top: 1px solid var(--line);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(38px, 6vw, 72px);
  align-items: center;
}

.about-img-col { position: relative; }

.about-frame {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(33, 88, 178, 0.10);
  box-shadow: var(--s4);
}

.about-frame img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center top;
}

.about-exp {
  position: absolute;
  right: -18px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(33, 88, 178, 0.10);
  background: rgba(255,255,255,0.96);
  box-shadow: var(--s3);
  text-align: center;
}

.ae-num {
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--navy-700);
}

.ae-lbl {
  max-width: 110px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.55;
  color: var(--ink-4);
}

.about-name {
  margin: 16px 0 8px;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.about-role {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 600;
  color: var(--green-700);
}

.about-creds {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.cred {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: var(--rpill);
  background: #fff;
  border: 1px solid rgba(33, 88, 178, 0.10);
  font-size: 13px;
  color: var(--ink-2);
}

.cred .material-icons-round { font-size: 14px !important; color: var(--navy-600); }

.about-p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink-3);
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 10px 0 28px;
  overflow: hidden;
  border: 1px solid rgba(33, 88, 178, 0.10);
  border-radius: 22px;
  background: #fff;
}

.am-cell {
  padding: 22px 18px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.am-cell:last-child { border-right: 0; }

.am-num {
  margin-bottom: 6px;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--navy-700);
}

.am-lbl { font-size: 12px; color: var(--ink-4); }
.about-ctas { display: flex; flex-wrap: wrap; gap: 12px; }

.testi-sec {
  padding: var(--sec-py) 0;
  background: #fff;
}

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

.testi-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 24px;
  border: 1px solid rgba(33, 88, 178, 0.10);
  border-radius: 22px;
  background: #fff;
  transition: transform var(--t2), box-shadow var(--t2), border-color var(--t2);
}

.testi-card:hover {
  transform: translateY(-4px);
  border-color: rgba(33, 88, 178, 0.16);
  box-shadow: var(--s2);
}

.tc-stars { display: flex; gap: 2px; }
.tc-stars .material-icons-round { font-size: 15px !important; color: var(--green-600); }

.tc-quote {
  position: relative;
  flex: 1;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink-2);
}

.tc-quote::before {
  content: '"';
  position: absolute;
  top: -6px;
  left: -4px;
  font-size: 3.8rem;
  line-height: 1;
  color: var(--navy-100);
}

.tc-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.tc-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line);
  object-fit: cover;
}

.tc-name { font-size: 14px; font-weight: 700; color: var(--ink); }
.tc-role { margin-top: 3px; font-size: 12px; color: var(--ink-3); }

.tc-tag {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 10px;
  border-radius: var(--rpill);
  background: var(--navy-50);
  border: 1px solid rgba(33, 88, 178, 0.10);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-700);
}

.accel-sec {
  position: relative;
  overflow: hidden;
  padding: var(--sec-py) 0;
  background: linear-gradient(180deg, var(--surface-alt) 0%, #edf4fb 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.accel-sec::before {
  content: '';
  position: absolute;
  top: -140px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 88, 178, 0.10) 0%, transparent 68%);
  pointer-events: none;
}

.accel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(38px, 6vw, 72px);
  align-items: center;
}

.accel-sec .lbl {
  color: var(--navy-700);
  background: var(--navy-50);
  border: 1px solid rgba(33, 88, 178, 0.12);
  box-shadow: var(--s1);
}

.accel-h {
  margin: 16px 0 18px;
  font-size: var(--heading-section);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.accel-h em {
  font-family: var(--serif-italic);
  font-style: italic;
  font-weight: 500;
  color: var(--green-700);
}

.accel-p {
  font-size: 16px;
  line-height: 1.82;
  color: var(--ink-3);
}

.accel-feats {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

.af {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(33, 88, 178, 0.10);
  border-radius: 18px;
  background: rgba(255,255,255,0.86);
}

.af-ic {
  width: 38px;
  height: 38px;
  margin-top: 1px;
  border-radius: 12px;
  background: var(--navy-50);
  border: 1px solid rgba(33, 88, 178, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.af-ic .material-icons-round { font-size: 18px !important; color: var(--navy-600); }
.af-title { font-size: 15px; font-weight: 700; color: var(--ink); }
.af-sub { margin-top: 4px; font-size: 13px; line-height: 1.7; color: var(--ink-3); }
.accel-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.accel-sec .btn-out-w { background: rgba(255,255,255,0.82); color: var(--ink-2); border-color: var(--line); }
.accel-sec .btn-out-w:hover { color: var(--navy-700); background: #fff; border-color: rgba(33, 88, 178, 0.22); }

.sec-pair-cta,
.about-intro-cta { margin-top: 20px; }

.courses-grid--cols-1 { --fsh-grid-cols: 1; }
.courses-grid--cols-2 { --fsh-grid-cols: 2; }
.courses-grid--cols-3 { --fsh-grid-cols: 3; }
.courses-grid--cols-4 { --fsh-grid-cols: 4; }

.why-grid--cols-1 { --fsh-grid-cols: 1; }
.why-grid--cols-2 { --fsh-grid-cols: 2; }
.why-grid--cols-3 { --fsh-grid-cols: 3; }
.why-grid--cols-4 { --fsh-grid-cols: 4; }

.why-card--stack { display: flex; flex-direction: column; }
.why-card--center { text-align: center; }
.why-card--link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.why-card--accent-navy { border-top: 4px solid var(--navy-600); }
.why-card--accent-green { border-top: 4px solid var(--green-600); }
.why-card--accent-teal { border-top: 4px solid #4d8792; }
.why-card--accent-rose { border-top: 4px solid #dc2626; }

.why-card-kicker { margin-bottom: 12px; }

.why-card-badge {
  width: 40px;
  height: 40px;
  margin: 0 0 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.why-card--center .why-card-badge,
.why-card--center .why-ico { margin-left: auto; margin-right: auto; }
.why-card-badge--navy { background: var(--navy-600); }
.why-card-badge--green { background: var(--green-600); }
.why-card-badge--teal { background: #4d8792; }
.why-card-badge--rose { background: #dc2626; }

.why-ico--center { margin: 0 auto 18px; }
.why-price-tag {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--green-600);
}

.why-desc--fill { flex: 1; }
.why-card-cta { margin-top: 18px; justify-content: center; }
.why-card-meta {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy-600);
}

.fsh-cta-banner { padding: 72px 0; }
.fsh-cta-banner--green { background: var(--green-600); }
.fsh-cta-banner__inner {
  position: relative;
  z-index: 1;
}

.fsh-cta-banner__inner--center { text-align: center; }

.fsh-cta-banner__inner--split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.fsh-cta-banner__copy { max-width: 560px; }
.fsh-cta-banner__heading,
.fsh-cta-banner__title { margin: 14px 0 10px; }
.fsh-cta-banner__subtext { margin: 0 auto 40px; }

.fsh-cta-banner__btn--white {
  background: #fff;
  color: var(--green-600);
  border-color: #fff;
}

.fsh-cta-banner__btn--white:hover {
  background: #fff;
  color: var(--green-700);
  border-color: #fff;
}

.archive-stat-star {
  font-size: 18px !important;
  vertical-align: -3px;
}

.archive-toolbar {
  position: sticky;
  top: var(--nav-h);
  z-index: 50;
  padding: 18px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.archive-toolbar__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.archive-toolbar__filters {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.archive-search {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 200px;
  max-width: 360px;
  height: 42px;
  padding: 0 14px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r8);
}

.archive-search__icon { color: var(--ink-4); }
.archive-search__input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  outline: none;
}

.archive-grid-sec {
  background: var(--cream);
  padding: 56px 0 96px;
}

.archive-empty-state {
  grid-column: 1 / -1;
  padding: 60px 20px;
  text-align: center;
}

.archive-empty-state--hidden { display: none; }
.archive-empty-state--static { padding: 80px 20px; }

.archive-empty-state__icon {
  display: block;
  margin-bottom: 16px;
  font-size: 48px !important;
  color: var(--ink-5);
}

.archive-empty-state__title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ink);
}

.archive-empty-state__copy {
  font-size: 16px;
  color: var(--ink-4);
}

.archive-empty-state__link {
  color: var(--navy-600);
  font-weight: 700;
}

.archive-accelerator { padding: 72px 0; }
.archive-accelerator__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.archive-accelerator__copy { max-width: 560px; }
.archive-accelerator__title { margin: 14px 0 10px; }

.fcta-sec {
  padding: var(--sec-py) 0;
  background: #fff;
  border-top: 1px solid var(--line);
}

.fcta-inner {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}

.fcta-h {
  margin: 16px 0 16px;
  font-size: var(--heading-section);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.fcta-h em {
  font-family: var(--serif-italic);
  font-style: italic;
  font-weight: 500;
  color: var(--green-700);
}

.fcta-p {
  max-width: 48ch;
  margin: 0 auto 34px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-3);
}

.fcta-btns {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .hero-grid,
  .about-grid,
  .accel-grid { grid-template-columns: 1fr; }

  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .courses-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-right { max-width: 620px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 900px) {
  .hero-bg,
  .about-img-col { display: none; }

  .archive-toolbar { top: auto; }
  .archive-search { max-width: none; }
  .archive-accelerator__inner { align-items: flex-start; }

  .stats-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-cell { border-right: 0; border-bottom: 1px solid rgba(33, 88, 178, 0.08); }
  .stat-cell:nth-last-child(-n+2) { border-bottom: 0; }
  .partners-row { align-items: flex-start; }
  .partners-names { width: 100%; }
}

@media (max-width: 680px) {
  .hero {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .hero-grid,
  .courses-grid,
  .why-grid,
  .testi-grid,
  .stats-row { grid-template-columns: 1fr; }

  .archive-toolbar__inner,
  .archive-toolbar__filters,
  .archive-accelerator__inner,
  .fsh-cta-banner__inner--split { flex-direction: column; align-items: stretch; }

  .archive-search,
  .archive-toolbar__filters,
  .archive-accelerator .btn,
  .fsh-cta-banner__inner--split .btn { width: 100%; max-width: none; }

  .hero-right { display: none; }
  .hero-proof { align-items: flex-start; }

  .hero-ctas,
  .about-ctas,
  .accel-ctas,
  .fcta-btns { flex-direction: column; align-items: stretch; }

  .hero-ctas .btn,
  .about-ctas .btn,
  .accel-ctas .btn,
  .fcta-btns .btn { width: 100%; }

  .partners-row { flex-direction: column; align-items: flex-start; gap: 14px; }
  .partners-lbl { margin-right: 0; padding-right: 0; border-right: 0; }
  .partners-names { display: grid; grid-template-columns: 1fr; width: 100%; }
  .p-name { padding: 6px 0 6px 14px; border-right: 0; border-bottom: 1px solid var(--line); width: 100%; }
  .about-frame img { height: 420px; }
  .accel-sec::before { right: -150px; width: 300px; height: 300px; }
}

@media (max-width: 520px) {
  .hero-p,
  .about-p,
  .accel-p,
  .fcta-p { font-size: 15px; }

  .hero-h1 { max-width: none; }
  .about-metrics { grid-template-columns: 1fr; }
  .am-cell { border-right: 0; border-bottom: 1px solid var(--line); }
  .am-cell:last-child { border-bottom: 0; }
  .float-card { position: static; margin-top: 14px; animation: none; }
  .about-frame img { height: 320px; }
}
