:root {
  --ink: #102018;
  --text: #34424a;
  --muted: #65747d;
  --paper: #f8fafc;
  --cream: #eef3fb;
  --sage: #dbe6ef;
  --sage-soft: #e9f1f7;
  --sage-deep: #123d30;
  --blue: #e8f0f7;
  --clay: #ece7f2;
  --wheat: #edf2fb;
  --rose: #f1e7ee;
  --mint-panel: #123d30;
  --mint-soft-panel: #163f33;
  --blue-panel: #103f48;
  --blue-soft-panel: #143f55;
  --lavender-panel: #31244c;
  --lavender-soft-panel: #392a56;
  --aqua-panel: #113d3c;
  --aqua-soft-panel: #173f42;
  --moss-panel: #2b3d25;
  --on-dark: #f6fffb;
  --on-dark-muted: #d6e7df;
  --on-dark-accent: #a9f0c8;
  --line: #d8e1ea;
  --shadow: 0 24px 74px rgba(10, 32, 24, 0.16);
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Aptos, "Aptos Display", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
}

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

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -120px;
  z-index: 200;
  border-radius: 999px;
  background: var(--sage-deep);
  color: #ffffff;
  font-weight: 800;
  padding: 10px 14px;
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 14px;
}

button,
input {
  font: inherit;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(216, 225, 234, 0.9);
  background: rgba(248, 250, 252, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 154px;
  height: auto;
}

.site-nav {
  display: none;
  align-items: center;
  gap: 8px;
  color: #425047;
  font-size: 0.94rem;
  font-weight: 650;
}

.nav-link,
.dropdown-trigger {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 13px;
}

.nav-link:hover,
.dropdown-trigger:hover {
  background: var(--sage-soft);
  color: var(--sage-deep);
}

.nav-link.active {
  background: var(--sage-soft);
  color: var(--sage-deep);
}

.nav-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  min-width: 210px;
  display: none;
  gap: 6px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.dropdown-menu a {
  border-radius: 12px;
  padding: 10px 12px;
  color: #435048;
  font-weight: 650;
}

.dropdown-menu a:hover {
  background: var(--cream);
  color: var(--sage-deep);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  display: grid;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  background: var(--sage-deep);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  padding: 10px 18px;
  box-shadow: 0 12px 28px rgba(37, 67, 49, 0.22);
}

.section {
  position: relative;
  padding: 82px 0;
  border-top: 1px solid rgba(216, 225, 234, 0.68);
}

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

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

.section > .container > .section-heading {
  margin-inline: auto;
  text-align: center;
}

.split-layout .section-heading {
  margin-inline: 0;
  text-align: left;
}

.program-section,
.feedback-section,
.access-section,
.app-section {
  background: #f8fafc;
}

.why-section,
.review-section {
  background: #edf3f9;
}

.about-preview {
  background: #f3f7fb;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--sage-deep);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  padding: 7px 12px;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.35rem, 6vw, 4.85rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.9rem, 4.2vw, 3.25rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.18rem, 2.2vw, 1.55rem);
  font-weight: 700;
}

p {
  margin: 0;
}

.lead {
  color: #536057;
  font-size: clamp(1.02rem, 2.3vw, 1.24rem);
  line-height: 1.72;
}

.small {
  color: var(--muted);
  font-size: 0.94rem;
}

.button-row,
.hero-actions,
.inline-actions,
.access-actions,
.download-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.hero-actions {
  justify-content: flex-start;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 820;
  padding: 13px 20px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary,
.button-primary {
  background: var(--sage-deep);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(37, 67, 49, 0.2);
}

.button.secondary,
.button-secondary {
  border-color: var(--line);
  background: #ffffff;
  color: var(--ink);
}

.button.secondary:hover,
.button-secondary:hover {
  background: var(--sage-soft);
}

.hero-home {
  overflow: hidden;
  background: #eef3fb;
  padding: 42px 0 54px;
}

.hero-layout {
  display: grid;
  gap: 48px;
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 24px;
  align-items: start;
}

.hero-copy .lead,
.hero-copy > p:not(.eyebrow),
.page-hero-grid > div > p:not(.eyebrow),
.section-heading > p:not(.eyebrow),
.about-card > p,
.access-panel > div > p {
  max-width: 690px;
  color: #536057;
  font-size: clamp(1.02rem, 2.3vw, 1.18rem);
  line-height: 1.72;
}

.hero-highlights {
  display: grid;
  gap: 12px;
  margin-top: 2px;
}

.highlight-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #445149;
  font-weight: 650;
}

.highlight-dot {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--sage-deep);
  flex: 0 0 auto;
}

.hero-visual {
  border: 1px solid rgba(18, 61, 48, 0.18);
  border-radius: 28px;
  background: #123d30;
  box-shadow: var(--shadow);
  padding: 18px;
}

.hero-visual img {
  width: 100%;
  border-radius: 20px;
}

.program-grid {
  display: grid;
  gap: 22px;
  align-items: stretch;
}

.program-card {
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: var(--course-panel, var(--mint-soft-panel));
  color: var(--on-dark);
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(10, 32, 24, 0.14);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.program-card:nth-child(1) {
  --course-bg: #164b3a;
  --course-panel: #123d30;
}

.program-card:nth-child(2) {
  --course-bg: #134b55;
  --course-panel: #103f48;
}

.program-card:nth-child(3) {
  --course-bg: #403063;
  --course-panel: #31244c;
}

.program-card:nth-child(4) {
  --course-bg: #243f64;
  --course-panel: #1d2b4f;
}

.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 58px rgba(10, 32, 24, 0.22);
}

.program-card figure {
  margin: 0;
  background: var(--course-bg, var(--sage-soft));
  padding: 18px;
}

.program-card > img {
  background: var(--course-bg, var(--sage-soft));
  padding: 18px;
}

.program-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.program-content,
.program-card > div {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 22px;
}

.program-meta,
.card-kicker {
  color: var(--on-dark-accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.program-link,
.text-link {
  color: var(--sage-deep);
  font-weight: 850;
}

.program-card h3,
.program-card p {
  color: var(--on-dark);
}

.program-card .text-link {
  color: var(--on-dark-accent);
}

.program-card.b {
  --course-bg: var(--sage-soft);
}

.program-card.d {
  --course-bg: var(--blue);
}

.program-card.pharmd {
  --course-bg: var(--rose);
}

.program-card.m {
  --course-bg: var(--wheat);
}

.split-layout {
  display: grid;
  gap: 34px;
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 18px;
}

.feature-item,
.feature-list article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: var(--blue-soft-panel);
  color: var(--on-dark);
  padding: 20px;
  text-align: center;
}

.feature-list article span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--on-dark-accent);
  font-size: 0.8rem;
  font-weight: 850;
  margin-bottom: 12px;
}

.feature-item h3,
.feature-list article h3 {
  color: var(--on-dark);
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.feature-list article p {
  color: var(--on-dark-muted);
}

.about-card {
  display: grid;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: var(--aqua-soft-panel);
  color: var(--on-dark);
  box-shadow: var(--shadow);
  justify-items: center;
  padding: clamp(22px, 4vw, 38px);
  text-align: center;
}

.about-card h2,
.about-card p {
  color: var(--on-dark);
}

.about-card .eyebrow {
  color: var(--on-dark-accent);
}

.about-card .button-secondary {
  border-color: rgba(255, 255, 255, 0.25);
  background: #ffffff;
  color: var(--sage-deep);
}

.about-points {
  display: grid;
  gap: 12px;
}

.about-point {
  border-left: 4px solid var(--sage);
  padding-left: 14px;
}

.about-point strong {
  display: block;
  color: var(--ink);
  margin-bottom: 3px;
}

.access-panel,
.download-card {
  display: grid;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: var(--blue-soft-panel);
  color: var(--on-dark);
  padding: clamp(22px, 4vw, 38px);
  box-shadow: var(--shadow);
  text-align: center;
}

.access-panel h2,
.download-card h2,
.access-panel p,
.download-card p {
  color: var(--on-dark);
}

.access-panel .eyebrow,
.download-card .eyebrow {
  color: var(--on-dark-accent);
}

.download-card .button-primary {
  background: #ffffff;
  color: var(--sage-deep);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.download-card .button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: var(--on-dark);
}

.download-card {
  align-items: center;
  justify-items: center;
}

.download-options {
  align-items: stretch;
  justify-content: center;
}

.ios-mini-card {
  min-width: min(100%, 260px);
  border: 1px dashed var(--sage-deep);
  border-radius: 18px;
  background: #ffffff;
  color: var(--text);
  padding: 16px;
  text-align: center;
}

.ios-mini-card span {
  display: block;
  color: var(--sage-deep);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ios-mini-card strong {
  display: block;
  color: var(--sage-deep);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.05;
  margin: 6px 0;
}

.ios-mini-card p {
  color: #536057;
  font-size: 0.94rem;
}

.access-steps {
  display: grid;
  gap: 12px;
  counter-reset: steps;
}

.access-step {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: var(--mint-soft-panel);
  color: var(--on-dark);
  padding: 18px 18px 18px 58px;
  text-align: center;
}

.access-step::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-deep);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 850;
}

.code-pill {
  display: inline-flex;
  align-items: center;
  border: 1px dashed var(--sage-deep);
  border-radius: 12px;
  background: var(--sage-soft);
  color: var(--sage-deep);
  font-size: 1.04rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 6px 10px;
  white-space: nowrap;
}

.page-hero {
  background: #eef3fb;
  padding: 48px 0 58px;
}

.page-hero-grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

.page-hero-copy,
.page-hero-grid > div {
  display: grid;
  gap: 22px;
}

.page-hero-art,
.page-hero-grid > img {
  border: 1px solid rgba(18, 61, 48, 0.18);
  border-radius: 28px;
  background: #123d30;
  box-shadow: var(--shadow);
  padding: 18px;
}

.page-hero-art img,
.page-hero-grid > img {
  width: 100%;
  border-radius: 20px;
}

.semester-grid {
  display: grid;
  gap: 14px;
}

