/* Netflix × IICT Scholarship — Home Page Styles */

:root {
  --ink: #17121f;
  --muted: #655f6e;
  --purple: #6424c8;
  --purple-dark: #3d087e;
  --lavender: #f2ecfb;
  --paper: #ffffff;
  --line: rgba(23, 18, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "SUSE", Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3 {
  text-align: center;
}

/* ── Header ── */
.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 82px;
  padding: 0 4.5vw;
  position: sticky;
  top: 0;
  z-index: 20;
}

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

.netflix-wordmark {
  color: #e50914;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -1px;
}

.brand-cross {
  color: #aaa3b2;
  font-size: 20px;
  font-weight: 300;
}

.iict-wordmark {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  gap: 7px;
  letter-spacing: -0.6px;
}

.iict-mark {
  color: var(--purple);
  font-size: 26px;
}

.iict-logo-img {
  height: 36px;
  width: auto;
  display: block;
}

.desktop-nav {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 32px;
}

.desktop-nav a {
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--purple);
}

.header-cta {
  align-items: center;
  background: var(--purple);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 12px;
  justify-self: end;
  padding: 13px 20px;
  transition: background 180ms ease;
}

.header-cta:hover {
  background: var(--purple-dark);
}

.header-cta span {
  font-size: 16px;
}

/* ── Hero ── */
.hero {
  align-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(205, 153, 255, 0.22), transparent 28%),
    radial-gradient(circle at 85% 75%, rgba(239, 123, 255, 0.14), transparent 31%),
    linear-gradient(128deg, #35036f 0%, #6725c5 52%, #4b0c9a 100%);
  color: #fff;
  display: flex;
  min-height: calc(100vh - 82px);
  overflow: hidden;
  padding: 90px 5vw 92px;
  position: relative;
  text-align: center;
}

.hero::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 0.85px, transparent 0.85px);
  background-size: 9px 9px;
  content: "";
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

.hero-content {
  margin: auto;
  max-width: 1180px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero-kicker {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 1.4px;
  padding: 9px 14px;
  text-transform: uppercase;
}

.pulse-dot {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
  height: 6px;
  width: 6px;
}

.hero h1 {
  font-size: clamp(4.8rem, 10.6vw, 10rem);
  font-weight: 800;
  letter-spacing: -0.085em;
  line-height: 0.8;
  margin: 48px 0 38px;
}

.hero h1 span {
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.95);
  color: transparent;
}

.hero h2 {
  font-size: clamp(1.4rem, 2.4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.14;
  margin: 0 auto 20px;
  max-width: 730px;
}

.hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto 32px;
  max-width: 680px;
}

