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

.hidden {
  display: none !important;
}

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

.enrollment-application-page {
  min-height: 100vh;
  background: #f6f8fb;
}

.enrollment-application-page.sandbox-page .enrollment-shell {
  padding-top: 48px;
}

.enrollment-shell {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 64px;
}

.enrollment-heading {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.enrollment-heading .brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-self: start;
}

.enrollment-heading .brand-mark {
  width: 58px;
  height: 58px;
}

.enrollment-heading .brand strong {
  font-size: 30px;
}

.enrollment-heading .brand small {
  font-size: 13px;
}

.enrollment-heading h1 {
  margin: 4px 0 8px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
}

.enrollment-heading p:last-child {
  max-width: 680px;
  margin: 0;
  color: #52687d;
  font-size: 16px;
  line-height: 1.55;
}

.enrollment-panel {
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid var(--sandbox-line);
  border-radius: 8px;
  background: #fff;
}

.enrollment-panel h2 {
  margin: 0 0 16px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
}

.panel-title-row,
.form-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.required-note,
.panel-note,
.field-hint,
.form-status {
  color: #66788a;
  font-size: 13px;
}

.panel-note {
  margin: -8px 0 14px;
  line-height: 1.4;
}

.field-error {
  grid-column: 1 / -1;
  min-height: 18px;
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
}

.enrollment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  align-items: start;
}

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

.enrollment-grid label,
.access-form label,
.start-date-field,
.signature-grid label,
.payment-plan-options label,
.consent-row {
  display: grid;
  gap: 7px;
  align-content: start;
  color: #25384c;
  font-size: 14px;
  font-weight: 700;
}

.enrollment-grid .wide {
  grid-column: 1 / -1;
}

.student-info-grid .half {
  grid-column: span 2;
}

.student-info-grid .three-quarter {
  grid-column: span 3;
}

.student-info-grid .quarter {
  grid-column: span 1;
}

.enrollment-grid input,
.enrollment-grid select,
.start-date-field select,
.signature-grid input,
.access-form input {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid #b9c6d2;
  border-radius: 4px;
  background: #fff;
  color: #102235;
  font: inherit;
  font-weight: 500;
  padding: 9px 11px;
}

.enrollment-grid input:focus,
.enrollment-grid select:focus,
.start-date-field select:focus,
.signature-grid input:focus,
.access-form input:focus {
  outline: 3px solid rgba(114, 199, 180, 0.32);
  border-color: #317d72;
}

.enrollment-grid .has-error,
.start-date-field .has-error {
  border-color: #b42318;
  outline: 3px solid rgba(180, 35, 24, 0.16);
}

.field-label {
  display: block;
}

.start-date-field {
  align-content: start;
}

.start-date-selects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.payment-plan-options {
  display: grid;
  gap: 10px;
}

.pricing-panel {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #c7d9e9;
  border-radius: 6px;
  background: #f6fbff;
}