.availability-grid {
  display: grid;
  gap: 18px;
  align-items: stretch;
}

.semester-card,
.course-info,
.semester-grid article,
.availability-grid article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: var(--mint-soft-panel);
  color: var(--on-dark);
  padding: 20px;
  box-shadow: 0 16px 40px rgba(10, 32, 24, 0.12);
  text-align: center;
}

.semester-grid article:nth-child(4n + 1),
.availability-grid article:nth-child(4n + 1) {
  background: #123d30;
}

.semester-grid article:nth-child(4n + 2),
.availability-grid article:nth-child(4n + 2) {
  background: #103f48;
}

.semester-grid article:nth-child(4n + 3),
.availability-grid article:nth-child(4n + 3) {
  background: #31244c;
}

.semester-grid article:nth-child(4n + 4),
.availability-grid article:nth-child(4n + 4) {
  background: #173f42;
}

.semester-grid article span,
.availability-grid article span {
  display: block;
  color: var(--on-dark-accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.semester-card h3,
.course-info h3,
.semester-grid article h3,
.availability-grid article h3 {
  color: var(--on-dark);
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.availability-grid article p {
  color: var(--on-dark-muted);
}

.review-section {
  background: #f2f6fb;
}

.review-slider {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 18px;
}

.review-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 4px 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.slider-btn {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: var(--sage-deep);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.18rem;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(30, 42, 33, 0.08);
}

.review-card,
.feedback-card {
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: var(--mint-soft-panel);
  color: var(--on-dark);
  box-shadow: 0 12px 34px rgba(30, 42, 33, 0.07);
  padding: 22px;
  scroll-snap-align: start;
  flex: 0 0 calc((100% - 16px) / 2);
  text-align: center;
}

.review-card:nth-child(3n + 1) {
  background: #123d30;
}

.review-card:nth-child(3n + 2) {
  background: #103f48;
}

.review-card:nth-child(3n + 3) {
  background: #31244c;
}

.review-card span,
.feedback-card span {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--on-dark-accent);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.review-card p,
.feedback-card p {
  color: var(--on-dark-muted);
  font-size: 1.02rem;
}

.review-card strong {
  display: block;
  color: var(--on-dark);
  margin-top: 18px;
}

.feedback-card {
  background: #173f42;
}

.feedback-card span {
  background: rgba(255, 255, 255, 0.12);
}

.feedback-card h3 {
  color: var(--on-dark);
  margin-bottom: 10px;
}

.feedback-section {
  background: #f8fafc;
}

.feedback-panel {
  display: grid;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: #123d30;
  color: var(--on-dark);
  box-shadow: 0 16px 42px rgba(30, 42, 33, 0.08);
  justify-items: center;
  padding: clamp(22px, 4vw, 36px);
  text-align: center;
}

.feedback-panel p:not(.eyebrow) {
  color: var(--on-dark-muted);
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  line-height: 1.7;
}

.feedback-panel h2 {
  color: var(--on-dark);
}

.feedback-panel .eyebrow {
  color: var(--on-dark-accent);
}

.feedback-panel .button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: #ffffff;
  color: var(--sage-deep);
}

.two-col {
  display: grid;
  gap: 18px;
}

.about-page-grid {
  display: grid;
  gap: 22px;
}

.footer,
.site-footer {
  border-top: 1px solid var(--line);
  background: #f8fafc;
  padding: 34px 0;
}

.footer-inner {
  display: grid;
  gap: 16px;
  text-align: center;
}

.footer-logo {
  width: 126px;
}

.footer-links,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: #4a574f;
  font-weight: 700;
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-top: 1px solid var(--line);
  background: rgba(248, 250, 252, 0.96);
  padding: 10px 16px;
  backdrop-filter: blur(16px);
}

.mobile-sticky-cta .button,
.mobile-sticky-cta a,
.mobile-sticky-cta button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sage-deep);
  border-radius: 999px;
  background: var(--sage-deep);
  color: #ffffff;
  cursor: pointer;
  font-weight: 850;
  padding: 10px 12px;
  font-size: 0.88rem;
}

.mobile-sticky-cta button {
  border-color: var(--line);
  background: #ffffff;
  color: var(--ink);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  background: rgba(24, 35, 28, 0.45);
  padding: 20px;
}

.modal[hidden] {
  display: none;
}

.modal.is-open,
.modal:not([hidden]) {
  display: grid;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
}

.modal-panel,
.modal-dialog {
  position: relative;
  width: min(100%, 520px);
  border-radius: 28px;
  background: var(--blue-soft-panel);
  box-shadow: 0 28px 90px rgba(24, 35, 28, 0.28);
  padding: 24px;
  outline: none;
  text-align: center;
}

.modal-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.modal-close {
  float: right;
  min-width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 850;
  padding: 0 14px;
  line-height: 1;
}

