:root {
  --sandbox-navy: #1c3954;
  --sandbox-cream: #fffaf0;
  --sandbox-mint: #72c7b4;
  --sandbox-peach: #f6c7ad;
  --sandbox-orange: #f4a261;
  --sandbox-line: #d8e0e5;
}

body {
  background: #fff;
  color: var(--sandbox-navy);
  font-family: "Segoe UI", Arial, sans-serif;
}

.sandbox-banner {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 32px;
  overflow: hidden;
  background: #c62828;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 32px;
  text-transform: uppercase;
}

.sandbox-banner-track {
  display: flex;
  width: max-content;
  animation: sandbox-scroll 18s linear infinite;
  white-space: nowrap;
}

.sandbox-banner-track span {
  padding-inline: 52px;
}

@keyframes sandbox-scroll {
  to {
    transform: translateX(-50%);
  }
}

.sandbox-page .site-header {
  top: 32px;
}

@media (prefers-reduced-motion: reduce) {
  .sandbox-banner-track {
    width: 100%;
    justify-content: center;
    animation: none;
  }

  .sandbox-banner-track span:last-child {
    display: none;
  }
}

h1,
h2,
h3 {
  color: var(--sandbox-navy);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.025em;
}

.site-header {
  position: sticky;
  max-width: none;
  min-height: 80px;
  padding: 14px clamp(24px, 5vw, 72px);
  border-bottom: 1px solid var(--sandbox-line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: none;
}

.brand strong {
  color: var(--sandbox-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.brand small {
  color: #60758a;
}

.site-nav a {
  color: var(--sandbox-navy);
  font-weight: 600;
  text-decoration: none;
}

.site-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.header-cta,
.primary-button {
  border: 1px solid var(--sandbox-navy);
  border-radius: 4px;
  background: var(--sandbox-navy);
  color: #fff;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  min-height: 640px;
  padding: 72px clamp(24px, 5vw, 72px);
  background: var(--sandbox-cream);
  color: var(--sandbox-navy);
}

.hero::before {
  display: none;
}

.hero::after {
  content: "";
  min-height: 500px;
  border-radius: 20px 20px 72px 20px;
  background:
    linear-gradient(180deg, rgba(28, 57, 84, 0.02), rgba(28, 57, 84, 0.18)),
    url("online-healthcare-hero.jpg") center / cover;
  box-shadow: 18px 18px 0 var(--sandbox-peach);
}

.hero-content {
  width: auto;
  max-width: 690px;
}

.hero h1 {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--sandbox-navy);
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 500;
  line-height: 0.98;
}

.hero-copy {
  max-width: 610px;
  color: #425c72;
  font-size: 19px;
  line-height: 1.65;
}

.eyebrow {
  color: #cb6c35;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.secondary-button {
  border: 1px solid var(--sandbox-navy);
  border-radius: 4px;
  background: transparent;
  color: var(--sandbox-navy);
  box-shadow: none;
  text-transform: uppercase;
}

.trust-strip {
  gap: 8px;
  margin-top: 36px;
}

.trust-strip span {
  border: 1px solid #d8cdbb;
  border-radius: 999px;
  background: #fff;
  color: var(--sandbox-navy);
  font-size: 13px;
}

.section,
.final-cta {
  padding: 96px clamp(24px, 5vw, 72px);
  scroll-margin-top: 96px;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 44px;
}

.section-heading h2,
.final-cta h2 {
  font-size: clamp(40px, 4.2vw, 60px);
  font-weight: 500;
  line-height: 1.05;
}

#programs {
  background: #fff;
}

.about-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(246, 199, 173, 0.55) 0 110px, transparent 111px),
    linear-gradient(135deg, #f9edf2 0%, #fffaf0 56%, #e8f7f3 100%);
}

.about-heading {
  max-width: 940px;
}

.about-heading > p:last-child {
  max-width: 760px;
  color: #415e73;
  font-size: 19px;
  line-height: 1.75;
}

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

.about-story {
  min-height: 310px;
  padding: 32px;
  border: 1px solid rgba(28, 57, 84, 0.12);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(28, 57, 84, 0.08);
}

