:root {
  --navy: #28245b;
  --navy-deep: #231f4b;
  --gold: #c9a061;
  --gold-soft: #e2c28b;
  --paper: #fbf7f0;
  --ink: #1e1b2c;
  --muted: #6a667a;
  --white: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Product Sans", "Google Sans", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  color: var(--ink);
  background: radial-gradient(circle at top, #fffefb 0%, #f6efe3 45%, #ffffff 100%);
}

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

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

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.site-header {
  background: var(--white);
  border-bottom: 1px solid #eee3d2;
  position: sticky;
  top: 0;
  z-index: 99999;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: inherit;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
}

.brand-logo {
  min-width: 200px;
  /* height: 100%; */
  object-fit: contain;
  display: block;
}

.brand-title {
  font-size: 18.75px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.brand-subtitle {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 20px;
  font-size: 15.5px;
  color: #3c3a45;
}

.header-helpdesk {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13.5px;
  color: #4a4657;
  min-width: 220px;
}

.header-helpdesk .helpdesk-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
}
.header-helpdesk .helpdesk-item i {
    color: var(--gold);
    font-size: 13px;
}
.header-helpdesk .helpdesk-item {
  margin: 0;
  line-height: 1.35;
  font-size: 13.5px;
      margin: 0;
    line-height: 1.35;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
}

.header-helpdesk a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(74, 70, 87, 0.25);
}

.header-helpdesk a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.nav-cta {
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 600;
}

.hero {
  position: relative;
  min-height: 620px;
  padding: 70px 0 90px;
  background: #1b1833;
  color: var(--white);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.9s ease;
  z-index: 0;
}

.hero-bg.is-active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(21, 18, 40, 0.58);
  z-index: 1;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: start;
  z-index: 2;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hero-dot.is-active {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
  transform: scale(1.15);
}

.hero-title {
  font-family: inherit;
  font-size: clamp(2.35rem, 3.46vw, 3.65rem);
  font-weight: 700;
  margin: 0 0 12px;
}

.hero-kicker {
  margin: 0 0 10px;
  font-size: 21.6px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.hero-subtitle {
  margin: 0 0 16px;
  font-size: 20.4px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 460px;
}

.hero-highlight {
  display: none;
  margin: 0 0 20px;
  font-size: 21.6px;
  font-weight: 600;
  color: #fff1d6;
  gap: 6px;
}

.hero-copy {
  max-width: 520px;
  align-self: center;
}

.hero-highlight span {
  display: block;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  max-width: 360px;
  margin-top: 18px;
}

.stat-card {
  padding: 22px 26px;
}

.stat-card:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.stat-card:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.stat-value {
  font-size: 42.5px;
  color: var(--gold-soft);
  font-weight: 700;
}

.stat-label {
  font-size: 17.5px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 6px;
}

.form-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px;
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(18, 14, 35, 0.25);
  max-width: 430px;
  margin-left: auto;
  font-size: 16px;
  scroll-margin-top: 120px;
}

.form-card h2 {
  margin: 0 0 16px;
  font-size: 22px;
}

.toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.toggle-btn {
  border-radius: 999px;
  border: 1px solid #d9b688;
  background: transparent;
  padding: 10px 0;
  font-weight: 600;
  color: #c5964f;
}

.toggle-btn.active {
  background: #c5964f;
  color: var(--white);
  border-color: #c5964f;
}

.apply-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.apply-form label {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  gap: 6px;
}

.apply-form input,
.apply-form select {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #dad8e1;
  font-size: 14px;
  color: #3a3846;
}

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

.checkbox {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #5a5865;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.primary-btn {
  border: none;
  border-radius: 999px;
  padding: 12px 18px;
  background: #c5964f;
  color: var(--white);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-icon {
  background: var(--white);
  color: #c5964f;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 13px;
}

.values {
  padding: 64px 0 40px;
  background: var(--white);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  text-align: center;
}

.value-card {
  padding: 18px;
}

.value-icon {
  width: 140px;
  height: 90px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 25px;
}

.value-icon img {
  max-width: 140px;
  max-height: 90px;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.85;
}

.value-card h3 {
  margin: 8px 0;
  color: var(--gold);
  font-size: 20px;
}

.value-card p {
  color: #6f6c78;
  font-size: 16.25px;
  line-height: 1.6;
}

.section-title {
  font-size: 39px;
  margin-bottom: 26px;
  text-align: center;
}

.section-title.light {
  color: var(--white);
  text-align: left;
}

.impact {
  padding: 80px 0 40px;
  background: var(--white);
}

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

.impact-item {
  padding: 26px 18px;
  text-align: center;
  font-size: 16.25px;
  color: #5d5a69;
  border-left: 1px solid #efe4d3;
}

.impact-item:nth-child(4n + 1) {
  border-left: none;
}

.impact-item span {
  display: block;
  font-size: 32.5px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 6px;
}

.scholarship {
  padding: 40px 0 80px;
  background: var(--white);
}

.scholarship-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px;
  align-items: center;
}

.scholarship-image img {
  border-radius: 16px;
  box-shadow: none;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-title.left {
  text-align: left;
  margin-bottom: 12px;
}

.eligibility-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.eligibility-subtitle {
  margin: 0 0 18px;
  color: #6a667a;
  font-size: 16.5px;
  line-height: 1.5;
}

.tier-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 10px;
}

.tier-item {
  background: #fff3e2;
  color: #3c362f;
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15.5px;
}

.eligibility-note {
  margin: 0 0 10px;
  font-size: 13.5px;
  color: #6a667a;
}

.eligibility-footnote {
  margin: 0;
  font-size: 14px;
  color: #4a4657;
  font-weight: 600;
}