.primary-cta {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: var(--purple-dark);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 28px;
  padding: 17px 23px 17px 28px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-cta:hover {
  box-shadow: 0 12px 32px rgba(20, 0, 50, 0.24);
  transform: translateY(-2px);
}

.primary-cta span {
  font-size: 21px;
}

.hero-meta {
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  font-size: 11px;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.9px;
  margin-top: 21px;
  text-transform: uppercase;
}

.hero-meta strong {
  color: #fff;
  font-weight: 800;
}

/* ── Image Placeholders ── */
.image-placeholder {
  align-items: center;
  background-color: #efe7fb;
  background-image:
    linear-gradient(rgba(100, 36, 200, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 36, 200, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 30%, rgba(134, 72, 224, 0.2), transparent 44%);
  background-size: 28px 28px, 28px 28px, auto;
  border: 1.5px dashed rgba(100, 36, 200, 0.46);
  border-radius: 28px;
  color: var(--purple-dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 28px;
  position: relative;
  text-align: center;
}

.image-placeholder > * {
  position: relative;
  z-index: 2;
}

.placeholder-icon {
  border: 1.5px solid currentColor;
  border-radius: 9px;
  display: block;
  height: 44px;
  margin-bottom: 15px;
  opacity: 0.74;
  overflow: hidden;
  width: 56px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.placeholder-icon::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 8px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 8px;
}

.placeholder-icon::after {
  background: currentColor;
  bottom: 6px;
  clip-path: polygon(0 100%, 31% 36%, 50% 69%, 69% 18%, 100% 100%);
  content: "";
  height: 24px;
  left: 6px;
  opacity: 0.68;
  position: absolute;
  width: 42px;
}

.image-placeholder strong {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-placeholder small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.45px;
  margin-top: 7px;
  opacity: 0.65;
  text-transform: uppercase;
}

.placeholder-top-label,
.placeholder-bottom-label {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.1px;
  position: absolute;
  text-transform: uppercase;
}

.placeholder-top-label {
  left: 20px;
  top: 19px;
}

.placeholder-bottom-label {
  bottom: 19px;
  right: 20px;
}

.hero-image-placeholder {
  aspect-ratio: 16 / 8;
  background-color: rgba(255, 255, 255, 0.07);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.14), transparent 44%);
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  margin: 48px auto 0;
  max-width: 1120px;
  width: 100%;
}

.hero-footer {
  bottom: 24px;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  left: 5vw;
  letter-spacing: 0.8px;
  position: absolute;
  z-index: 2;
}

.hero-footer-cross {
  opacity: 0.55;
}

.hero-orbit {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.orbit-one {
  height: 320px;
  left: -130px;
  top: 18%;
  width: 320px;
}

.orbit-two {
  bottom: -180px;
  height: 470px;
  right: -70px;
  width: 470px;
}

/* ── Opportunity ── */
.opportunity {
  padding: 118px 7vw 128px;
}

.section-label {
  align-items: center;
  color: var(--purple);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 12px;
  justify-content: center;
  letter-spacing: 1.4px;
  margin-bottom: 58px;
  text-align: center;
  text-transform: uppercase;
}

.section-label span {
  align-items: center;
  background: var(--lavender);
  border-radius: 50%;
  display: flex;
  height: 34px;
  justify-content: center;
  letter-spacing: 0;
  width: 34px;
}

.opportunity-grid {
  display: grid;
  gap: 9vw;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
}

.opportunity h2 {
  font-size: clamp(3rem, 5.8vw, 6.25rem);
  font-weight: 800;
  letter-spacing: -0.072em;
  line-height: 0.95;
  margin: 0;
  max-width: 780px;
}

.opportunity-copy {
  padding-top: 7px;
}

.opportunity-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
  margin: 0 0 22px;
}

.opportunity-copy strong {
  color: var(--ink);
}

.opportunity-image-placeholder {
  aspect-ratio: 16 / 8;
  margin: 0 0 96px;
  width: 100%;
}

.role-list {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 36px;
}

.role-list span {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  padding: 16px 0;
}

.role-list span:nth-child(odd) {
  border-right: 1px solid var(--line);
  padding-right: 18px;
}

.role-list span:nth-child(even) {
  padding-left: 18px;
}

.role-list b {
  color: var(--purple);
  font-size: 9px;
}

/* ── Programmes ── */
.programmes {
  background: #f5f2f8;
  padding: 112px 7vw 130px;
}

.programme-heading-row {
  align-items: end;
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  margin-bottom: 68px;
}

.programme-heading-row h2 {
  font-size: clamp(3.5rem, 7vw, 7.3rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.88;
  margin: 0;
  max-width: 930px;
}

.programme-heading-row p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 5px;
}

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

.programme-card {
  background: #fff;
  border: 1px solid rgba(42, 27, 57, 0.08);
  border-radius: 26px;
  box-shadow: 0 14px 34px rgba(51, 31, 68, 0.06);
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.programme-card:hover {
  box-shadow: 0 22px 46px rgba(51, 31, 68, 0.12);
  transform: translateY(-5px);
}

.programme-visual {
  align-items: center;
  background-color: var(--purple);
  color: #fff;
  display: flex;
  aspect-ratio: 16 / 10;
  height: auto;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.programme-image-placeholder {
  border: 0;
  border-radius: 0;
  color: #fff;
  aspect-ratio: 16 / 10;
  height: auto;
  padding: 28px;
}

.programme-image-placeholder .placeholder-icon {
  height: 40px;
  width: 52px;
}

.programme-image-placeholder small {
  color: rgba(255, 255, 255, 0.78);
  opacity: 1;
}

.programme-visual::before,
.programme-visual::after {
  border: 1px solid rgba(255, 255, 255, 0.26);
  content: "";
  position: absolute;
}

.programme-visual::before {
  border-radius: 50%;
  height: 185px;
  left: -48px;
  top: -52px;
  width: 185px;
}

.programme-visual::after {
  bottom: -46px;
  height: 146px;
  right: -30px;
  transform: rotate(18deg);
  width: 146px;
}

.visual-1 {
  background:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    #5b22bd;
  background-size: 28px 28px;
}

.visual-2 {
  background: radial-gradient(circle at 70% 20%, #9a66e7, transparent 28%), #351168;
}

.visual-3 {
  background: repeating-linear-gradient(135deg, #6f34cc 0 15px, #5c25b6 15px 30px);
}

.visual-4 {
  background: radial-gradient(circle, rgba(255,255,255,0.19) 1px, transparent 2px), #4b128d;
  background-size: 16px 16px;
}

.visual-5 {
  background: linear-gradient(115deg, #2d0a58 0 42%, #7f43d6 42% 57%, #4f1494 57%);
}

.visual-6 {
  background:
    linear-gradient(30deg, transparent 42%, rgba(255,255,255,0.13) 42% 44%, transparent 44%),
    linear-gradient(-30deg, transparent 42%, rgba(255,255,255,0.13) 42% 44%, transparent 44%),
    #6123b8;
  background-size: 62px 62px;
}

.programme-code {
  font-size: clamp(4rem, 6vw, 6.7rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.programme-index,
.visual-corner {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.1px;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}

.programme-index {
  left: 20px;
  top: 19px;
}

.visual-corner {
  bottom: 19px;
  right: 20px;
}

.programme-card-body {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 28px 28px 24px;
}

.programme-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0;
  min-height: 82px;
  text-transform: uppercase;
}

.programme-meta {
  border-top: 1px solid var(--line);
  margin: 24px 0 28px;
}

.programme-meta div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.programme-meta dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.programme-meta dd {
  font-size: 11px;
  font-weight: 800;
  margin: 0;
}

.programme-link {
  align-items: center;
  background: var(--purple);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: space-between;
  margin-top: auto;
  padding: 14px 17px 14px 19px;
  transition: background 180ms ease;
}

.programme-link:hover {
  background: var(--purple-dark);
}

.programme-link span {
  font-size: 15px;
}

/* ── Application ── */
.application {
  padding: 122px 7vw 132px;
}

.application-layout {
  display: grid;
  gap: 9vw;
  grid-template-columns: minmax(0, 0.84fr) minmax(440px, 1.16fr);
}

.application-intro {
  position: sticky;
  top: 128px;
  align-self: start;
}

.application-intro h2 {
  font-size: clamp(3.4rem, 6vw, 6.6rem);
  font-weight: 800;
  letter-spacing: -0.074em;
  line-height: 0.91;
  margin: 0 0 30px;
}

.application-intro p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 470px;
}

.application-image-placeholder {
  aspect-ratio: 16 / 7;
  margin: 0 0 96px;
  max-width: none;
  width: 100%;
}

.steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps-list li {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 54px 1fr;
  padding: 35px 0 38px;
}

.steps-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.step-number {
  align-items: center;
  background: var(--lavender);
  border-radius: 50%;
  color: var(--purple);
  display: flex;
  font-size: 11px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.steps-list h3 {
  font-size: clamp(1.4rem, 2.3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  margin: 1px 0 12px;
}

.steps-list p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  max-width: 620px;
}

/* ── Final CTA ── */
.final-cta {
  align-items: end;
  background:
    radial-gradient(circle at 82% 30%, rgba(237, 163, 255, 0.2), transparent 32%),
    linear-gradient(128deg, #35036f, #6424c8 56%, #4b0c9a);
  color: #fff;
  display: grid;
  gap: 72px 8vw;
  grid-template-columns: 1.35fr 0.65fr;
  min-height: 570px;
  overflow: hidden;
  padding: 90px 7vw 86px;
  position: relative;
}

.final-cta::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 0.8px, transparent 0.8px);
  background-size: 9px 9px;
  content: "";
  inset: 0;
  opacity: 0.34;
  position: absolute;
}

.final-cta > div:not(.final-cta-glow) {
  position: relative;
  z-index: 2;
}

.final-kicker {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.final-cta h2 {
  font-size: clamp(4rem, 7.6vw, 8rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.85;
  margin: 0;
  max-width: 930px;
}

.final-cta-action {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.final-image-placeholder {
  aspect-ratio: 16 / 7;
  background-color: rgba(255, 255, 255, 0.07);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.14), transparent 44%);
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  grid-column: 1 / -1;
  margin: 0;
  max-width: none;
  width: 100%;
}

.final-cta-action .primary-cta {
  min-width: 230px;
  justify-content: space-between;
}

.final-cta-action p {
  color: rgba(255,255,255,0.72);
  font-size: 11px;
  letter-spacing: 0.8px;
  margin: 18px 0 0;
  text-transform: uppercase;
}

.final-cta-action strong {
  color: #fff;
}

.final-cta-glow {
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  height: 450px;
  position: absolute;
  right: -120px;
  top: -190px;
  width: 450px;
}

/* ── Footer ── */
footer {
  align-items: center;
  display: grid;
  font-size: 11px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 120px;
  padding: 0 4.5vw;
}

footer p {
  color: var(--muted);
  margin: 0;
}

footer > a {
  font-weight: 900;
  justify-self: end;
}

.footer-lockup {
  justify-self: start;
}

a:focus-visible {
  outline: 3px solid #ffb6ff;
  outline-offset: 4px;
}

.hidden {
    display: none !important;
}

.applicant-id-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.applicant-id-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

/* ── Error Message ── */
.error-message {
    display: block;
    color: #dc2626;
    font-size: 13px;
    font-weight: 700;
    margin-top: 6px;
    line-height: 1.4;
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
    border: 1.5px solid #dc2626 !important;
    background: #fff7f7;
}

.form-group.has-error input:focus,
.form-group.has-error select:focus,
.form-group.has-error textarea:focus {
    outline: none;
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.10);
}

/* General validation error */
.field-error {
    display: block;
    color: #dc2626;
    font-size: 12px;
    font-weight: 700;
    margin-top: 6px;
}

.form-control.is-error {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.08);
}

/* Success message */
.success-message {
    color: #15803d;
    font-size: 13px;
    font-weight: 700;
    margin-top: 6px;
}

.error-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
}

.error-modal-content {
    width: min(420px, 90%);
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.error-modal-content h3 {
    color: #dc2626;
    margin: 0 0 10px;
}

.error-modal-content p {
    color: #655f6e;
    font-size: 14px;
    margin: 0;
}

.error-modal-close {
    margin-top: 20px;
    border: 0;
    border-radius: 999px;
    background: var(--purple);
    color: #fff;
    padding: 11px 24px;
    font-weight: 800;
    cursor: pointer;
}

/* ── Responsive: ≤ 900px ── */
@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 72px;
  }

  .desktop-nav {
    display: none;
  }

  .hero {
    min-height: calc(100vh - 72px);
    padding-top: 72px;
  }

  .hero h1 {
    line-height: 0.87;
  }

  .opportunity-grid {
    gap: 52px;
    grid-template-columns: 1fr;
  }

  .programme-heading-row {
    align-items: start;
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .programme-heading-row p {
    max-width: 620px;
  }

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

  .application-layout {
    gap: 72px;
    grid-template-columns: 1fr;
  }

  .application-intro {
    position: static;
  }

  .application-intro p {
    max-width: 620px;
  }

  .final-cta {
    align-items: start;
    gap: 56px;
    grid-template-columns: 1fr;
  }

  .final-image-placeholder {
    aspect-ratio: 16 / 8;
    grid-column: auto;
  }

  footer {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  footer p {
    display: none;
  }
}

/* ── Responsive: ≤ 560px ── */
@media (max-width: 560px) {
  .site-header {
    padding: 0 18px;
  }

  .header-cta {
    padding: 11px 15px;
  }

  .header-cta span {
    display: none;
  }

  .iict-mark {
    display: none;
  }

  .hero {
    min-height: 720px;
    padding: 72px 22px 78px;
  }

  .hero-kicker {
    font-size: 9px;
    letter-spacing: 0.9px;
  }

  .hero h1 {
    font-size: clamp(4.25rem, 21vw, 6.2rem);
    margin: 38px 0 30px;
  }

  .hero h2 {
    font-size: 1.4rem;
  }

  .hero p {
    font-size: 14px;
  }

  .hero-meta {
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }

  .hero-image-placeholder {
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    margin-top: 36px;
  }

  .hero-footer {
    bottom: 18px;
    left: 22px;
  }

  .opportunity {
    padding: 84px 22px 92px;
  }

  .section-label {
    margin-bottom: 42px;
  }

  .opportunity h2 {
    font-size: 3.4rem;
  }

  .opportunity-copy p {
    font-size: 15px;
  }

  .opportunity-image-placeholder {
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    margin-bottom: 64px;
  }

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

  .role-list span:nth-child(odd) {
    border-right: 0;
    padding-right: 0;
  }

  .role-list span:nth-child(even) {
    padding-left: 0;
  }

  .programmes {
    padding: 82px 22px 92px;
  }

  .programme-heading-row {
    margin-bottom: 48px;
  }

  .programme-heading-row h2 {
    font-size: 3.65rem;
  }

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

  .programme-visual {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .programme-image-placeholder {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .programme-code {
    font-size: 5.4rem;
  }

  .programme-card-body {
    min-height: 300px;
  }

  .application {
    padding: 84px 22px 92px;
  }

  .application-layout {
    gap: 52px;
  }

  .application-image-placeholder {
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    margin-bottom: 64px;
  }

  .application-intro h2 {
    font-size: 3.55rem;
  }

  .steps-list li {
    gap: 16px;
    grid-template-columns: 44px 1fr;
    padding: 28px 0 31px;
  }

  .step-number {
    height: 40px;
    width: 40px;
  }

  .final-cta {
    min-height: 620px;
    padding: 78px 22px 72px;
  }

  .final-image-placeholder {
    aspect-ratio: 1 / 1;
    border-radius: 20px;
  }

  .final-cta h2 {
    font-size: 4.25rem;
  }

  footer {
    padding: 0 22px;
  }
}