.about-journey {
  background: #dceff9;
}

.about-goals {
  background: #dff4ed;
}

.about-team {
  background: #fbe3d6;
}

.about-number {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--sandbox-navy);
  color: #fff;
  font-weight: 800;
}

.about-story h2,
.about-story h3,
.about-details h2,
.about-details h3 {
  margin-bottom: 14px;
  font-size: 30px;
}

.about-story p,
.about-details p,
.about-details li {
  color: #38566d;
  line-height: 1.7;
}

.about-details {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  margin-top: 20px;
}

.about-details article {
  padding: 36px;
  border-radius: 24px;
}

.about-offerings {
  background: var(--sandbox-navy);
}

.about-offerings h3,
.about-offerings p,
.about-offerings li,
.about-offerings .eyebrow {
  color: #fff;
}

.about-offerings ul {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding-left: 20px;
}

.about-achievements {
  background: #fff;
  border: 1px solid rgba(28, 57, 84, 0.12);
}

.about-achievements .primary-button {
  margin-top: 24px;
}

.program-grid {
  gap: 22px;
}

.program-card {
  min-height: 440px;
  padding: 30px;
  border: 1px solid var(--sandbox-line);
  border-radius: 18px;
  background-color: var(--sandbox-navy);
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: none;
}

.program-card.program-medical-assistant {
  background-image:
    linear-gradient(180deg, rgba(12, 38, 60, 0.38), rgba(12, 38, 60, 0.94)),
    url("program-medical-assistant.webp");
  background-position: 58% center;
}

.program-card.program-billing-coding {
  background-image:
    linear-gradient(180deg, rgba(12, 38, 60, 0.38), rgba(12, 38, 60, 0.94)),
    url("program-billing-coding.webp");
  background-position: 42% center;
}

.program-card.program-office-administration {
  background-image:
    linear-gradient(180deg, rgba(12, 38, 60, 0.38), rgba(12, 38, 60, 0.94)),
    url("program-office-administration.webp");
  background-position: 58% center;
}

.program-card h3 {
  color: #fff;
  font-size: 30px;
}

.program-card p,
.program-card ul {
  color: rgba(255, 255, 255, 0.94);
}

.program-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #fff;
  color: var(--sandbox-navy);
}