.process {
  padding: 70px 0;
  background: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.process-copy .muted {
  margin-top: -8px;
  color: var(--muted);
  font-size: 17.5px;
}

.process-copy .section-title {
  text-align: left;
}

.process-list {
  --process-marker-size: 12px;
  --process-marker-col: 18px;
  --process-marker-gap: 12px;
  --process-marker-offset: 4px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}

.process-list::before {
  content: "";
  position: absolute;
  left: calc((var(--process-marker-col) / 2) - 1px);
  top: calc(var(--process-marker-offset) + (var(--process-marker-size) / 2));
  bottom: calc(var(--process-marker-offset) + (var(--process-marker-size) / 2));
  width: 2px;
  background: rgba(40, 36, 91, 0.18);
}

.process-list li {
  display: grid;
  grid-template-columns: var(--process-marker-col) 1fr;
  column-gap: var(--process-marker-gap);
  row-gap: 4px;
  position: relative;
}

.process-list li::before {
  content: "";
  grid-column: 1;
  width: var(--process-marker-size);
  height: var(--process-marker-size);
  background: var(--navy);
  border-radius: 50%;
  justify-self: center;
  align-self: start;
  margin-top: var(--process-marker-offset);
}

.process-list strong {
  color: var(--navy);
  font-size: 16.5px;
  grid-column: 2;
}

.process-list span {
  color: #5b5967;
  font-size: 15px;
  line-height: 1.5;
  grid-column: 2;
}

.process-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  padding: 10px 28px;
  border-radius: 999px;
  background: #c69a55;
  color: var(--white);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.2px;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: fit-content;
}

.process-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(25, 22, 54, 0.18);
}

.process-image img {
  border-radius: 16px;
  box-shadow: none;
}

.recruiters {
  background: var(--navy);
  padding: 60px 0;
  color: var(--white);
  scroll-margin-top: 100px;
}

.recruiters .section-title {
  text-align: left;
  margin: 0;
}

.recruiters-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.recruiter-controls {
  display: flex;
  gap: 10px;
}

.carousel-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.carousel-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.carousel-btn:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 3px;
}

.recruiter-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  scroll-behavior: smooth;
}

.recruiter-carousel::-webkit-scrollbar {
  height: 8px;
}

.recruiter-carousel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.recruiter-logo {
  flex: 0 0 calc((100% - 100px) / 6);
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  min-height: 117px;
  display: grid;
  place-items: center;
  scroll-snap-align: start;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.recruiter-logo img {
  max-height: 78px;
  max-width: 195px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.logo-row.light {
  justify-content: space-between;
}

.logo-pill {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  display: grid;
  place-items: center;
  min-height: 64px;
}

.logo-pill img {
  max-height: 36px;
  max-width: 140px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.accreditation {
  padding: 60px 0 70px;
  background: var(--white);
  scroll-margin-top: 100px;
}

.accreditation .section-title {
  margin: 0;
  text-align: left;
}

.accreditation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.badge {
  border: 1px solid #eedbc1;
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  min-width: 120px;
  display: grid;
  place-items: center;
  min-height: 64px;
}

.badge img {
  max-height: 40px;
  max-width: 140px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.accreditation .carousel-btn {
  border-color: rgba(40, 36, 91, 0.25);
  color: var(--navy);
  background: var(--white);
}

.accreditation .carousel-btn:hover {
  background: rgba(40, 36, 91, 0.08);
}

.accreditation-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  scroll-behavior: smooth;
}

.accreditation-carousel::-webkit-scrollbar {
  height: 8px;
}

.accreditation-carousel::-webkit-scrollbar-thumb {
  background: rgba(40, 36, 91, 0.2);
  border-radius: 999px;
}

.accreditation-logo {
  flex: 0 0 calc((100% - 90px) / 6);
  background: #ffffff;
  border: 1px solid #ead8c0;
  border-radius: 14px;
  padding: 14px;
  min-height: 110px;
  display: grid;
  place-items: center;
  scroll-snap-align: start;
  box-shadow: 0 10px 20px rgba(35, 31, 75, 0.08);
}

.accreditation-logo img {
  max-height: 72px;
  max-width: 160px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.85);
  padding: 48px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 480px));
  gap: 36px;
  justify-content: center;
  width: min(980px, 86%);
  margin: 0 auto;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

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

.footer-location h4 {
  margin: 0 0 6px;
  font-size: 16.5px;
  font-weight: 600;
  color: var(--white);
}

.footer-location p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}

.footer-contact p,
.footer-contact a {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
}

.footer-contact i {
  color: rgba(255, 255, 255, 0.9);
}

.footer-contact a:hover,
.footer-contact a:hover i {
  color: var(--gold-soft);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(980px, 86%);
  margin: 0 auto;
  padding-top: 18px;
  font-size: 14.5px;
}

.socials {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

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

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

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

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

  .impact-item {
    border-left: 1px solid #efe4d3;
  }

  .impact-item:nth-child(2n + 1) {
    border-left: none;
  }

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

  .recruiter-logo {
    flex-basis: calc((100% - 60px) / 4);
  }

  .accreditation-logo {
    flex-basis: calc((100% - 54px) / 4);
  }

  .recruiters-header {
    margin-bottom: 20px;
  }


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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .brand-mark {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 40px 0 60px;
  }

  .hero-dots {
    bottom: 16px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .stat-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }

  .stat-card:last-child {
    border-bottom: none;
  }

  .logo-row.light {
    justify-content: center;
  }

  .recruiters-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .accreditation-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .recruiter-logo {
    flex-basis: calc((100% - 20px) / 2);
  }

  .accreditation-logo {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 520px) {
  .recruiter-logo {
    flex-basis: 80%;
  }

  .accreditation-logo {
    flex-basis: 80%;
  }
}