.pricing-panel h3 {
  margin: 0 0 4px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

.pricing-panel p {
  margin: 0;
  color: #52687d;
  font-size: 14px;
}

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

.pricing-choice {
  display: block;
  min-width: 0;
  cursor: pointer;
}

.pricing-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pricing-choice-card {
  display: grid;
  gap: 4px;
  min-height: 90px;
  align-content: start;
  border: 1px solid #d7e2ec;
  border-radius: 6px;
  background: #fff;
  padding: 12px;
}

.pricing-choice:hover .pricing-choice-card,
.pricing-choice input:focus-visible + .pricing-choice-card {
  border-color: #317d72;
  outline: 3px solid rgba(114, 199, 180, 0.22);
}

.pricing-choice input:checked + .pricing-choice-card {
  border-color: #1c3954;
  background: #eef8f6;
  box-shadow: inset 0 0 0 2px #1c3954;
}

.pricing-grid strong {
  color: #1c3954;
}

.pricing-grid .pricing-amount {
  color: #0f2a42;
  font-size: 22px;
  font-weight: 800;
}

.pricing-grid small {
  color: #52687d;
  line-height: 1.35;
}

.student-document-uploads {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.student-document-upload {
  display: grid;
  gap: 10px;
  min-width: 0;
  border: 1px solid #d7e2ec;
  border-radius: 6px;
  background: #f8fbfd;
  padding: 12px;
}

.student-document-upload span {
  display: grid;
  gap: 4px;
}

.student-document-upload strong {
  color: #1c3954;
}

.student-document-upload small {
  color: #52687d;
  font-weight: 500;
  line-height: 1.35;
}

.student-document-upload input {
  width: 100%;
  min-height: 42px;
  border: 1px solid #b9c6d2;
  border-radius: 4px;
  background: #fff;
  padding: 8px;
  font: inherit;
}

.payment-plan-options label,
.consent-row {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  padding: 12px;
  border: 1px solid var(--sandbox-line);
  border-radius: 6px;
  background: #f8fbfd;
  font-weight: 500;
}

.payment-plan-options input,
.consent-row input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.legal-acknowledgments {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid var(--sandbox-line);
  border-radius: 6px;
  background: #f8fbfd;
}

.legal-acknowledgments h3 {
  margin: 0;
  color: #0f2a42;
  font-size: 15px;
}

.legal-acknowledgments p {
  margin: 0 0 2px;
  color: #52687d;
  font-size: 12px;
  line-height: 1.45;
}

.legal-acknowledgments .consent-row {
  margin: 0;
  background: #ffffff;
}

.legal-acknowledgments .consent-row span {
  line-height: 1.4;
}

.legal-policy {
  border: 1px solid var(--sandbox-line);
  border-radius: 6px;
  background: #ffffff;
}

.legal-policy summary {
  cursor: pointer;
  padding: 12px;
  color: #0f2a42;
  font-weight: 800;
}

.legal-policy div {
  display: grid;
  gap: 8px;
  padding: 0 12px 12px;
  color: #33485c;
  font-size: 12px;
  line-height: 1.45;
}

.legal-policy p {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.legal-policy ol {
  margin: 0;
  padding-left: 18px;
}

.legal-policy li + li {
  margin-top: 6px;
}

.legal-policy .policy-consent-row {
  margin-top: 4px;
  background: #f8fbfd;
}

.signature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-bottom: 10px;
}

.signature-preview {
  display: flex;
  align-items: center;
  min-height: 32px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 11px;
}

.signature-preview span {
  display: block;
  width: 100%;
  border-bottom: 1px solid #8aa0b3;
  color: #1c3954;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 28px;
  line-height: 1.2;
}

.signature-preview .is-placeholder {
  color: #6a7d8d;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 12px;
}

.enrollment-form .consent-row {
  margin-bottom: 8px;
}

.enrollment-form .form-actions {
  justify-content: flex-start;
}

.draft-security-dialog {
  width: min(460px, calc(100% - 32px));
  border: 1px solid #cbd7e0;
  border-radius: 6px;
  box-shadow: 0 18px 48px rgb(15 42 66 / 24%);
  color: #0f2a42;
  padding: 0;
}

.draft-security-dialog::backdrop {
  background: rgb(15 42 66 / 48%);
}

.draft-security-dialog form {
  padding: 24px;
}

.draft-security-dialog h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.draft-security-dialog p {
  margin: 0 0 20px;
  color: #40576a;
  line-height: 1.55;
}

.access-panel {
  width: min(520px, 100%);
  max-width: 520px;
  margin: 0 auto 18px;
}

.access-form {
  display: grid;
  gap: 14px;
}

@media (max-width: 760px) {
  .enrollment-heading,
  .enrollment-grid,
  .signature-grid,
  .student-document-uploads,
  .pricing-grid,
  .start-date-selects {
    grid-template-columns: 1fr;
  }

  .panel-title-row,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .student-info-grid .half,
  .student-info-grid .three-quarter,
  .student-info-grid .quarter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .enrollment-application-page.sandbox-page .enrollment-shell {
    padding-top: 42px;
  }

  .enrollment-shell {
    width: min(100% - 20px, 520px);
    padding: 18px 0 42px;
  }

  .enrollment-heading {
    gap: 14px;
    margin-bottom: 16px;
    text-align: center;
  }

  .enrollment-heading .brand {
    gap: 9px;
    justify-self: center;
    justify-content: center;
  }

  .enrollment-heading .brand-mark {
    width: 44px;
    height: 44px;
  }

  .enrollment-heading .brand strong {
    font-size: 22px;
  }

  .enrollment-heading h1 {
    font-size: 32px;
    line-height: 1.05;
  }

  .enrollment-heading p:last-child {
    font-size: 14px;
    line-height: 1.45;
    margin-left: auto;
    margin-right: auto;
  }

  .access-panel,
  .enrollment-panel {
    margin-bottom: 12px;
    padding: 14px;
    border-radius: 6px;
  }

  .panel-title-row {
    gap: 6px;
  }

  .enrollment-panel h2 {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .required-note,
  .field-hint,
  .form-status {
    font-size: 12px;
  }

  .enrollment-grid {
    gap: 11px;
  }

  .enrollment-grid label,
  .access-form label,
  .start-date-field,
  .signature-grid label,
  .consent-row {
    gap: 5px;
    font-size: 13px;
  }

  .enrollment-grid input,
  .enrollment-grid select,
  .start-date-field select,
  .signature-grid input,
  .access-form input {
    min-height: 44px;
    height: auto;
    padding: 10px;
    font-size: 16px;
  }

  .pricing-panel {
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
  }

  .pricing-choice-card {
    min-height: 118px;
  }

  .legal-acknowledgments {
    padding: 10px;
  }

  .legal-policy summary {
    padding: 11px;
    line-height: 1.25;
  }

  .legal-policy div {
    padding: 0 10px 10px;
    font-size: 12px;
  }

  .consent-row {
    grid-template-columns: 24px minmax(0, 1fr);
    padding: 10px;
  }

  .consent-row input {
    width: 20px;
    height: 20px;
  }

  .signature-preview {
    min-height: 42px;
    padding: 0 6px;
  }

  .signature-preview span {
    font-size: 24px;
  }

  .form-actions .primary-button,
  .access-form .primary-button {
    width: 100%;
    justify-content: center;
    min-height: 46px;
  }
}

.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;
}

.alaska-exemption-notice {
  border: 2px solid #0f4f65;
  border-radius: 8px;
  background: #fff;
}

.alaska-exemption-notice h3 {
  color: var(--sandbox-navy);
}

.alaska-exemption-notice p {
  color: var(--sandbox-ink);
  font-weight: 650;
}

.professional-licensure-notice {
  border: 2px solid #8f2d56;
  border-radius: 8px;
  background: #fff;
}

.professional-licensure-notice h3 {
  color: var(--sandbox-navy);
}

.professional-licensure-notice p {
  color: var(--sandbox-ink);
  font-weight: 650;
}

.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);
  }
}