.program-card a {
  margin-top: auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.split-section {
  background: #fff;
}

.steps {
  gap: 18px;
}

.steps article {
  min-height: 300px;
  padding: 28px;
  border: 0;
  border-radius: 16px;
  background: var(--sandbox-peach);
}

.steps article:nth-child(2) {
  background: var(--sandbox-mint);
}

.steps article:nth-child(3) {
  background: #f7b071;
}

.steps article > span {
  display: block;
  margin-bottom: 44px;
  color: var(--sandbox-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 1;
}

.tuition-section,
.international-section,
.final-cta {
  background: var(--sandbox-cream);
}

.payment-plans {
  margin-top: 72px;
}

.tuition-details-page {
  background: var(--sandbox-cream);
}

.tuition-details {
  min-height: calc(100vh - 150px);
  background:
    radial-gradient(circle at 96% 4%, rgba(246, 199, 173, 0.6) 0 150px, transparent 151px),
    var(--sandbox-cream);
}

.tuition-details .payment-plans {
  margin-top: 32px;
}

.tuition-details .payment-plans-heading h1 {
  margin: 8px 0 14px;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.05;
}

.tuition-back-link {
  color: var(--sandbox-navy);
  font-weight: 750;
}

.payment-card h2 {
  margin: 4px 0 10px;
  color: var(--sandbox-navy);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.payment-plans-heading h3 {
  margin: 8px 0 14px;
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 500;
}

.payment-plans-heading > p:last-child {
  color: #526a7f;
  font-size: 17px;
  line-height: 1.6;
}

.payment-program-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 28px;
  border-bottom: 1px solid #d9d1c2;
}

.payment-program-tab {
  padding: 18px 14px;
  border: 0;
  border-bottom: 4px solid transparent;
  background: transparent;
  color: #526a7f;
  cursor: pointer;
  font-weight: 750;
}

.payment-program-tab:hover,
.payment-program-tab.active {
  border-bottom-color: #ef6f61;
  color: var(--sandbox-navy);
}

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

.payment-program-panel[hidden] {
  display: none;
}

.payment-card {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  align-items: center;
  padding: 30px 26px;
  border: 1px solid rgba(28, 57, 84, 0.14);
  border-radius: 16px;
  background: #d9f0fa;
  color: var(--sandbox-navy);
  text-align: center;
}

.payment-card.plan-split {
  background: #dff4ee;
}

.payment-card.plan-monthly {
  background: #ffe3d2;
}

.payment-card > p:first-child {
  min-height: 48px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.payment-card h4 {
  margin: 4px 0 10px;
  color: var(--sandbox-navy);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.payment-price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 6px 0 0;
}

.payment-price sup {
  margin: 8px 4px 0 0;
  font-size: 17px;
}

.payment-price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6vw, 78px);
  font-weight: 500;
  line-height: 0.95;
}

.payment-frequency {
  min-height: 20px;
  margin-top: 6px;
  font-size: 13px;
}

.payment-fee {
  min-height: 44px;
  margin: 18px 0 8px;
  font-weight: 700;
}

.payment-card > p:not(:first-child):not(.payment-fee) {
  line-height: 1.5;
}

.payment-card small {
  margin-top: auto;
  padding-top: 16px;
}

.payment-button {
  width: 100%;
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 4px;
  background: var(--sandbox-navy);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.payment-button:hover {
  background: #2b5576;
}

.funding-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(246, 199, 173, 0.6) 0 16%, transparent 16.2%),
    radial-gradient(circle at 0 100%, rgba(114, 199, 180, 0.3) 0 13%, transparent 13.2%),
    var(--sandbox-cream);
}

.funding-heading p:last-child {
  max-width: 680px;
  color: #526a7f;
  font-size: 18px;
  line-height: 1.6;
}

.funding-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
  border-bottom: 1px solid #d9d1c2;
}

.funding-tab {
  padding: 18px 12px;
  border: 0;
  border-bottom: 4px solid transparent;
  background: transparent;
  color: #526a7f;
  cursor: pointer;
  font-weight: 700;
}

.funding-tab:hover,
.funding-tab.active {
  border-bottom-color: #ef6f61;
  color: var(--sandbox-navy);
}

.funding-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.funding-visual {
  position: sticky;
  top: 110px;
  min-height: 500px;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(28, 57, 84, 0.02), rgba(28, 57, 84, 0.72)),
    url("online-healthcare-hero.jpg") center / cover;
  box-shadow: 14px 14px 0 var(--sandbox-mint);
}

.funding-visual-label {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  color: #fff;
}

.funding-visual-label span,
.funding-visual-label strong {
  display: block;
}

.funding-visual-label span {
  margin-bottom: 8px;
  color: #ffe1ce;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.funding-visual-label strong {
  max-width: 330px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.08;
}

.funding-panel {
  min-width: 0;
  padding: 6px 0;
}

.funding-panel h3 {
  margin: 8px 0 18px;
  font-size: clamp(34px, 3.5vw, 50px);
  font-weight: 500;
  line-height: 1.06;
}

.funding-panel > p:not(.funding-kicker) {
  color: #405b72;
  font-size: 17px;
  line-height: 1.65;
}

.funding-kicker {
  margin: 0;
  color: #ef6f61;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.funding-rule {
  margin: 28px 0;
  padding: 24px 0;
  border-top: 1px solid #d9d1c2;
  border-bottom: 1px solid #d9d1c2;
}

.funding-rule ul {
  display: grid;
  gap: 13px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.funding-rule li {
  position: relative;
  padding-left: 18px;
  color: #29485f;
  line-height: 1.45;
}

.funding-rule li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef6f61;
}