.modal-steps {
  display: grid;
  gap: 10px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.modal-steps li {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  padding: 12px;
}

.copy-code {
  width: 100%;
  border: 0;
  border-radius: 16px;
  background: var(--sage-deep);
  color: #ffffff;
  cursor: pointer;
  font-weight: 850;
  padding: 14px 16px;
}

.org-code {
  display: grid;
  gap: 4px;
  border: 1px dashed var(--sage-deep);
  border-radius: 18px;
  background: #ffffff;
  color: var(--sage-deep);
  justify-items: center;
  margin: 20px 0;
  padding: 18px;
  text-align: center;
}

.org-code small {
  color: #506057;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.org-code strong {
  font-size: clamp(2rem, 9vw, 3.2rem);
  letter-spacing: 0.14em;
  line-height: 1;
}

.microcopy {
  min-height: 1.4em;
  color: var(--sage-deep);
  font-weight: 800;
  margin-top: 12px;
}

body.modal-open {
  overflow: hidden;
}

@media (min-width: 640px) {
  .container {
    width: min(calc(100% - 48px), var(--container));
  }

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

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

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

  .footer-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 760px) {
  .about-card,
  .access-panel,
  .download-card,
  .feedback-panel,
  .two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feedback-panel .button {
    justify-self: center;
  }

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

@media (min-width: 900px) {
  .site-nav {
    display: flex;
  }

  .hero-home {
    padding: 64px 0 70px;
  }

  .hero-layout,
  .page-hero-grid,
  .split-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr);
  }

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

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

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

  .availability-grid.branch-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 759px) {
  body {
    padding-bottom: 0;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .container {
    width: calc(100% - 32px);
    max-width: none;
  }

  body:has(.mobile-sticky-cta) {
    padding-bottom: 74px;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand img {
    width: 124px;
  }

  .header-cta {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  h1 {
    font-size: clamp(2.2rem, 11vw, 2.95rem);
  }

  h2 {
    font-size: clamp(1.86rem, 8.5vw, 2.45rem);
  }

  .section {
    padding: 58px 0;
  }

  .section > .container > .section-heading,
  .split-layout .section-heading {
    text-align: left;
  }

  .section-heading .eyebrow {
    justify-content: flex-start;
  }

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

  .button-row .button,
  .hero-actions .button,
  .inline-actions .button,
  .access-actions .button,
  .download-options .button {
    width: 100%;
  }

  .download-options {
    display: grid;
  }

  .review-slider {
    grid-template-columns: 1fr;
  }

  .review-track {
    padding-inline: 0;
  }

  .review-card {
    flex-basis: 88%;
  }

  .slider-btn {
    display: none;
  }

  .hero-visual,
  .page-hero-art {
    border-radius: 22px;
    padding: 12px;
  }

  .access-step {
    padding-right: 14px;
  }
}

:root {
  --ink: #10231d;
  --text: #40514a;
  --muted: #6f8078;
  --paper: #fbfdff;
  --cream: #f1faf6;
  --sage: #dbeee6;
  --sage-soft: #edf8f2;
  --sage-deep: #0f5b4d;
  --blue: #e7f3ff;
  --clay: #f0e8ff;
  --wheat: #fff1d8;
  --rose: #ffece8;
  --mint-panel: #e2f7ed;
  --mint-soft-panel: #f2fbf7;
  --blue-panel: #dff0ff;
  --blue-soft-panel: #f1f8ff;
  --lavender-panel: #eee6ff;
  --lavender-soft-panel: #f7f2ff;
  --aqua-panel: #dff7f4;
  --aqua-soft-panel: #effbf9;
  --moss-panel: #143e35;
  --on-dark: #f9fffd;
  --on-dark-muted: #d8ebe4;
  --on-dark-accent: #bff5d7;
  --line: #dce9e3;
  --shadow: 0 20px 60px rgba(24, 61, 49, 0.12);
}

body {
  background: var(--paper);
  color: var(--text);
}

.site-header {
  border-bottom-color: rgba(220, 233, 227, 0.92);
  background: rgba(251, 253, 255, 0.94);
}

.nav-link.active,
.nav-link:hover,
.dropdown-trigger:hover {
  background: #e8f5ef;
  color: var(--sage-deep);
}

.header-cta,
.button-primary,
.button.primary,
.mobile-sticky-cta a {
  background: var(--sage-deep);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 91, 77, 0.24);
}

.button-secondary,
.button.secondary,
.mobile-sticky-cta button {
  border-color: #d8e6df;
  background: #ffffff;
  color: var(--ink);
}

.hero-home,
.page-hero {
  background: #eef8f4;
}

.hero-layout,
.page-hero-grid {
  gap: clamp(36px, 6vw, 72px);
}

.hero-visual,
.page-hero-art,
.page-hero-grid > img {
  border: 1px solid #d4e7dd;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(17, 63, 50, 0.16);
}

.program-section,
.feedback-section,
.access-section,
.app-section {
  background: #fbfdff;
}

.why-section,
.review-section {
  background: #f0f7fb;
}

.about-preview {
  background: #f4fbf7;
}

.section-heading .eyebrow {
  border-color: #d7e7df;
  background: #ffffff;
  color: var(--sage-deep);
  box-shadow: 0 10px 24px rgba(15, 91, 77, 0.06);
}

.program-card {
  border: 1px solid #dce9e3;
  background: #ffffff;
  color: var(--text);
  box-shadow: 0 18px 44px rgba(24, 61, 49, 0.1);
}

.program-card:nth-child(1) {
  --course-bg: var(--mint-panel);
}

.program-card:nth-child(2) {
  --course-bg: var(--blue-panel);
}

.program-card:nth-child(3) {
  --course-bg: var(--lavender-panel);
}

.program-card:nth-child(4) {
  --course-bg: var(--wheat);
}

.program-card > img,
.program-card figure {
  background: var(--course-bg);
}

.program-card h3 {
  color: var(--ink);
}

.program-card p {
  color: #52645c;
}

.program-card .card-kicker,
.program-card .program-meta {
  color: var(--sage-deep);
}

.program-card .text-link {
  color: var(--sage-deep);
}

.feature-list article {
  border-color: #dce9e3;
  background: #ffffff;
  color: var(--text);
  box-shadow: 0 14px 34px rgba(24, 61, 49, 0.08);
}

.feature-list article span {
  background: #e8f5ef;
  color: var(--sage-deep);
}

.feature-list article h3 {
  color: var(--ink);
}

.feature-list article p {
  color: #52645c;
}

.about-card,
.download-card,
.feedback-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #143e35;
  color: var(--on-dark);
  box-shadow: 0 26px 70px rgba(17, 63, 50, 0.2);
}

.download-card {
  background: #143e35;
}

.feedback-panel {
  background: #1e4266;
}

.about-card h2,
.about-card p,
.download-card h2,
.download-card p,
.feedback-panel h2,
.feedback-panel p:not(.eyebrow) {
  color: var(--on-dark);
}

.download-card p,
.feedback-panel p:not(.eyebrow),
.about-card p {
  color: var(--on-dark-muted);
}

.about-card .eyebrow,
.download-card .eyebrow,
.feedback-panel .eyebrow {
  color: var(--on-dark-accent);
}

.about-card .button-secondary,
.download-card .button-primary,
.feedback-panel .button-secondary {
  border-color: transparent;
  background: #ffffff;
  color: var(--sage-deep);
}

.download-card .button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.ios-mini-card,
.org-code {
  border-color: rgba(15, 91, 77, 0.22);
  background: #ffffff;
}

.semester-grid article,
.availability-grid article {
  border: 1px solid transparent;
  color: var(--ink);
  box-shadow: 0 16px 38px rgba(24, 61, 49, 0.09);
}

.semester-grid article:nth-child(4n + 1),
.availability-grid article:nth-child(4n + 1) {
  background: var(--mint-panel);
}

.semester-grid article:nth-child(4n + 2),
.availability-grid article:nth-child(4n + 2) {
  background: var(--blue-panel);
}

.semester-grid article:nth-child(4n + 3),
.availability-grid article:nth-child(4n + 3) {
  background: var(--lavender-panel);
}

.semester-grid article:nth-child(4n + 4),
.availability-grid article:nth-child(4n + 4) {
  background: var(--aqua-panel);
}

.semester-grid article span,
.availability-grid article span {
  color: var(--sage-deep);
}

.semester-grid article h3,
.availability-grid article h3 {
  color: var(--ink);
}

.availability-grid article p {
  color: #40514a;
}

.slider-btn {
  border-color: transparent;
  background: #ffffff;
  color: var(--sage-deep);
  box-shadow: 0 14px 34px rgba(24, 61, 49, 0.12);
}

.review-card {
  border: 1px solid #dce9e3;
  color: var(--text);
  box-shadow: 0 18px 44px rgba(24, 61, 49, 0.1);
}

.review-card:nth-child(3n + 1) {
  background: #ffffff;
}

.review-card:nth-child(3n + 2) {
  background: #f1f8ff;
}

.review-card:nth-child(3n + 3) {
  background: #f7f2ff;
}

.review-card span {
  background: #e8f5ef;
  color: var(--sage-deep);
}

.review-card p {
  color: #52645c;
}

.review-card strong {
  color: var(--ink);
}

.footer,
.site-footer,
.mobile-sticky-cta {
  background: rgba(251, 253, 255, 0.96);
}

.modal-dialog {
  background: #ffffff;
}

@media (max-width: 759px) {
  .section > .container > .section-heading,
  .split-layout .section-heading {
    text-align: left;
  }

  .section-heading .eyebrow {
    justify-content: flex-start;
  }
}

/* Image-led redesign inspired by premium travel landing pages, adapted for FirstHope. */
:root {
  --ink: #132526;
  --text: #405258;
  --muted: #687b83;
  --paper: #f5f8fb;
  --cream: #eef4f7;
  --sage-soft: #e9f2f0;
  --sage-deep: #0f4a49;
  --blue-panel: #173f68;
  --mint-panel: #0f4a49;
  --lavender-panel: #514070;
  --aqua-panel: #163f45;
  --wheat: #6a4634;
  --on-dark: #fbfffe;
  --on-dark-muted: #d7e7e5;
  --on-dark-accent: #ffd2a8;
  --line: #d9e4e9;
  --shadow: 0 24px 70px rgba(19, 37, 38, 0.16);
}

body {
  background: var(--paper);
  color: var(--text);
}

.site-header {
  border-bottom: 1px solid rgba(217, 228, 233, 0.92);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(19, 37, 38, 0.06);
}

.brand img {
  width: 148px;
}

.site-nav {
  color: #3c4b50;
}

.nav-link.active,
.nav-link:hover,
.dropdown-trigger:hover {
  background: #edf5f3;
  color: var(--sage-deep);
}

.header-cta,
.button-primary,
.button.primary,
.mobile-sticky-cta a {
  background: var(--sage-deep);
  color: #ffffff;
  box-shadow: 0 15px 32px rgba(15, 74, 73, 0.24);
}

.button-secondary,
.button.secondary,
.mobile-sticky-cta button {
  border-color: #d6e3e7;
  background: #ffffff;
  color: var(--ink);
}

.button {
  min-height: 48px;
  border-radius: 999px;
  padding-inline: 21px;
}

.section {
  padding: clamp(72px, 9vw, 108px) 0;
}

.section-heading {
  max-width: 780px;
}

.section-heading .eyebrow,
.eyebrow {
  width: max-content;
  max-width: 100%;
  border-color: #d8e7e4;
  background: #ffffff;
  color: var(--sage-deep);
  box-shadow: 0 10px 26px rgba(15, 74, 73, 0.07);
}

.section > .container > .section-heading .eyebrow {
  margin-inline: auto;
}

.split-layout .section-heading .eyebrow,
.hero-copy .eyebrow,
.page-hero .eyebrow,
.download-card .eyebrow,
.feedback-panel .eyebrow,
.about-card .eyebrow {
  justify-self: start;
  margin-inline: 0;
}

h1 {
  font-weight: 720;
  line-height: 0.98;
}

h2 {
  font-weight: 700;
  line-height: 1.05;
}

.hero-home {
  min-height: min(660px, calc(100svh - 122px));
  display: grid;
  align-items: center;
  overflow: hidden;
  border-top: 0;
  padding: clamp(62px, 8vw, 98px) 0 clamp(58px, 7vw, 88px);
  background:
    linear-gradient(90deg, rgba(9, 32, 34, 0.94) 0%, rgba(9, 32, 34, 0.82) 44%, rgba(9, 32, 34, 0.35) 76%, rgba(9, 32, 34, 0.1) 100%),
    url("assets/firsthope-hero-study.png");
  background-position: center right;
  background-size: cover;
  color: #ffffff;
}

.hero-home .hero-layout {
  grid-template-columns: minmax(0, 940px);
}

.hero-home .hero-copy {
  max-width: 940px;
}

.hero-home .hero-copy .eyebrow {
  border: 0;
  background: transparent;
  color: #ffe4c8;
  font-size: 0.91rem;
  padding: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-kicker {
  display: block;
  width: auto;
  max-width: max-content;
  margin: 0 0 10px;
  border: 0 !important;
  background: transparent !important;
  color: #ffe4c8;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 0.91rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  backdrop-filter: none !important;
}

.hero-home h1 {
  max-width: 940px;
  color: #ffffff;
  font-size: clamp(2.8rem, 6.2vw, 5.25rem);
  text-wrap: balance;
}

.hero-home .hero-copy > p:not(.eyebrow) {
  max-width: 690px;
  color: #e7f2f0;
  font-size: clamp(1.06rem, 2.1vw, 1.26rem);
}

.hero-home .button-primary {
  background: #ffffff;
  color: var(--sage-deep);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.hero-home .button-secondary {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.hero-home .hero-visual {
  display: none;
}

.hero-highlights {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 700px;
  gap: 12px;
  margin-top: 4px;
}

.hero-home .hero-highlights span {
  display: grid;
  gap: 2px;
  min-height: 64px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.11);
  color: #dfedeb;
  font-weight: 650;
  padding: 13px 15px;
  backdrop-filter: blur(12px);
}

.hero-home .hero-highlights strong {
  display: block;
  color: #ffffff;
  font-size: 0.92rem;
}

.program-section,
.app-section {
  background: #ffffff;
}

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

.program-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 0;
  border-radius: 26px;
  background: #132e31;
  color: var(--on-dark);
  box-shadow: 0 24px 60px rgba(19, 37, 38, 0.14);
}

.program-card:focus-visible {
  outline: 3px solid #ffd2a8;
  outline-offset: 4px;
}

.program-card:nth-child(1) {
  background: #0f4a49;
}

.program-card:nth-child(2) {
  background: #173f68;
}

.program-card:nth-child(3) {
  background: #514070;
}

.program-card:nth-child(4) {
  background: #6a4634;
}

.program-card > img,
.program-card figure {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
}

.program-card img {
  aspect-ratio: 1.42 / 1;
}

.program-card > div {
  align-content: center;
  justify-items: center;
  min-height: 190px;
  padding: 26px 24px 28px;
  text-align: center;
}

.program-card h3 {
  color: #ffffff;
}

.program-card p {
  max-width: 30ch;
  color: rgba(255, 255, 255, 0.82);
}

.program-card .card-kicker,
.program-card .program-meta {
  color: #ffd2a8;
  font-size: calc(0.78rem + 4px);
  text-transform: none;
}

.program-card .text-link {
  color: #ffffff;
  margin-top: 2px;
}

.why-section {
  background: #102b2e;
  color: var(--on-dark);
}

.why-section .section-heading h2,
.why-section .section-heading p:not(.eyebrow),
.why-section .feature-list h3,
.why-section .feature-list p {
  color: var(--on-dark);
}

.why-section .split-layout {
  align-items: center;
}

.why-section .section-heading {
  display: grid;
  align-content: center;
  justify-items: center;
  margin-bottom: 0;
  text-align: center;
}

.why-section .section-heading .eyebrow {
  justify-self: center;
  margin-inline: auto;
}

.why-section .section-heading p:not(.eyebrow),
.why-section .feature-list p {
  color: rgba(255, 255, 255, 0.76);
}

.why-section .eyebrow {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffd2a8;
  font-size: calc(0.78rem + 2px);
  box-shadow: none;
}

.feature-list article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: var(--on-dark);
  text-align: center;
  box-shadow: none;
}

.feature-list article span {
  margin-inline: auto;
  background: #ffd2a8;
  color: #2f221a;
}

.about-preview {
  background: #f4eee7;
}

.about-card {
  background: #ffffff;
  color: var(--ink);
  border: 1px solid #e1d8cf;
  box-shadow: 0 24px 58px rgba(73, 52, 36, 0.12);
  align-content: center;
  align-items: center;
  gap: 22px;
  min-height: 380px;
}

.about-card > div,
.about-card > p,
.about-card > .button {
  align-self: center;
}

.about-card > div {
  display: grid;
  justify-items: center;
}

.about-card-heading {
  grid-column: 1 / -1;
  width: 100%;
  justify-self: center;
  text-align: center;
}

.about-main-title {
  color: var(--ink);
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 0.98;
  text-align: center;
}

.about-subtitle {
  max-width: 560px;
  margin: 12px auto 0;
  color: #536164;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.6;
  text-align: center;
}

.about-card > p {
  grid-column: 1 / -1;
  max-width: 980px;
  margin: 0;
  justify-self: center;
  text-align: center;
}

.about-card-copy {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .about-card-copy {
    white-space: normal;
  }
}

.about-card > .button {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 20px;
}

.about-card h2,
.about-card p {
  color: var(--ink);
}

.about-card p {
  color: #5b6264;
}

.about-card .eyebrow {
  color: var(--sage-deep);
}

.about-card .button-secondary {
  background: var(--sage-deep);
  color: #ffffff;
}

.page-hero {
  border-top: 0;
  background: #102b2e;
  color: var(--on-dark);
  padding: clamp(68px, 9vw, 104px) 0 clamp(70px, 9vw, 112px);
}

.page-hero h1,
.page-hero-grid > div > p:not(.eyebrow) {
  color: var(--on-dark);
}

.page-hero-grid > div > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.page-hero .eyebrow {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffd2a8;
  box-shadow: none;
}

.page-hero-grid > img,
.page-hero-art {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.availability-grid article,
.semester-grid article {
  display: grid;
  align-content: center;
  min-height: 188px;
  border: 0;
  border-radius: 22px;
  color: var(--on-dark);
  text-align: center;
  box-shadow: 0 20px 48px rgba(19, 37, 38, 0.12);
}

.semester-grid article:nth-child(4n + 1),
.availability-grid article:nth-child(4n + 1) {
  background: #0f4a49;
}

.semester-grid article:nth-child(4n + 2),
.availability-grid article:nth-child(4n + 2) {
  background: #173f68;
}

.semester-grid article:nth-child(4n + 3),
.availability-grid article:nth-child(4n + 3) {
  background: #514070;
}

.semester-grid article:nth-child(4n + 4),
.availability-grid article:nth-child(4n + 4) {
  background: #6a4634;
}

.semester-grid article span,
.availability-grid article span {
  color: #ffd2a8;
}

.semester-grid article h3,
.availability-grid article h3 {
  color: #ffffff;
}

.availability-grid article p {
  color: rgba(255, 255, 255, 0.78);
}

.review-section {
  background: #edf4f7;
}

.review-section .section-heading .eyebrow {
  font-size: calc(0.78rem + 3px);
}

.review-card {
  border: 1px solid #d8e5ea;
  background: #ffffff;
  color: var(--text);
  text-align: center;
  box-shadow: 0 18px 44px rgba(19, 37, 38, 0.09);
}

.review-card:nth-child(3n + 1),
.review-card:nth-child(3n + 2),
.review-card:nth-child(3n + 3) {
  background: #ffffff;
}

.review-card span {
  background: #edf5f3;
  color: var(--sage-deep);
}

.review-card p {
  color: #465a61;
}

.review-card strong {
  color: var(--ink);
}

.slider-btn {
  background: #ffffff;
  color: var(--sage-deep);
  box-shadow: 0 14px 34px rgba(19, 37, 38, 0.12);
}

.feedback-section {
  background: #ffffff;
}

.feedback-panel {
  background: #514070;
  border: 0;
  box-shadow: 0 24px 60px rgba(54, 40, 77, 0.2);
}

.download-card {
  background: #0f4a49;
  border: 0;
  box-shadow: 0 24px 60px rgba(15, 74, 73, 0.2);
}

.download-card .button-primary,
.feedback-panel .button-secondary {
  background: #ffffff;
  color: var(--sage-deep);
}

.download-card .button-secondary {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.ios-mini-card,
.org-code {
  border: 1px solid rgba(15, 74, 73, 0.16);
  background: #ffffff;
  color: var(--ink);
}

.ios-mini-card p {
  color: #5d6d72;
}

.site-footer,
.footer,
.mobile-sticky-cta {
  background: rgba(255, 255, 255, 0.96);
}

@media (min-width: 980px) {
  .hero-home .hero-layout {
    grid-template-columns: minmax(0, 940px);
  }

  .page-hero .button {
    justify-self: start;
    min-width: 230px;
  }
}

@media (max-width: 759px) {
  .hero-home {
    min-height: auto;
    padding: 48px 0 54px;
    background:
      linear-gradient(180deg, rgba(9, 32, 34, 0.96) 0%, rgba(9, 32, 34, 0.86) 58%, rgba(9, 32, 34, 0.72) 100%),
      url("assets/firsthope-hero-study.png");
    background-position: 62% center;
    background-size: cover;
  }

  .hero-home h1 {
    font-size: clamp(2.4rem, 12vw, 3.35rem);
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .hero-highlights {
    display: none;
  }

  .program-card > div {
    min-height: 172px;
  }

  .program-section {
    padding-top: 44px;
  }

  .page-hero {
    padding: 58px 0 70px;
  }
}

/* Center review slider cards and their content inside the section background. */
.review-section .container {
  display: grid;
  justify-items: center;
}

.review-section .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.review-section .section-heading .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.review-slider {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
}

.review-track {
  width: 100%;
  align-items: stretch;
}

.review-card,
.feedback-card {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.review-card span,
.feedback-card span {
  margin-left: auto;
  margin-right: auto;
}

.review-card p,
.feedback-card p {
  max-width: 46ch;
  margin-left: auto;
  margin-right: auto;
}

/* Final review layout: centered cards with no carousel gutter mismatch. */
.review-section {
  overflow: hidden;
}

.review-section .container {
  display: block;
}

.review-slider {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.review-slider .slider-btn {
  display: none;
}

.review-track {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  overflow: visible;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.38);
  padding: 24px;
  scroll-snap-type: none;
}

.review-card {
  width: 100%;
  min-height: 190px;
  flex: none;
  scroll-snap-align: none;
  border-radius: 22px;
  padding: 30px 34px;
}

@media (min-width: 1180px) {
  .review-slider {
    max-width: 1040px;
  }
}

@media (max-width: 760px) {
  .review-slider {
    max-width: 560px;
  }

  .review-track {
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 24px;
    padding: 14px;
  }

  .review-card {
    min-height: 176px;
    padding: 26px 22px;
  }
}

/* Automatic review slider: keep exactly two reviews visible on desktop. */
.review-section {
  overflow: hidden;
}

.review-section .container {
  display: block;
}

.review-slider {
  width: min(100%, 1040px);
  margin-inline: auto;
  display: block;
}

.review-slider .slider-btn {
  display: none !important;
}

.review-track {
  width: 100%;
  display: flex !important;
  grid-template-columns: none !important;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 24px;
  overflow-x: hidden;
  overflow-y: visible;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.38);
  padding: 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.review-card {
  flex: 0 0 calc((100% - 24px) / 2);
  width: auto;
  min-width: 0;
  min-height: 188px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (max-width: 760px) {
  .review-slider {
    width: min(100%, 560px);
  }

  .review-track {
    gap: 18px;
    border-radius: 24px;
    padding: 14px;
  }

  .review-card {
    flex-basis: 100%;
  }
}

/* Automatic pair slider: render only the active review pair. */
.review-slider {
  width: min(100%, 1040px);
  margin-inline: auto;
}

.review-track {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.38);
  padding: 24px;
}

.review-track.is-ready .review-card {
  display: none !important;
}

.review-track.is-ready .review-card.is-visible {
  display: flex !important;
  width: 100%;
  animation: reviewFade 260ms ease;
}

.review-card {
  flex: none;
  width: 100%;
  min-height: 188px;
}

@keyframes reviewFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .review-track {
    grid-template-columns: 1fr !important;
    gap: 18px;
    border-radius: 24px;
    padding: 14px;
  }
}

/* Panel label refinement: no highlight, centered, heading-like text. */
.feedback-panel .eyebrow,
.download-card .eyebrow {
  position: absolute;
  top: clamp(22px, 4vw, 38px);
  left: 50%;
  display: block;
  width: max-content;
  max-width: calc(100% - 48px);
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1.06;
  text-align: center;
  text-transform: none;
  transform: translateX(-50%);
}

.feedback-panel,
.download-card {
  position: relative;
  padding-top: clamp(92px, 8vw, 112px);
}

.feedback-panel > div:first-child,
.download-card > div:first-child {
  padding-top: 0;
}

/* Feedback panel layout: centered column instead of split left/right content. */
.feedback-panel {
  grid-template-columns: 1fr !important;
  justify-items: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.feedback-panel > div:first-child {
  display: grid;
  max-width: 720px;
  justify-items: center;
  text-align: center;
}

.feedback-panel h2,
.feedback-panel p:not(.eyebrow) {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feedback-panel .button {
  justify-self: center;
}

/* Balance feedback panel vertical rhythm. */
.feedback-panel {
  min-height: 320px;
  align-content: center;
  padding: clamp(42px, 6vw, 58px) clamp(22px, 4vw, 38px) !important;
}

.feedback-panel .eyebrow {
  position: static;
  width: auto;
  max-width: 100%;
  margin: 0 auto 18px;
  transform: none;
}

.feedback-panel > div:first-child {
  gap: 10px;
}

.feedback-panel h2 {
  margin: 0;
}

.feedback-panel p:not(.eyebrow) {
  margin-top: 2px;
}

.feedback-panel .button {
  margin-top: 8px;
}

/* Download panel layout: centered, balanced vertical stack. */
.download-card {
  grid-template-columns: 1fr !important;
  justify-items: center;
  align-items: center;
  gap: 24px;
  min-height: 360px;
  padding: clamp(42px, 6vw, 58px) clamp(22px, 4vw, 38px) !important;
  text-align: center;
}

.download-card .eyebrow {
  position: static;
  width: auto;
  max-width: 100%;
  margin: 0 auto 18px;
  transform: none;
}

.download-card > div:first-child {
  display: grid;
  max-width: 720px;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.download-card h2,
.download-card p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.download-options {
  display: grid;
  width: min(100%, 520px);
  justify-items: center;
  justify-content: center;
  gap: 14px;
}

.download-options .button {
  width: min(100%, 260px);
}

.ios-mini-card {
  width: min(100%, 360px);
}

@media (min-width: 640px) {
  .download-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .download-options .ios-mini-card {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

/* Homepage alignment pass: keep section rhythm even without changing the visual design. */
.home-page .program-section {
  padding-top: clamp(72px, 7vw, 92px);
  padding-bottom: clamp(76px, 7vw, 96px);
}

.home-page .why-section,
.home-page .about-preview,
.home-page .review-section {
  padding-top: clamp(72px, 7vw, 94px);
  padding-bottom: clamp(72px, 7vw, 94px);
}

.home-page .feedback-section,
.home-page .access-section {
  padding-top: clamp(64px, 6vw, 84px);
  padding-bottom: clamp(64px, 6vw, 84px);
}

.home-page .section-heading {
  margin-bottom: clamp(30px, 4vw, 44px);
}

.home-page .program-grid,
.home-page .review-slider,
.home-page .feedback-panel,
.home-page .download-card {
  margin-left: auto;
  margin-right: auto;
}

.home-page .why-section .split-layout {
  gap: clamp(42px, 6vw, 72px);
  align-items: center;
}

.home-page .feature-list {
  align-content: center;
}

.home-page .about-card {
  min-height: 340px;
}

.home-page .feedback-panel {
  min-height: 300px;
}

.home-page .download-card {
  min-height: 340px;
}

@media (max-width: 759px) {
  .home-page .program-section,
  .home-page .why-section,
  .home-page .about-preview,
  .home-page .review-section,
  .home-page .feedback-section,
  .home-page .access-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .home-page .section-heading {
    margin-bottom: 28px;
  }

  .home-page .review-section .section-heading {
    text-align: center;
  }

  .home-page .review-section .section-heading .eyebrow {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .about-card,
  .home-page .feedback-panel,
  .home-page .download-card {
    min-height: auto;
  }
}

/* Desktop spacing polish: tighter section rhythm for larger screens only. */
@media (min-width: 900px) {
  .hero-home {
    min-height: min(620px, calc(100svh - 116px));
    padding-top: clamp(44px, 4.8vw, 64px);
    padding-bottom: clamp(44px, 4.8vw, 64px);
  }

  .hero-copy {
    gap: 18px;
  }

  .hero-home h1 {
    max-width: 840px;
    font-size: clamp(2.65rem, 5vw, 4.35rem);
  }

  .hero-home .hero-copy > p:not(.eyebrow) {
    max-width: 640px;
    line-height: 1.58;
  }

  .hero-highlights {
    max-width: 660px;
    gap: 10px;
  }

  .hero-home .hero-highlights span {
    min-height: 58px;
    border-radius: 16px;
    padding: 11px 13px;
  }

  .section {
    padding-top: clamp(46px, 4.8vw, 66px);
    padding-bottom: clamp(46px, 4.8vw, 66px);
  }

  .page-hero {
    padding-top: clamp(48px, 5vw, 68px);
    padding-bottom: clamp(50px, 5vw, 72px);
  }

  .section > .container > .section-heading,
  .split-layout .section-heading,
  .home-page .section-heading {
    margin-bottom: clamp(22px, 2.8vw, 34px);
  }

  .home-page .program-section,
  .home-page .why-section,
  .home-page .about-preview,
  .home-page .review-section {
    padding-top: clamp(46px, 4.6vw, 64px);
    padding-bottom: clamp(46px, 4.6vw, 64px);
  }

  .home-page .feedback-section,
  .home-page .access-section {
    padding-top: clamp(40px, 4vw, 56px);
    padding-bottom: clamp(40px, 4vw, 56px);
  }

  .program-grid {
    gap: 18px;
  }

  .program-card > img,
  .program-card figure {
    padding: 14px;
  }

  .program-card > div {
    min-height: 160px;
    gap: 10px;
    padding: 22px 22px 24px;
  }

  .home-page .why-section .split-layout,
  .why-section .split-layout {
    gap: clamp(30px, 4vw, 52px);
  }

  .feature-list {
    gap: 14px;
  }

  .feature-list article {
    padding: 18px;
  }

  .about-card,
  .home-page .about-card {
    min-height: 300px;
    gap: 18px;
    padding: clamp(24px, 3.2vw, 34px);
  }

  .review-track {
    gap: 20px;
    padding: 20px;
  }

  .review-card {
    min-height: 170px;
    padding: 24px 28px;
  }

  .feedback-panel,
  .home-page .feedback-panel {
    min-height: 270px;
    gap: 18px;
    padding: clamp(34px, 4vw, 46px) clamp(22px, 4vw, 38px) !important;
  }

  .download-card,
  .home-page .download-card {
    min-height: 300px;
    gap: 18px;
    padding: clamp(34px, 4vw, 46px) clamp(22px, 4vw, 38px) !important;
  }

  .semester-grid article,
  .availability-grid article {
    min-height: 160px;
    padding: 18px;
  }
}

/* Course hero polish: turn the top label into a heading and accent the notes CTA. */
.course-hero .eyebrow {
  width: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #ffd2a8;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

.course-hero .button-primary {
  border-color: #ffd2a8;
  background: #ffd2a8;
  color: #102b2e;
  box-shadow: 0 18px 38px rgba(255, 210, 168, 0.2);
}

.course-hero .button-primary:hover {
  background: #ffffff;
  border-color: #ffffff;
}

/* Availability cards: keep only the note title as the visual focus. */
.availability-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 18px;
}

.availability-grid article {
  flex: 1 1 100%;
  max-width: 100%;
  min-height: 128px;
  place-items: center;
  padding: 22px;
}

.availability-grid article h3 {
  max-width: 18ch;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.18;
  text-align: center;
}

@media (min-width: 640px) {
  .availability-grid article {
    flex-basis: calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
  }
}

@media (min-width: 900px) {
  .availability-grid article {
    flex-basis: calc((100% - 54px) / 4);
    max-width: calc((100% - 54px) / 4);
    min-height: 132px;
  }

  .availability-grid.branch-grid article {
    flex-basis: calc((100% - 72px) / 5);
    max-width: calc((100% - 72px) / 5);
  }
}

@media (max-width: 520px) {
  .availability-grid article {
    min-height: 112px;
    padding: 18px;
  }
}

/* Scroll motion layer: subtle reveal, hover lift and visual depth. */
.motion-float {
  --float-y: 0px;
  will-change: transform;
}

.motion-ready .motion-float:not(.motion-reveal) {
  transform: translate3d(0, var(--float-y), 0);
}

.motion-ready .motion-reveal {
  --reveal-x: 0px;
  --reveal-y: 28px;
  --float-y: 0px;
  --motion-scale: 0.985;
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(var(--reveal-x), calc(var(--reveal-y) + var(--float-y)), 0) scale(var(--motion-scale));
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease;
  transition-delay: var(--motion-delay, 0ms);
  will-change: transform, opacity, filter;
}

.motion-ready .motion-reveal[data-motion="left"] {
  --reveal-x: -32px;
  --reveal-y: 10px;
}

.motion-ready .motion-reveal[data-motion="right"] {
  --reveal-x: 32px;
  --reveal-y: 10px;
}

.motion-ready .motion-reveal.is-visible {
  --reveal-x: 0px;
  --reveal-y: 0px;
  --motion-scale: 1;
  opacity: 1;
  filter: blur(0);
}

.motion-ready .motion-hover {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    opacity 220ms ease,
    filter 220ms ease;
}

.motion-ready .motion-hover:hover {
  transform: translate3d(0, calc(var(--float-y, 0px) - 6px), 0) scale(1.01);
}

.motion-ready .button.motion-hover:hover,
.motion-ready .header-cta.motion-hover:hover {
  transform: translate3d(0, -3px, 0) scale(1.02);
}

.motion-ready .program-card.motion-hover:hover,
.motion-ready .feature-list article.motion-hover:hover,
.motion-ready .availability-grid article.motion-hover:hover,
.motion-ready .review-card.motion-hover:hover,
.motion-ready .about-card.motion-hover:hover {
  box-shadow: 0 30px 72px rgba(19, 37, 38, 0.2);
}

.motion-ready .feedback-panel.motion-hover:hover {
  box-shadow: 0 30px 76px rgba(54, 40, 77, 0.28);
}

.motion-ready .download-card.motion-hover:hover {
  box-shadow: 0 30px 76px rgba(15, 74, 73, 0.28);
}

@media (prefers-reduced-motion: reduce) {
  .motion-float,
  .motion-ready .motion-reveal,
  .motion-ready .motion-hover,
  .motion-ready .motion-hover:hover {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

/* Mobile optimization pass: compact tiles, tighter sections and matching sticky CTAs. */
@media (max-width: 759px) {
  .container {
    width: calc(100% - 24px);
  }

  body:has(.mobile-sticky-cta) {
    padding-bottom: 66px;
  }

  .header-inner {
    min-height: 58px;
  }

  .brand img {
    width: 108px;
  }

  .header-cta {
    min-height: 36px;
    padding: 8px 11px;
    font-size: 0.78rem;
  }

  h1,
  .hero-home h1,
  .page-hero h1 {
    font-size: clamp(2rem, 8.7vw, 2.55rem) !important;
    line-height: 1.04;
  }

  h2,
  .section-heading h2,
  .feedback-panel h2,
  .download-card h2 {
    font-size: clamp(1.55rem, 7.1vw, 2.05rem);
    line-height: 1.08;
  }

  h3 {
    font-size: clamp(1.02rem, 5.2vw, 1.28rem);
  }

  .section,
  .home-page .program-section,
  .home-page .why-section,
  .home-page .about-preview,
  .home-page .review-section,
  .home-page .feedback-section,
  .home-page .access-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .hero-home {
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .hero-copy,
  .page-hero-copy,
  .page-hero-grid > div {
    gap: 14px;
  }

  .hero-kicker {
    margin-bottom: 2px;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
  }

  .hero-copy .lead,
  .hero-copy > p:not(.eyebrow),
  .page-hero-grid > div > p:not(.eyebrow),
  .section-heading > p:not(.eyebrow),
  .about-card > p,
  .download-card p,
  .feedback-panel p:not(.eyebrow) {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .hero-actions,
  .button-row,
  .inline-actions,
  .download-options {
    gap: 9px;
  }

  .button,
  .hero-actions .button,
  .download-options .button,
  .inline-actions .button {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 0.9rem;
  }

  .section > .container > .section-heading,
  .split-layout .section-heading,
  .home-page .section-heading {
    margin-bottom: 22px;
    text-align: center;
  }

  .section > .container > .section-heading .eyebrow,
  .split-layout .section-heading .eyebrow,
  .section-heading .eyebrow {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .program-grid,
  .feature-list,
  .availability-grid {
    gap: 12px;
  }

  .program-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: 1fr;
    border-radius: 18px;
    min-height: 132px;
    text-align: left;
  }

  .program-card > img,
  .program-card figure {
    padding: 10px;
  }

  .program-card > img {
    width: 100%;
    height: 100%;
    min-height: 132px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 0;
  }

  .program-card img {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .program-card > div {
    min-height: 132px;
    gap: 7px;
    align-content: center;
    justify-items: start;
    padding: 14px 16px;
    text-align: left;
  }

  .program-card .card-kicker,
  .program-card .program-meta {
    font-size: 0.76rem;
  }

  .program-card h3 {
    font-size: 1.14rem;
    line-height: 1.12;
  }

  .program-card .text-link {
    font-size: 0.9rem;
  }

  .why-section .split-layout,
  .split-layout {
    gap: 22px;
  }

  .feature-list article {
    padding: 16px;
    border-radius: 16px;
  }

  .feature-list article span {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }

  .about-card,
  .home-page .about-card {
    min-height: auto;
    gap: 13px;
    border-radius: 20px;
    padding: 24px 18px;
  }

  .about-main-title {
    font-size: clamp(1.9rem, 8vw, 2.35rem);
  }

  .review-track {
    gap: 12px;
    border-radius: 20px;
    padding: 10px;
  }

  .review-card {
    min-height: 158px;
    padding: 20px 18px;
  }

  .review-card p {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .feedback-panel,
  .download-card,
  .home-page .feedback-panel,
  .home-page .download-card {
    min-height: auto;
    gap: 14px;
    border-radius: 20px;
    padding: 28px 18px !important;
  }

  .feedback-panel .eyebrow,
  .download-card .eyebrow {
    margin-bottom: 8px;
    font-size: clamp(1.25rem, 6vw, 1.7rem);
  }

  .feedback-panel > div:first-child,
  .download-card > div:first-child {
    gap: 8px;
  }

  .download-options {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .download-options .button {
    width: 100%;
  }

  .page-hero {
    padding: 38px 0 42px;
  }

  .page-hero-grid {
    gap: 22px;
  }

  .course-hero .eyebrow {
    font-size: 1.05rem;
  }

  .page-hero-grid > img,
  .page-hero-art {
    border-radius: 18px;
    padding: 10px;
  }

  .page-hero-grid > img {
    max-height: 190px;
    object-fit: contain;
  }

  .availability-grid article {
    min-height: 96px;
    border-radius: 18px;
    padding: 16px;
  }

  .availability-grid article h3 {
    max-width: 19ch;
    font-size: clamp(1.02rem, 5vw, 1.22rem);
  }

  .mobile-sticky-cta {
    gap: 8px;
    padding: 8px 12px;
  }

  .mobile-sticky-cta a,
  .mobile-sticky-cta button {
    min-height: 42px;
    border-color: var(--sage-deep);
    background: var(--sage-deep);
    color: #ffffff;
    font-size: 0.84rem;
    box-shadow: 0 10px 22px rgba(15, 74, 73, 0.16);
  }
}

@media (max-width: 420px) {
  .hero-home {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .section,
  .home-page .program-section,
  .home-page .why-section,
  .home-page .about-preview,
  .home-page .review-section,
  .home-page .feedback-section,
  .home-page .access-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .program-card > div {
    min-height: 124px;
    padding: 13px 14px;
  }

  .program-card {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 124px;
  }

  .program-card > img {
    min-height: 124px;
  }
}

/* Footer and social media polish. */
.site-footer {
  padding: 30px 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  text-align: center;
}

.footer-brand {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.footer-brand p {
  max-width: 36ch;
  color: #526369;
  font-weight: 650;
}

.footer-nav,
.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-nav {
  gap: 10px 16px;
}

.social-links {
  gap: 8px;
}

.footer-nav a {
  color: #314247;
  font-weight: 800;
}

.social-links a {
  display: inline-flex;
  min-height: 34px;
  gap: 7px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--social-border, #d8e7e4);
  border-radius: 999px;
  background: var(--social-bg, #f5faf8);
  color: var(--social-color, var(--sage-deep));
  font-size: 0.88rem;
  font-weight: 850;
  padding: 8px 13px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.social-links a::before {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--social-color, var(--sage-deep));
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
}

.social-links a[href*="youtube"] {
  --social-color: #cc0000;
  --social-bg: #fff1f1;
  --social-border: #ffd3d3;
}

.social-links a[href*="youtube"]::before {
  content: "▶";
  font-size: 0.62rem;
  padding-left: 1px;
}

.social-links a[href*="instagram"] {
  --social-color: #c13584;
  --social-bg: #fff0f7;
  --social-border: #f5cce1;
}

.social-links a[href*="instagram"]::before {
  content: "◎";
  font-size: 0.86rem;
}

.social-links a[href*="t.me"] {
  --social-color: #229ed9;
  --social-bg: #eef9ff;
  --social-border: #cbefff;
}

.social-links a[href*="FirstHopeNotes"]::before {
  content: "✉";
  font-size: 0.7rem;
}

.social-links a[href*="first_hope01"]::before {
  content: "↗";
  font-size: 0.78rem;
}

.social-links a[href*="linkedin"] {
  --social-color: #0a66c2;
  --social-bg: #eef6ff;
  --social-border: #cfe5ff;
}

.social-links a[href*="linkedin"]::before {
  content: "in";
  font-family: Arial, sans-serif;
  font-size: 0.64rem;
}

.social-links a:hover {
  background: var(--social-color, var(--sage-deep));
  color: #ffffff;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--social-color, var(--sage-deep)) 22%, transparent);
  transform: translateY(-2px);
}

.social-links a:hover::before {
  background: #ffffff;
  color: var(--social-color, var(--sage-deep));
}

@media (min-width: 900px) {
  .footer-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    text-align: left;
  }

  .footer-brand {
    justify-items: start;
  }

  .footer-nav {
    max-width: 360px;
    justify-content: flex-end;
  }

  .social-links {
    justify-content: flex-start;
  }
}

@media (max-width: 759px) {
  .site-footer {
    padding: 26px 0;
  }

  .footer-inner {
    gap: 16px;
  }

  .footer-brand {
    gap: 10px;
  }

  .footer-brand p {
    max-width: 30ch;
    margin-inline: auto;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .social-links {
    gap: 7px;
  }

  .social-links a {
    min-height: 32px;
    font-size: 0.8rem;
    padding: 7px 10px;
  }

  .footer-nav {
    gap: 9px 14px;
  }
}

/* Final spacing pass after short-copy edits. */
@media (max-width: 759px) {
  .home-page .why-section .split-layout,
  .why-section .split-layout {
    gap: 16px !important;
  }

  .section > .container > .section-heading,
  .split-layout .section-heading,
  .home-page .section-heading {
    margin-bottom: 16px;
  }

  .section > .container.split-layout > .section-heading,
  .home-page .why-section .split-layout .section-heading {
    margin-bottom: 0;
  }

  .section,
  .home-page .program-section,
  .home-page .why-section,
  .home-page .about-preview,
  .home-page .review-section,
  .home-page .feedback-section,
  .home-page .access-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-home {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .feature-list {
    gap: 10px;
  }

  .feature-list article {
    padding: 14px;
  }

  .feature-list article h3 {
    margin-bottom: 6px;
  }

  .about-card,
  .home-page .about-card,
  .feedback-panel,
  .download-card,
  .home-page .feedback-panel,
  .home-page .download-card {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .feedback-panel > div:first-child,
  .download-card > div:first-child {
    gap: 6px;
  }
}

@media (min-width: 900px) {
  .section > .container > .section-heading,
  .split-layout .section-heading,
  .home-page .section-heading {
    margin-bottom: clamp(18px, 2.2vw, 28px);
  }

  .home-page .why-section .split-layout,
  .why-section .split-layout {
    gap: clamp(24px, 3.5vw, 44px);
  }

  .home-page .program-section,
  .home-page .why-section,
  .home-page .about-preview,
  .home-page .review-section {
    padding-top: clamp(40px, 4vw, 58px);
    padding-bottom: clamp(40px, 4vw, 58px);
  }

  .home-page .feedback-section,
  .home-page .access-section {
    padding-top: clamp(34px, 3.5vw, 50px);
    padding-bottom: clamp(34px, 3.5vw, 50px);
  }

  .feedback-panel,
  .download-card,
  .home-page .feedback-panel,
  .home-page .download-card {
    min-height: 250px;
  }
}

/* Course pages: image-backed hero matching the homepage. */
.course-hero {
  min-height: min(560px, calc(100svh - 120px));
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(58px, 7vw, 86px) 0 clamp(62px, 7vw, 92px);
  background:
    linear-gradient(90deg, rgba(9, 32, 34, 0.96) 0%, rgba(9, 32, 34, 0.84) 48%, rgba(9, 32, 34, 0.42) 78%, rgba(9, 32, 34, 0.14) 100%),
    url("./assets/firsthope-hero-study.png");
  background-position: center right;
  background-size: cover;
  color: #ffffff;
}

.course-hero .page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 880px);
  gap: 0;
  align-items: center;
}

.course-hero .page-hero-grid > div {
  max-width: 880px;
  gap: 18px;
}

.course-hero h1 {
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(3rem, 6.1vw, 5.05rem);
  line-height: 0.98;
  text-wrap: balance;
}

.course-hero .eyebrow {
  color: #ffe4c8;
}

.course-hero .button-primary {
  justify-self: start;
  min-width: 230px;
  border-color: #ffffff;
  background: #ffffff;
  color: var(--sage-deep);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.course-hero .button-primary:hover {
  border-color: #ffe4c8;
  background: #ffe4c8;
}

@media (max-width: 759px) {
  .course-hero {
    min-height: auto;
    padding: 44px 0 50px;
    background:
      linear-gradient(180deg, rgba(9, 32, 34, 0.97) 0%, rgba(9, 32, 34, 0.9) 58%, rgba(9, 32, 34, 0.76) 100%),
      url("./assets/firsthope-hero-study.png");
    background-position: 62% center;
    background-size: cover;
  }

  .course-hero .page-hero-grid {
    gap: 0;
  }

  .course-hero .page-hero-grid > div {
    gap: 15px;
  }

  .course-hero h1 {
    font-size: clamp(2.32rem, 11.4vw, 3.25rem) !important;
  }

  .course-hero .button-primary {
    width: 100%;
    min-width: 0;
    min-height: 46px;
  }
}

/* Mobile course-note tiles: compact, centered, and easier to scan. */
@media (max-width: 759px) {
  .course-hero + .section {
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .course-hero + .section .section-heading {
    max-width: 350px;
    margin-bottom: 12px;
  }

  .course-hero + .section .section-heading .eyebrow {
    margin-bottom: 8px;
  }

  .course-hero + .section .section-heading h2 {
    font-size: clamp(1.46rem, 6.6vw, 1.9rem);
    line-height: 1.12;
  }

  .course-hero + .section .availability-grid {
    gap: 9px;
    justify-content: center;
  }

  .course-hero + .section .availability-grid article {
    flex: 0 1 min(100%, 340px);
    max-width: 340px;
    min-height: 78px;
    border-radius: 16px;
    padding: 12px 15px;
    box-shadow: 0 14px 32px rgba(19, 37, 38, 0.11);
  }

  .course-hero + .section .availability-grid article h3 {
    max-width: 21ch;
    font-size: clamp(1rem, 4.7vw, 1.12rem);
    line-height: 1.15;
  }
}

/* Direct course hero image URLs for hosted/static deployments. */
.course-hero-b {
  background-image:
    linear-gradient(90deg, rgba(9, 32, 34, 0.96) 0%, rgba(9, 32, 34, 0.84) 48%, rgba(9, 32, 34, 0.42) 78%, rgba(9, 32, 34, 0.14) 100%),
    url("./assets/course-hero-b-pharma.png");
}

.course-hero-d {
  background-image:
    linear-gradient(90deg, rgba(9, 32, 34, 0.96) 0%, rgba(9, 32, 34, 0.84) 48%, rgba(9, 32, 34, 0.42) 78%, rgba(9, 32, 34, 0.14) 100%),
    url("./assets/course-hero-d-pharma.png");
}

.course-hero-pharmd {
  background-image:
    linear-gradient(90deg, rgba(9, 32, 34, 0.96) 0%, rgba(9, 32, 34, 0.84) 48%, rgba(9, 32, 34, 0.42) 78%, rgba(9, 32, 34, 0.14) 100%),
    url("./assets/course-hero-pharm-d.png");
}

.course-hero-m {
  background-image:
    linear-gradient(90deg, rgba(9, 32, 34, 0.96) 0%, rgba(9, 32, 34, 0.84) 48%, rgba(9, 32, 34, 0.42) 78%, rgba(9, 32, 34, 0.14) 100%),
    url("./assets/course-hero-m-pharma.png");
}

@media (max-width: 759px) {
  .course-hero-b {
    background-image:
      linear-gradient(180deg, rgba(9, 32, 34, 0.97) 0%, rgba(9, 32, 34, 0.9) 58%, rgba(9, 32, 34, 0.76) 100%),
      url("./assets/course-hero-b-pharma.png");
  }

  .course-hero-d {
    background-image:
      linear-gradient(180deg, rgba(9, 32, 34, 0.97) 0%, rgba(9, 32, 34, 0.9) 58%, rgba(9, 32, 34, 0.76) 100%),
      url("./assets/course-hero-d-pharma.png");
  }

  .course-hero-pharmd {
    background-image:
      linear-gradient(180deg, rgba(9, 32, 34, 0.97) 0%, rgba(9, 32, 34, 0.9) 58%, rgba(9, 32, 34, 0.76) 100%),
      url("./assets/course-hero-pharm-d.png");
  }

  .course-hero-m {
    background-image:
      linear-gradient(180deg, rgba(9, 32, 34, 0.97) 0%, rgba(9, 32, 34, 0.9) 58%, rgba(9, 32, 34, 0.76) 100%),
      url("./assets/course-hero-m-pharma.png");
  }
}

/* Requested sizing polish. */
.program-card .card-kicker,
.program-card .program-meta {
  font-size: calc(0.78rem + 2px);
}

.header-cta {
  min-height: 48px;
  padding: 12px 22px;
  font-size: calc(0.92rem + 2px);
}

@media (max-width: 759px) {
  .program-card .card-kicker,
  .program-card .program-meta {
    font-size: calc(0.76rem + 2px);
  }

  .header-cta {
    min-height: 44px;
    padding: 10px 16px;
    font-size: calc(0.84rem + 2px);
  }
}

/* Green theme replaced with black only. */
:root {
  --sage-deep: #050505;
  --sage-soft: #f1f1f1;
  --mint-panel: #0f4a49;
  --mint-soft-panel: #163f33;
  --aqua-panel: #163f45;
  --aqua-soft-panel: #173f42;
  --moss-panel: #143e35;
}

.nav-link.active,
.nav-link:hover,
.dropdown-trigger:hover {
  background: #f1f1f1;
  color: #050505;
}

.header-cta,
.button-primary,
.button.primary,
.mobile-sticky-cta a {
  background: #050505;
  color: #ffffff;
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.24);
}

.section-heading .eyebrow,
.eyebrow,
.download-card .button-primary,
.feedback-panel .button-secondary,
.course-hero .button-primary,
.hero-home .button-primary {
  color: #050505;
}

.hero-home {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.82) 44%, rgba(0, 0, 0, 0.35) 76%, rgba(0, 0, 0, 0.1) 100%),
    url("assets/firsthope-hero-study.png");
}

.course-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
    url("./assets/firsthope-hero-study.png");
}

.course-hero-b {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
    url("./assets/course-hero-b-pharma.png");
}

.course-hero-d {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
    url("./assets/course-hero-d-pharma.png");
}

.course-hero-pharmd {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
    url("./assets/course-hero-pharm-d.png");
}

.course-hero-m {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
    url("./assets/course-hero-m-pharma.png");
}

.program-card:nth-child(1),
.semester-grid article:nth-child(4n + 1),
.availability-grid article:nth-child(4n + 1),
.download-card {
  background: #0f4a49;
}

.why-section {
  background: #102b2e;
}

.why-section .section-heading .eyebrow {
  color: #ffffff;
}

.availability-grid .note-download-tile {
  color: inherit;
  display: block;
  flex: 1 1 100%;
  height: 100%;
  max-width: 100%;
  text-decoration: none;
}

.availability-grid .note-download-tile article {
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.availability-grid .note-download-tile:nth-child(4n + 1) article {
  background: #0f4a49;
}

.availability-grid .note-download-tile:nth-child(4n + 2) article {
  background: #1f4a72;
}

.availability-grid .note-download-tile:nth-child(4n + 3) article {
  background: #5b477a;
}

.availability-grid .note-download-tile:nth-child(4n + 4) article {
  background: #744b35;
}

.availability-grid .note-download-tile:focus-visible {
  border-radius: 26px;
  outline: 3px solid #050505;
  outline-offset: 5px;
}

.motion-ready .availability-grid .note-download-tile.motion-hover:hover article,
.availability-grid .note-download-tile:hover article {
  transform: translateY(-4px);
}

@media (min-width: 640px) {
  .availability-grid .note-download-tile {
    flex-basis: calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
  }
}

@media (min-width: 900px) {
  .availability-grid .note-download-tile {
    flex-basis: calc((100% - 54px) / 4);
    max-width: calc((100% - 54px) / 4);
  }

  .availability-grid.branch-grid .note-download-tile {
    flex-basis: calc((100% - 72px) / 5);
    max-width: calc((100% - 72px) / 5);
  }
}

@media (max-width: 759px) {
  .course-hero + .section .availability-grid .note-download-tile {
    flex: 0 1 min(100%, 340px);
    max-width: 340px;
  }
}

@media (max-width: 759px) {
  .hero-home {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 58%, rgba(0, 0, 0, 0.72) 100%),
      url("assets/firsthope-hero-study.png");
  }

  .course-hero {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.9) 58%, rgba(0, 0, 0, 0.76) 100%),
      url("./assets/firsthope-hero-study.png");
  }

  .course-hero-b {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.9) 58%, rgba(0, 0, 0, 0.76) 100%),
      url("./assets/course-hero-b-pharma.png");
  }

  .course-hero-d {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.9) 58%, rgba(0, 0, 0, 0.76) 100%),
      url("./assets/course-hero-d-pharma.png");
  }

  .course-hero-pharmd {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.9) 58%, rgba(0, 0, 0, 0.76) 100%),
      url("./assets/course-hero-pharm-d.png");
  }

  .course-hero-m {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.9) 58%, rgba(0, 0, 0, 0.76) 100%),
      url("./assets/course-hero-m-pharma.png");
  }
}

/* Requested polish: Aptos typography, sentence-case hero label and richer note tiles. */
html,
body,
button,
input,
textarea,
select,
.button,
.modal-close {
  font-family: Aptos, "Aptos Display", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.hero-kicker {
  letter-spacing: 0;
  text-transform: none;
}

.availability-grid .note-download-tile {
  --tile-glow: rgba(255, 255, 255, 0.14);
  --tile-icon: rgba(255, 255, 255, 0.92);
}

.availability-grid .note-download-tile:nth-child(4n + 1) {
  --tile-glow: rgba(181, 239, 225, 0.22);
}

.availability-grid .note-download-tile:nth-child(4n + 2) {
  --tile-glow: rgba(185, 218, 247, 0.22);
}

.availability-grid .note-download-tile:nth-child(4n + 3) {
  --tile-glow: rgba(216, 196, 244, 0.23);
}

.availability-grid .note-download-tile:nth-child(4n + 4) {
  --tile-glow: rgba(250, 212, 177, 0.22);
}

.availability-grid .note-download-tile article {
  isolation: isolate;
  justify-content: center;
  overflow: hidden;
  padding-left: 82px;
  position: relative;
  text-align: left;
  background-image:
    radial-gradient(circle at 18% 20%, var(--tile-glow) 0 22%, transparent 23%),
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.12) 0 18%, transparent 19%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 46%);
}

.availability-grid .note-download-tile article::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  z-index: 0;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background:
    linear-gradient(var(--tile-icon), var(--tile-icon)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-50%);
}

.availability-grid .note-download-tile article::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 50%;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3v9m0 0 4-4m-4 4L6 8' stroke='%230f4a49' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 15.5h12' stroke='%230f4a49' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.availability-grid .note-download-tile article h3 {
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: left;
}

@media (max-width: 759px) {
  .course-hero + .section .availability-grid .note-download-tile article {
    justify-content: start;
  }
}

@media (min-width: 900px) {
  .availability-grid .note-download-tile article {
    padding-left: 78px;
    padding-right: 20px;
  }

  .availability-grid .note-download-tile article::before {
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .availability-grid .note-download-tile article::after {
    left: 30px;
  }
}

/* Desktop hero image fit: keep PC backgrounds inside the full hero frame. */
@media (min-width: 900px) {
  .hero-home,
  .course-hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%;
  }
}

/* Keep course note tiles clean on desktop and icon-led on mobile. */
.availability-grid .note-download-tile article {
  display: grid;
  justify-items: center;
  padding-left: 22px;
  padding-right: 22px;
  text-align: center;
}

.availability-grid .note-download-tile article h3 {
  margin: 0 auto;
  max-width: 18ch;
  text-align: center;
}

@media (min-width: 760px) {
  .availability-grid .note-download-tile article::before,
  .availability-grid .note-download-tile article::after {
    display: none;
  }
}

@media (max-width: 759px) {
  .course-hero + .section .availability-grid .note-download-tile article {
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 18px;
    justify-items: start;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
  }

  .course-hero + .section .availability-grid .note-download-tile article::before,
  .course-hero + .section .availability-grid .note-download-tile article::after {
    display: block;
    grid-column: 1;
    grid-row: 1;
    left: auto;
    position: static;
    top: auto;
    transform: none;
  }

  .course-hero + .section .availability-grid .note-download-tile article::before {
    place-self: center;
  }

  .course-hero + .section .availability-grid .note-download-tile article::after {
    place-self: center;
  }

  .course-hero + .section .availability-grid .note-download-tile article h3 {
    grid-column: 2;
    margin: 0;
    max-width: 21ch;
    text-align: left;
  }
}

/* Performance: keep the same hero design while loading lightweight WebP assets first. */
.hero-home {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.82) 44%, rgba(0, 0, 0, 0.35) 76%, rgba(0, 0, 0, 0.1) 100%),
    image-set(
      url("assets/firsthope-hero-study-mobile.webp") type("image/webp"),
      url("assets/firsthope-hero-study.png") type("image/png")
    );
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.course-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
    image-set(
      url("./assets/firsthope-hero-study-mobile.webp") type("image/webp"),
      url("./assets/firsthope-hero-study.png") type("image/png")
    );
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.course-hero-b {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
    image-set(
      url("./assets/course-hero-b-pharma-mobile.webp") type("image/webp"),
      url("./assets/course-hero-b-pharma.png") type("image/png")
    );
}

.course-hero-d {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
    image-set(
      url("./assets/course-hero-d-pharma-mobile.webp") type("image/webp"),
      url("./assets/course-hero-d-pharma.png") type("image/png")
    );
}

.course-hero-pharmd {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
    image-set(
      url("./assets/course-hero-pharm-d-mobile.webp") type("image/webp"),
      url("./assets/course-hero-pharm-d.png") type("image/png")
    );
}

.course-hero-m {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
    image-set(
      url("./assets/course-hero-m-pharma-mobile.webp") type("image/webp"),
      url("./assets/course-hero-m-pharma.png") type("image/png")
    );
}

@media (min-width: 760px) {
  .hero-home {
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.82) 44%, rgba(0, 0, 0, 0.35) 76%, rgba(0, 0, 0, 0.1) 100%),
      image-set(
        url("assets/firsthope-hero-study.webp") type("image/webp"),
        url("assets/firsthope-hero-study.png") type("image/png")
      );
  }

  .course-hero {
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
      image-set(
        url("./assets/firsthope-hero-study.webp") type("image/webp"),
        url("./assets/firsthope-hero-study.png") type("image/png")
      );
  }

  .course-hero-b {
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
      image-set(
        url("./assets/course-hero-b-pharma.webp") type("image/webp"),
        url("./assets/course-hero-b-pharma.png") type("image/png")
      );
  }

  .course-hero-d {
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
      image-set(
        url("./assets/course-hero-d-pharma.webp") type("image/webp"),
        url("./assets/course-hero-d-pharma.png") type("image/png")
      );
  }

  .course-hero-pharmd {
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
      image-set(
        url("./assets/course-hero-pharm-d.webp") type("image/webp"),
        url("./assets/course-hero-pharm-d.png") type("image/png")
      );
  }

  .course-hero-m {
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.4) 78%, rgba(0, 0, 0, 0.12) 100%),
      image-set(
        url("./assets/course-hero-m-pharma.webp") type("image/webp"),
        url("./assets/course-hero-m-pharma.png") type("image/png")
      );
  }
}

@media (min-width: 900px) {
  .hero-home,
  .course-hero {
    background-position: center center;
    background-size: 100% 100%, 100% 100%;
  }
}

@media (max-width: 759px) {
  .hero-home {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.86) 58%, rgba(0, 0, 0, 0.72) 100%),
      image-set(
        url("assets/firsthope-hero-study-mobile.webp") type("image/webp"),
        url("assets/firsthope-hero-study.png") type("image/png")
      );
    background-position: 62% center;
    background-size: cover;
  }

  .course-hero {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.9) 58%, rgba(0, 0, 0, 0.76) 100%),
      image-set(
        url("./assets/firsthope-hero-study-mobile.webp") type("image/webp"),
        url("./assets/firsthope-hero-study.png") type("image/png")
      );
    background-position: center center;
    background-size: cover;
  }

  .course-hero-b {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.9) 58%, rgba(0, 0, 0, 0.76) 100%),
      image-set(
        url("./assets/course-hero-b-pharma-mobile.webp") type("image/webp"),
        url("./assets/course-hero-b-pharma.png") type("image/png")
      );
  }

  .course-hero-d {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.9) 58%, rgba(0, 0, 0, 0.76) 100%),
      image-set(
        url("./assets/course-hero-d-pharma-mobile.webp") type("image/webp"),
        url("./assets/course-hero-d-pharma.png") type("image/png")
      );
  }

  .course-hero-pharmd {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.9) 58%, rgba(0, 0, 0, 0.76) 100%),
      image-set(
        url("./assets/course-hero-pharm-d-mobile.webp") type("image/webp"),
        url("./assets/course-hero-pharm-d.png") type("image/png")
      );
  }

  .course-hero-m {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.9) 58%, rgba(0, 0, 0, 0.76) 100%),
      image-set(
        url("./assets/course-hero-m-pharma-mobile.webp") type("image/webp"),
        url("./assets/course-hero-m-pharma.png") type("image/png")
      );
  }
}