.tuition-panel,
.international-panel,
.partners-panel,
.proof-grid article,
.faq-list details,
.final-cta {
  border-color: var(--sandbox-line);
  border-radius: 16px;
  box-shadow: none;
}

.international-panel {
  width: 100%;
  max-width: none;
  padding: clamp(30px, 3vw, 48px);
}

.international-panel > div:first-child {
  max-width: 1180px;
}

.international-list {
  gap: clamp(16px, 2vw, 28px);
}

.international-list article {
  padding: clamp(20px, 2vw, 30px);
}

.international-panel h2 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.2;
}

.standalone-section {
  min-height: calc(100vh - 260px);
  padding-top: 54px;
}

.standalone-section .section-heading h1 {
  margin-top: 8px;
  color: var(--sandbox-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.page-back-link {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--sandbox-navy);
  font-weight: 750;
}

.tuition-funding {
  background: #fff;
}

.proof-section,
.partners-section,
.faq-section {
  background: #fff;
}

.faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
  gap: 16px 20px;
}

.faq-list details {
  align-self: start;
  padding: 20px 22px;
}

.faq-list summary {
  color: var(--sandbox-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.3;
}

.faq-list a {
  color: var(--sandbox-navy);
  font-weight: 750;
}

.twc-notice {
  border-radius: 16px;
  background: var(--sandbox-navy);
}

.twc-notice h3 {
  color: #fff;
}

.final-cta {
  margin: 40px clamp(18px, 5vw, 72px) 80px;
  padding: clamp(38px, 5vw, 72px);
  border: 0;
}

.lead-form input,
.lead-form select {
  border: 1px solid #b8c5cf;
  border-radius: 4px;
  background: #fff;
}

.site-footer {
  display: block;
  min-height: 0;
  padding: 0;
  background: var(--sandbox-navy);
  color: #fff;
  font-size: 15px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(160px, 0.8fr));
  gap: clamp(34px, 5vw, 76px);
  padding: 64px clamp(24px, 5vw, 72px) 52px;
}

.footer-brand > a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #fff;
}

.footer-brand > a strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
}

.footer-brand > p {
  max-width: 310px;
  margin: 20px 0 28px;
  color: #d7e3eb;
  line-height: 1.6;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-social svg {
  width: 28px;
  height: 28px;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  background: transparent;
  color: var(--sandbox-mint);
  transform: translateY(-2px);
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-column h2 {
  margin-bottom: 7px;
  color: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a {
  color: #d7e3eb;
  line-height: 1.4;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-contact address {
  color: #d7e3eb;
  font-style: normal;
  line-height: 1.65;
}

.footer-contact .footer-contact-link {
  width: fit-content;
  margin-top: 7px;
  color: #fff;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px clamp(24px, 5vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #bfcfd9;
  font-size: 13px;
}

@media (max-width: 920px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-story {
    min-height: 0;
  }

  .about-number {
    margin-bottom: 24px;
  }

  .about-details {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero::after {
    min-height: 420px;
  }

  .funding-card {
    grid-template-columns: 1fr;
  }

  .funding-visual {
    position: relative;
    top: auto;
    min-height: 380px;
  }

  .payment-program-panel {
    grid-template-columns: 1fr;
  }

  .payment-card {
    min-height: 430px;
  }
}

@media (max-width: 620px) {
  .footer-grid {
    grid-template-columns: 1fr;
    padding-block: 48px 40px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .site-header {
    gap: 16px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: start;
  }

  .hero {
    min-height: 0;
    padding-top: 48px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero::after {
    min-height: 320px;
    box-shadow: 10px 10px 0 var(--sandbox-peach);
  }

  .section,
  .final-cta {
    padding-block: 68px;
    scroll-margin-top: 250px;
  }

  .international-panel,
  .international-list,
  .international-list article {
    min-width: 0;
    width: 100%;
  }

  .international-panel,
  .international-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .funding-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .payment-program-tabs {
    grid-template-columns: 1fr;
  }

  .funding-visual {
    min-height: 320px;
    box-shadow: 9px 9px 0 var(--sandbox-mint);
  }
}
