:root {
  --ink: #07111f;
  --ink-soft: #394556;
  --paper: #f6f9fc;
  --white: #ffffff;
  --line: rgba(11, 31, 54, 0.12);
  --blue: #0969ff;
  --cyan: #16d9e3;
  --green: #2ce6a0;
  --cta-green: #24d86f;
  --cta-blue: #8491ff;
  --gold: #f5b940;
  --violet: #8d6bff;
  --dark: #06101d;
  --dark-2: #0a1830;
  --shadow: 0 28px 80px rgba(7, 17, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 168px;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #eef4fb;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

body.detail-open {
  overflow: hidden;
}

.temp-hidden {
  display: none !important;
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

*,
*::before,
*::after {
  border-radius: 6px !important;
}

.motion-backend {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9, 105, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(9, 105, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(22, 217, 227, 0.16), transparent 30%),
    radial-gradient(circle at 82% 30%, rgba(141, 107, 255, 0.13), transparent 34%),
    #eef4fb;
  background-size: 84px 84px, 84px 84px, auto, auto, auto;
}

.motion-backend span {
  position: absolute;
  width: 28vw;
  height: 18vw;
  border: 1px solid rgba(9, 105, 255, 0.12);
  filter: blur(0.2px);
  animation: floatField 18s ease-in-out infinite;
}

.motion-backend span:nth-child(1) { left: -8vw; top: 12vh; }
.motion-backend span:nth-child(2) { right: -10vw; top: 18vh; animation-delay: -4s; }
.motion-backend span:nth-child(3) { left: 28vw; bottom: -18vw; animation-delay: -8s; }
.motion-backend span:nth-child(4) { right: 20vw; bottom: 8vh; animation-delay: -12s; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 110px 0;
}

.section-dark {
  color: var(--white);
  background: radial-gradient(circle at 20% 20%, rgba(22, 217, 227, 0.18), transparent 32%),
    radial-gradient(circle at 90% 30%, rgba(141, 107, 255, 0.14), transparent 34%),
    linear-gradient(135deg, var(--dark), var(--dark-2));
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: min(1280px, calc(100% - 28px));
  overflow: visible;
  border: 1px solid rgba(22, 217, 227, 0.24);
  background: rgba(5, 16, 31, 0.78);
  backdrop-filter: blur(24px);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.24);
}

.utility-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 7px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 12% 0%, rgba(22, 217, 227, 0.24), transparent 30%),
    linear-gradient(90deg, rgba(9, 105, 255, 0.78), rgba(7, 17, 31, 0.88) 48%, rgba(9, 105, 255, 0.44)),
    rgba(5, 16, 31, 0.86);
}

.utility-contact,
.utility-portals {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.utility-contact a,
.utility-portals a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.utility-contact a {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.utility-contact a::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(22, 217, 227, 0.9);
}

.utility-portals a {
  border: 1px solid rgba(22, 217, 227, 0.28);
  background: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  transition: 180ms ease;
}

.utility-portals a:hover {
  color: var(--white);
  border-color: rgba(44, 230, 160, 0.56);
  background: rgba(44, 230, 160, 0.14);
  transform: translateY(-1px);
}

.main-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px 12px 14px;
  overflow: visible;
  background:
    radial-gradient(circle at 18% 20%, rgba(22, 217, 227, 0.2), transparent 24%),
    radial-gradient(circle at 82% 35%, rgba(9, 105, 255, 0.13), transparent 26%),
    linear-gradient(90deg, rgba(9, 105, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(9, 105, 255, 0.04) 1px, transparent 1px),
    rgba(255, 255, 255, 0.96);
  background-size: auto, auto, 34px 34px, 34px 34px, auto;
}

.main-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 32%, rgba(22, 217, 227, 0.16) 42%, transparent 52%),
    linear-gradient(90deg, transparent 0 12%, rgba(9, 105, 255, 0.12) 12% 12.4%, transparent 12.4% 100%),
    linear-gradient(90deg, transparent 0 66%, rgba(141, 107, 255, 0.1) 66% 66.35%, transparent 66.35% 100%);
  transform: translateX(-42%);
  animation: menuScan 8s ease-in-out infinite;
  pointer-events: none;
}

.main-bar::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--blue), var(--violet), transparent);
  opacity: 0.72;
  pointer-events: none;
}

.brand,
.nav-toggle,
.nav-panel {
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  min-width: 180px;
  color: var(--ink);
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(9, 105, 255, 0.18));
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cyan), var(--blue) 54%, var(--violet));
  font-weight: 900;
  box-shadow: 0 12px 36px rgba(22, 217, 227, 0.28);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
  letter-spacing: 0;
}

.brand small {
  margin-top: 4px;
  color: rgba(7, 17, 31, 0.58);
  font-size: 11px;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  min-width: 0;
}

.nav-panel > a,
.nav-item > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  color: rgba(6, 16, 29, 0.9);
  padding: 10px 11px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  transition: 200ms ease;
}

.nav-panel > a:hover,
.nav-item:hover > a {
  color: #06101d;
  background: rgba(9, 105, 255, 0.1);
}

.nav-panel .nav-cta {
  color: #07111f;
  background: var(--cta-blue);
  box-shadow: 0 12px 26px rgba(132, 145, 255, 0.22);
  font-weight: 900;
  padding-inline: 16px;
}

.nav-item {
  position: relative;
}

.nav-item-trending > a {
  padding-top: 14px;
}

.nav-corner-badge {
  position: absolute;
  top: -6px;
  right: 3px;
  z-index: 2;
  padding: 3px 7px;
  color: var(--white);
  border-radius: 5px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 8px 18px rgba(9, 105, 255, 0.24);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
}

.nav-item.expanded > a {
  color: #06101d;
  background: rgba(9, 105, 255, 0.1);
}

.mega-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 40;
  width: min(650px, 92vw);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(9, 105, 255, 0.16);
  border-radius: 12px;
  background:
    radial-gradient(circle at 12% 16%, rgba(22, 217, 227, 0.14), transparent 26%),
    radial-gradient(circle at 90% 18%, rgba(141, 107, 255, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(9, 105, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(9, 105, 255, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.96);
  background-size: auto, auto, 28px 28px, 28px 28px, auto;
  box-shadow: 0 28px 90px rgba(7, 17, 31, 0.2);
  backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: 180ms ease;
}

.mega-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}

.mega-menu.compact {
  width: min(460px, 92vw);
  grid-template-columns: 1fr;
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu,
.nav-item.expanded .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mega-menu a {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid rgba(9, 105, 255, 0.06);
  border-radius: 8px;
  color: rgba(9, 20, 43, 0.74);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.mega-menu a > span:first-child {
  min-width: 0;
}

.menu-badge {
  flex: 0 0 auto;
  padding: 4px 7px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 8px 18px rgba(9, 105, 255, 0.22);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.mega-menu a:hover {
  color: var(--blue);
  border-color: rgba(9, 105, 255, 0.16);
  background: rgba(9, 105, 255, 0.08);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 44px;
  height: 44px;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 178px 0 80px;
}

.kinetic-tiles {
  position: absolute;
  right: max(18px, calc((100vw - 1180px) / 2));
  top: 20%;
  width: min(480px, 44vw);
  height: 420px;
  opacity: 0.7;
  pointer-events: none;
}

.kinetic-tiles span {
  position: absolute;
  border: 1px solid rgba(22, 217, 227, 0.32);
  background: linear-gradient(135deg, rgba(22, 217, 227, 0.16), rgba(141, 107, 255, 0.08));
  box-shadow: 0 0 44px rgba(22, 217, 227, 0.12);
  animation: tileFloat 8s ease-in-out infinite;
}

.kinetic-tiles span:nth-child(1) { width: 190px; height: 98px; left: 4%; top: 8%; }
.kinetic-tiles span:nth-child(2) { width: 122px; height: 180px; right: 12%; top: 0; animation-delay: -1s; }
.kinetic-tiles span:nth-child(3) { width: 250px; height: 72px; left: 18%; top: 44%; animation-delay: -2s; }
.kinetic-tiles span:nth-child(4) { width: 116px; height: 116px; right: 6%; bottom: 20%; animation-delay: -3s; }
.kinetic-tiles span:nth-child(5) { width: 210px; height: 132px; left: 0; bottom: 0; animation-delay: -4s; }
.kinetic-tiles span:nth-child(6) { width: 72px; height: 260px; left: 54%; top: 16%; animation-delay: -5s; }
 
.kinetic-tiles::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  animation: drift 18s linear infinite;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at center, black 0, transparent 72%);
  animation: drift 18s linear infinite;
}

.hero-country-strip {
  position: absolute;
  z-index: 3;
  top: 136px;
  right: max(18px, calc((100vw - 1180px) / 2));
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: min(100% - 36px, 760px);
}

.hero-country-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.hero-country-strip img {
  display: block;
  width: 34px;
  height: 22px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.orbital-field {
  position: absolute;
  width: min(620px, 88vw);
  aspect-ratio: 1;
  right: max(20px, calc((100vw - 1180px) / 2));
  top: 19%;
  opacity: 0.9;
}

.orbit {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(22, 217, 227, 0.22);
  animation: spin 24s linear infinite;
}

.o2 {
  inset: 24%;
  transform: rotate(55deg);
  border-color: rgba(141, 107, 255, 0.26);
  animation-duration: 18s;
}

.o3 {
  inset: 36%;
  transform: rotate(-35deg);
  border-color: rgba(44, 230, 160, 0.3);
  animation-duration: 14s;
}

.node {
  position: absolute;
  width: 13px;
  height: 13px;
  background: var(--cyan);
  box-shadow: 0 0 34px var(--cyan);
  animation: pulse 2.8s ease-in-out infinite;
}

.n1 { left: 18%; top: 31%; }
.n2 { right: 13%; top: 23%; background: var(--violet); box-shadow: 0 0 34px var(--violet); animation-delay: 0.4s; }
.n3 { right: 29%; bottom: 20%; background: var(--green); box-shadow: 0 0 34px var(--green); animation-delay: 0.8s; }
.n4 { left: 34%; bottom: 12%; background: var(--gold); box-shadow: 0 0 34px var(--gold); animation-delay: 1.1s; }

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 450px);
  gap: 40px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--blue);
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(58px, 10vw, 132px);
  line-height: 0.86;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 780px;
  margin: 24px 0 0;
  font-size: clamp(24px, 4vw, 48px);
  line-height: 1.06;
  font-weight: 800;
}

.hero-copy {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions,
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 18px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary {
  color: #031423;
  background: var(--cta-green);
  box-shadow: 0 14px 34px rgba(36, 216, 111, 0.24);
}

.hero-advisor-cta {
  min-height: 54px;
  padding-inline: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(36, 216, 111, 0.22);
}

.button.secondary {
  color: #07111f;
  background: var(--cta-blue);
  box-shadow: 0 12px 28px rgba(132, 145, 255, 0.2);
}

.button.ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.button.ghost[href^="tel"] {
  color: #07111f;
  border-color: transparent;
  background: var(--cta-blue);
  box-shadow: 0 12px 28px rgba(132, 145, 255, 0.2);
}

.dark-button {
  color: var(--ink) !important;
}

.hero-ai-panel {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 430px;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
}

.career-assessment-card {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto auto;
  align-items: center;
  gap: 6px 14px;
  width: min(100%, 335px);
  min-height: 112px;
  margin: 0;
  padding: 14px 16px;
  overflow: hidden;
  border: 1px solid rgba(167, 139, 255, 0.24);
  border-left: 3px solid rgba(167, 139, 255, 0.72);
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 0%, rgba(141, 107, 255, 0.14), transparent 38%),
    linear-gradient(135deg, rgba(22, 217, 227, 0.07), rgba(141, 107, 255, 0.08)),
    rgba(5, 16, 31, 0.52);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3), 0 0 48px rgba(9, 105, 255, 0.12);
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.career-assessment-card::after {
  content: "";
  display: none;
}

.career-assessment-card .portal-icon {
  grid-column: 1;
  grid-row: 1 / 4;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(167, 139, 255, 0.28);
  border-radius: 12px;
  color: #a78bff;
  background: rgba(141, 107, 255, 0.12);
  box-shadow: 0 12px 26px rgba(141, 107, 255, 0.1);
}

.career-assessment-card .portal-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.career-assessment-card:hover {
  transform: translateY(-3px);
  border-color: rgba(167, 139, 255, 0.42);
  box-shadow: 0 28px 70px rgba(141, 107, 255, 0.18);
}

.career-assessment-card > span:not(.portal-icon) {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.career-assessment-card > strong {
  grid-column: 2;
  grid-row: 2;
  color: var(--white);
  font-size: 20px;
  line-height: 1.05;
}

.career-assessment-card > small {
  grid-column: 2;
  grid-row: 3;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.career-assessment-card > em {
  grid-column: 1 / -1;
  grid-row: 4;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-top: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(22, 217, 227, 0.34);
  border-radius: 999px;
  color: #05101f;
  background: var(--cta-green);
  box-shadow: 0 10px 22px rgba(36, 216, 111, 0.2);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hero-guidance-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
  width: min(100%, 686px);
  margin: 32px 0 0;
}

.hero-guidance-actions .hero-advisor-cta,
.hero-guidance-actions .career-assessment-cta {
  width: 100%;
}

.hero-guidance-actions .hero-advisor-cta,
.hero-guidance-actions .career-assessment-cta {
  min-height: 58px;
  text-align: center;
}

.hero-pathways-panel {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(9, 105, 255, 0.16), transparent 38%),
    linear-gradient(145deg, rgba(5, 24, 43, 0.88), rgba(7, 18, 41, 0.82));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26), inset 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
}

.hero-pathways-kicker {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-pathways-panel h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(24px, 2.2vw, 31px);
  line-height: 1;
  text-transform: uppercase;
}

.hero-pathways-intro {
  margin: 9px 0 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.45;
}

.hero-pathway-list {
  display: grid;
  gap: 7px;
}

.hero-pathway-card {
  --pathway-color: var(--green);
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 10px;
  min-height: 80px;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--pathway-color) 62%, transparent);
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(135deg, color-mix(in srgb, var(--pathway-color) 7%, rgba(4, 20, 38, 0.72)), rgba(6, 20, 42, 0.68));
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hero-pathway-card--network { --pathway-color: #2eb8ff; }
.hero-pathway-card--systems { --pathway-color: #b76cff; }
.hero-pathway-card--degree { --pathway-color: #ffbd18; }

.hero-pathway-card:hover {
  transform: translateX(3px);
  border-color: var(--pathway-color);
  background: linear-gradient(135deg, color-mix(in srgb, var(--pathway-color) 12%, rgba(4, 20, 38, 0.78)), rgba(6, 20, 42, 0.74));
  box-shadow: 0 14px 34px color-mix(in srgb, var(--pathway-color) 13%, transparent);
}

.hero-pathway-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid color-mix(in srgb, var(--pathway-color) 62%, transparent);
  border-radius: 10px;
  color: var(--pathway-color);
  background: rgba(2, 14, 30, 0.54);
}

.hero-pathway-icon svg,
.hero-pathway-arrow svg,
.hero-pathways-assessment svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-pathway-icon svg {
  width: 25px;
  height: 25px;
}

.hero-pathway-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.hero-pathway-copy strong {
  font-size: 14px;
  line-height: 1.12;
}

.hero-pathway-copy small,
.hero-pathway-copy em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-pathway-copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
}

.hero-pathway-copy em {
  color: var(--pathway-color);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.hero-pathway-badge {
  justify-self: start;
  padding: 3px 6px;
  border: 1px solid rgba(255, 189, 24, 0.52);
  border-radius: 999px;
  color: #ffd45c;
  background: rgba(255, 189, 24, 0.08);
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hero-pathway-card--degree {
  min-height: 104px;
}

.hero-pathway-card--degree .hero-pathway-copy small {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  line-height: 1.25;
}

.hero-pathway-card--degree:hover {
  transform: none;
}

.hero-degree-marker {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 189, 24, 0.42);
  border-radius: 50%;
  color: #ffd45c;
  background: rgba(255, 189, 24, 0.08);
  font-size: 9px;
  font-weight: 900;
}

.hero-pathway-arrow {
  color: var(--pathway-color);
}

.hero-pathway-arrow svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.6;
}

.hero-pathways-assessment {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  margin-top: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  color: var(--green);
  background: rgba(5, 18, 37, 0.56);
  transition: border-color 180ms ease, background 180ms ease;
}

.hero-pathways-assessment:hover {
  border-color: rgba(44, 230, 160, 0.42);
  background: rgba(44, 230, 160, 0.07);
}

.hero-pathways-assessment > span:first-child {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
}

.hero-pathways-assessment > span:first-child svg {
  width: 28px;
  height: 28px;
}

.hero-pathways-assessment > span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.hero-pathways-assessment small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.hero-pathways-assessment strong {
  font-size: 12px;
}

.hero-pathways-assessment i {
  display: grid;
  place-items: center;
  font-style: normal;
}

.hero-pathways-assessment i svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.4;
}

@media (max-width: 620px) {
  .hero-guidance-actions {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-pathways-panel {
    padding: 16px;
  }

  .hero-pathway-card {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    gap: 9px;
    min-height: 84px;
    padding: 10px;
  }

  .hero-pathway-icon {
    width: 42px;
    height: 42px;
  }

  .hero-pathway-icon svg {
    width: 24px;
    height: 24px;
  }

  .hero-pathway-copy strong {
    font-size: 14px;
  }
}

.hero-guidance-logo {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  justify-self: center;
  width: 118px;
  min-height: 148px;
  padding: 13px;
  border: 1px solid rgba(22, 217, 227, 0.22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(10, 39, 66, 0.72), rgba(18, 25, 58, 0.68));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24), 0 0 34px rgba(22, 217, 227, 0.08);
  backdrop-filter: blur(12px);
  transform: translateY(-28px);
}

.hero-guidance-logo img {
  display: block;
  width: auto;
  height: 124px;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(22, 217, 227, 0.18));
}

.hero-course-map-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-course-map-lines path {
  fill: none;
  stroke: rgba(22, 217, 227, 0.42);
  stroke-width: 1.2;
  stroke-dasharray: 5 7;
  vector-effect: non-scaling-stroke;
  animation: heroCourseMapSignal 5s linear infinite;
}

.hero-course-map-lines path:nth-child(even) {
  stroke: rgba(167, 139, 255, 0.42);
  animation-direction: reverse;
}

.hero-course-node {
  position: absolute;
  z-index: 4;
  display: grid;
  min-height: 34px;
  place-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(22, 217, 227, 0.3);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.92);
  background: linear-gradient(135deg, rgba(11, 34, 58, 0.94), rgba(20, 27, 63, 0.9));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.06);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

.hero-course-node--ai { top: 0; left: 50%; transform: translateX(-50%); border-color: rgba(167, 139, 255, 0.42); }
.hero-course-node--microsoft { top: 17%; left: 0; }
.hero-course-node--aws { top: 17%; right: 0; border-color: rgba(255, 174, 66, 0.38); }
.hero-course-node--cisco { top: 48%; left: 0; }
.hero-course-node--linux { top: 48%; right: 0; border-color: rgba(255, 194, 87, 0.38); }
.hero-course-node--cloud { bottom: 4%; left: 0; }
.hero-course-node--cyber { right: 0; bottom: 4%; border-color: rgba(44, 230, 160, 0.38); }

@keyframes heroCourseMapSignal {
  to { stroke-dashoffset: -48; }
}

@media (max-width: 620px) {
  .hero-guidance-logo {
    transform: translateY(-12px);
  }
}

.technology-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.technology-map-lines {
  position: absolute;
  inset: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  overflow: visible;
}

.technology-map-lines path {
  fill: none;
  stroke: rgba(22, 217, 227, 0.34);
  stroke-width: 0.34;
  stroke-dasharray: 2.4 2.4;
  vector-effect: non-scaling-stroke;
  animation: technologySignal 7s linear infinite;
}

.technology-map-lines path:nth-child(even) {
  stroke: rgba(167, 139, 255, 0.32);
  animation-direction: reverse;
  animation-duration: 8.5s;
}

.technology-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 6px 10px 6px 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.92);
  background: linear-gradient(135deg, rgba(11, 34, 58, 0.94), rgba(20, 27, 63, 0.88));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  animation: technologyNodeFloat 4.8s ease-in-out infinite;
}

.technology-node i {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(22, 217, 227, 0.1);
}

.technology-node svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.technology-node b {
  white-space: nowrap;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.technology-node .brand-icon {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
}

.technology-node .brand-icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.technology-node .aws-icon img { width: 24px; height: 18px; }
.technology-node .cisco-icon img { width: 22px; height: 18px; }

.node-ai { left: 50%; top: 1%; transform: translateX(-50%); border-color: rgba(167, 139, 255, 0.38); animation-delay: -0.3s; }
.node-ai i { color: #c4b5fd; background: rgba(141, 107, 255, 0.16); }
.node-azure { left: 1%; top: 14%; animation-delay: -1.1s; }
.node-aws { right: 1%; top: 14%; border-color: rgba(255, 174, 66, 0.32); animation-delay: -2s; }
.node-cisco { left: 0; top: 44%; border-color: rgba(48, 176, 232, 0.34); animation-delay: -2.7s; }
.node-linux { right: 0; top: 44%; border-color: rgba(255, 194, 87, 0.32); animation-delay: -3.4s; }
.node-linux i { color: var(--gold); background: rgba(255, 194, 87, 0.1); }
.node-windows { left: 0; bottom: 13%; border-color: rgba(9, 105, 255, 0.38); animation-delay: -1.8s; }
.node-windows i { color: #58a6ff; background: rgba(9, 105, 255, 0.14); }
.node-hacking { right: 0; bottom: 13%; border-color: rgba(44, 230, 160, 0.32); animation-delay: -2.5s; }
.node-hacking i { color: var(--green); background: rgba(44, 230, 160, 0.11); }
.node-security { left: 50%; bottom: 0; transform: translateX(-50%); border-color: rgba(22, 217, 227, 0.36); animation-delay: -3.2s; }
.node-cloud-map { left: 50%; top: 20%; transform: translateX(-50%); border-color: rgba(22, 217, 227, 0.36); animation-delay: -0.9s; }
.node-network-map { left: 0; bottom: 31%; border-color: rgba(48, 176, 232, 0.34); animation-delay: -2.2s; }
.node-professional-it-map { right: 0; bottom: 31%; border-color: rgba(167, 139, 255, 0.34); animation-delay: -3s; }
.node-professional-it-map i { color: #c4b5fd; background: rgba(141, 107, 255, 0.14); }

.stats-band {
  padding: 24px 0;
  background: var(--white);
}

.trust-band {
  padding: 58px 0;
  background: linear-gradient(180deg, var(--white), #f4f8ff);
}

.trust-head {
  max-width: 860px;
  margin-bottom: 28px;
}

.trust-head h2 {
  font-size: 48px;
  line-height: 1.06;
}

.trust-head p {
  max-width: 760px;
  margin-top: 14px;
  font-size: 16px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
}

.home-bmich-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 12% 22%, rgba(22, 217, 227, 0.16), transparent 32%),
    linear-gradient(135deg, #061827, #071226 62%, #111a3b);
  background-size: 58px 58px, 58px 58px, auto, auto;
}

.home-bmich-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 42%);
  pointer-events: none;
}

.home-bmich-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.34fr) minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.home-bmich-copy {
  max-width: 355px;
}

.home-bmich-copy h2 {
  margin: 10px 0 0;
  color: var(--white);
  font-size: clamp(42px, 4.7vw, 66px);
  line-height: 0.98;
}

.home-bmich-gallery {
  display: block;
}

.home-bmich-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 2 / 1;
  border: 1px solid rgba(22, 217, 227, 0.24);
  border-radius: 8px;
  background: rgba(4, 19, 34, 0.64);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 0 34px rgba(22, 217, 227, 0.1);
}

.home-bmich-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-bmich-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-bmich-video-card {
  overflow: hidden;
  border: 1px solid rgba(22, 217, 227, 0.24);
  border-radius: 10px;
  background: rgba(4, 19, 34, 0.7);
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.2),
    0 0 28px rgba(22, 217, 227, 0.08);
}

.home-bmich-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 50% 45%, rgba(22, 217, 227, 0.12), transparent 36%),
    linear-gradient(145deg, #061827, #030a14);
}

.home-bmich-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #020811;
}

.home-bmich-play-button {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  border: 0;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-bmich-play-button[hidden] {
  display: none;
}

.home-bmich-play-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(22, 217, 227, 0.72);
  border-radius: 50%;
  background: rgba(7, 38, 57, 0.9);
  box-shadow: 0 0 28px rgba(22, 217, 227, 0.2);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.home-bmich-play-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--white);
}

.home-bmich-play-button:hover .home-bmich-play-icon {
  transform: scale(1.08);
  background: rgba(22, 217, 227, 0.28);
  box-shadow: 0 0 38px rgba(22, 217, 227, 0.3);
}

.home-bmich-play-button:focus-visible {
  outline: 3px solid rgba(22, 217, 227, 0.58);
  outline-offset: -5px;
}

.home-bmich-video-title {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.home-bmich-video-title strong {
  font-size: 15px;
  line-height: 1.35;
}

.home-bmich-caption {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.72;
}

.stat-card {
  min-height: 160px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f9fbff);
}

.trust-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 260px;
  overflow: hidden;
  gap: 12px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.trust-card:hover {
  transform: translateY(-4px);
  border-color: rgba(9, 105, 255, 0.24);
  box-shadow: var(--shadow);
}

.stat-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 42px;
  font-weight: 900;
}

.trust-card span {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1;
}

.trust-card .value-long {
  font-size: 26px;
  line-height: 1.08;
}

.trust-card .rating-value {
  font-size: 32px;
  line-height: 1.08;
}

.trust-card .rating-value strong {
  color: #f5b940;
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
}

.trust-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.22;
}

.trust-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.stat-card p,
.section-head p,
.split-copy p,
.signal-panel li,
.programme-card p,
.programme-card li,
.cert-card p,
.labs p,
.wide-card p,
.apply-card p,
.steps p,
.footer p,
address span {
  color: var(--ink-soft);
  line-height: 1.7;
}

.section-dark p,
.section-dark li,
.section-dark address span {
  color: rgba(255, 255, 255, 0.72);
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr 1fr;
  gap: 46px;
  align-items: start;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.12;
}

.section-kicker {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}

.signal-panel {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: 8px;
  color: var(--ink);
  border: 1px solid rgba(9, 105, 255, 0.12);
  background:
    radial-gradient(circle at 12% 12%, rgba(22, 217, 227, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 252, 0.8));
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.1);
}

.signal-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 105, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(9, 105, 255, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.72;
  pointer-events: none;
}

.panel-label,
.tag {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  color: var(--blue);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}

.signal-panel ul,
.programme-card ul {
  position: relative;
  margin: 0;
  padding-left: 18px;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 210px 0 120px;
}

.about-hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.about-hero-layout {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 64px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(540px, 0.92fr);
  gap: 80px;
  align-items: center;
}

.about-hero h1 {
  max-width: 820px;
  margin: 20px 0 0;
  color: var(--white);
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.98;
}

.about-hero-content > p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  line-height: 1.7;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.about-hero-photo-card {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 0 0 auto;
}

.about-hero-photo-frame {
  position: relative;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border: 1px solid rgba(22, 217, 227, 0.46);
  border-radius: 16px;
  background: rgba(6, 19, 38, 0.88);
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.3), 0 0 24px rgba(22, 217, 227, 0.09);
}

.about-hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(4, 14, 29, 0.62));
  pointer-events: none;
}

.about-hero-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-hero-photo-card figcaption {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 18px 20px;
  color: var(--white);
  border: 1px solid rgba(22, 217, 227, 0.34);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(22, 217, 227, 0.05), rgba(141, 107, 255, 0.06));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.about-achievement-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(22, 217, 227, 0.56);
  border-radius: 12px;
  color: var(--cyan);
  background: rgba(7, 26, 44, 0.72);
  box-shadow: 0 10px 26px rgba(22, 217, 227, 0.12);
}

.about-achievement-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-hero-photo-card figcaption > span:last-child {
  display: grid;
  gap: 5px;
}

.about-hero-photo-card figcaption strong {
  font-size: 19px;
  line-height: 1.12;
}

.about-hero-photo-card figcaption small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 620px) {
  .project-event-card {
    min-width: 0;
  }

  .project-event-gallery,
  .project-event-placeholder {
    min-height: 0;
  }
}

.legal-page .about-hero {
  min-height: 430px;
}

.legal-page .about-hero-content {
  max-width: 980px;
}

.legal-page .about-hero h1 {
  max-width: 920px;
}

.legal-updated {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  padding: 9px 12px;
  border: 1px solid rgba(22, 217, 227, 0.2);
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-document-section {
  background: rgba(246, 249, 252, 0.96);
}

.legal-document {
  max-width: 1040px;
  margin: 0 auto;
  padding: 44px;
  border: 1px solid rgba(9, 105, 255, 0.1);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.08);
}

.legal-toc {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
  padding: 22px;
  border: 1px solid rgba(9, 105, 255, 0.1);
  background:
    linear-gradient(90deg, rgba(22, 217, 227, 0.08), rgba(9, 105, 255, 0.04)),
    rgba(246, 249, 252, 0.86);
}

.legal-toc strong {
  color: var(--ink);
  font-size: 13px;
  text-transform: uppercase;
}

.legal-toc nav {
  columns: 2;
  column-gap: 32px;
}

.legal-toc a {
  display: block;
  break-inside: avoid;
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.legal-toc a:hover {
  color: var(--blue);
}

.legal-section {
  padding: 28px 0;
  border-top: 1px solid rgba(11, 31, 54, 0.1);
}

.legal-section:first-of-type {
  border-top: 0;
}

.legal-section h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.legal-section h3 {
  margin: 24px 0 10px;
  color: var(--ink);
  font-size: 19px;
}

.legal-section p {
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.legal-section ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.legal-section li {
  margin: 8px 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.legal-contact-box {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background: rgba(246, 249, 252, 0.9);
}

.legal-contact-box strong {
  color: var(--ink);
}

.legal-contact-box a {
  color: var(--blue);
  font-weight: 900;
}

.ai-campus-graphic {
  position: relative;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 50% 45%, rgba(22, 217, 227, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.ai-campus-graphic::before {
  content: "";
  position: absolute;
  inset: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle, #000 44%, transparent 74%);
}

.ai-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 128px;
  height: 128px;
  place-items: center;
  color: var(--ink);
  border: 1px solid rgba(22, 217, 227, 0.5);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.95), rgba(218, 244, 255, 0.86) 56%, rgba(22, 217, 227, 0.22)),
    linear-gradient(135deg, rgba(22, 217, 227, 0.28), rgba(46, 230, 160, 0.2));
  box-shadow:
    0 0 58px rgba(22, 217, 227, 0.46),
    0 20px 58px rgba(0, 0, 0, 0.24);
  transform: translate(-50%, -50%);
  animation: aiPulse 3s ease-in-out infinite;
}

.ai-core::before {
  content: "";
  position: absolute;
  inset: -38px;
  z-index: -1;
  background: radial-gradient(circle, rgba(22, 217, 227, 0.24), transparent 68%);
  filter: blur(2px);
}

.ai-core img {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(1, 18, 32, 0.2));
}

.ai-orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(22, 217, 227, 0.32);
  transform: translate(-50%, -50%);
  animation: aiRotate 16s linear infinite;
}

.ring-one {
  width: 260px;
  height: 260px;
}

.ring-two {
  width: 340px;
  height: 190px;
  border-color: rgba(141, 107, 255, 0.34);
  animation-duration: 22s;
  animation-direction: reverse;
}

.ai-node {
  position: absolute;
  display: grid;
  min-width: 92px;
  min-height: 42px;
  place-items: center;
  padding: 8px 12px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  animation: aiFloat 5s ease-in-out infinite;
}

.node-cloud { left: 10%; top: 18%; }
.node-cyber { right: 9%; top: 24%; animation-delay: -1.2s; }
.node-network { left: 13%; bottom: 18%; animation-delay: -2.4s; }
.node-career { right: 11%; bottom: 16%; animation-delay: -3.2s; }

.ai-signal {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(22, 217, 227, 0.8), transparent);
  transform-origin: center;
  animation: aiSignal 2.8s ease-in-out infinite;
}

.ai-signal.s1 {
  left: 20%;
  top: 36%;
  width: 62%;
  transform: rotate(16deg);
}

.ai-signal.s2 {
  left: 18%;
  bottom: 33%;
  width: 64%;
  transform: rotate(-17deg);
  animation-delay: -0.9s;
}

.ai-signal.s3 {
  left: 50%;
  top: 18%;
  width: 2px;
  height: 64%;
  background: linear-gradient(180deg, transparent, rgba(44, 230, 160, 0.72), transparent);
  animation-delay: -1.7s;
}

.about-content-grid,
.founder-grid {
  display: grid;
  grid-template-columns: 0.34fr minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.founder-grid {
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.about-story,
.founder-card {
  max-width: 920px;
}

.about-story {
  padding: 0 0 0 34px;
  border-left: 3px solid rgba(9, 105, 255, 0.18);
}

.about-story h2,
.founder-card h2 {
  max-width: 850px;
}

.about-story p,
.founder-message p {
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.82;
}

.founder-section {
  position: relative;
  overflow: hidden;
}

.founder-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.48;
  animation: drift 24s linear infinite;
  pointer-events: none;
}

.founder-grid {
  position: relative;
  z-index: 1;
}

.founder-grid > .section-kicker {
  grid-column: 1 / -1;
}

.founder-grid--single {
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
}

.founder-photo-card {
  position: relative;
  display: grid;
  align-content: start;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 22% 18%, rgba(22, 217, 227, 0.22), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(141, 107, 255, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.founder-photo-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(circle at 50% 36%, #000 0, transparent 72%);
  pointer-events: none;
}

.founder-photo-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 50% 16%, rgba(22, 217, 227, 0.24), transparent 38%),
    rgba(255, 255, 255, 0.08);
}

.founder-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.02) contrast(1.04);
}

.founder-photo-caption {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 18px;
  background: rgba(5, 16, 31, 0.72);
  backdrop-filter: blur(14px);
}

.founder-photo-caption strong {
  color: var(--white);
  font-size: 22px;
}

.founder-photo-caption span {
  color: rgba(255, 255, 255, 0.72);
}

.founder-card {
  align-self: stretch;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.founder-card--single {
  max-width: 920px;
}

.founder-profile-row {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.founder-profile-copy {
  display: grid;
  align-content: start;
}

.founder-card--single .founder-photo-frame {
  aspect-ratio: 4 / 5;
}

.founder-card--single .founder-photo-caption {
  max-width: 320px;
}

.founder-card--single .founder-message {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.founder-card h2 {
  color: var(--white);
  font-size: clamp(34px, 4vw, 58px);
}

.founder-message p {
  color: rgba(255, 255, 255, 0.74);
}

.founder-signature {
  display: grid;
  gap: 6px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.founder-signature strong {
  color: var(--white);
  font-size: 24px;
}

.founder-signature span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.academic-section {
  background: rgba(246, 249, 252, 0.92);
}

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

.academic-card {
  display: grid;
  align-content: start;
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background:
    radial-gradient(circle at 16% 12%, rgba(22, 217, 227, 0.14), transparent 28%),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.academic-card:hover {
  transform: translateY(-4px);
  border-color: rgba(9, 105, 255, 0.24);
  box-shadow: var(--shadow);
}

.academic-card .academic-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--blue);
  border: 1px solid rgba(22, 217, 227, 0.34);
  background:
    radial-gradient(circle at 30% 18%, rgba(22, 217, 227, 0.22), transparent 44%),
    linear-gradient(135deg, rgba(9, 105, 255, 0.1), rgba(44, 230, 160, 0.08));
  box-shadow: 0 14px 34px rgba(9, 105, 255, 0.08);
}

.academic-card .academic-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.academic-card h3 {
  margin-top: 18px;
  color: var(--ink);
  font-size: 24px;
}

.academic-card p {
  margin: 18px 0 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.about-stats-band {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
}

.about-stats-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.5;
  pointer-events: none;
}

.about-stats-head,
.about-stats-grid {
  position: relative;
  z-index: 1;
}

.about-stats-head {
  margin-bottom: 22px;
}

.about-stats-head h2 {
  color: var(--white);
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: 0;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.about-stat {
  position: relative;
  display: grid;
  align-content: center;
  overflow: hidden;
  min-height: 146px;
  padding: 22px 104px 22px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(22, 217, 227, 0.11), rgba(141, 107, 255, 0.08)),
    rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(16px);
}

.about-stat-photo {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 0;
  display: block;
  width: 96px;
  height: 96px;
  overflow: hidden;
  opacity: 0.16;
  border: 1px solid rgba(22, 217, 227, 0.3);
  background-image:
    linear-gradient(135deg, rgba(2, 12, 26, 0.18), rgba(22, 217, 227, 0.06)),
    url("assets/images/about/about-stat-thumbnails.webp");
  background-repeat: no-repeat;
  background-size: 300% 200%;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.about-stat-photo.stat-experience {
  background-position: 0% 0%;
}

.about-stat-photo.stat-students {
  background-position: 50% 0%;
}

.about-stat-photo.stat-placed {
  background-position: 100% 0%;
}

.about-stat-photo.stat-labs {
  background-position: 0% 100%;
}

.about-stat-photo.stat-trainers {
  background-position: 50% 100%;
}

.about-stat-photo.stat-practical {
  background-position: 100% 100%;
}

.about-stat span {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--white);
  font-size: clamp(30px, 2.55vw, 38px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
  white-space: nowrap;
}

.about-stat strong {
  position: relative;
  z-index: 1;
  display: block;
  width: min(160px, 100%);
  min-height: 32px;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-wrap: balance;
}

.about-practical,
.ecosystem-section,
.campus-facilities-section {
  background: rgba(246, 249, 252, 0.94);
}

.practical-career-grid,
.bmich-grid,
.campus-facilities-grid,
.about-final-cta-inner {
  display: grid;
  gap: 46px;
  align-items: center;
}

.practical-career-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  align-items: stretch;
}

.about-practical__content h2,
.career-panel h2,
.bmich-copy h2,
.campus-facilities-copy h2,
.about-final-cta h2 {
  max-width: 760px;
}

.about-practical__content > p,
.bmich-copy p,
.campus-facilities-copy p,
.about-final-cta p {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.75;
}

.section-dark .bmich-copy p,
.section-dark .about-final-cta p {
  color: rgba(255, 255, 255, 0.74);
}

.about-final-cta .eyebrow {
  color: rgba(22, 217, 227, 0.95);
}

.about-final-cta.section-dark p {
  color: rgba(255, 255, 255, 0.82);
}

.about-final-cta.section-dark .eyebrow {
  color: rgba(22, 217, 227, 0.95);
}

.about-feature-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.about-feature-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.55;
}

.about-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}

.about-practical__media,
.bmich-gallery img,
.campus-gallery figure {
  border: 1px solid rgba(9, 105, 255, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.08);
}

.about-practical__media {
  position: relative;
  overflow: hidden;
  max-width: 640px;
  margin-top: 28px;
  aspect-ratio: 1.38 / 1;
}

.about-practical__media::after {
  content: "Practical Labs";
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(7, 17, 31, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.about-practical__media img,
.bmich-gallery img,
.campus-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-practical__media img {
  display: block;
}

.career-panel {
  align-self: stretch;
  padding: 30px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(22, 217, 227, 0.1), rgba(255, 255, 255, 0.9)),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.07);
}

.career-journey {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
}

.career-journey::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet));
}

.career-step {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding: 14px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.05);
}

.career-step span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--ink);
  background: linear-gradient(135deg, var(--cyan), var(--green));
  font-weight: 900;
}

.career-step span svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.career-step h3 {
  margin-top: 0;
  color: var(--ink);
  font-size: 22px;
}

.bmich-section {
  position: relative;
  overflow: hidden;
}

.bmich-section::before,
.about-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.42;
  pointer-events: none;
}

.bmich-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.48fr) minmax(560px, 1fr);
}

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

.bmich-gallery img {
  display: block;
  aspect-ratio: 2 / 1;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.projects-events-section {
  background:
    linear-gradient(90deg, rgba(22, 217, 227, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(9, 105, 255, 0.06) 1px, transparent 1px),
    rgba(246, 249, 252, 0.96);
  background-size: 64px 64px;
}

.projects-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px;
  align-items: stretch;
}

.project-event-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 62px rgba(7, 17, 31, 0.07);
}

.project-event-placeholder {
  position: relative;
  display: grid;
  min-height: 210px;
  aspect-ratio: 16 / 9;
  place-items: center;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(22, 217, 227, 0.22);
  background:
    linear-gradient(135deg, rgba(22, 217, 227, 0.14), rgba(141, 107, 255, 0.1)),
    linear-gradient(90deg, rgba(9, 105, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(22, 217, 227, 0.08) 1px, transparent 1px),
    rgba(236, 248, 252, 0.92);
  background-size: auto, 34px 34px, 34px 34px, auto;
}

.project-event-placeholder::before,
.project-event-placeholder::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.project-event-placeholder::before {
  inset: 18px;
  border: 1px dashed rgba(9, 105, 255, 0.22);
}

.project-event-placeholder::after {
  right: 18px;
  bottom: 18px;
  width: 72px;
  height: 72px;
  background: radial-gradient(circle, rgba(22, 217, 227, 0.26), transparent 68%);
}

.project-event-placeholder span {
  position: relative;
  z-index: 1;
  max-width: 260px;
  color: rgba(7, 17, 31, 0.68);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.project-event-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-height: 210px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(22, 217, 227, 0.22);
  background: rgba(236, 248, 252, 0.92);
}

.project-event-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.project-event-gallery--triptych {
  grid-template-columns: 1.05fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.project-event-gallery--triptych img:first-child {
  grid-row: span 2;
}

.project-event-gallery--feature {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 1.12fr 0.88fr;
}

.project-event-gallery--feature img:first-child {
  grid-column: span 4;
}

.project-event-gallery--festival {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: 1.15fr 0.85fr 0.85fr;
}

.project-event-gallery--festival img:first-child {
  grid-column: span 6;
}

.project-event-gallery--festival img:not(:first-child) {
  grid-column: span 2;
}

.project-event-gallery--career {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.project-event-gallery--global {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 1.08fr 0.92fr;
}

.project-event-gallery--global img:first-child {
  grid-column: span 4;
}

.project-event-gallery--global img:not(:first-child) {
  grid-column: span 1;
}

.project-event-card h3 {
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(19px, 1.9vw, 25px);
  line-height: 1.12;
}

.project-event-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.project-event-subtitle {
  margin-top: 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.project-event-subtitle + h3 {
  margin-top: 8px;
}

.ecosystem-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: start;
}

.ecosystem-grid article {
  position: relative;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 52px;
  width: fit-content;
  padding: 9px 14px 9px 10px;
  overflow: hidden;
  border: 1px solid rgba(9, 105, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(22, 217, 227, 0.16), rgba(255, 255, 255, 0.9)),
    rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.06);
}

.ecosystem-grid article span {
  position: relative;
  z-index: 1;
  order: 2;
  line-height: 1.25;
  white-space: nowrap;
}

.ecosystem-grid article img {
  position: relative;
  z-index: 1;
  order: 1;
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  padding: 4px;
  border: 1px solid rgba(22, 217, 227, 0.24);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(7, 17, 31, 0.08);
}

.ecosystem-grid article::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -32px;
  width: 82px;
  height: 82px;
  background: radial-gradient(circle, rgba(22, 217, 227, 0.18), transparent 66%);
  pointer-events: none;
}

.about-final-cta {
  position: relative;
  overflow: hidden;
}

.about-final-cta-inner {
  position: relative;
  z-index: 1;
}

.campus-facilities-grid {
  grid-template-columns: minmax(0, 0.64fr) minmax(540px, 1fr);
}

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

.campus-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 230px;
  aspect-ratio: 1.45 / 1;
}

.campus-gallery figure.wide {
  grid-column: span 2;
  min-height: 300px;
  aspect-ratio: 2.05 / 1;
}

.campus-gallery img {
  display: block;
}

.campus-gallery figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(7, 17, 31, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.about-final-cta-inner {
  grid-template-columns: minmax(0, 1fr) auto;
}

.about-practical,
.campus-facilities-section,
.ecosystem-section {
  padding-block: 86px;
}

.about-final-cta {
  padding: 72px 0 34px;
}

.support-preview-section {
  padding: 54px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(22, 217, 227, 0.14), transparent 30%),
    linear-gradient(180deg, #f4f8ff, var(--white));
}

.support-preview-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 252, 0.82));
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.08);
}

.support-preview-card h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.support-preview-card p:not(.eyebrow) {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.support-hero {
  position: relative;
  overflow: hidden;
  padding: 210px 0 110px;
}

.support-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: 56px;
  align-items: center;
}

.support-hero-copy h1 {
  margin: 16px 0 0;
  color: var(--white);
  font-size: clamp(64px, 8vw, 118px);
  line-height: 0.9;
}

.support-hero-copy h2 {
  max-width: 840px;
  margin-top: 20px;
  color: var(--white);
  font-size: clamp(34px, 4.6vw, 68px);
}

.support-hero-copy p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  line-height: 1.7;
}

.support-hero-panel {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 50% 42%, rgba(22, 217, 227, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.24);
}

.support-hero-panel::before {
  content: "";
  position: absolute;
  inset: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle, #000 40%, transparent 72%);
  animation: drift 20s linear infinite;
}

.support-hero-panel span {
  position: absolute;
  border: 1px solid rgba(22, 217, 227, 0.34);
  animation: aiRotate 18s linear infinite;
}

.support-hero-panel span:nth-child(1) {
  left: 26%;
  top: 22%;
  width: 170px;
  height: 170px;
}

.support-hero-panel span:nth-child(2) {
  right: 16%;
  bottom: 18%;
  width: 150px;
  height: 90px;
  border-color: rgba(141, 107, 255, 0.36);
  animation-direction: reverse;
}

.support-hero-panel span:nth-child(3) {
  left: 17%;
  bottom: 18%;
  width: 84px;
  height: 84px;
  border-color: rgba(44, 230, 160, 0.36);
}

.support-hero-panel strong {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 14px 18px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--cyan), var(--green));
  font-size: 13px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.support-directory-section {
  background: rgba(246, 249, 252, 0.94);
}

.support-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.support-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 430px;
  gap: 16px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 60px rgba(7, 17, 31, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.support-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--support-accent, var(--blue));
}

.support-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--support-accent, var(--blue)) 38%, transparent);
  box-shadow: var(--shadow);
}

.accent-blue { --support-accent: var(--blue); }
.accent-green { --support-accent: var(--green); }
.accent-purple { --support-accent: var(--violet); }
.accent-orange { --support-accent: var(--gold); }

.support-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--support-accent, var(--blue));
  border: 1px solid color-mix(in srgb, var(--support-accent, var(--blue)) 38%, transparent);
  background: color-mix(in srgb, var(--support-accent, var(--blue)) 10%, white);
  font-weight: 900;
}

.support-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-card h3 {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.12;
}

.support-badge {
  justify-self: start;
  padding: 8px 10px;
  color: var(--ink);
  background: color-mix(in srgb, var(--support-accent, var(--blue)) 18%, white);
  font-size: 12px;
  font-weight: 900;
}

.support-person {
  display: grid;
  gap: 7px;
  padding: 12px;
  border: 1px solid rgba(9, 105, 255, 0.1);
  background: rgba(246, 249, 252, 0.82);
}

.support-person strong {
  color: var(--ink);
}

.support-person a:not(.support-action) {
  color: var(--ink-soft);
  font-weight: 800;
}

.support-action {
  display: inline-flex;
  justify-content: center;
  min-height: 38px;
  align-items: center;
  padding: 9px 12px;
  color: #031423;
  background: var(--cta-blue);
  box-shadow: 0 10px 22px rgba(132, 145, 255, 0.16);
  font-size: 13px;
  font-weight: 900;
}

.whatsapp-action {
  color: #07111f;
  background: var(--cta-green);
  box-shadow: 0 10px 22px rgba(36, 216, 111, 0.16);
}

.support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-list li {
  padding: 7px 9px;
  color: var(--ink-soft);
  border: 1px solid rgba(9, 105, 255, 0.1);
  background: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
}

.whatsapp-support-card {
  grid-column: span 2;
  min-height: 210px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
}

.whatsapp-support-card h3,
.whatsapp-support-card .support-person,
.whatsapp-support-card .support-badge {
  grid-column: 2;
}

.support-steps-section {
  background: linear-gradient(180deg, var(--white), #f4f8ff);
}

.support-steps-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

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

.support-steps div {
  display: grid;
  gap: 16px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 20px 50px rgba(7, 17, 31, 0.06);
}

.support-steps span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  font-weight: 900;
}

.support-steps p {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.5;
}

.about-minimal-footer {
  padding: 0;
}

.about-minimal-footer .footer-bottom {
  margin-top: 0;
  border-top: 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 44px;
}

.catalogue {
  position: relative;
  background: rgba(246, 249, 252, 0.92);
}

.catalogue-block {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.catalogue-title {
  margin-bottom: 20px;
}

.catalogue-title h3 {
  font-size: clamp(32px, 4vw, 56px);
}

.catalogue-note {
  max-width: 760px;
  margin: -6px 0 20px;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.65;
}

.job-ready-block {
  position: relative;
  padding: 34px 22px 24px;
  border: 1px solid rgba(245, 185, 64, 0.34);
  background:
    radial-gradient(circle at 12% 0%, rgba(245, 185, 64, 0.16), transparent 30%),
    radial-gradient(circle at 90% 18%, rgba(22, 217, 227, 0.14), transparent 28%),
    rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.08);
}

.job-ready-block .catalogue-title,
.job-ready-block .catalogue-note {
  margin-left: -22px;
  margin-right: -22px;
}

.job-ready-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.job-ready-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  border-color: rgba(245, 185, 64, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 248, 255, 0.9));
}

.job-ready-card .programme-link {
  margin-top: auto;
}

.job-ready-badges {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  max-width: calc(100% - 24px);
}

.hot-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 7px 10px;
  color: #07111f;
  background: linear-gradient(135deg, var(--gold), var(--green));
  box-shadow: 0 12px 28px rgba(245, 185, 64, 0.28);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hot-badge.alt {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 12px 28px rgba(9, 105, 255, 0.22);
}

.job-ready-pitch {
  position: relative;
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.job-ready-highlights {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.job-ready-highlights li {
  padding: 6px 8px;
  color: rgba(7, 17, 31, 0.76);
  border: 1px solid rgba(9, 105, 255, 0.11);
  background: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.programme-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 16px;
  padding: 10px 13px;
  color: #031423;
  background: var(--cta-green);
  box-shadow: 0 10px 22px rgba(36, 216, 111, 0.16);
  font-size: 13px;
  font-weight: 900;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.compact-courses {
  grid-template-columns: repeat(5, 1fr);
}

.degree-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.course-card,
.degree-card {
  position: relative;
  min-height: 286px;
  overflow: hidden;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 50px rgba(7, 17, 31, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  cursor: pointer;
}

.course-card:hover,
.degree-card:hover,
.course-card:focus-visible,
.degree-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(9, 105, 255, 0.28);
  box-shadow: var(--shadow);
  outline: none;
}

.course-card h4,
.degree-card h4 {
  position: relative;
  margin: 16px 0 10px;
  font-size: 17px;
  line-height: 1.18;
}

.degree-card h4 {
  font-size: 24px;
}

.course-card p,
.degree-card p {
  position: relative;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.course-price-summary {
  position: relative;
  display: grid;
  gap: 5px;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid rgba(9, 105, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(22, 217, 227, 0.12), rgba(255, 255, 255, 0.92) 44%),
    rgba(255, 255, 255, 0.9);
}

.course-price-summary span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.course-price-summary strong {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.05;
}

.course-price-summary .sgd-equivalent {
  color: var(--ink-soft);
  font-size: 8.5px;
  font-weight: 800;
  line-height: 1.1;
}

.course-price-summary small,
.course-price-summary em,
.course-price-summary p {
  color: var(--ink-soft);
  font-size: 8.5px;
  font-style: normal;
  line-height: 1.25;
  text-transform: none;
}

.course-price-summary em {
  color: var(--ink);
  font-weight: 900;
}

.course-price-summary p {
  margin: 0;
  font-weight: 600;
}

.course-price-summary a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-top: 3px;
  padding: 7px 10px;
  border-radius: 6px;
  color: var(--ink);
  background: var(--cta-green);
  box-shadow: 0 8px 18px rgba(36, 216, 111, 0.14);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.course-art {
  position: relative;
  height: 126px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(5, 16, 31, 0.28), rgba(9, 105, 255, 0.18)),
    url("assets/course-background-sprite.webp"),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, var(--thumb-start, rgba(9, 105, 255, 0.96)), var(--thumb-end, rgba(22, 217, 227, 0.66)));
  background-size: auto, var(--thumb-size, 400% 400%), 22px 22px, 22px 22px, auto;
  background-position: center, var(--thumb-position, 0% 0%), center, center, center;
  background-blend-mode: normal, normal, screen, screen, normal;
  filter: hue-rotate(var(--thumb-hue, 0deg)) saturate(var(--thumb-saturation, 1));
}

.course-art > * {
  position: relative;
  z-index: 2;
}

.course-art {
  isolation: isolate;
}

.course-art::marker {
  content: "";
}

.course-art::selection {
  background: transparent;
}

.course-art::part(background) {
  display: none;
}

.course-art::backdrop {
  display: none;
}

.course-art::after,
.course-art::before {
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.22));
}

.course-art::selection {
  color: inherit;
}

.course-art {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.course-art::before {
  opacity: 0.92;
}

.course-art::after {
  opacity: 0.86;
}

.course-art:before,
.course-art:after {
  transition: opacity 220ms ease, transform 220ms ease;
}

.course-card:hover .course-art::before,
.degree-card:hover .course-art::before {
  opacity: 1;
  transform: translateY(-2px);
}

.course-card:hover .course-art::after,
.degree-card:hover .course-art::after {
  opacity: 1;
}

.course-art::before {
  border-color: rgba(255, 255, 255, 0.72);
}

.course-art::after {
  color: rgba(255, 255, 255, 0.72);
}

.course-art::before,
.course-art::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.course-art::before {
  left: 24px;
  top: 28px;
  width: 78px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 58px 14px 0 rgba(255, 255, 255, 0.16);
  animation: tileFloat 5.8s ease-in-out infinite;
}

.course-art::after {
  right: 18px;
  bottom: 18px;
  width: 112px;
  height: 2px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    -28px -26px 0 rgba(255, 255, 255, 0.34),
    -66px -48px 0 rgba(255, 255, 255, 0.22);
  animation: scanHorizontal 3.4s ease-in-out infinite;
}

.course-card .course-art {
  isolation: isolate;
}

.course-card .course-art + h4::before,
.degree-card .course-art + h4::before {
  content: "";
  position: absolute;
  top: -158px;
  left: 22px;
  width: 12px;
  height: 12px;
  background: var(--white);
  box-shadow:
    36px 26px 0 rgba(255, 255, 255, 0.75),
    82px 10px 0 rgba(255, 255, 255, 0.58),
    132px 42px 0 rgba(255, 255, 255, 0.7);
  animation: pulse 2.6s ease-in-out infinite;
}

[data-theme="cyber"] .course-art { --thumb-position: 0% 0%; }
[data-theme="cloud"] .course-art { --thumb-position: 33.333% 0%; }
[data-theme="data"] .course-art { --thumb-position: 66.666% 0%; }
[data-theme="m365"] .course-art { --thumb-position: 100% 0%; }
[data-theme="ai"] .course-art { --thumb-position: 0% 33.333%; }
[data-theme="career"] .course-art { --thumb-position: 33.333% 33.333%; }
[data-theme="server"] .course-art { --thumb-position: 66.666% 33.333%; }
[data-theme="identity"] .course-art { --thumb-position: 100% 33.333%; }
[data-theme="dev"] .course-art { --thumb-position: 0% 66.666%; }
[data-theme="devops"] .course-art { --thumb-position: 33.333% 66.666%; }
[data-theme="foundation"] .course-art { --thumb-position: 66.666% 66.666%; }
[data-theme="python"] .course-art { --thumb-position: 100% 66.666%; }
[data-theme="sql"] .course-art { --thumb-position: 0% 100%; }
[data-theme="design"] .course-art { --thumb-position: 33.333% 100%; }
[data-theme="network"] .course-art { --thumb-position: 66.666% 100%; }
[data-theme="software"] .course-art { --thumb-position: 0% 66.666%; }
[data-theme="itil"] .course-art { --thumb-position: 33.333% 33.333%; }
[data-theme="mobile"] .course-art { --thumb-position: 100% 100%; }

[data-theme="cyber"] .course-art::before {
  left: 38px;
  top: 22px;
  width: 72px;
  height: 82px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background:
    linear-gradient(90deg, transparent 44%, rgba(255, 255, 255, 0.42) 45% 55%, transparent 56%),
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
  box-shadow: none;
}

[data-theme="cyber"] .course-art::after,
[data-theme="identity"] .course-art::after {
  left: 76px;
  top: 58px;
  width: 42px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  box-shadow: 12px -24px 0 -6px rgba(255, 255, 255, 0.68);
}

[data-theme="cloud"] .course-art::before {
  left: 30px;
  top: 34px;
  width: 82px;
  height: 34px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    28px -18px 0 rgba(255, 255, 255, 0.58),
    78px 2px 0 rgba(255, 255, 255, 0.42),
    44px 34px 0 rgba(255, 255, 255, 0.3);
}

[data-theme="cloud"] .course-art::after,
[data-theme="identity"] .course-art::before {
  right: 28px;
  top: 30px;
  width: 72px;
  height: 72px;
  border: 2px solid rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(90deg, transparent 46%, rgba(255, 255, 255, 0.46) 47% 53%, transparent 54%),
    linear-gradient(transparent 46%, rgba(255, 255, 255, 0.46) 47% 53%, transparent 54%);
  box-shadow: none;
}

[data-theme="data"] .course-art::before {
  left: 28px;
  top: 66px;
  width: 20px;
  height: 36px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow:
    34px -22px 0 rgba(255, 255, 255, 0.62),
    68px -44px 0 rgba(255, 255, 255, 0.52),
    102px -12px 0 rgba(255, 255, 255, 0.42);
}

[data-theme="data"] .course-art::after {
  left: 20px;
  bottom: 20px;
  width: 150px;
  height: 2px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

[data-theme="m365"] .course-art::before {
  left: 36px;
  top: 28px;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    52px 0 0 rgba(255, 255, 255, 0.54),
    0 52px 0 rgba(255, 255, 255, 0.44),
    52px 52px 0 rgba(255, 255, 255, 0.34);
}

[data-theme="m365"] .course-art::after {
  right: 24px;
  top: 28px;
  width: 24px;
  height: 78px;
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 32px 0 0 rgba(255, 255, 255, 0.24);
}

[data-theme="ai"] .course-art::before {
  left: 36px;
  top: 32px;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    52px -8px 0 rgba(255, 255, 255, 0.62),
    102px 20px 0 rgba(255, 255, 255, 0.52),
    28px 56px 0 rgba(255, 255, 255, 0.42),
    84px 68px 0 rgba(255, 255, 255, 0.7);
}

[data-theme="ai"] .course-art::after,
[data-theme="network"] .course-art::after {
  left: 42px;
  top: 58px;
  width: 142px;
  height: 2px;
  background: rgba(255, 255, 255, 0.48);
  transform: rotate(18deg);
  box-shadow:
    8px 38px 0 rgba(255, 255, 255, 0.38),
    18px -34px 0 rgba(255, 255, 255, 0.32);
}

[data-theme="career"] .course-art::before {
  left: 34px;
  top: 76px;
  width: 38px;
  height: 18px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    38px -22px 0 rgba(255, 255, 255, 0.56),
    76px -44px 0 rgba(255, 255, 255, 0.42),
    114px -66px 0 rgba(255, 255, 255, 0.34);
}

[data-theme="career"] .course-art::after {
  right: 30px;
  top: 24px;
  width: 68px;
  height: 88px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  background: transparent;
  box-shadow: inset 0 24px 0 rgba(255, 255, 255, 0.18);
}

[data-theme="server"] .course-art::before {
  left: 32px;
  top: 28px;
  width: 128px;
  height: 22px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow:
    0 34px 0 rgba(255, 255, 255, 0.48),
    0 68px 0 rgba(255, 255, 255, 0.34);
}

[data-theme="server"] .course-art::after {
  right: 34px;
  top: 36px;
  width: 12px;
  height: 12px;
  background: rgba(44, 230, 160, 0.92);
  box-shadow:
    0 34px 0 rgba(44, 230, 160, 0.74),
    0 68px 0 rgba(44, 230, 160, 0.58);
}

[data-theme="identity"] .course-art::before {
  left: 36px;
  right: auto;
  top: 34px;
}

[data-theme="identity"] .course-art::after {
  left: 128px;
  top: 50px;
}

[data-theme="dev"] .course-art::before,
[data-theme="software"] .course-art::before {
  left: 28px;
  top: 28px;
  width: 152px;
  height: 76px;
  border: 2px solid rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(rgba(255, 255, 255, 0.18) 0 18px, transparent 19px),
    linear-gradient(90deg, transparent 20px, rgba(255, 255, 255, 0.42) 21px 24px, transparent 25px 52px, rgba(255, 255, 255, 0.34) 53px 56px, transparent 57px);
  box-shadow: none;
}

[data-theme="dev"] .course-art::after,
[data-theme="software"] .course-art::after {
  right: 28px;
  top: 48px;
  width: 42px;
  height: 34px;
  border-left: 4px solid rgba(255, 255, 255, 0.72);
  border-right: 4px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  transform: skewX(-18deg);
  box-shadow: none;
}

[data-theme="devops"] .course-art::before {
  left: 24px;
  top: 48px;
  width: 42px;
  height: 34px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    70px 0 0 rgba(255, 255, 255, 0.52),
    140px 0 0 rgba(255, 255, 255, 0.38);
}

[data-theme="devops"] .course-art::after {
  left: 66px;
  top: 64px;
  width: 140px;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.74) 0 18px, transparent 18px 28px);
  box-shadow: none;
}

[data-theme="foundation"] .course-art::before {
  left: 30px;
  top: 26px;
  width: 134px;
  height: 82px;
  border: 2px solid rgba(255, 255, 255, 0.64);
  background:
    linear-gradient(90deg, transparent 22px, rgba(255, 255, 255, 0.32) 23px 25px, transparent 26px 58px, rgba(255, 255, 255, 0.26) 59px 61px, transparent 62px),
    linear-gradient(transparent 22px, rgba(255, 255, 255, 0.32) 23px 25px, transparent 26px 58px, rgba(255, 255, 255, 0.26) 59px 61px, transparent 62px);
  box-shadow: none;
}

[data-theme="foundation"] .course-art::after {
  right: 36px;
  top: 48px;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 36px 0 rgba(255, 255, 255, 0.36);
}

[data-theme="python"] .course-art::before {
  left: 34px;
  top: 32px;
  width: 82px;
  height: 42px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 54px 36px 0 rgba(255, 255, 255, 0.5);
}

[data-theme="python"] .course-art::after {
  left: 52px;
  top: 44px;
  width: 10px;
  height: 10px;
  background: #174195;
  box-shadow: 102px 48px 0 #174195;
}

[data-theme="sql"] .course-art::before {
  left: 42px;
  top: 28px;
  width: 112px;
  height: 22px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 28px 0 rgba(255, 255, 255, 0.52),
    0 56px 0 rgba(255, 255, 255, 0.38);
}

[data-theme="sql"] .course-art::after {
  right: 34px;
  top: 38px;
  width: 42px;
  height: 70px;
  border-left: 2px solid rgba(255, 255, 255, 0.45);
  border-right: 2px solid rgba(255, 255, 255, 0.45);
  background: transparent;
}

[data-theme="design"] .course-art::before {
  left: 28px;
  top: 26px;
  width: 150px;
  height: 82px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  background:
    linear-gradient(rgba(255, 255, 255, 0.18) 0 18px, transparent 19px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 46px, transparent 47px);
  box-shadow: 24px 18px 0 -14px rgba(255, 255, 255, 0.7);
}

[data-theme="design"] .course-art::after {
  right: 34px;
  bottom: 26px;
  width: 52px;
  height: 20px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: -70px -34px 0 rgba(255, 255, 255, 0.34);
}

[data-theme="network"] .course-art::before {
  left: 30px;
  top: 30px;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    74px 10px 0 rgba(255, 255, 255, 0.6),
    138px 48px 0 rgba(255, 255, 255, 0.5),
    48px 70px 0 rgba(255, 255, 255, 0.46);
}

[data-theme="itil"] .course-art::before {
  left: 28px;
  top: 28px;
  width: 54px;
  height: 76px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    68px 0 0 rgba(255, 255, 255, 0.46),
    136px 0 0 rgba(255, 255, 255, 0.34);
}

[data-theme="itil"] .course-art::after {
  left: 40px;
  top: 46px;
  width: 30px;
  height: 6px;
  background: rgba(9, 105, 255, 0.65);
  box-shadow:
    68px 22px 0 rgba(9, 105, 255, 0.5),
    136px 44px 0 rgba(9, 105, 255, 0.42);
}

[data-theme="mobile"] .course-art::before {
  left: 54px;
  top: 18px;
  width: 70px;
  height: 96px;
  border: 3px solid rgba(255, 255, 255, 0.68);
  background:
    linear-gradient(rgba(255, 255, 255, 0.18) 0 14px, transparent 15px 78px, rgba(255, 255, 255, 0.18) 79px);
  box-shadow: 92px 24px 0 -18px rgba(255, 255, 255, 0.38);
}

[data-theme="mobile"] .course-art::after {
  right: 44px;
  top: 36px;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.48);
  background: transparent;
  box-shadow: 0 30px 0 -16px rgba(255, 255, 255, 0.54);
}

.programme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.programme-card {
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(7, 17, 31, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.programme-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.programme-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 18px;
  border-radius: 6px;
}

.programme-card.featured {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  grid-column: span 3;
  gap: 26px;
  align-items: center;
  padding: 24px;
  background: linear-gradient(135deg, #ffffff, #eef8ff);
}

.programme-card.featured img {
  margin: 0;
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.meta-grid span {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink-soft);
  font-weight: 700;
  line-height: 1.4;
}

.arch-grid,
.labs-grid,
.apply-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.18fr);
  gap: 48px;
  align-items: stretch;
}

.diagram {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.diagram::before {
  content: "";
  position: absolute;
  inset: 30px;
  border: 1px dashed rgba(22, 217, 227, 0.26);
  border-radius: 8px;
  pointer-events: none;
}

.diagram-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.diagram-row:nth-child(3) {
  grid-template-columns: repeat(2, 1fr);
  width: 68%;
  margin: 0 auto;
}

.diagram-node {
  position: relative;
  z-index: 1;
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(8, 23, 42, 0.92);
  font-weight: 900;
  text-align: center;
}

.diagram-node.source,
.diagram-node.outcome {
  background: linear-gradient(135deg, rgba(22, 217, 227, 0.22), rgba(141, 107, 255, 0.22));
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cert-card,
.wide-card,
.apply-card,
.steps,
.enquiry-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(7, 17, 31, 0.06);
}

.cert-card span {
  display: block;
  margin-bottom: 36px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.lab-stack {
  display: grid;
  gap: 14px;
}

.lab-stack article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.lab-stack span {
  color: var(--cyan);
  font-weight: 900;
}

.campus-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
}

.campus-cards {
  display: grid;
  gap: 16px;
}

.wide-card {
  min-height: 170px;
  background: linear-gradient(135deg, #fff, #f1f7ff);
}

.apply-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 16%, rgba(22, 217, 227, 0.18), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(141, 107, 255, 0.12), transparent 34%),
    linear-gradient(135deg, #eaf4ff, #ffffff 52%, #effff9);
}

.apply-card {
  position: relative;
  display: grid;
  align-content: center;
  overflow: hidden;
  min-height: 420px;
  padding: 36px;
}

.apply-card::before,
.enquiry-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--green));
}

.apply-card h2 {
  max-width: 560px;
  font-size: clamp(44px, 4.6vw, 68px);
}

.apply-card > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 22px;
}

.direct-contact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.direct-contact-strip a {
  display: grid;
  gap: 4px;
  min-height: 68px;
  align-content: center;
  padding: 14px;
  border: 1px solid rgba(9, 105, 255, 0.08);
  background: rgba(255, 255, 255, 0.78);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.direct-contact-strip a[href^="https://wa.me"] {
  border-color: transparent;
  background: var(--cta-green);
}

.direct-contact-strip a[href^="tel"] {
  border-color: transparent;
  background: var(--cta-blue);
}

.direct-contact-strip a:hover {
  transform: translateY(-3px);
  border-color: rgba(22, 217, 227, 0.38);
  box-shadow: 0 20px 50px rgba(7, 17, 31, 0.1);
}

.direct-contact-strip span {
  color: #06101d;
  font-size: 12px;
  font-weight: 900;
}

.direct-contact-strip strong {
  color: var(--ink);
  font-size: 15px;
}

.enquiry-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(280px, 1fr);
  gap: 24px 28px;
  align-items: start;
  overflow: hidden;
  min-height: 420px;
  padding: 36px;
}

.enquiry-form {
  display: grid;
  gap: 12px;
}

.enquiry-form label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.enquiry-form input,
.enquiry-form select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  border: 1px solid rgba(9, 105, 255, 0.16);
  background: rgba(246, 249, 252, 0.92);
  font: inherit;
  font-weight: 700;
  outline: none;
}

.enquiry-form input:focus,
.enquiry-form select:focus {
  border-color: rgba(9, 105, 255, 0.52);
  box-shadow: 0 0 0 4px rgba(9, 105, 255, 0.1);
}

.enquiry-form select:disabled {
  color: rgba(57, 69, 86, 0.64);
  cursor: not-allowed;
  background: rgba(233, 239, 247, 0.86);
}

.enquiry-form button {
  margin-top: 8px;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
}

.enquiry-steps {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.enquiry-steps::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 36px;
  bottom: 36px;
  width: 2px;
  background: linear-gradient(180deg, rgba(22, 217, 227, 0.18), rgba(9, 105, 255, 0.12));
}

.enquiry-steps::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 36px;
  width: 2px;
  height: 68px;
  background: linear-gradient(180deg, transparent, rgba(22, 217, 227, 0.86), transparent);
  animation: stepSignal 4.6s ease-in-out infinite;
}

.enquiry-steps div {
  position: relative;
  min-height: 66px;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(9, 105, 255, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0% 0%, rgba(22, 217, 227, 0.12), transparent 36%),
    rgba(246, 249, 252, 0.72);
}

.enquiry-steps span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(22, 217, 227, 0.32);
  border-radius: 12px;
  color: var(--white);
  background:
    radial-gradient(circle at 30% 20%, rgba(22, 217, 227, 0.32), transparent 45%),
    linear-gradient(135deg, #061827, #13223a);
  box-shadow:
    0 12px 26px rgba(7, 17, 31, 0.1),
    0 0 0 0 rgba(22, 217, 227, 0.24);
  animation: iconPulse 3.4s ease-in-out infinite;
}

.enquiry-steps div:nth-child(2) span { animation-delay: 0.25s; }
.enquiry-steps div:nth-child(3) span { animation-delay: 0.5s; }
.enquiry-steps div:nth-child(4) span { animation-delay: 0.75s; }
.enquiry-steps div:nth-child(5) span { animation-delay: 1s; }
.enquiry-steps div:nth-child(6) span { animation-delay: 1.25s; }

.enquiry-steps span::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(22, 217, 227, 0.12);
  border-radius: 9px;
}

.enquiry-steps i,
.enquiry-steps svg {
  display: block;
}

.enquiry-steps i {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  color: var(--cyan);
}

.enquiry-steps svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.enquiry-steps p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.45;
}

.advisor-response-card {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  padding: 20px 22px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background:
    radial-gradient(circle at 12% 10%, rgba(22, 217, 227, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(246, 249, 252, 0.92), rgba(255, 255, 255, 0.86));
}

.advisor-response-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.advisor-response-card h3 {
  color: var(--ink);
  font-size: 22px;
}

.advisor-response-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.advisor-response-card strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}

.steps {
  display: grid;
  gap: 16px;
}

.steps div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
}

.steps span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--white);
  background: var(--ink);
  font-weight: 900;
}

.contact-footer {
  position: relative;
  overflow: hidden;
}

.contact-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.32;
}

.contact-footer-grid,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.contact-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.45fr);
  gap: 42px;
  align-items: start;
}

.contact-footer-copy h2 {
  max-width: 520px;
  margin-top: 18px;
  color: var(--white);
  font-size: clamp(46px, 5vw, 76px);
  line-height: 0.98;
}

.contact-footer .eyebrow {
  letter-spacing: 0;
  text-transform: none;
}

.contact-footer-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.7;
}

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

.office-card {
  min-height: 300px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.office-card:first-child {
  grid-column: 1 / -1;
  min-height: 0;
}

.office-card h3 {
  margin-bottom: 22px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.18;
}

.office-detail {
  display: grid;
  gap: 6px;
}

.office-detail + .office-detail {
  margin-top: 16px;
}

.office-map {
  position: relative;
  overflow: hidden;
  height: 190px;
  margin-top: 18px;
  border: 1px solid rgba(22, 217, 227, 0.2);
  background:
    linear-gradient(135deg, rgba(22, 217, 227, 0.14), rgba(141, 107, 255, 0.08)),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.office-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.18) contrast(1.05) saturate(0.9);
}

.office-detail span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.office-detail p,
.office-detail a {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.office-detail p {
  margin: 0;
}

.office-detail p a {
  display: block;
}

.contact-support-panel {
  grid-column: 1 / -1;
  margin-top: 22px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgba(22, 217, 227, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.18);
}

.contact-support-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 22px;
}

.contact-support-head h2 {
  color: var(--white);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
}

.contact-support-head p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.contact-support-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(360px, 0.92fr);
  gap: 14px;
  align-items: start;
}

.contact-support-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 13px;
  min-height: 0;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.contact-support-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--support-accent, var(--cyan));
}

.contact-support-card:hover {
  transform: translateY(-3px);
  border-color: rgba(22, 217, 227, 0.28);
  background: rgba(255, 255, 255, 0.09);
}

.contact-support-card h4 {
  color: var(--white);
  font-size: 20px;
  line-height: 1.18;
}

.marketing-support-card h4 {
  max-width: 440px;
}

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

.marketing-contact-column {
  display: grid;
  align-content: start;
  gap: 13px;
  min-width: 0;
}

.contact-support-combined {
  --support-accent: var(--green);
}

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

.support-contact-group {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.support-contact-group h5 {
  display: flex;
  align-items: flex-end;
  min-height: 38px;
  margin: 0;
  color: var(--white);
  font-size: 15px;
  line-height: 1.2;
}

.contact-support-person {
  display: grid;
  gap: 7px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
}

.contact-support-person strong {
  color: var(--white);
}

.contact-support-person a:not(.mini-call) {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.mini-call {
  display: inline-flex;
  justify-content: center;
  min-height: 34px;
  align-items: center;
  padding: 8px 10px;
  color: #031423;
  border-radius: 7px;
  background: var(--cta-blue);
  box-shadow: 0 10px 22px rgba(132, 145, 255, 0.16);
  font-size: 12px;
  font-weight: 900;
}

.contact-support-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-support-card li {
  padding: 7px 8px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  font-size: 11px;
  font-weight: 800;
}

.contact-support-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.contact-support-steps span {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  font-weight: 800;
}

.contact-support-steps strong {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  color: #031423;
  border-radius: 7px;
  background: var(--cta-green);
  box-shadow: 0 10px 22px rgba(36, 216, 111, 0.16);
}

.contact-support-steps strong svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer {
  padding: 90px 0 30px;
}

.footer-logo {
  width: 112px;
  height: auto;
  margin-bottom: 22px;
  filter: drop-shadow(0 12px 28px rgba(22, 217, 227, 0.22));
}

address {
  display: grid;
  gap: 8px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  font-style: normal;
}

address strong {
  margin-bottom: 10px;
  font-size: 24px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.68);
}

.site-footer-bottom {
  min-height: 58px;
}

.footer-legal-copy {
  display: grid;
  gap: 5px;
  line-height: 1.45;
}

.footer-legal-copy span:first-child {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.footer-legal-links a {
  transition: 180ms ease;
}

.footer-legal-links a:hover {
  color: var(--cyan);
}

.detail-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.detail-drawer.open {
  opacity: 1;
  pointer-events: auto;
}

.detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 9, 18, 0.68);
  backdrop-filter: blur(8px);
}

.detail-panel {
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  width: min(820px, calc(100vw - 36px));
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background:
    radial-gradient(circle at 82% 10%, rgba(22, 217, 227, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 255, 0.98));
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.38);
  transform: translateX(28px);
  transition: transform 220ms ease;
}

.detail-drawer.open .detail-panel {
  transform: translateX(0);
}

.detail-close {
  position: sticky;
  top: 0;
  z-index: 2;
  float: right;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.detail-visual {
  position: relative;
  height: clamp(190px, 28vw, 300px);
  overflow: hidden;
  margin-bottom: 26px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(5, 16, 31, 0.22), rgba(9, 105, 255, 0.16)),
    url("assets/course-background-sprite.webp");
  background-size: auto, 400% auto;
  background-position: center, 33.333% 0%;
  background-repeat: no-repeat;
}

.detail-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black 0, transparent 72%);
  animation: drift 18s linear infinite;
}

.detail-graphic {
  position: absolute;
  inset: 24px;
  display: grid;
  place-items: center;
}

.detail-graphic span {
  position: absolute;
  width: 46%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.54);
  animation: spin 14s linear infinite;
}

.detail-graphic span:nth-child(2) {
  width: 66%;
  border-style: dashed;
  animation-duration: 20s;
  animation-direction: reverse;
}

.detail-graphic span:nth-child(3) {
  width: 12px;
  background: var(--white);
  border: 0;
  box-shadow:
    62px 28px 0 rgba(255, 255, 255, 0.78),
    -74px -18px 0 rgba(255, 255, 255, 0.72),
    8px -66px 0 rgba(255, 255, 255, 0.8);
  animation: pulse 2.4s ease-in-out infinite;
}

[data-detail-theme="cyber"] { background-position: center, 0% 0%; }
[data-detail-theme="cloud"] { background-position: center, 33.333% 0%; }
[data-detail-theme="data"] { background-position: center, 66.666% 0%; }
[data-detail-theme="m365"] { background-position: center, 100% 0%; }
[data-detail-theme="ai"] { background-position: center, 0% 33.333%; }
[data-detail-theme="career"] { background-position: center, 33.333% 33.333%; }
[data-detail-theme="server"] { background-position: center, 66.666% 33.333%; }
[data-detail-theme="identity"] { background-position: center, 100% 33.333%; }
[data-detail-theme="dev"] { background-position: center, 0% 66.666%; }
[data-detail-theme="devops"] { background-position: center, 33.333% 66.666%; }
[data-detail-theme="foundation"] { background-position: center, 66.666% 66.666%; }
[data-detail-theme="python"] { background-position: center, 100% 66.666%; }
[data-detail-theme="sql"] { background-position: center, 0% 100%; }
[data-detail-theme="design"] { background-position: center, 33.333% 100%; }
[data-detail-theme="network"] { background-position: center, 66.666% 100%; }
[data-detail-theme="software"] { background-position: center, 0% 66.666%; }
[data-detail-theme="itil"] { background-position: center, 33.333% 33.333%; }
[data-detail-theme="mobile"] { background-position: center, 100% 100%; }

.detail-overview {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.7;
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 26px 0;
}

.detail-meta span {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.detail-meta strong {
  color: var(--blue);
  font-size: 12px;
  text-transform: uppercase;
}

.detail-meta em {
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

.detail-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.detail-columns section {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.detail-columns h3 {
  margin-bottom: 14px;
  font-size: 18px;
}

.detail-columns ul {
  margin: 0;
  padding-left: 18px;
}

.detail-columns li {
  margin: 8px 0;
  color: var(--ink-soft);
  line-height: 1.45;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drift {
  to { transform: translate3d(58px, 58px, 0); }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.75; }
  50% { transform: scale(1.45); opacity: 1; }
}

@keyframes scan {
  0%, 100% { transform: translateY(0); opacity: 0; }
  15%, 85% { opacity: 1; }
  50% { transform: translateY(92%); }
}

@keyframes tileFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(18px, -22px, 0); }
}

@keyframes floatField {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(24px, -18px, 0) scale(1.08); }
}

@keyframes menuScan {
  0%, 100% { transform: translateX(-44%); opacity: 0.46; }
  50% { transform: translateX(44%); opacity: 0.9; }
}

@keyframes aiRotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes aiPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.06); }
}

@keyframes aiFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes aiSignal {
  0%, 100% { opacity: 0.18; filter: blur(0); }
  50% { opacity: 0.9; filter: blur(0.4px); }
}

@keyframes technologyNodeFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

@keyframes technologySignal {
  to { stroke-dashoffset: -28; }
}

@keyframes iconPulse {
  0%, 100% { box-shadow: 0 12px 26px rgba(7, 17, 31, 0.1), 0 0 0 0 rgba(22, 217, 227, 0.22); }
  50% { box-shadow: 0 16px 34px rgba(7, 17, 31, 0.14), 0 0 0 7px rgba(22, 217, 227, 0.06); }
}

@keyframes stepSignal {
  0% { transform: translateY(0); opacity: 0; }
  16%, 84% { opacity: 1; }
  100% { transform: translateY(calc(100% + 250px)); opacity: 0; }
}

@media (max-width: 980px) {
  .site-header {
    top: 10px;
    width: min(760px, calc(100% - 20px));
  }

  .utility-bar {
    display: grid;
    gap: 7px;
    padding: 8px 10px;
  }

  .utility-contact,
  .utility-portals {
    justify-content: center;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-pathways-panel {
    max-width: 560px;
    margin: 0;
  }

  .hero-country-strip {
    position: relative;
    top: auto;
    right: auto;
    grid-column: 1 / -1;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0 0 4px;
  }

  .hero-ai-panel {
    max-width: 450px;
    min-height: 430px;
    margin: 0;
  }

  .main-bar {
    gap: 12px;
    padding: 10px 12px;
  }

  .nav-toggle {
    position: relative;
    z-index: 4;
    display: grid;
    place-items: center;
    border: 1px solid rgba(9, 105, 255, 0.12);
    background: rgba(255, 255, 255, 0.72);
  }

  .nav-panel {
    position: fixed;
    top: 154px;
    left: 10px;
    right: 10px;
    display: grid;
    gap: 8px;
    max-height: calc(100svh - 168px);
    overflow: auto;
    padding: 14px;
    border: 1px solid rgba(22, 217, 227, 0.18);
    border-radius: 12px;
    background:
      radial-gradient(circle at 8% 0%, rgba(22, 217, 227, 0.14), transparent 30%),
      linear-gradient(135deg, rgba(6, 16, 29, 0.98), rgba(10, 24, 48, 0.98));
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: 180ms ease;
  }

  .nav-panel > a,
  .nav-item > a {
    justify-content: space-between;
    width: 100%;
    padding: 13px 14px;
    color: rgba(255, 255, 255, 0.84);
    background: rgba(255, 255, 255, 0.055);
  }

  .nav-item-trending > a {
    padding-top: 16px;
  }

  .nav-corner-badge {
    top: 4px;
    right: 12px;
  }

  .nav-panel > a:hover,
  .nav-item:hover > a,
  .nav-item.expanded > a {
    color: var(--white);
    background: rgba(22, 217, 227, 0.12);
  }

  .nav-panel .nav-cta {
    justify-content: center;
    color: #07111f;
    background: var(--cta-blue);
  }

  .nav-item {
    display: grid;
  }

  .mega-menu {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 8px;
    border-color: rgba(255, 255, 255, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.06);
  }

  .nav-item.expanded .mega-menu {
    max-height: 330px;
    overflow: auto;
    margin: 0 0 8px;
    padding: 8px;
    opacity: 1;
    pointer-events: auto;
  }

  .mega-menu::before {
    display: none;
  }

  .mega-menu a {
    color: rgba(255, 255, 255, 0.72);
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
  }

  .mega-menu a:hover {
    color: var(--white);
    border-color: rgba(22, 217, 227, 0.24);
    background: rgba(22, 217, 227, 0.11);
  }

  .nav-open .nav-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .stats-grid,
  .course-grid,
  .job-ready-grid,
  .compact-courses,
  .degree-grid,
  .programme-grid,
  .cert-grid,
  .split,
  .arch-grid,
  .labs-grid,
  .campus-layout,
  .apply-grid,
  .contact-footer-grid,
  .office-card-grid,
  .about-hero-layout,
  .practical-career-grid,
  .bmich-grid,
  .campus-facilities-grid,
  .about-final-cta-inner,
  .academic-grid,
  .enquiry-panel,
  .about-content-grid,
  .founder-grid,
  .support-hero-layout,
  .support-steps-grid {
    grid-template-columns: 1fr;
  }

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

  .contact-support-grid {
    grid-template-columns: 1fr;
  }

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

  .support-group-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .support-preview-card {
    align-items: flex-start;
  }

  .support-hero {
    padding: 190px 0 86px;
  }

  .support-hero-layout,
  .support-steps-grid {
    gap: 34px;
  }

  .support-hero-panel {
    min-height: 260px;
  }

  .support-hero-copy h1 {
    font-size: clamp(56px, 13vw, 92px);
  }

  .support-hero-copy h2 {
    font-size: clamp(32px, 7vw, 54px);
  }

  .contact-footer-grid {
    gap: 34px;
  }

  .about-content-grid,
  .founder-grid {
    gap: 28px;
  }

  .founder-photo-card {
    min-height: 0;
    max-width: 520px;
  }

  .founder-grid--single {
    grid-template-columns: 1fr;
  }

  .about-hero-layout {
    width: min(1180px, calc(100% - 40px));
    gap: 42px;
  }

  .about-hero-photo-card {
    max-width: 660px;
    margin: 0;
  }

  .ai-campus-graphic {
    min-height: 360px;
  }

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

  .about-stats-grid,
  .ecosystem-grid {
    grid-template-columns: repeat(3, minmax(0, max-content));
  }

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

  .about-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-right: 104px;
  }

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

  .about-story {
    padding-left: 24px;
  }

  .office-card {
    min-height: 0;
  }

  .detail-columns,
  .detail-meta {
    grid-template-columns: 1fr;
  }

  .programme-card.featured {
    grid-template-columns: 1fr;
    grid-column: span 1;
  }

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

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

  .home-bmich-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .home-bmich-copy {
    max-width: 720px;
  }

  .home-bmich-caption {
    max-width: 720px;
  }

  .support-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-support-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .orbital-field {
    opacity: 0.36;
  }

  .kinetic-tiles {
    opacity: 0.12;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 178px;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding: 76px 0;
  }

  .hero {
    padding-top: 172px;
    align-items: start;
  }

  .hero-country-strip {
    gap: 7px;
  }

  .hero-country-strip span {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 12px;
  }

  .hero-country-strip img {
    width: 30px;
    height: 20px;
  }

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

  .hero-actions,
  .footer-actions {
    display: grid;
  }

  .home-bmich-section {
    padding: 70px 0 78px;
  }

  .home-bmich-copy h2 {
    font-size: 42px;
    line-height: 1;
  }

  .home-bmich-photo {
    aspect-ratio: 16 / 9;
  }

  .home-bmich-video-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-bmich-video-title {
    min-height: 54px;
    padding: 10px 13px;
  }

  .home-bmich-caption {
    font-size: 16px;
    line-height: 1.7;
  }

  .hero-ai-panel {
    min-height: 380px;
    max-width: 100%;
  }

  .career-assessment-card {
    grid-template-columns: 38px 1fr;
    width: 100%;
    min-height: 104px;
    padding: 16px;
  }

  .technology-node {
    gap: 5px;
    min-height: 34px;
    padding: 5px 8px 5px 5px;
  }

  .technology-node i {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }

  .technology-node b {
    font-size: 9px;
  }

  .node-cisco { left: 0; }
  .node-linux { right: 0; }

  .career-assessment-card .portal-icon {
    width: 36px;
    height: 36px;
  }

  .career-assessment-card .portal-icon svg {
    width: 22px;
    height: 22px;
  }

  .career-assessment-card > strong {
    font-size: 18px;
  }

  .career-assessment-card > small {
    font-size: 12px;
  }

  .stats-grid,
  .course-grid,
  .compact-courses,
  .degree-grid,
  .cert-grid,
  .meta-grid,
  .diagram-row,
  .diagram-row:nth-child(3) {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .about-stats-grid,
  .bmich-gallery,
  .projects-events-grid,
  .campus-gallery {
    grid-template-columns: 1fr;
  }

  .ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, max-content));
  }

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

  .about-hero-actions,
  .about-final-cta .course-actions {
    display: grid;
    width: 100%;
  }

  .about-hero-actions .button,
  .about-final-cta .button {
    width: 100%;
    justify-content: center;
  }

  .about-stat {
    min-height: 0;
    padding: 22px 104px 22px 22px;
  }

  .bmich-gallery img,
  .campus-gallery figure,
  .campus-gallery figure.wide {
    grid-column: span 1;
    min-height: 0;
  }

  .campus-gallery figure {
    aspect-ratio: 1.25 / 1;
  }

  .about-practical__content > p,
  .bmich-copy p,
  .campus-facilities-copy p,
  .about-final-cta p {
    font-size: 16px;
  }

  .site-header {
    width: calc(100% - 20px);
  }

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

  .support-preview-section {
    padding: 44px 0;
  }

  .support-preview-card {
    display: grid;
    gap: 22px;
    padding: 24px;
  }

  .support-preview-card .button {
    width: 100%;
    justify-content: center;
  }

  .support-hero {
    padding: 178px 0 72px;
  }

  .support-hero-copy h1 {
    font-size: clamp(48px, 15vw, 64px);
  }

  .support-hero-copy h2 {
    font-size: clamp(28px, 10vw, 42px);
  }

  .support-hero-copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .support-hero-panel {
    min-height: 220px;
  }

  .support-card-grid,
  .support-steps,
  .contact-support-grid,
  .contact-support-steps {
    grid-template-columns: 1fr;
  }

  .contact-support-panel {
    padding: 20px;
  }

  .support-group-grid {
    grid-template-columns: 1fr;
  }

  .support-contact-group h5 {
    min-height: 0;
  }

  .marketing-contact-columns {
    grid-template-columns: 1fr;
  }

  .contact-support-card {
    min-height: 0;
    padding: 18px;
  }

  .support-card,
  .whatsapp-support-card {
    min-height: 0;
    padding: 22px;
  }

  .whatsapp-support-card {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .whatsapp-support-card h3,
  .whatsapp-support-card .support-person,
  .whatsapp-support-card .support-badge {
    grid-column: auto;
  }

  .direct-contact-strip {
    grid-template-columns: 1fr;
  }

  .apply-card {
    min-height: 0;
    padding: 28px;
  }

  .enquiry-panel {
    min-height: 0;
    padding: 22px;
  }

  .advisor-response-card {
    padding: 18px;
  }

  .utility-bar {
    gap: 6px;
    padding: 7px 8px;
  }

  .utility-contact a[href^="mailto"] {
    display: none;
  }

  .utility-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 6px;
  }

  .utility-contact a,
  .utility-portals a {
    font-size: 10px;
    min-height: 30px;
    padding: 6px 7px;
    justify-content: center;
    text-align: center;
  }

  .utility-portals {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .utility-portals a {
    justify-content: center;
    text-align: center;
  }

  .nav-panel {
    top: 146px;
    max-height: calc(100svh - 156px);
  }

  .main-bar {
    min-height: 58px;
  }

  .brand small {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .detail-panel {
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: calc(100vw - 16px);
    padding: 18px;
  }

  .detail-visual {
    height: 160px;
  }

  .about-hero {
    padding: 184px 0 82px;
  }

  .about-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .legal-page .about-hero {
    padding-bottom: 76px;
  }

  .legal-document {
    padding: 24px;
  }

  .legal-toc {
    padding: 18px;
  }

  .legal-toc nav {
    columns: 1;
  }

  .legal-section {
    padding: 24px 0;
  }

  .ai-campus-graphic {
    min-height: 300px;
  }

  .ai-core {
    width: 96px;
    height: 96px;
  }

  .ai-core img {
    width: 58px;
    height: 58px;
  }

  .ring-one {
    width: 210px;
    height: 210px;
  }

  .ring-two {
    width: 260px;
    height: 150px;
  }

  .ai-node {
    min-width: 76px;
    min-height: 38px;
    font-size: 11px;
  }

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

  .academic-card {
    min-height: 0;
    padding: 22px;
  }

  .about-hero-content > p:not(.eyebrow),
  .about-story p,
  .founder-message p {
    font-size: 16px;
  }

  .about-story {
    padding-left: 18px;
  }

  .founder-card {
    padding: 24px;
  }

  .founder-photo-card {
    padding: 18px;
  }

  .founder-photo-frame {
    aspect-ratio: 1 / 1.08;
  }

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

  .founder-card--single .founder-photo-frame {
    max-width: 280px;
  }

  .founder-photo-caption strong {
    font-size: 19px;
  }

  .contact-footer {
    padding-top: 72px;
  }

  .footer-logo {
    width: 96px;
    margin-bottom: 18px;
  }

  .contact-footer .eyebrow {
    max-width: 100%;
    line-height: 1.35;
  }

  .contact-footer-copy h2 {
    max-width: 340px;
    margin-top: 16px;
    font-size: clamp(40px, 12vw, 48px);
    line-height: 1.04;
  }

  .contact-footer-copy > p:not(.eyebrow) {
    margin-top: 18px;
    font-size: 16px;
  }

  .footer-actions {
    gap: 10px;
    margin-top: 26px;
  }

  .footer-actions .button {
    width: 100%;
    min-height: 46px;
    border-radius: 8px;
    padding-inline: 14px;
    text-align: center;
  }

  .office-card {
    padding: 22px;
  }

  .office-map {
    height: 170px;
  }

  .footer-bottom {
    display: grid;
    gap: 16px;
  }

  .footer-legal-links {
    justify-content: flex-start;
  }
}

.advisor-chatbot {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  color: var(--ink);
  font-family: inherit;
}

.chatbot-launcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 10px 18px 10px 12px;
  border: 0;
  border-radius: 999px !important;
  color: var(--white);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.28), transparent 24%),
    linear-gradient(135deg, var(--blue), #0fb8c9);
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.22);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0;
  animation: chatbotLauncherPulse 2.8s ease-in-out infinite;
}

.chatbot-pet {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(210, 244, 255, 0.92));
  box-shadow:
    inset 0 -6px 12px rgba(9, 105, 255, 0.12),
    0 8px 18px rgba(7, 17, 31, 0.2);
  animation: chatbotPetFloat 2.2s ease-in-out infinite;
}

.chatbot-pet-antenna {
  position: absolute;
  top: -7px;
  width: 3px;
  height: 10px;
  background: rgba(255, 255, 255, 0.82);
}

.chatbot-pet-antenna::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50% !important;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(44, 230, 160, 0.18);
  transform: translateX(-50%);
}

.chatbot-pet-face {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 28px;
  height: 18px;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #07111f, #12335c);
}

.chatbot-pet-eye {
  width: 5px;
  height: 7px;
  border-radius: 999px !important;
  background: var(--cyan);
  box-shadow: 0 0 8px rgba(22, 217, 227, 0.78);
  animation: chatbotPetBlink 3.6s ease-in-out infinite;
}

.chatbot-pet-bubble {
  position: absolute;
  right: -2px;
  bottom: 1px;
  width: 15px;
  height: 15px;
  border: 2px solid var(--blue);
  border-radius: 50% !important;
  background: var(--white);
}

.chatbot-pet-bubble::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: -4px;
  width: 6px;
  height: 6px;
  background: var(--white);
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(35deg);
}

@keyframes chatbotPetFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-5px) rotate(2deg);
  }
}

@keyframes chatbotPetBlink {
  0%,
  88%,
  100% {
    transform: scaleY(1);
  }

  92%,
  96% {
    transform: scaleY(0.18);
  }
}

@keyframes chatbotLauncherPulse {
  0%,
  100% {
    box-shadow: 0 18px 42px rgba(7, 17, 31, 0.22);
  }

  50% {
    box-shadow: 0 18px 42px rgba(7, 17, 31, 0.22), 0 0 0 7px rgba(22, 217, 227, 0.12);
  }
}

.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 76px;
  width: min(380px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(9, 105, 255, 0.16);
  border-radius: 16px !important;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.24);
  transform: translateY(14px) scale(0.98);
  transform-origin: right bottom;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.advisor-chatbot.open .chatbot-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.chatbot-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 10%, rgba(22, 217, 227, 0.26), transparent 34%),
    linear-gradient(135deg, var(--dark), #0d2750);
}

.chatbot-header h2 {
  margin: 4px 0 0;
  font-size: 20px;
  line-height: 1.15;
}

.chatbot-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.78);
}

.chatbot-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50% !important;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(44, 230, 160, 0.16);
}

.chatbot-close {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 800;
}

.chatbot-body {
  display: grid;
  gap: 14px;
  max-height: min(680px, calc(100vh - 132px));
  overflow-y: auto;
  padding: 16px;
}

.chatbot-message {
  padding: 12px 14px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background: #eef6ff;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.bot-message {
  border-top-left-radius: 2px !important;
}

.chatbot-form {
  display: grid;
  gap: 11px;
}

.chatbot-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.chatbot-form input,
.chatbot-form select,
.chatbot-form textarea {
  width: 100%;
  border: 1px solid rgba(11, 31, 54, 0.16);
  background: #f8fbff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  padding: 11px 12px;
  outline: none;
}

.chatbot-form input:focus,
.chatbot-form select:focus,
.chatbot-form textarea:focus {
  border-color: rgba(9, 105, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(9, 105, 255, 0.12);
  background: var(--white);
}

.chatbot-form select {
  cursor: pointer;
}

.chatbot-form textarea {
  resize: vertical;
  min-height: 82px;
}

.chatbot-submit {
  min-height: 46px;
  border: 0;
  color: #07111f;
  background: var(--cta-green);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.chatbot-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.45;
}

.chatbot-confirmation {
  border-color: rgba(44, 230, 160, 0.28);
  background: rgba(44, 230, 160, 0.12);
  color: #0f5132;
  font-weight: 800;
}

@media (max-width: 640px) {
  .advisor-chatbot {
    right: 12px;
    bottom: 12px;
  }

  .chatbot-launcher {
    min-height: 58px;
    padding: 9px 14px 9px 10px;
  }

  .chatbot-pet {
    width: 38px;
    height: 38px;
  }

  .chatbot-panel {
    bottom: 68px;
    width: calc(100vw - 24px);
  }

  .chatbot-body {
    max-height: calc(100svh - 160px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Premium university visual-treatment test
   Scope: motion, interactive controls, glow and surface shading only. */
:root {
  --university-navy: #071a2f;
  --university-navy-light: #0c2f50;
  --university-blue: #1e5d91;
  --university-blue-dark: #16476f;
  --university-cyan: #8fc7dc;
  --university-line: #c8d4df;
  --university-paper: #f3f6f9;
  --university-shadow: 0 5px 16px rgba(7, 26, 47, 0.11);
}

html {
  scroll-behavior: auto;
}

*,
*::before,
*::after {
  animation: none !important;
}

body {
  background: var(--university-paper);
}

.motion-backend {
  background: var(--university-paper);
}

.motion-backend span {
  opacity: 0.07;
  filter: none;
}

.site-header {
  border-color: rgba(7, 26, 47, 0.16);
  background: #fff;
  backdrop-filter: none;
  box-shadow: 0 5px 18px rgba(7, 26, 47, 0.12);
}

.utility-bar {
  background: var(--university-navy);
}

.utility-contact a {
  border-color: rgba(255, 255, 255, 0.12);
  background: transparent;
}

.utility-contact a::before {
  background: var(--university-cyan);
  box-shadow: none;
}

.utility-portals a {
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
  transition: color 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.utility-portals a:hover {
  border-color: var(--university-cyan);
  background: rgba(255, 255, 255, 0.08);
  transform: none;
}

.main-bar {
  background: #fff;
}

.main-bar::before,
.main-bar::after {
  display: none;
}

.brand img {
  filter: none;
}

.nav-panel > a,
.nav-item > a {
  border-radius: 3px !important;
  font-weight: 700;
  transition: color 140ms ease, background-color 140ms ease;
}

.nav-panel > a:hover,
.nav-item:hover > a,
.nav-item.expanded > a {
  color: var(--university-navy);
  background: #eaf0f5;
  transform: none;
}

.nav-panel .nav-cta {
  border: 1px solid var(--university-blue);
  border-radius: 3px !important;
  color: #fff;
  background: var(--university-blue);
  box-shadow: 0 4px 12px rgba(30, 93, 145, 0.18);
  font-weight: 700;
}

.nav-panel .nav-cta:hover {
  color: #fff;
  border-color: var(--university-blue-dark);
  background: var(--university-blue-dark);
}

.nav-corner-badge,
.menu-badge {
  border-radius: 2px !important;
  background: var(--university-blue);
  box-shadow: none;
}

.mega-menu {
  border-color: var(--university-line);
  border-radius: 3px !important;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 26, 47, 0.14);
  backdrop-filter: none;
  transform: translate(-50%, 0);
  transition: opacity 140ms ease;
}

.mega-menu a {
  border-radius: 2px !important;
  font-weight: 700;
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu,
.nav-item.expanded .mega-menu {
  transform: translate(-50%, 0);
}

.section-dark {
  background: linear-gradient(135deg, var(--university-navy), var(--university-navy-light));
}

.kinetic-tiles span {
  border-color: rgba(143, 199, 220, 0.2);
  background: rgba(143, 199, 220, 0.05);
  box-shadow: none;
  opacity: 0.38;
}

.kinetic-tiles::before,
.hero-grid,
.orbit {
  opacity: 0.22;
}

.node {
  box-shadow: none !important;
  opacity: 0.5;
}

.button {
  border: 1px solid transparent;
  border-radius: 3px !important;
  font-weight: 700;
  letter-spacing: 0.015em;
  box-shadow: none;
  transition: color 140ms ease, border-color 140ms ease, background-color 140ms ease, box-shadow 140ms ease;
}

.button:hover,
.button:active {
  transform: none;
}

.button.primary {
  color: #fff;
  border-color: var(--university-blue);
  background: var(--university-blue);
  box-shadow: var(--university-shadow);
}

.button.primary:hover {
  color: #fff;
  border-color: var(--university-blue-dark);
  background: var(--university-blue-dark);
  box-shadow: 0 4px 12px rgba(7, 26, 47, 0.14);
}

.hero-advisor-cta {
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: var(--university-shadow);
}

.button.secondary,
.button.ghost[href^="tel"] {
  color: var(--university-navy);
  border-color: #aebfcd;
  background: #fff;
  box-shadow: none;
}

.button.secondary:hover,
.button.ghost[href^="tel"]:hover {
  color: var(--university-navy);
  border-color: var(--university-blue);
  background: #edf3f7;
}

.button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
  box-shadow: none;
}

.button.ghost:hover {
  color: #fff;
  border-color: var(--university-cyan);
  background: rgba(255, 255, 255, 0.07);
}

.dark-button {
  color: #fff !important;
}

a:hover,
button:hover,
[role="button"]:hover,
[class*="-card"]:hover,
[class*="-tile"]:hover {
  transform: none !important;
}

.course-art::before,
.course-art::after {
  filter: none;
  box-shadow: none;
  opacity: 0.42;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.chatbot-form input:focus,
.chatbot-form select:focus,
.chatbot-form textarea:focus {
  border-color: var(--university-blue);
  box-shadow: 0 0 0 3px rgba(30, 93, 145, 0.1);
}

.reveal,
.reveal.visible {
  opacity: 1;
  transform: none;
  transition: none;
}

.chatbot-launcher {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px !important;
  background: var(--university-blue);
  box-shadow: 0 6px 18px rgba(7, 26, 47, 0.18);
  font-weight: 700;
}

.chatbot-pet {
  box-shadow: inset 0 0 0 1px rgba(30, 93, 145, 0.12);
}

.chatbot-pet-antenna::after,
.chatbot-pet-eye {
  box-shadow: none;
}

.chatbot-panel {
  border-color: var(--university-line);
  border-radius: 4px !important;
  box-shadow: 0 14px 38px rgba(7, 26, 47, 0.18);
  transform: none;
  transition: opacity 140ms ease;
}

.advisor-chatbot.open .chatbot-panel {
  transform: none;
}

.site-header {
  border-radius: 2px !important;
}

.utility-portals .utility-feature-link,
.utility-portals .utility-feature-link[aria-current="page"] {
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 2px !important;
  background: transparent;
  background-image: none;
  box-shadow: none;
}

.utility-portals .utility-feature-link:hover {
  color: #fff;
  border-color: var(--university-cyan);
  background: rgba(255, 255, 255, 0.08);
  background-image: none;
  box-shadow: none;
}

/* Job Bank and Student Success pages */
.utility-portals .utility-feature-link {
  color: #07111f;
  border-color: rgba(44, 230, 160, 0.72);
  background: linear-gradient(135deg, #2ce6a0, #16d9e3);
  box-shadow: 0 8px 20px rgba(22, 217, 227, 0.18);
}

.utility-portals .utility-feature-link:hover,
.utility-portals .utility-feature-link[aria-current="page"] {
  color: #07111f;
  border-color: rgba(255, 255, 255, 0.76);
  background: linear-gradient(135deg, #5bf0ba, #55e8ef);
}

.career-hero,
.success-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 230px 0 104px;
}

.career-hero {
  min-height: 760px;
  padding: 175px 0 80px;
  background:
    linear-gradient(90deg, rgba(5, 24, 45, 0.88) 0%, rgba(5, 24, 45, 0.7) 46%, rgba(5, 24, 45, 0.5) 100%),
    linear-gradient(180deg, rgba(7, 26, 47, 0.08) 45%, rgba(4, 18, 35, 0.64) 100%),
    url("assets/images/job-bank/job-bank-hero-realistic.webp") center right / cover no-repeat;
}

.success-hero {
  background:
    linear-gradient(90deg, rgba(5, 24, 45, 0.88) 0%, rgba(5, 24, 45, 0.66) 46%, rgba(5, 24, 45, 0.5) 100%),
    linear-gradient(180deg, rgba(7, 26, 47, 0.08) 45%, rgba(4, 18, 35, 0.64) 100%),
    url("assets/images/student-success/student-success-hero-realistic.webp") center right / cover no-repeat;
}

.career-hero-grid,
.success-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.54;
  background-image:
    linear-gradient(90deg, rgba(22, 217, 227, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(22, 217, 227, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 75%, transparent);
}

.career-hero::before,
.success-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -120px;
  top: 160px;
  border: 1px solid rgba(22, 217, 227, 0.2);
  box-shadow: inset 0 0 90px rgba(9, 105, 255, 0.08);
  transform: rotate(18deg);
}

.career-hero-layout,
.success-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: center;
  gap: 68px;
}

.career-hero-copy h1,
.success-hero-copy h1 {
  max-width: 850px;
  margin: 15px 0 22px;
  color: var(--white);
  font-size: clamp(54px, 6vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.career-hero-copy > p:not(.eyebrow),
.success-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.75;
}

.career-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.career-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.career-trust-row strong {
  display: block;
  margin-bottom: 3px;
  color: var(--cyan);
  font-size: 14px;
}

.career-hero-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(22, 217, 227, 0.26);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.career-hero-visual {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.career-readiness-card {
  position: relative;
  height: 285px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(22, 217, 227, 0.5);
  border-radius: 16px;
  background: #071426;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.34), 0 0 24px rgba(22, 217, 227, 0.1);
}

.career-readiness-card::after {
  content: "";
  position: absolute;
  inset: 34% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(3, 12, 25, 0.95));
  pointer-events: none;
}

.career-readiness-card > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
}

.career-readiness-card figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  color: var(--white);
}

.career-readiness-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(22, 217, 227, 0.66);
  border-radius: 12px;
  color: var(--white);
  background: rgba(7, 26, 44, 0.72);
  box-shadow: 0 10px 26px rgba(22, 217, 227, 0.12);
  backdrop-filter: blur(10px);
}

.career-readiness-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.career-readiness-card figcaption > span:last-child {
  display: grid;
  gap: 5px;
}

.career-readiness-card figcaption strong {
  font-size: 19px;
  line-height: 1.1;
}

.career-readiness-card figcaption small {
  max-width: 330px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.career-card-kicker {
  display: block;
  margin-bottom: 20px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.career-hero-card ol {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.career-hero-card li {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 14px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.07);
}

.career-step-icon {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 !important;
  color: #07111f;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 10px 24px rgba(22, 217, 227, 0.18);
}

.career-step-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.career-hero-card li strong {
  color: var(--white);
  font-size: 18px;
}

.career-hero-card li > p {
  margin-bottom: 0;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.5;
}

.career-paths,
.story-section,
.share-story-section {
  background: rgba(246, 249, 252, 0.88);
}

.career-path-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.career-path-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: 38px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background: var(--white);
  box-shadow: 0 22px 60px rgba(7, 17, 31, 0.08);
}

.career-path-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border: 32px solid rgba(9, 105, 255, 0.05);
  transform: rotate(22deg);
}

.career-path-card.overseas::after {
  border-color: rgba(141, 107, 255, 0.07);
}

.career-path-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 30px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font-size: 13px;
  font-weight: 900;
}

.career-path-card.overseas .career-path-icon {
  background: linear-gradient(135deg, var(--violet), var(--blue));
}

.career-path-card h3 {
  margin: 9px 0 14px;
  font-size: 34px;
  letter-spacing: -0.035em;
}

.career-path-card > p:not(.eyebrow) {
  max-width: 470px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.career-path-card > a {
  position: absolute;
  left: 38px;
  bottom: 34px;
  z-index: 1;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.vacancy-section {
  border-block: 1px solid rgba(9, 105, 255, 0.09);
  background:
    linear-gradient(90deg, rgba(9, 105, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(9, 105, 255, 0.035) 1px, transparent 1px),
    #eaf2fb;
  background-size: 52px 52px;
}

.vacancy-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 32px;
}

.vacancy-heading h2 {
  margin: 8px 0 10px;
  font-size: clamp(42px, 5vw, 66px);
  letter-spacing: -0.05em;
}

.vacancy-heading p:last-child {
  max-width: 620px;
  color: var(--ink-soft);
}

.job-filter {
  flex: 0 0 auto;
  display: flex;
  gap: 5px;
  padding: 5px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background: rgba(255, 255, 255, 0.8);
}

.job-filter button {
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  color: var(--ink-soft);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.job-filter button.active {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(9, 105, 255, 0.2);
}

.vacancy-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 210px;
  padding: 34px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.08);
}

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

.vacancy-empty-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  color: var(--blue);
  border: 1px solid rgba(9, 105, 255, 0.16);
  background: linear-gradient(135deg, rgba(22, 217, 227, 0.1), rgba(9, 105, 255, 0.08));
  font-size: 24px;
  font-weight: 900;
}

.vacancy-panel h3 {
  margin: 6px 0 10px;
  font-size: 25px;
}

.vacancy-panel p:last-child {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.vacancy-list-panel {
  display: block;
  padding: 30px;
}

.vacancy-list-panel[hidden] {
  display: none;
}

.vacancy-panel-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(9, 105, 255, 0.1);
}

.vacancy-panel-intro h3 {
  margin: 7px 0 0;
  font-size: 30px;
  letter-spacing: -0.035em;
}

.vacancy-panel-intro > p {
  max-width: 560px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
  text-align: right;
}

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

.vacancy-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(9, 105, 255, 0.1);
  background: linear-gradient(145deg, #ffffff, #f5f9fe);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vacancy-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.vacancy-card:hover {
  transform: translateY(-3px);
  border-color: rgba(9, 105, 255, 0.24);
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.09);
}

.vacancy-card h3 {
  max-width: calc(100% - 138px);
}

.vacancy-job-icon {
  position: absolute;
  top: 76px;
  right: 22px;
  z-index: 0;
  display: grid;
  place-items: center;
  width: 112px;
  min-height: 126px;
  padding: 15px 12px 12px;
  overflow: hidden;
  color: #0969ff;
  border: 1px solid rgba(9, 105, 255, 0.14);
  background:
    radial-gradient(circle at 22% 18%, rgba(22, 217, 227, 0.26), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(9, 105, 255, 0.08));
  box-shadow: inset 0 0 26px rgba(9, 105, 255, 0.05), 0 12px 28px rgba(7, 17, 31, 0.07);
  pointer-events: none;
}

.vacancy-job-icon::before,
.vacancy-job-icon::after {
  content: "";
  position: absolute;
  border: 1px solid currentColor;
  opacity: 0.12;
  transform: rotate(18deg);
}

.vacancy-job-icon::before {
  width: 82px;
  height: 82px;
}

.vacancy-job-icon::after {
  width: 54px;
  height: 54px;
  transform: rotate(-16deg);
}

.vacancy-job-icon svg {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 14px rgba(9, 105, 255, 0.14));
}

.vacancy-job-icon small {
  position: relative;
  z-index: 1;
  margin-top: 3px;
  color: #075172;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vacancy-job-icon[data-icon="devops"] {
  color: #7a52ef;
  border-color: rgba(141, 107, 255, 0.2);
  background: radial-gradient(circle at 20% 18%, rgba(141, 107, 255, 0.24), transparent 34%), linear-gradient(145deg, #fff, rgba(141, 107, 255, 0.1));
}

.vacancy-job-icon[data-icon="server"],
.vacancy-job-icon[data-icon="directory"] {
  color: #0b7d63;
  border-color: rgba(44, 230, 160, 0.22);
  background: radial-gradient(circle at 20% 18%, rgba(44, 230, 160, 0.26), transparent 34%), linear-gradient(145deg, #fff, rgba(44, 230, 160, 0.1));
}

.vacancy-job-icon[data-icon="network"],
.vacancy-job-icon[data-icon="networkSecurity"] {
  color: #087da7;
  border-color: rgba(22, 217, 227, 0.24);
  background: radial-gradient(circle at 20% 18%, rgba(22, 217, 227, 0.3), transparent 34%), linear-gradient(145deg, #fff, rgba(22, 217, 227, 0.11));
}

.vacancy-job-icon[data-icon="shield"] {
  color: #0969ff;
  background: radial-gradient(circle at 20% 18%, rgba(9, 105, 255, 0.24), transparent 34%), linear-gradient(145deg, #fff, rgba(9, 105, 255, 0.1));
}

.vacancy-job-icon[data-icon="investigation"] {
  color: #c27b05;
  border-color: rgba(245, 185, 64, 0.28);
  background: radial-gradient(circle at 20% 18%, rgba(245, 185, 64, 0.3), transparent 34%), linear-gradient(145deg, #fff, rgba(245, 185, 64, 0.11));
}

.vacancy-job-icon[data-icon="target"] {
  color: #d33858;
  border-color: rgba(211, 56, 88, 0.22);
  background: radial-gradient(circle at 20% 18%, rgba(211, 56, 88, 0.22), transparent 34%), linear-gradient(145deg, #fff, rgba(211, 56, 88, 0.09));
}

.vacancy-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.vacancy-card-top span {
  padding: 6px 8px;
  color: #ffffff;
  background: #0a66c2;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vacancy-card-top time {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 750;
}

.vacancy-card h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.vacancy-card .vacancy-company {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
}

.vacancy-card .vacancy-location {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
}

.vacancy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 18px 0;
}

.vacancy-tags span {
  padding: 6px 8px;
  color: #075172;
  border: 1px solid rgba(22, 217, 227, 0.22);
  background: rgba(22, 217, 227, 0.08);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.vacancy-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  color: var(--blue);
  border-top: 1px solid rgba(9, 105, 255, 0.1);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.vacancy-card > a:hover {
  color: #074fb9;
}

.vacancy-panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(9, 105, 255, 0.1);
}

.vacancy-panel-footer p {
  max-width: 720px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.55;
}

.vacancy-panel-footer .button {
  flex: 0 0 auto;
}

.employer-strip {
  display: grid;
  grid-template-columns: 1fr 1.25fr auto;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 25px 30px;
  color: var(--white);
  background: linear-gradient(135deg, #071b34, #0a2854);
}

.employer-strip span {
  display: block;
  margin-bottom: 4px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.employer-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.55;
}

.employer-strip > a {
  padding: 13px 17px;
  color: #07111f;
  background: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cv-section {
  padding-block: 110px;
}

.cv-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
  align-items: start;
  gap: 70px;
}

.cv-copy {
  position: sticky;
  top: 185px;
}

.cv-copy h2 {
  margin: 14px 0 20px;
  color: var(--white);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.cv-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
}

.cv-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.cv-copy li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.cv-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 10px;
  height: 10px;
  background: var(--green);
  box-shadow: 0 0 16px rgba(44, 230, 160, 0.58);
}

.cv-copy .privacy-callout {
  padding: 18px;
  border-left: 3px solid var(--cyan);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
}

.privacy-callout a {
  color: var(--cyan);
  text-decoration: underline;
}

.cv-form {
  padding: 38px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.3);
}

.form-section-title {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 30px 0 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(9, 105, 255, 0.1);
}

.form-section-title:first-of-type {
  margin-top: 0;
}

.form-section-title > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--white);
  background: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.form-section-title strong,
.form-section-title small {
  display: block;
}

.form-section-title small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 11px;
}

.cv-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.cv-form label > span {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 850;
}

.cv-form label em {
  color: rgba(57, 69, 86, 0.62);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}

.cv-form-grid label.wide {
  grid-column: 1 / -1;
}

.cv-form input:not([type="checkbox"]):not([type="file"]),
.cv-form select,
.cv-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(7, 17, 31, 0.14);
  color: var(--ink);
  background: #f8fbfe;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.cv-form textarea {
  resize: vertical;
}

.cv-form input:focus,
.cv-form select:focus,
.cv-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(9, 105, 255, 0.1);
}

.cv-upload {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 170px;
  padding: 25px;
  border: 2px dashed rgba(9, 105, 255, 0.24);
  background: linear-gradient(135deg, rgba(22, 217, 227, 0.05), rgba(9, 105, 255, 0.06));
  cursor: pointer;
  text-align: center;
}

.cv-upload:hover {
  border-color: rgba(9, 105, 255, 0.58);
}

.upload-mark {
  display: grid !important;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 0 0 12px !important;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--violet));
  font-size: 13px !important;
  font-weight: 900;
}

.cv-upload strong {
  font-size: 16px;
}

.cv-upload small {
  margin-top: 6px;
  color: var(--ink-soft);
}

.cv-upload small.error {
  color: #c22d3e;
  font-weight: 800;
}

.cv-upload input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.55;
}

.consent-check input {
  flex: 0 0 auto;
  margin-top: 3px;
  accent-color: var(--blue);
}

.consent-check span {
  margin: 0 !important;
  font-weight: 600 !important;
}

.cv-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.form-security-note {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
  text-align: center;
}

.form-honey {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
}

/* Student success page */
.success-hero {
  min-height: 780px;
}

.success-hero-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
}

.success-hero-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: 1fr 0.64fr;
  gap: 12px;
  min-height: 470px;
}

.success-hero-mosaic figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(22, 217, 227, 0.22);
}

.success-hero-mosaic .mosaic-main {
  grid-row: 1 / 3;
}

.success-hero-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.success-hero-outcomes {
  position: relative;
  display: flex;
  min-height: 470px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px;
  border: 1px solid rgba(22, 217, 227, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 217, 227, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(11, 50, 83, 0.96), rgba(7, 24, 45, 0.96));
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.success-hero-outcomes::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -100px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(22, 217, 227, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(22, 217, 227, 0.035), 0 0 0 96px rgba(9, 105, 255, 0.03);
  pointer-events: none;
}

.success-outcomes-intro,
.success-outcome-grid,
.success-outcomes-note {
  position: relative;
  z-index: 1;
}

.success-outcomes-intro h2 {
  max-width: 500px;
  margin: 10px 0 12px;
  color: var(--white);
  font-size: clamp(32px, 3.3vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.success-outcomes-intro > p:last-child {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.6;
}

.success-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.success-outcome-card {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: end;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.success-outcome-card.outcome-trained {
  grid-column: 1 / -1;
  min-height: 128px;
  background: linear-gradient(135deg, rgba(9, 105, 255, 0.28), rgba(22, 217, 227, 0.14));
}

.success-outcome-card strong {
  color: var(--white);
  font-size: clamp(34px, 3.8vw, 48px);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.success-outcome-card.outcome-trained strong {
  font-size: clamp(44px, 5vw, 62px);
}

.success-outcome-card span {
  margin-top: 10px;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.success-outcomes-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  line-height: 1.5;
}

.mosaic-stat {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 24px;
  border: 1px solid rgba(22, 217, 227, 0.3);
  background: linear-gradient(145deg, rgba(22, 217, 227, 0.22), rgba(9, 105, 255, 0.18));
}

.mosaic-stat strong {
  color: var(--white);
  font-size: 36px;
}

.mosaic-stat span {
  margin-top: 5px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.review-proof {
  position: relative;
  z-index: 2;
  padding: 36px 0;
  border-bottom: 1px solid rgba(9, 105, 255, 0.1);
  background: var(--white);
}

.review-proof-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr 0.82fr;
  align-items: stretch;
  gap: 16px;
}

.review-proof-intro {
  padding: 18px 22px 18px 0;
}

.review-proof-intro h2 {
  margin: 8px 0 10px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.review-proof-intro p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.platform-review-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background: #f8fbfe;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.platform-review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(9, 105, 255, 0.28);
  box-shadow: 0 18px 50px rgba(7, 17, 31, 0.1);
}

.platform-mark {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--white);
  background: linear-gradient(135deg, #4285f4, #34a853, #fbbc05, #ea4335);
  font-size: 24px;
  font-weight: 900;
}

.facebook .platform-mark {
  background: #1877f2;
  font-family: Arial, sans-serif;
  font-size: 30px;
}

.platform-review-card small,
.platform-review-card strong,
.platform-review-card div > span {
  display: block;
}

.platform-review-card small {
  color: var(--ink-soft);
  font-size: 10px;
  text-transform: uppercase;
}

.platform-review-card strong {
  margin: 3px 0;
  font-size: 17px;
}

.platform-review-card div > span {
  color: var(--ink-soft);
  font-size: 11px;
}

.platform-review-card .platform-stars {
  color: var(--gold);
  letter-spacing: 1px;
}

.platform-review-card em {
  grid-column: 1 / -1;
  color: var(--blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 46px;
}

.story-card {
  overflow: hidden;
  border: 1px solid rgba(9, 105, 255, 0.1);
  background: var(--white);
  box-shadow: 0 24px 65px rgba(7, 17, 31, 0.08);
}

.story-image {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.story-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 16, 29, 0.5), transparent 58%);
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.story-card:hover .story-image img {
  transform: scale(1.04);
}

.story-content {
  padding: 28px;
}

.story-content h3 {
  margin: 8px 0 12px;
  font-size: 25px;
  letter-spacing: -0.03em;
}

.story-content > p:not(.eyebrow) {
  min-height: 112px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.story-outcome {
  display: block;
  padding-top: 16px;
  border-top: 1px solid rgba(9, 105, 255, 0.1);
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.55;
  text-transform: uppercase;
}

.testimonial-section {
  padding-block: 110px;
}

.testimonial-layout {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: center;
  gap: 78px;
}

.testimonial-copy h2 {
  margin: 12px 0 18px;
  color: var(--white);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.testimonial-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.7;
}

.testimonial-standards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.testimonial-standards span {
  padding: 15px;
  color: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  font-size: 11px;
  line-height: 1.5;
}

.testimonial-standards strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
}

.testimonial-placeholder {
  position: relative;
  padding: 44px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.quote-mark {
  display: block;
  height: 56px;
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: 90px;
  line-height: 1;
}

.testimonial-placeholder > p {
  margin: 18px 0 30px;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.55;
}

.testimonial-placeholder-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.testimonial-placeholder-meta > span {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(9, 105, 255, 0.18), rgba(22, 217, 227, 0.24));
}

.testimonial-placeholder-meta strong,
.testimonial-placeholder-meta small {
  display: block;
}

.testimonial-placeholder-meta small {
  margin-top: 3px;
  color: var(--ink-soft);
}

.voices-section {
  position: relative;
  overflow: hidden;
}

.voices-section::before {
  content: "";
  position: absolute;
  top: -240px;
  right: -180px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(22, 217, 227, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(22, 217, 227, 0.025), 0 0 0 160px rgba(9, 105, 255, 0.025);
  pointer-events: none;
}

.voices-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 54px;
}

.voices-heading h2 {
  max-width: 820px;
  margin: 12px 0 0;
  color: var(--white);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.voices-intro > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.voices-intro .testimonial-standards {
  margin-top: 22px;
}

.voices-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
}

.voice-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--white);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2);
}

.voice-portrait {
  position: relative;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  background: #dceff3;
}

.voice-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 16, 29, 0.22), transparent 48%);
  pointer-events: none;
}

.voice-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 600ms ease;
}

.voice-card:hover .voice-portrait img {
  transform: scale(1.025);
}

.voice-index {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(6, 16, 29, 0.78);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 900;
}

.voice-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
}

.voice-label {
  align-self: flex-start;
  padding: 6px 8px;
  color: var(--blue);
  border: 1px solid rgba(9, 105, 255, 0.16);
  background: rgba(9, 105, 255, 0.06);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.voice-person {
  margin-top: 16px;
}

.voice-person strong,
.voice-person span {
  display: block;
}

.voice-person strong {
  font-size: 15px;
  line-height: 1.25;
}

.voice-person span {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.45;
}

.voice-story {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.voice-story summary {
  position: relative;
  padding-right: 20px;
  color: var(--blue);
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  list-style: none;
  text-transform: uppercase;
}

.voice-story summary::-webkit-details-marker {
  display: none;
}

.voice-story summary::after {
  content: "+";
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 16px;
}

.voice-story[open] summary::after {
  content: "−";
}

.voice-story blockquote {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.6;
}

.share-story-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 52px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(7, 17, 31, 0.09);
}

.share-story-card h2 {
  margin: 10px 0 13px;
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -0.045em;
}

.share-story-card p:last-child {
  max-width: 700px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.share-story-actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.success-final-cta {
  padding: 74px 0;
}

.success-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.success-final-inner h2 {
  max-width: 720px;
  margin: 9px 0 0;
  color: var(--white);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

@media (max-width: 1120px) {
  .career-page .nav-panel > a,
  .success-page .nav-panel > a {
    padding-inline: 8px;
    font-size: 12px;
  }

  .career-hero-layout,
  .success-hero-layout {
    gap: 38px;
  }

  .cv-layout {
    gap: 42px;
  }

  .voices-grid {
    grid-template-columns: none;
    grid-auto-columns: minmax(220px, 25vw);
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 0 0 14px;
    scroll-snap-type: x proximity;
    scrollbar-color: rgba(22, 217, 227, 0.55) rgba(255, 255, 255, 0.08);
  }

  .voice-card {
    scroll-snap-align: start;
  }
}

@media (max-width: 980px) {
  .utility-portals .utility-feature-link {
    order: -1;
  }

  .success-hero {
    padding-top: 250px;
  }

  .career-hero {
    min-height: auto;
    padding: 205px 0 66px;
  }

  .career-hero-layout,
  .success-hero-layout,
  .cv-layout,
  .testimonial-layout {
    grid-template-columns: 1fr;
  }

  .voices-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .career-hero-card {
    max-width: 660px;
  }

  .career-hero-visual {
    width: 100%;
    max-width: 660px;
  }

  .cv-copy {
    position: static;
  }

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

  .review-proof-intro {
    grid-column: 1 / -1;
  }

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

  .story-card {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
  }

  .story-image {
    height: 100%;
    min-height: 330px;
  }

  .story-content > p:not(.eyebrow) {
    min-height: 0;
  }

  .success-final-inner,
  .share-story-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .share-story-actions {
    flex-direction: row;
  }
}

@media (max-width: 720px) {
  .success-hero {
    min-height: auto;
    padding: 274px 0 76px;
  }

  .career-hero {
    min-height: auto;
    padding: 235px 0 58px;
  }

  .career-readiness-card {
    height: 270px;
  }

  .career-hero-copy h1,
  .success-hero-copy h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .career-path-grid,
  .review-proof-grid,
  .story-card,
  .testimonial-standards {
    grid-template-columns: 1fr;
  }

  .career-path-card {
    min-height: 360px;
  }

  .vacancy-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .job-filter {
    width: 100%;
  }

  .job-filter button {
    flex: 1;
  }

  .vacancy-panel,
  .employer-strip {
    grid-template-columns: 1fr;
  }

  .vacancy-list-panel {
    padding: 20px;
  }

  .vacancy-panel-intro,
  .vacancy-panel-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .vacancy-panel-intro > p {
    text-align: left;
  }

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

  .vacancy-card h3 {
    max-width: calc(100% - 112px);
  }

  .vacancy-job-icon {
    top: 72px;
    right: 18px;
    width: 92px;
    min-height: 108px;
    padding: 12px 9px 9px;
  }

  .vacancy-job-icon svg {
    width: 58px;
    height: 58px;
  }

  .vacancy-panel .button,
  .employer-strip > a {
    justify-self: start;
  }

  .cv-layout {
    min-width: 0;
  }

  .cv-form {
    padding: 24px;
  }

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

  .cv-form-grid label.wide {
    grid-column: auto;
  }

  .success-hero-mosaic {
    grid-template-columns: 1fr 0.58fr;
    min-height: 360px;
  }

  .success-hero-outcomes {
    min-height: auto;
    padding: 26px;
  }

  .success-outcome-grid {
    grid-template-columns: 1fr;
  }

  .success-outcome-card.outcome-trained {
    grid-column: auto;
  }

  .story-card {
    display: block;
  }

  .story-image {
    min-height: 260px;
  }

  .testimonial-placeholder,
  .share-story-card {
    padding: 30px;
  }

  .testimonial-section {
    padding-block: 82px;
  }

  .voices-grid {
    margin-right: -30px;
    grid-auto-columns: minmax(220px, 72vw);
  }

  .voice-body {
    padding: 18px;
  }

  .share-story-actions {
    width: 100%;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .utility-contact a,
  .utility-portals a {
    padding-inline: 8px;
    font-size: 10px;
  }

  .success-hero {
    padding-top: 300px;
  }

  .career-hero {
    padding-top: 245px;
  }

  .career-trust-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .career-hero-card,
  .career-path-card,
  .vacancy-panel,
  .cv-form {
    padding: 22px;
  }

  .career-readiness-card {
    height: 245px;
  }

  .career-readiness-card figcaption {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 11px;
    padding: 14px;
  }

  .career-readiness-icon {
    width: 44px;
    height: 44px;
  }

  .career-readiness-icon svg {
    width: 27px;
    height: 27px;
  }

  .career-readiness-card figcaption strong {
    font-size: 16px;
  }

  .about-hero-photo-card figcaption {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 11px;
    padding: 14px;
  }

  .about-achievement-icon {
    width: 44px;
    height: 44px;
  }

  .about-achievement-icon svg {
    width: 27px;
    height: 27px;
  }

  .about-hero-photo-card figcaption strong {
    font-size: 16px;
  }

  .vacancy-list-panel {
    padding: 14px;
  }

  .vacancy-card {
    min-height: 280px;
    padding: 20px;
  }

  .vacancy-card h3 {
    max-width: calc(100% - 74px);
  }

  .vacancy-job-icon {
    top: 76px;
    right: 14px;
    width: 62px;
    min-height: 62px;
    padding: 8px;
  }

  .vacancy-job-icon::before {
    width: 48px;
    height: 48px;
  }

  .vacancy-job-icon::after {
    width: 32px;
    height: 32px;
  }

  .vacancy-job-icon svg {
    width: 43px;
    height: 43px;
  }

  .vacancy-job-icon small {
    display: none;
  }

  .career-hero-card li {
    grid-template-columns: 44px 1fr;
    padding: 14px;
  }

  .career-step-icon {
    width: 38px;
    height: 38px;
  }

  .career-step-icon svg {
    width: 25px;
    height: 25px;
  }

  .success-hero-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: 260px 180px auto;
  }

  .success-hero-mosaic .mosaic-main {
    grid-row: auto;
  }

  .mosaic-stat {
    min-height: 130px;
  }
}

.trust-card-link {
  color: inherit;
}

.trust-card-link::after {
  content: "Explore";
  display: inline-block;
  margin-top: 16px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-card-link:hover {
  border-color: rgba(9, 105, 255, 0.28);
}

/* Homepage institutional profile — restrained university presentation */
.trust-band {
  position: relative;
  padding: 78px 0 86px;
  border-top: 1px solid #d8e1e9;
  border-bottom: 1px solid #d8e1e9;
  background: #f3f6f8;
}

.trust-band::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  border-radius: 0 !important;
  background: #0b2b4a;
}

.trust-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.55fr);
  align-items: end;
  gap: 28px 56px;
  max-width: none;
  margin-bottom: 34px;
}

.trust-head .trust-kicker {
  grid-column: 1 / -1;
  width: max-content;
  margin: 0 0 -12px;
  color: #225aa3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.trust-head h2 {
  margin: 0;
  color: #0b2037;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.trust-head > p:last-child {
  max-width: 520px;
  margin: 0 0 4px;
  color: #4e6072;
  font-size: 16px;
  line-height: 1.72;
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid #cbd6df;
  border-top: 4px solid #225aa3;
  border-radius: 2px !important;
  background: #fff;
  box-shadow: 0 18px 44px rgba(11, 32, 55, 0.07);
}

.trust-grid .trust-card {
  min-height: 238px;
  padding: 30px 28px 28px;
  overflow: visible;
  gap: 9px;
  border: 0;
  border-right: 1px solid #d9e1e8;
  border-bottom: 1px solid #d9e1e8;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: none;
  transition: background-color 0.18s ease;
}

.trust-grid .trust-card:nth-child(4n) {
  border-right: 0;
}

.trust-grid .trust-card:nth-child(n + 5) {
  border-bottom: 0;
}

.trust-grid .trust-card::before {
  display: none;
}

.trust-grid .trust-card:hover {
  transform: none;
  border-color: #d9e1e8;
  background: #f7f9fb;
  box-shadow: none;
}

.trust-grid .trust-card > span {
  margin: 0 0 4px;
  color: #225aa3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.trust-grid .trust-card .value-long {
  max-width: 210px;
  font-size: 27px;
  line-height: 1.08;
}

.trust-grid .trust-card .rating-value {
  font-size: 35px;
}

.trust-grid .trust-card .rating-value strong {
  color: #c68a1b;
  font-family: Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.trust-grid .trust-card h3 {
  margin: 0 0 6px;
  color: #0b2037;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.28;
}

.trust-grid .trust-card p {
  margin: 0;
  color: #526375;
  font-size: 13px;
  line-height: 1.65;
}

.trust-grid .trust-card-link::after {
  content: "View details  →";
  align-self: end;
  width: max-content;
  margin-top: 10px;
  color: #225aa3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .trust-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .trust-head .trust-kicker {
    margin-bottom: -4px;
  }

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

  .trust-grid .trust-card {
    border-right: 1px solid #d9e1e8;
    border-bottom: 1px solid #d9e1e8;
  }

  .trust-grid .trust-card:nth-child(2n) {
    border-right: 0;
  }

  .trust-grid .trust-card:nth-child(n + 7) {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .trust-band {
    padding: 58px 0 62px;
  }

  .trust-head {
    margin-bottom: 26px;
  }

  .trust-head h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

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

  .trust-grid .trust-card,
  .trust-grid .trust-card:nth-child(2n) {
    min-height: 0;
    padding: 25px 24px;
    border-right: 0;
    border-bottom: 1px solid #d9e1e8;
  }

  .trust-grid .trust-card:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Final premium-control enforcement for late page-specific styles. */
.site-header {
  border-radius: 2px !important;
}

.utility-portals .utility-feature-link,
.utility-portals .utility-feature-link[aria-current="page"] {
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 2px !important;
  background: transparent;
  background-image: none;
  box-shadow: none;
}

.utility-portals .utility-feature-link:hover {
  color: #fff;
  border-color: var(--university-cyan);
  background: rgba(255, 255, 255, 0.08);
  background-image: none;
  box-shadow: none;
}

.button,
.nav-panel .nav-cta,
.chatbot-launcher {
  transform: none !important;
}

/* NextGen AI advisor character launcher. */
.chatbot-launcher {
  display: grid !important;
  place-items: center !important;
  gap: 0 !important;
  width: 74px !important;
  min-height: 84px !important;
  padding: 7px 7px 6px !important;
  border: 1px solid rgba(143, 199, 220, 0.46) !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(135deg, #225f97, #174b78) !important;
  box-shadow: 0 10px 24px rgba(7, 26, 47, 0.24) !important;
  font-size: 10px;
  font-weight: 900 !important;
  line-height: 1;
  text-align: center;
}

.chatbot-launcher > span:last-child {
  display: block;
  width: 100%;
  margin-top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chatbot-pet {
  position: relative;
  display: block;
  width: 58px !important;
  height: 62px !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: chatbotPetFloat 2.8s ease-in-out infinite !important;
}

.chatbot-pet::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 44px;
  height: 34px;
  border-radius: 17px 17px 13px 13px !important;
  background:
    radial-gradient(circle at 18% 8%, #8bb7ff 0 11px, transparent 12px),
    radial-gradient(circle at 38% 0%, #7eabff 0 13px, transparent 14px),
    radial-gradient(circle at 60% 1%, #78a5fa 0 13px, transparent 14px),
    radial-gradient(circle at 82% 11%, #6797f2 0 11px, transparent 12px),
    linear-gradient(180deg, #79aaff, #326be1);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.22),
    inset 0 -4px 0 rgba(0, 38, 117, 0.18),
    0 4px 0 #071a2f,
    0 10px 18px rgba(7, 26, 47, 0.28);
}

.chatbot-pet::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 37px;
  width: 19px;
  height: 15px;
  border: 2px solid #071a2f;
  border-radius: 4px !important;
  background: linear-gradient(180deg, #4e86ff, #2357d1);
  box-shadow:
    -13px -2px 0 -6px #3d78f2,
    13px -2px 0 -6px #3d78f2,
    -6px 13px 0 -6px #244fba,
    6px 13px 0 -6px #244fba;
}

.chatbot-pet-antenna {
  position: absolute;
  left: 28px;
  top: 39px;
  z-index: 3;
  width: 3px;
  height: 7px;
  border-radius: 4px !important;
  background: #d9f7ff;
}

.chatbot-pet-antenna::after {
  display: none;
}

.chatbot-pet-face {
  position: absolute;
  left: 13px;
  top: 15px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 30px;
  height: 18px;
  border: 2px solid #071a2f;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #102d59, #071a34);
}

.chatbot-pet-eye {
  width: 8px;
  height: 3px;
  border-radius: 999px !important;
  background: #8cf4ff;
  box-shadow: 0 0 8px rgba(140, 244, 255, 0.76) !important;
  animation: chatbotPetBlink 3s ease-in-out infinite !important;
}

.chatbot-pet-bubble {
  position: absolute;
  right: 5px;
  bottom: 4px;
  z-index: 4;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50% !important;
  background: #1674ff;
  box-shadow: 0 0 0 2px rgba(22, 116, 255, 0.28);
}

.chatbot-pet-bubble::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 5px;
  height: 5px;
  border: 0;
  background: #1674ff;
  transform: rotate(35deg);
}

@keyframes chatbotPetFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes chatbotPetBlink {
  0%,
  84%,
  100% {
    transform: scaleY(1);
    opacity: 1;
  }

  88%,
  92% {
    transform: scaleY(0.2);
    opacity: 0.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chatbot-pet,
  .chatbot-pet-eye {
    animation: none !important;
  }
}

/* Site-wide premium control audit: remove remaining bright app-style actions. */
.direct-contact-strip a,
.direct-contact-strip a[href^="https://wa.me"],
.direct-contact-strip a[href^="tel"] {
  color: #fff !important;
  border: 1px solid var(--university-blue-dark) !important;
  border-radius: 3px !important;
  background: var(--university-blue) !important;
  background-image: none !important;
  box-shadow: 0 5px 14px rgba(7, 26, 47, 0.1) !important;
  transform: none !important;
}

.direct-contact-strip a[href^="tel"] {
  border-color: var(--university-navy) !important;
  background: var(--university-navy) !important;
}

.direct-contact-strip a span,
.direct-contact-strip a strong {
  color: inherit !important;
}

.direct-contact-strip a:hover,
.direct-contact-strip a[href^="https://wa.me"]:hover {
  color: #fff !important;
  border-color: var(--university-navy) !important;
  background: var(--university-blue-dark) !important;
  box-shadow: 0 5px 14px rgba(7, 26, 47, 0.1) !important;
  transform: none !important;
}

.direct-contact-strip a[href^="tel"]:hover {
  background: var(--university-navy-light) !important;
}

.mini-call {
  color: var(--university-navy) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 3px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.mini-call:hover {
  color: #fff !important;
  border-color: var(--university-blue) !important;
  background: var(--university-blue) !important;
  box-shadow: none !important;
  transform: none !important;
}

.chatbot-submit {
  color: #fff !important;
  border: 1px solid var(--university-blue-dark) !important;
  border-radius: 3px !important;
  background: var(--university-blue) !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.chatbot-submit:hover {
  color: #fff !important;
  background: var(--university-blue-dark) !important;
  box-shadow: none !important;
  transform: none !important;
}

.employer-strip > a {
  color: var(--university-navy) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 3px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.employer-strip > a:hover {
  color: #fff !important;
  border-color: var(--university-blue) !important;
  background: var(--university-blue) !important;
  box-shadow: none !important;
  transform: none !important;
}

.course-price-block a {
  color: #fff !important;
  border: 1px solid var(--university-blue-dark) !important;
  border-radius: 3px !important;
  background: var(--university-blue) !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.course-price-block a:hover {
  color: #fff !important;
  background: var(--university-blue-dark) !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Premium university treatment for the hero country and study-pathway areas. */
.hero-country-strip {
  gap: 0 !important;
  padding: 5px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hero-country-strip span {
  min-height: 30px !important;
  padding: 4px 12px !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  font-size: 12px !important;
  letter-spacing: 0.015em !important;
}

.hero-country-strip span:first-child {
  border-left: 0 !important;
}

.hero-country-strip img {
  width: 28px !important;
  height: 18px !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
  border-radius: 1px !important;
  box-shadow: none !important;
}

.hero-pathways-panel {
  border: 1px solid rgba(174, 191, 205, 0.46) !important;
  border-radius: 3px !important;
  background: rgba(7, 26, 47, 0.94) !important;
  background-image: none !important;
  box-shadow: 0 10px 28px rgba(2, 12, 25, 0.16) !important;
  backdrop-filter: none !important;
}

.hero-pathways-kicker {
  color: var(--university-cyan) !important;
}

.hero-pathway-card,
.hero-pathway-card--network,
.hero-pathway-card--cloud,
.hero-pathway-card--systems,
.hero-pathway-card--degree {
  --pathway-color: var(--university-cyan) !important;
  border: 1px solid rgba(174, 191, 205, 0.34) !important;
  border-radius: 3px !important;
  color: #fff !important;
  background: rgba(12, 47, 80, 0.42) !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.hero-pathway-card:hover,
.hero-pathway-card--degree:hover {
  border-color: var(--university-cyan) !important;
  background: rgba(30, 93, 145, 0.28) !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.hero-pathway-icon {
  border: 1px solid rgba(143, 199, 220, 0.5) !important;
  border-radius: 2px !important;
  color: var(--university-cyan) !important;
  background: rgba(3, 17, 32, 0.34) !important;
  box-shadow: none !important;
}

.hero-pathway-copy em,
.hero-pathway-arrow {
  color: var(--university-cyan) !important;
}

.hero-pathway-badge {
  border-color: rgba(143, 199, 220, 0.5) !important;
  border-radius: 2px !important;
  color: #dbeaf1 !important;
  background: rgba(143, 199, 220, 0.1) !important;
  box-shadow: none !important;
}

.hero-degree-marker {
  border-color: rgba(143, 199, 220, 0.5) !important;
  border-radius: 2px !important;
  color: #fff !important;
  background: var(--university-blue-dark) !important;
  box-shadow: none !important;
}

.hero-pathways-assessment {
  border: 1px solid rgba(174, 191, 205, 0.34) !important;
  border-radius: 3px !important;
  color: #fff !important;
  background: rgba(3, 17, 32, 0.32) !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.hero-pathways-assessment:hover {
  border-color: var(--university-cyan) !important;
  background: rgba(30, 93, 145, 0.22) !important;
  box-shadow: none !important;
  transform: none !important;
}

.hero-pathways-assessment > span:first-child,
.hero-pathways-assessment i {
  color: var(--university-cyan) !important;
}

/* Decorative graduation photograph: low-opacity institutional hero watermark. */
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 104px 0 0;
  pointer-events: none;
  background-image: url("assets/images/hero-university-graduation-2025.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.45;
  filter: saturate(0.72) contrast(0.96) brightness(0.84);
  mask-image: linear-gradient(to bottom, #000 0, #000 76%, transparent 100%);
}

.hero-grid {
  opacity: 0.28 !important;
}

@media (max-width: 720px) {
  .hero::before {
    inset: 170px 0 0;
    background-position: center top;
    background-size: cover;
    opacity: 0.37;
  }
}

/* Homepage hero: a restrained brand story instead of an in-hero course selector. */
.hero {
  min-height: 100svh;
  padding: 162px 0 54px;
}

.hero-content {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 440px);
  gap: clamp(34px, 4vw, 64px);
}

.hero h1 {
  font-size: clamp(62px, 8vw, 108px);
  line-height: 0.88;
}

.hero-subtitle {
  margin-top: 22px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
}

.hero-copy {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.65;
}

.hero-content--pathways-hidden {
  grid-template-columns: minmax(0, 700px) minmax(300px, 1fr);
}

.hero-pathways-panel[hidden] {
  display: none !important;
}

.hero-typewriter {
  width: min(100%, 686px);
  min-height: 122px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  pointer-events: none;
}

.hero-typewriter-display {
  min-height: 112px;
}

.hero-typewriter-value,
.hero-typewriter-label {
  margin: 0;
}

.hero .hero-typewriter-value {
  min-height: 1em;
  color: #79c0ff;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-shadow: 0 3px 22px rgba(1, 12, 25, 0.58);
}

.hero .hero-typewriter-value.is-long {
  font-size: clamp(24px, 2.3vw, 32px);
}

.hero .hero-typewriter-label {
  max-width: 390px;
  min-height: 2.4em;
  margin-top: 10px;
  color: #7ee787;
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 650;
  line-height: 1.3;
  text-shadow: 0 2px 16px rgba(1, 12, 25, 0.64);
}

.hero-typewriter-prompt {
  margin-right: 10px;
  color: #ff7b72;
  font-weight: 700;
}

.hero-typewriter-comment {
  display: inline-block;
  width: 0;
  margin-right: 0;
  overflow: hidden;
  color: #8fc7dc;
  opacity: 0;
}

.hero-typewriter-label.has-content .hero-typewriter-comment {
  width: auto;
  margin-right: 8px;
  opacity: 1;
}

.hero-typewriter-cursor {
  display: inline-block;
  width: 0.52em;
  height: 0.82em;
  margin-left: 6px;
  vertical-align: -0.06em;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.22);
  opacity: 0;
}

.hero-typewriter-cursor.is-active {
  opacity: 1;
}

.hero-typewriter-live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Keep the transition from the hero to the trust section completely clean. */
.hero + .trust-band {
  border-top: 0;
}

.hero + .trust-band::before {
  display: none;
}

.hero-premium-panel {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  padding: 28px 32px;
  overflow: hidden;
  border: 1px solid rgba(184, 207, 224, 0.42);
  border-radius: 4px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(13, 48, 79, 0.96), rgba(5, 24, 45, 0.96));
  box-shadow: 0 28px 70px rgba(0, 8, 20, 0.28);
}

.hero-premium-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  width: 78px;
  height: 3px;
  background: var(--university-cyan);
}

.hero-premium-panel::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(143, 199, 220, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(143, 199, 220, 0.035), 0 0 0 84px rgba(143, 199, 220, 0.025);
  pointer-events: none;
}

.hero-premium-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.hero-premium-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(143, 199, 220, 0.52);
  color: var(--university-cyan);
  background: rgba(143, 199, 220, 0.06);
}

.hero-premium-mark svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-premium-kicker {
  margin: 0 0 7px;
  color: var(--university-cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-premium-panel h2 {
  margin: 0;
  max-width: 310px;
  color: #fff;
  font-size: clamp(27px, 2.4vw, 34px);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.hero-premium-intro {
  position: relative;
  z-index: 1;
  margin: 18px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.hero-premium-journey {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  padding: 4px 0;
  border-top: 1px solid rgba(184, 207, 224, 0.22);
  border-bottom: 1px solid rgba(184, 207, 224, 0.22);
}

.hero-premium-journey article {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 61px;
}

.hero-premium-journey article + article {
  border-top: 1px solid rgba(184, 207, 224, 0.12);
}

.hero-premium-journey article > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(143, 199, 220, 0.42);
  color: var(--university-cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.hero-premium-journey article > div {
  display: grid;
  gap: 4px;
}

.hero-premium-journey strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.hero-premium-journey small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  line-height: 1.35;
}

.hero-premium-proof {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.hero-premium-proof > div {
  display: grid;
  gap: 4px;
}

.hero-premium-proof > div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(184, 207, 224, 0.22);
}

.hero-premium-proof strong {
  color: #fff;
  font-size: 19px;
  line-height: 1;
}

.hero-premium-proof span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-premium-fields {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-premium-fields span {
  position: relative;
}

.hero-premium-fields span + span::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 2px;
  height: 2px;
  background: var(--university-cyan);
}

@media (max-width: 980px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-typewriter {
    width: min(100%, 500px);
    min-height: 124px;
    margin-top: 20px;
  }

  .hero-premium-panel {
    max-width: 620px;
    margin: 0;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 162px;
  }

  .hero h1 {
    font-size: clamp(50px, 16vw, 68px);
  }

  .hero-typewriter {
    min-height: 124px;
  }

  .hero-typewriter-display {
    min-height: 114px;
  }

  .hero .hero-typewriter-value {
    font-size: clamp(28px, 9vw, 34px);
  }

  .hero .hero-typewriter-value.is-long {
    font-size: clamp(22px, 7vw, 28px);
  }

  .hero .hero-typewriter-label {
    font-size: clamp(16px, 4.8vw, 19px);
  }

  .hero-premium-panel {
    padding: 25px 22px;
  }

  .hero-premium-panel::before {
    left: 22px;
  }

  .hero-premium-heading {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
  }

  .hero-premium-mark {
    width: 46px;
    height: 46px;
  }

  .hero-premium-panel h2 {
    font-size: 27px;
  }

  .hero-premium-proof > div + div {
    padding-left: 16px;
  }
}

/* Homepage pathway panel: preserve all diploma and BSc choices with a quieter hierarchy. */
.hero-pathways-panel {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  padding: 22px 24px !important;
  overflow: hidden;
  border: 1px solid rgba(184, 207, 224, 0.42) !important;
  border-radius: 4px !important;
  background: linear-gradient(180deg, rgba(12, 44, 74, 0.96), rgba(5, 24, 45, 0.96)) !important;
  box-shadow: 0 26px 64px rgba(0, 8, 20, 0.25) !important;
}

.hero-pathways-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 72px;
  height: 3px;
  background: var(--university-cyan);
}

.hero-pathways-kicker {
  margin: 0 0 6px;
  color: var(--university-cyan) !important;
  font-size: 10px;
  letter-spacing: 0.09em;
}

.hero-pathways-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2.2vw, 30px);
  line-height: 1;
  letter-spacing: -0.02em;
}

.hero-pathways-intro {
  margin: 8px 0 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  line-height: 1.45;
}

.hero-pathway-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(184, 207, 224, 0.2);
}

.hero-pathway-card,
.hero-pathway-card--network,
.hero-pathway-card--cloud,
.hero-pathway-card--systems,
.hero-pathway-card--degree {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 11px;
  min-height: 66px;
  padding: 9px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(184, 207, 224, 0.16) !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.hero-pathway-card:hover {
  border-color: rgba(184, 207, 224, 0.16) !important;
  background: rgba(143, 199, 220, 0.07) !important;
  box-shadow: none !important;
  transform: none !important;
}

.hero-pathway-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(143, 199, 220, 0.38) !important;
  border-radius: 2px !important;
  color: var(--university-cyan) !important;
  background: rgba(3, 17, 32, 0.22) !important;
}

.hero-pathway-icon svg {
  width: 21px;
  height: 21px;
}

.hero-pathway-copy {
  gap: 2px;
}

.hero-pathway-copy strong {
  font-size: 12.5px;
  line-height: 1.15;
}

.hero-pathway-copy small,
.hero-pathway-copy em {
  font-size: 9px;
  line-height: 1.25;
}

.hero-pathway-copy small {
  color: rgba(255, 255, 255, 0.58);
}

.hero-pathway-copy em,
.hero-pathway-arrow {
  color: var(--university-cyan) !important;
}

.hero-pathway-arrow svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.hero-pathway-card--degree {
  min-height: 82px;
  padding-block: 10px !important;
  border-bottom: 0 !important;
  background: linear-gradient(90deg, rgba(143, 199, 220, 0.08), transparent 72%) !important;
}

.hero-pathway-card--degree:hover {
  background: linear-gradient(90deg, rgba(143, 199, 220, 0.08), transparent 72%) !important;
}

.hero-pathway-badge {
  padding: 2px 5px;
  border-color: rgba(143, 199, 220, 0.44) !important;
  border-radius: 2px !important;
  color: #d9f1f7 !important;
  background: rgba(143, 199, 220, 0.08) !important;
  font-size: 7px;
}

.hero-degree-marker {
  width: 26px;
  height: 26px;
  border-color: rgba(143, 199, 220, 0.44) !important;
  border-radius: 2px !important;
  color: #fff !important;
  background: rgba(30, 93, 145, 0.62) !important;
  font-size: 8px;
}

.hero-pathways-assessment {
  grid-template-columns: 30px minmax(0, 1fr) 16px;
  gap: 9px;
  min-height: 44px;
  margin-top: 10px;
  padding: 7px 2px !important;
  border: 0 !important;
  border-top: 1px solid rgba(184, 207, 224, 0.18) !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: transparent !important;
}

.hero-pathways-assessment:hover {
  border-color: var(--university-cyan) !important;
  background: transparent !important;
}

.hero-pathways-assessment > span:first-child {
  width: 30px;
  height: 30px;
  color: var(--university-cyan) !important;
}

.hero-pathways-assessment > span:first-child svg {
  width: 23px;
  height: 23px;
}

.hero-pathways-assessment small {
  font-size: 9px;
}

.hero-pathways-assessment strong {
  font-size: 11px;
}

.hero-pathways-assessment i {
  color: var(--university-cyan) !important;
}

@media (max-width: 980px) {
  .hero-pathways-panel {
    max-width: 620px;
    margin: 0;
  }
}

@media (max-width: 640px) {
  .hero-pathways-panel {
    padding: 20px 18px !important;
  }

  .hero-pathways-panel::before {
    left: 18px;
  }

  .hero-pathway-card,
  .hero-pathway-card--degree {
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    gap: 9px;
    padding-block: 10px !important;
  }

  .hero-pathway-icon {
    width: 34px;
    height: 34px;
  }

  .hero-pathway-copy strong {
    font-size: 12px;
  }
}

/* About page: light programme-guidance banner between the CTA and footer. */
.about-minimal-footer {
  border-top: 0;
}

.about-guidance-strip,
.page-guidance-strip {
  padding: 34px 0;
  border-top: 1px solid #dbe4ec;
  border-bottom: 1px solid #dbe4ec;
  background: var(--university-paper);
}

.about-guidance-strip-inner,
.page-guidance-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 38px;
}

.about-guidance-strip .eyebrow,
.page-guidance-strip .eyebrow {
  margin: 0 0 10px;
  color: var(--university-blue);
}

.about-guidance-strip h2,
.page-guidance-strip h2 {
  margin: 0;
  color: var(--university-navy);
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.15;
}

.about-guidance-strip p:not(.eyebrow),
.page-guidance-strip p:not(.eyebrow) {
  margin: 8px 0 0;
  color: #506176;
  font-size: 15px;
  line-height: 1.55;
}

.about-guidance-strip .button,
.page-guidance-strip .button {
  min-width: 270px;
  justify-content: center;
}

@media (max-width: 720px) {
  .about-guidance-strip,
  .page-guidance-strip {
    padding: 28px 0;
  }

  .about-guidance-strip-inner,
  .page-guidance-strip-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-guidance-strip .button,
  .page-guidance-strip .button {
    width: 100%;
    min-width: 0;
  }
}

/* Full-width academic navigation inspired by traditional university sites. */
.site-header {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  transform: none !important;
  border: 0 !important;
  border-bottom: 1px solid #d7e0e8 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(7, 26, 47, 0.08) !important;
  backdrop-filter: none !important;
}

.utility-bar {
  min-height: 36px;
  padding: 0 max(24px, calc((100vw - 1840px) / 2)) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0 !important;
  background: var(--university-navy) !important;
  box-shadow: none !important;
}

.utility-contact,
.utility-portals {
  flex-wrap: nowrap;
  gap: 0 !important;
}

.utility-contact a,
.utility-portals a,
.utility-portals .utility-feature-link,
.utility-portals .utility-feature-link[aria-current="page"] {
  min-height: 36px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, 0.76) !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
  transform: none !important;
}

.utility-contact a:first-child,
.utility-portals .utility-feature-link:first-child {
  border-left: 0 !important;
}

.utility-contact a::before {
  display: none !important;
}

.utility-contact a:hover,
.utility-portals a:hover,
.utility-portals .utility-feature-link:hover,
.utility-portals .utility-feature-link[aria-current="page"] {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.07) !important;
}

.main-bar {
  min-height: 68px;
  padding: 8px max(30px, calc((100vw - 1840px) / 2)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
}

.main-bar::before,
.main-bar::after {
  display: none !important;
}

.brand {
  min-width: 230px;
  gap: 12px;
}

.brand img {
  width: 42px;
  height: 42px;
  filter: none !important;
}

.brand strong {
  color: var(--university-navy);
  font-size: 16px;
  letter-spacing: 0.08em;
}

.brand small {
  margin-top: 5px;
  color: #65758a;
  font-size: 10px;
  letter-spacing: 0.22em;
}

.nav-panel {
  gap: 0;
}

.nav-panel > a,
.nav-item > a {
  min-height: 44px;
  padding: 12px 11px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0 !important;
  color: #4b5d73;
  background: transparent !important;
  font-size: 13px;
  font-weight: 700;
  transform: none !important;
}

.nav-panel > a:hover,
.nav-item:hover > a,
.nav-item.expanded > a {
  color: var(--university-blue);
  border-bottom-color: var(--university-blue);
  background: transparent !important;
}

.nav-panel .nav-cta {
  min-height: 42px;
  margin-left: 8px;
  padding: 11px 18px;
  border: 1px solid var(--university-navy) !important;
  border-radius: 3px !important;
  color: #fff !important;
  background: var(--university-navy) !important;
  box-shadow: none !important;
}

.nav-panel .nav-cta:hover {
  color: #fff !important;
  border-color: var(--university-blue) !important;
  background: var(--university-blue) !important;
}

.nav-corner-badge {
  top: -3px;
  right: 6px;
  padding: 3px 7px;
  border: 1px solid #b7c9d8;
  border-radius: 2px !important;
  color: var(--university-blue);
  background: #fff !important;
  box-shadow: none !important;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.mega-menu {
  top: calc(100% + 12px);
  border-color: #c8d4df !important;
  border-radius: 2px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 12px 28px rgba(7, 26, 47, 0.14) !important;
  backdrop-filter: none !important;
}

.mega-menu::before {
  top: -14px;
  height: 14px;
}

.mega-menu a {
  border-radius: 1px !important;
  color: #465a70;
  background: #fff;
}

.mega-menu a:hover {
  color: var(--university-blue);
  border-color: #c8d4df;
  background: #edf3f7;
}

.mega-menu.degree-pathway-menu {
  width: min(330px, calc(100vw - 24px));
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
  padding: 10px;
}

.degree-pathway-menu a {
  display: grid;
  justify-content: stretch;
  gap: 3px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.degree-pathway-menu strong {
  color: var(--university-navy);
  font-size: 13px;
  line-height: 1.35;
}

.degree-pathway-menu small {
  color: #718094;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.degree-pathway-menu a:hover strong {
  color: var(--university-blue);
}

.degree-pathway-menu .degree-pathway-featured-link strong,
.degree-pathway-menu .degree-pathway-diploma-link strong,
.degree-pathway-menu .degree-pathway-bsc-link strong {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.degree-pathway-new-badge {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 2px 6px;
  border: 1px solid var(--university-blue);
  border-radius: 3px;
  color: #ffffff;
  background: var(--university-blue);
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
}

.degree-pathway-menu .degree-pathway-featured-link[aria-current="page"],
.degree-pathway-menu .degree-pathway-diploma-link[aria-current="page"],
.degree-pathway-menu .degree-pathway-bsc-link[aria-current="page"] {
  border-left: 3px solid var(--university-blue);
  background: #edf5ff;
}

.degree-pathway-menu .degree-pathway-featured-link:hover .degree-pathway-new-badge,
.degree-pathway-menu .degree-pathway-featured-link[aria-current="page"] .degree-pathway-new-badge,
.degree-pathway-menu .degree-pathway-diploma-link:hover .degree-pathway-new-badge,
.degree-pathway-menu .degree-pathway-diploma-link[aria-current="page"] .degree-pathway-new-badge,
.degree-pathway-menu .degree-pathway-bsc-link:hover .degree-pathway-new-badge,
.degree-pathway-menu .degree-pathway-bsc-link[aria-current="page"] .degree-pathway-new-badge {
  color: var(--university-blue);
  background: #ffffff;
}

@media (min-width: 981px) and (max-width: 1320px) {
  .brand {
    min-width: 170px;
  }

  .nav-panel > a,
  .nav-item > a {
    padding-inline: 7px;
    font-size: 11px;
  }

  .nav-panel .nav-cta {
    padding-inline: 12px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .main-bar {
    gap: 8px;
    padding-inline: 8px !important;
  }

  .brand {
    min-width: 145px;
    gap: 8px;
  }

  .nav-panel {
    gap: 1px;
  }

  .nav-panel > a,
  .nav-item > a {
    padding-inline: 1px;
    font-size: 11px;
  }

  .nav-panel .nav-cta {
    margin-left: 4px;
    padding-inline: 8px;
  }
}

@media (max-width: 980px) {
  .utility-bar {
    padding: 0 10px !important;
  }

  .main-bar {
    min-height: 62px;
    padding: 9px 14px !important;
  }

  .brand {
    min-width: 0;
  }

  .nav-toggle {
    border: 1px solid #c8d4df;
    border-radius: 2px;
    background: #fff;
  }

  .nav-panel {
    top: 137px;
    left: 0;
    right: 0;
    max-height: calc(100svh - 137px);
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    justify-content: stretch;
    gap: 4px;
    padding: 12px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0 !important;
    background: var(--university-navy) !important;
    background-image: none !important;
    box-shadow: 0 12px 28px rgba(7, 26, 47, 0.18);
  }

  .nav-panel > a,
  .nav-item > a {
    min-height: 42px;
    width: 100%;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px !important;
    color: rgba(255, 255, 255, 0.84);
    background: transparent !important;
  }

  .nav-item {
    width: 100%;
  }

  .nav-panel > a:hover,
  .nav-item:hover > a,
  .nav-item.expanded > a {
    color: #fff;
    border-color: rgba(143, 199, 220, 0.55);
    background: rgba(255, 255, 255, 0.06) !important;
  }

  .nav-panel .nav-cta {
    width: 100%;
    margin-left: 0;
    border-color: var(--university-blue) !important;
    background: var(--university-blue) !important;
  }

  .mega-menu,
  .mega-menu.compact {
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    transform: none !important;
    border-color: rgba(255, 255, 255, 0.13) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    box-shadow: none !important;
  }

  .mega-menu a {
    color: rgba(255, 255, 255, 0.72);
    border-color: rgba(255, 255, 255, 0.08);
    background: transparent;
  }

  .mega-menu a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
  }

  .mega-menu.degree-pathway-menu {
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }

  .nav-item.expanded .mega-menu.degree-pathway-menu {
    padding: 8px;
  }

  .degree-pathway-menu strong {
    color: rgba(255, 255, 255, 0.88);
  }

  .degree-pathway-menu small {
    color: rgba(255, 255, 255, 0.58);
  }

  .degree-pathway-menu a:hover strong {
    color: #fff;
  }

  .degree-pathway-menu .degree-pathway-featured-link[aria-current="page"],
  .degree-pathway-menu .degree-pathway-diploma-link[aria-current="page"],
  .degree-pathway-menu .degree-pathway-bsc-link[aria-current="page"] {
    border-left-color: #62cdf4;
    background: rgba(255, 255, 255, 0.08);
  }

  .degree-pathway-menu .degree-pathway-featured-link[aria-current="page"] .degree-pathway-new-badge,
  .degree-pathway-menu .degree-pathway-diploma-link[aria-current="page"] .degree-pathway-new-badge,
  .degree-pathway-menu .degree-pathway-bsc-link[aria-current="page"] .degree-pathway-new-badge {
    color: #0b5d91;
    background: #ffffff;
  }

}

@media (max-width: 620px) {
  .nav-panel {
    top: 140px;
    max-height: calc(100svh - 140px);
  }
}

.about-page.degree-pathway-page .degree-pathway-hero {
  isolation: isolate;
  padding-bottom: 96px;
}

.about-page.degree-pathway-page .degree-pathway-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-image: url("assets/images/degree-pathway-graduation-ai-v2.png");
  background-repeat: no-repeat;
  background-position: center 48%;
  background-size: cover;
  opacity: 0.78;
  filter: saturate(0.9) contrast(1.04) brightness(0.96);
}

.about-page.degree-pathway-page .degree-pathway-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3, 22, 42, 0.82) 0%, rgba(4, 28, 51, 0.7) 50%, rgba(3, 23, 44, 0.54) 100%);
}

.about-page.degree-pathway-page .degree-pathway-hero > .hero-grid {
  z-index: 2;
  opacity: 0.16 !important;
}

.about-page.degree-pathway-page .degree-pathway-hero-layout {
  z-index: 3;
}

.about-page.degree-pathway-page .degree-pathway-hero-content {
  max-width: 930px;
}

.about-page.degree-pathway-page .degree-pathway-hero-layout {
  align-items: center;
}

.about-page.degree-pathway-page .degree-pathway-hero-photo {
  max-width: 640px;
}

.about-page.degree-pathway-page .degree-pathway-hero .eyebrow {
  margin-bottom: 0;
  letter-spacing: 0.14em;
}

.about-page.degree-pathway-page .degree-pathway-hero-content > .degree-pathway-subheading {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.25;
}

.about-page.degree-pathway-page .degree-pathway-description {
  max-width: 820px;
}

.about-page.degree-pathway-page .degree-pathway-actions {
  margin-top: 32px;
}

.degree-pathway-text-link,
.degree-pathway-entry-card > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--about-blue);
  font-weight: 900;
  transition: color 160ms ease, gap 160ms ease;
}

.degree-pathway-text-link {
  margin-top: 8px;
}

.degree-pathway-text-link:hover,
.degree-pathway-text-link:focus-visible,
.degree-pathway-entry-card > a:hover,
.degree-pathway-entry-card > a:focus-visible {
  gap: 12px;
  color: var(--blue);
  outline: none;
}

.degree-pathway-highlights {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #16466d;
}

.degree-pathway-highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.degree-pathway-highlights article {
  display: grid;
  align-content: center;
  min-height: 126px;
  padding: 24px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.degree-pathway-highlights article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.degree-pathway-highlights strong {
  color: #fff;
  font-size: 17px;
}

.degree-pathway-highlights span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.degree-pathway-progression {
  position: relative;
  padding: 88px 0 96px;
  border-bottom: 1px solid var(--about-line);
  background: var(--about-paper);
}

.degree-pathway-section-head {
  max-width: 780px;
  margin-bottom: 46px;
}

.degree-pathway-section-head .eyebrow {
  margin-bottom: 16px;
}

.degree-pathway-section-head h2,
.degree-pathway-entry-copy h2 {
  margin: 0;
  color: var(--about-navy);
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.04;
}

.degree-pathway-section-head > p:not(.eyebrow),
.degree-pathway-entry-copy > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.degree-pathway-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.degree-pathway-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 310px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--about-line);
  border-top: 3px solid var(--about-blue);
  border-radius: 3px;
  color: var(--ink);
  background: var(--about-paper);
  box-shadow: 0 16px 38px rgba(13, 44, 73, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  scroll-margin-top: 170px;
}

.degree-pathway-card:hover,
.degree-pathway-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--about-blue);
  box-shadow: 0 20px 44px rgba(13, 44, 73, 0.13);
  outline: none;
}

.degree-pathway-step {
  color: var(--about-blue);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.degree-pathway-stage {
  margin-top: 24px;
  color: var(--about-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.degree-pathway-card h2 {
  margin: 12px 0 0;
  color: var(--about-navy);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.degree-pathway-card p {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

.degree-pathway-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 30px;
  color: var(--about-blue);
  font-size: 13px;
  font-weight: 900;
}

.degree-pathway-card:hover .degree-pathway-card-link,
.degree-pathway-card:focus-visible .degree-pathway-card-link {
  color: var(--blue);
}

.degree-pathway-arrow {
  display: grid;
  place-items: center;
  color: var(--about-blue);
  font-size: 28px;
  font-weight: 900;
}

.degree-pathway-card,
.degree-pathway-entry {
  scroll-margin-top: 170px;
}

.degree-pathway-note {
  max-width: 820px;
  margin: 34px auto 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.degree-pathway-entry {
  padding: 88px 0;
  border-bottom: 1px solid var(--about-line);
  background: var(--about-slate);
}

.degree-pathway-entry-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 64px;
  align-items: start;
}

.degree-pathway-entry-copy .button {
  margin-top: 30px;
}

.degree-pathway-entry-routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.degree-pathway-entry-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #cbd7e2;
  border-top: 3px solid var(--about-blue);
  border-radius: 3px;
  background: #fff;
}

.degree-pathway-entry-label {
  color: var(--about-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.degree-pathway-entry-card h3 {
  margin: 22px 0 0;
  color: var(--about-navy);
  font-size: 26px;
  line-height: 1.14;
}

.degree-pathway-entry-card p {
  margin: 18px 0 26px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.68;
}

.degree-pathway-entry-card > a {
  margin-top: auto;
}

.about-page.degree-pathway-page .degree-pathway-learning {
  padding: 88px 0;
  border-bottom: 1px solid var(--about-line);
  background: var(--about-paper);
}

.about-page.degree-pathway-page .degree-pathway-ecosystem .ecosystem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-page.degree-pathway-page .degree-pathway-final-cta p:not(.eyebrow) {
  max-width: 720px;
}

@media (max-width: 1120px) {
  .degree-pathway-track {
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  }

  .degree-pathway-card {
    min-height: 330px;
    padding: 24px;
  }

  .degree-pathway-card h2 {
    font-size: 21px;
  }
}

@media (max-width: 980px) {
  .degree-pathway-highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .degree-pathway-highlights article:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .degree-pathway-highlights article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }

  .degree-pathway-entry-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .about-page.degree-pathway-page .degree-pathway-ecosystem .ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .about-page.degree-pathway-page .degree-pathway-hero {
    padding-bottom: 68px;
  }

  .about-page.degree-pathway-page .degree-pathway-hero::before {
    background-position: 38% center;
    opacity: 0.68;
  }

  .about-page.degree-pathway-page .degree-pathway-hero::after {
    background: linear-gradient(180deg, rgba(3, 22, 42, 0.76) 0%, rgba(3, 24, 46, 0.68) 58%, rgba(3, 23, 44, 0.58) 100%);
  }

  .degree-pathway-progression {
    padding: 64px 0 72px;
  }

  .degree-pathway-track {
    grid-template-columns: minmax(0, 1fr);
  }

  .degree-pathway-card {
    min-height: 0;
  }

  .degree-pathway-arrow {
    min-height: 54px;
    transform: rotate(90deg);
  }

  .degree-pathway-entry {
    padding: 68px 0;
  }
}

@media (max-width: 700px) {
  .degree-pathway-highlights-grid,
  .degree-pathway-entry-routes,
  .about-page.degree-pathway-page .degree-pathway-ecosystem .ecosystem-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .degree-pathway-highlights article,
  .degree-pathway-highlights article:nth-child(2) {
    min-height: 104px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }

  .degree-pathway-highlights article:first-child {
    border-top: 0;
  }

  .degree-pathway-entry-card {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .about-page.degree-pathway-page .degree-pathway-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-page.degree-pathway-page .degree-pathway-actions .button {
    width: 100%;
  }

  .degree-pathway-card {
    padding: 24px 22px;
  }
}

/* Once-per-session programme and career guidance welcome popup. */
.guidance-popup-open {
  overflow: hidden;
}

.site-guidance-popup {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(3, 16, 30, 0.72);
}

.site-guidance-popup.visible {
  display: grid;
}

.site-guidance-dialog {
  position: relative;
  width: min(100%, 720px);
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(143, 199, 220, 0.54);
  border-radius: 12px;
  color: #fff;
  background: #071d33;
  box-shadow: 0 30px 90px rgba(0, 7, 18, 0.48);
}

.site-guidance-dialog::before,
.site-guidance-dialog::after {
  content: "";
  position: absolute;
  inset: 0;
}

.site-guidance-dialog::before {
  background: url("assets/images/popup-career-advisor-realistic.jpg") center / cover no-repeat;
  opacity: 0.68;
}

.site-guidance-dialog::after {
  background:
    linear-gradient(90deg, rgba(5, 25, 45, 0.99) 0%, rgba(5, 25, 45, 0.96) 48%, rgba(5, 25, 45, 0.66) 70%, rgba(5, 25, 45, 0.18) 100%),
    linear-gradient(0deg, rgba(4, 20, 37, 0.5), transparent 45%);
}

.site-guidance-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 61%;
  min-height: 460px;
  flex-direction: column;
  justify-content: center;
  padding: 28px 30px 26px;
}

.site-guidance-close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 6px;
  color: #fff;
  background: rgba(5, 25, 45, 0.68);
  backdrop-filter: blur(8px);
  cursor: pointer;
  font: 400 25px/1 Arial, sans-serif;
}

.site-guidance-close:hover,
.site-guidance-close:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.site-guidance-mark {
  width: 52px;
  height: 89px;
  margin-bottom: 10px;
  background: url("assets/nextgen-logo-directory-hq.png") center / contain no-repeat;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.18));
}

.site-guidance-kicker {
  margin: 0 0 7px;
  color: #83d8f7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-guidance-dialog h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 36px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.site-guidance-content > p:not(.site-guidance-kicker) {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.site-guidance-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.site-guidance-reassurance span {
  padding: 6px 8px;
  border: 1px solid rgba(131, 216, 247, 0.34);
  border-radius: 999px;
  color: #d8f3fd;
  background: rgba(8, 44, 73, 0.54);
  font-size: 11px;
  font-weight: 800;
}

.site-guidance-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 7px;
  background: rgba(4, 25, 44, 0.66);
  backdrop-filter: blur(8px);
}

.site-guidance-contact span {
  color: #9cdff7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-guidance-contact strong {
  color: #fff;
  font-size: 18px;
}

.site-guidance-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 13px;
}

.site-guidance-actions .button {
  width: 100%;
  justify-content: center;
  min-height: 44px;
  padding: 10px 13px;
  font-size: 13px;
  border-radius: 7px;
}

.site-guidance-actions .button.primary {
  color: #fff;
  background: #168f5b;
  box-shadow: 0 12px 28px rgba(4, 42, 29, 0.3);
}

.site-guidance-actions .button.primary:hover,
.site-guidance-actions .button.primary:focus-visible {
  background: #11a968;
}

.site-guidance-later {
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 7px;
  color: #fff;
  background: rgba(5, 25, 45, 0.58);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.site-guidance-later:hover,
.site-guidance-later:focus-visible {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

@media (max-width: 560px) {
  .site-guidance-popup {
    padding: 14px;
  }

  .site-guidance-dialog {
    max-height: calc(100svh - 28px);
    overflow: auto;
    min-height: 0;
  }

  .site-guidance-dialog::before {
    background-position: 63% center;
    opacity: 0.48;
  }

  .site-guidance-dialog::after {
    background: rgba(5, 25, 45, 0.9);
  }

  .site-guidance-content {
    width: 100%;
    min-height: 0;
    padding: 24px 20px 20px;
  }

  .site-guidance-mark {
    width: 46px;
    height: 79px;
    margin-bottom: 9px;
  }

  .site-guidance-dialog h2 {
    max-width: 320px;
    font-size: 27px;
  }

  .site-guidance-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .site-guidance-actions {
    grid-template-columns: 1fr;
  }
}

/* Homepage contact directory — premium institutional treatment */
.contact-support-panel {
  margin-top: 32px;
  padding: 36px;
  border: 1px solid #45627b;
  border-radius: 2px !important;
  background: #0d2c49;
  background-image: none;
  box-shadow: none;
}

.contact-support-head {
  max-width: 820px;
  margin-bottom: 30px;
  gap: 9px;
}

.contact-support-head .eyebrow {
  color: #8fc7dc;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.contact-support-head h2 {
  max-width: 700px;
  color: #fff;
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 760;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.contact-support-head p:not(.eyebrow) {
  max-width: 640px;
  color: #b9c8d6;
  font-size: 14px;
  line-height: 1.7;
}

.contact-support-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 0;
  align-items: stretch;
  border-top: 1px solid #4d687f;
  border-bottom: 1px solid #4d687f;
}

.contact-support-card {
  gap: 22px;
  padding: 28px 30px 30px 0;
  overflow: visible;
  border: 0;
  border-right: 1px solid #4d687f;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none;
  transition: none;
}

.contact-support-card:last-child {
  padding-right: 0;
  padding-left: 30px;
  border-right: 0;
}

.contact-support-card::before {
  display: none;
}

.contact-support-card:hover {
  transform: none;
  border-color: #4d687f;
  background: transparent;
  box-shadow: none;
}

.contact-support-card h4 {
  min-height: 44px;
  margin: 0;
  padding-left: 14px;
  border-left: 3px solid #8fc7dc;
  color: #fff;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.3;
}

.marketing-contact-columns {
  gap: 28px;
}

.marketing-contact-column {
  gap: 0;
}

.contact-support-person {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 12px;
  min-height: 67px;
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid rgba(185, 200, 214, 0.24);
  border-radius: 0 !important;
  background: transparent;
}

.marketing-contact-column .contact-support-person:first-child {
  border-top: 1px solid rgba(185, 200, 214, 0.24);
}

.contact-support-person strong {
  grid-column: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}

.contact-support-person a:not(.mini-call) {
  grid-column: 1;
  color: #b9c8d6;
  font-size: 12px;
  font-weight: 700;
}

.contact-support-person .mini-call,
.contact-support-person .mini-call:hover {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  min-height: 32px;
  padding: 7px 13px;
  color: #fff !important;
  border: 1px solid #6f8ba2 !important;
  border-radius: 2px !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-support-person .mini-call:hover {
  border-color: #8fc7dc !important;
  color: #8fc7dc !important;
}

.support-group-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.support-contact-group {
  gap: 12px;
  padding: 0 18px;
  border-right: 1px solid rgba(185, 200, 214, 0.22);
}

.support-contact-group:first-child {
  padding-left: 0;
}

.support-contact-group:last-child {
  padding-right: 0;
  border-right: 0;
}

.support-contact-group h5 {
  align-items: flex-start;
  min-height: 48px;
  color: #dce7ef;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.support-contact-group .contact-support-person {
  border-top: 1px solid rgba(185, 200, 214, 0.24);
}

.contact-support-card ul {
  display: grid;
  gap: 0;
}

.contact-support-card li {
  position: relative;
  padding: 6px 0 6px 13px;
  color: #aebfcd;
  border: 0;
  border-radius: 0 !important;
  background: transparent;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.35;
}

.contact-support-card li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  border-radius: 0 !important;
  background: #8fc7dc;
}

.contact-support-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid #4d687f;
}

.contact-support-steps span {
  justify-content: center;
  min-height: 60px;
  padding: 16px 20px;
  color: #c7d4df;
  border: 0;
  border-right: 1px solid #4d687f;
  border-radius: 0 !important;
  background: transparent;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.035em;
}

.contact-support-steps span:last-child {
  border-right: 0;
}

.contact-support-steps strong {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  color: #8fc7dc;
  border: 1px solid #6f8ba2;
  border-radius: 50% !important;
  background: transparent;
  box-shadow: none;
}

.contact-support-steps strong svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 980px) {
  .contact-support-grid {
    grid-template-columns: 1fr;
  }

  .contact-support-card,
  .contact-support-card:last-child {
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid #4d687f;
  }

  .contact-support-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .contact-support-panel {
    padding: 26px 22px;
  }

  .marketing-contact-columns,
  .support-group-grid,
  .contact-support-steps {
    grid-template-columns: 1fr;
  }

  .support-contact-group,
  .support-contact-group:first-child,
  .support-contact-group:last-child {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(185, 200, 214, 0.22);
  }

  .support-contact-group:last-child {
    border-bottom: 0;
  }

  .contact-support-steps span {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #4d687f;
  }

  .contact-support-steps span:last-child {
    border-bottom: 0;
  }
}

/* Unified contact journey: support directory, advisor CTA, then offices */
.contact-footer-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}

.contact-support-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.46fr);
  align-items: stretch;
  gap: 28px;
  margin-bottom: 30px;
}

.contact-support-intro .contact-support-head {
  align-content: center;
  margin-bottom: 0;
}

.contact-footer-copy--compact {
  display: grid;
  align-content: center;
  padding: 22px;
  border: 1px solid #45627b;
  border-radius: 2px !important;
  background: #0a243d;
  box-shadow: none;
}

.contact-footer-copy--compact .footer-logo {
  width: 72px;
  margin: 0 0 10px;
}

.contact-footer-copy--compact .eyebrow {
  margin: 0;
  color: #8fc7dc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-footer-copy--compact h3 {
  max-width: 360px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 760;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

.contact-footer-copy--compact > p:not(.eyebrow) {
  max-width: 360px;
  margin: 12px 0 0;
  color: #b9c8d6;
  font-size: 12px;
  line-height: 1.55;
}

.contact-footer-copy--compact .footer-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin-top: 16px;
}

.contact-footer-copy--compact .footer-actions .button {
  width: 100%;
  min-height: 36px;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 2px !important;
  font-size: 10px;
}

.office-card-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.office-card-grid .office-card:first-child {
  grid-column: 1 / -1;
}

@media (max-width: 700px) {
  .contact-support-intro {
    grid-template-columns: 1fr;
  }

  .contact-footer-copy--compact {
    padding: 20px;
  }

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

  .office-card-grid .office-card:first-child {
    grid-column: auto;
  }
}

/* Visually separate the office directory from the dark support section */
.office-directory-section {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  isolation: isolate;
  margin-top: 18px;
  padding: 70px 0 78px;
}

.office-directory-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  border-top: 1px solid #d8e1e9;
  border-bottom: 1px solid #d8e1e9;
  border-radius: 0 !important;
  background: #f3f6f8;
}

.office-directory-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: 10px 48px;
  margin-bottom: 30px;
}

.office-directory-head .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: #225aa3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.office-directory-head h2 {
  margin: 0;
  color: #0b2037;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.office-directory-head > p:last-child {
  max-width: 500px;
  margin: 0 0 4px;
  color: #526375;
  font-size: 15px;
  line-height: 1.7;
}

.office-directory-section .office-card-grid {
  gap: 14px;
}

.office-directory-section .office-card {
  min-height: 0;
  padding: 28px;
  border: 1px solid #cbd6df;
  border-radius: 2px !important;
  background: #fff;
  background-image: none;
  box-shadow: none;
}

.office-directory-section .office-card h3 {
  margin-bottom: 20px;
  color: #0b2037;
  font-size: 21px;
  font-weight: 760;
  line-height: 1.22;
}

.office-directory-section .office-detail span {
  color: #225aa3;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.office-directory-section .office-detail p,
.office-directory-section .office-detail a {
  color: #526375;
}

.office-directory-section .office-detail a:hover {
  color: #225aa3;
}

.office-directory-section .office-map {
  height: 210px;
  border: 1px solid #cbd6df;
  border-radius: 1px !important;
  background: #e8edf1;
  background-image: none;
  box-shadow: none;
}

@media (max-width: 700px) {
  .office-directory-section {
    padding: 54px 0 60px;
  }

  .office-directory-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .office-directory-head .eyebrow {
    grid-column: auto;
  }

  .office-directory-head h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .office-directory-section .office-card {
    padding: 24px;
  }
}

/* Balanced support introduction: institutional mark, directory, advisor */
.contact-support-intro {
  grid-template-columns: minmax(110px, 0.3fr) minmax(220px, 1fr) minmax(220px, 0.62fr);
  align-items: stretch;
  gap: 18px;
}

.contact-support-brand {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  min-width: 0;
  padding: 20px 14px;
  border-right: 1px solid #45627b;
  border-radius: 0 !important;
}

.contact-support-brand img {
  width: 104px;
  height: auto;
}

.contact-support-brand span {
  max-width: 120px;
  color: #8fc7dc;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.contact-support-intro .contact-support-head {
  align-content: center;
  padding: 16px 8px;
}

.contact-support-intro .contact-support-head h2 {
  font-size: clamp(28px, 3.1vw, 42px);
}

.contact-footer-copy--compact {
  padding: 20px;
}

.contact-footer-copy--compact h3 {
  font-size: clamp(26px, 2.65vw, 34px);
}

.contact-footer-copy--compact > p:not(.eyebrow) {
  margin-top: 10px;
}

.contact-footer-copy--compact .footer-actions {
  margin-top: 14px;
}

@media (max-width: 700px) {
  .contact-support-intro {
    grid-template-columns: 1fr;
  }

  .contact-support-brand {
    grid-template-columns: auto 1fr;
    justify-items: start;
    padding: 18px 0 22px;
    border-right: 0;
    border-bottom: 1px solid #45627b;
  }

  .contact-support-brand img {
    width: 78px;
  }

  .contact-support-brand span {
    max-width: 170px;
    text-align: left;
  }

  .contact-support-intro .contact-support-head {
    padding: 12px 0;
  }
}

/* Admissions enquiry — premium university presentation */
.apply-section {
  padding-top: 82px;
  padding-bottom: 88px;
  border-top: 1px solid #d8e1e9;
  border-bottom: 1px solid #d8e1e9;
  background: #f3f6f8;
  background-image: none;
}

.apply-grid {
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.4fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid #cbd6df;
  border-top: 4px solid #225aa3;
  border-radius: 2px !important;
  background: #fff;
  box-shadow: 0 18px 44px rgba(11, 32, 55, 0.07);
}

.apply-card {
  align-content: center;
  min-height: 0;
  padding: 46px 42px;
  border: 0;
  border-radius: 0 !important;
  background: #0d2c49;
  background-image: none;
  box-shadow: none;
}

.apply-card::before,
.enquiry-panel::before {
  display: none;
}

.apply-card .eyebrow {
  color: #8fc7dc;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.apply-card h2 {
  max-width: 440px;
  margin-top: 14px;
  color: #fff;
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.apply-card > p:not(.eyebrow) {
  max-width: 440px;
  margin-top: 20px;
  color: #b9c8d6;
  font-size: 14px;
  line-height: 1.7;
}

.direct-contact-strip {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid #4d687f;
}

.direct-contact-strip a,
.direct-contact-strip a[href^="https://wa.me"],
.direct-contact-strip a[href^="tel"],
.direct-contact-strip a:hover,
.direct-contact-strip a[href^="https://wa.me"]:hover,
.direct-contact-strip a[href^="tel"]:hover {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #4d687f !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.direct-contact-strip a:hover {
  color: #8fc7dc !important;
}

.direct-contact-strip a span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.direct-contact-strip a strong {
  font-size: 13px;
  font-weight: 750;
}

.enquiry-panel {
  grid-template-columns: minmax(270px, 0.88fr) minmax(280px, 1.12fr);
  gap: 30px 38px;
  min-height: 0;
  padding: 42px;
  border: 0;
  border-left: 1px solid #d8e1e9;
  border-radius: 0 !important;
  background: #fff;
  background-image: none;
  box-shadow: none;
}

.enquiry-form {
  align-content: start;
  gap: 10px;
}

.enquiry-form-head {
  display: grid;
  gap: 5px;
  margin-bottom: 10px;
}

.enquiry-form-head span,
.enquiry-process-title {
  margin: 0;
  color: #225aa3;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.enquiry-form-head h3 {
  margin: 0;
  color: #0b2037;
  font-size: 24px;
  font-weight: 760;
  line-height: 1.2;
}

.enquiry-form label {
  color: #33485d;
  font-size: 11px;
  font-weight: 750;
}

.enquiry-form input,
.enquiry-form select {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #b9c8d6;
  border-radius: 2px !important;
  background: #fff;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
}

.enquiry-form input:focus,
.enquiry-form select:focus {
  border-color: #225aa3;
  box-shadow: 0 0 0 2px rgba(34, 90, 163, 0.11);
}

.enquiry-form select:disabled {
  background: #eef2f5;
}

.enquiry-form .button {
  min-height: 44px;
  margin-top: 9px;
  border: 1px solid #0b2037 !important;
  border-radius: 2px !important;
  background: #0b2037 !important;
  box-shadow: none !important;
  transform: none !important;
}

.enquiry-form .form-note {
  color: #68798b;
  font-size: 10px;
}

.enquiry-steps {
  counter-reset: admissions-step;
  align-content: start;
  gap: 0;
  border-top: 1px solid #d8e1e9;
}

.enquiry-process-title {
  padding: 0 0 12px;
  border-bottom: 1px solid #d8e1e9;
}

.enquiry-steps::before,
.enquiry-steps::after {
  display: none;
  animation: none;
}

.enquiry-steps div {
  counter-increment: admissions-step;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  min-height: 0;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid #e0e6eb;
  border-radius: 0 !important;
  background: transparent;
  background-image: none;
  box-shadow: none;
}

.enquiry-steps span {
  width: 26px;
  height: 26px;
  color: #fff;
  border: 0;
  border-radius: 2px !important;
  background: #225aa3;
  background-image: none;
  box-shadow: none;
  animation: none !important;
}

.enquiry-steps span::before {
  content: counter(admissions-step, decimal-leading-zero);
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.enquiry-steps span::after,
.enquiry-steps i {
  display: none;
}

.enquiry-steps p {
  color: #526375;
  font-size: 12px;
  line-height: 1.5;
}

.advisor-response-card {
  gap: 8px;
  padding: 20px 22px;
  border: 1px solid #cbd6df;
  border-left: 4px solid #225aa3;
  border-radius: 1px !important;
  background: #f3f6f8;
  background-image: none;
  box-shadow: none;
}

.advisor-response-card span {
  color: #225aa3;
  font-size: 10px;
  letter-spacing: 0.09em;
}

.advisor-response-card h3 {
  color: #0b2037;
  font-size: 20px;
}

.advisor-response-card p {
  color: #526375;
  font-size: 13px;
}

.advisor-response-card strong {
  color: #33485d;
  font-size: 11px;
}

@media (max-width: 980px) {
  .apply-grid,
  .enquiry-panel {
    grid-template-columns: 1fr;
  }

  .apply-card {
    padding: 38px 34px;
  }

  .enquiry-panel {
    padding: 34px;
    border-top: 1px solid #d8e1e9;
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .apply-section {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .apply-card,
  .enquiry-panel {
    padding: 28px 24px;
  }

  .apply-card h2 {
    font-size: clamp(36px, 11vw, 48px);
  }
}

/* Universal legal footer strip used on every rendered page */
.universal-legal-footer {
  padding: 0 0 16px;
  border-radius: 0 !important;
  background: #0d2c49;
  color: rgba(255, 255, 255, 0.68);
}

.universal-legal-footer .footer-bottom {
  min-height: 86px;
  margin-top: 0;
  padding-top: 24px;
}

.site-footer-bottom,
.footer-legal-copy span:last-child,
.footer-legal-links {
  font-size: 14px;
}

@media (max-width: 900px) {
  .site-footer-bottom {
    display: grid;
    align-items: start;
    gap: 14px;
  }

  .site-footer-bottom .footer-legal-links {
    justify-content: flex-start;
  }
}

/* About page: compact institutional layout and consistent section rhythm */
.about-page {
  --about-navy: #0d2c49;
  --about-navy-raised: #153b59;
  --about-blue: #245a9f;
  --about-paper: #ffffff;
  --about-slate: #eef3f7;
  --about-line: #d4dee7;
  background: var(--about-paper);
}

.about-page > section {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.about-page .about-hero {
  padding: 176px 0 84px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--about-navy);
}

.about-page .about-hero-layout {
  grid-template-columns: minmax(0, 0.94fr) minmax(460px, 1.06fr);
  gap: 54px;
}

.about-page .about-hero h1 {
  max-width: 720px;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1;
}

.about-page .about-hero-content > p:not(.eyebrow) {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.66;
}

.about-page .about-hero-photo-card {
  max-width: 640px;
}

.about-page .about-hero-photo-frame,
.about-page .about-hero-photo-card figcaption {
  border-radius: 3px;
  box-shadow: none;
}

.about-page .about-hero-photo-card figcaption {
  margin-top: 12px;
  padding: 15px 17px;
  border-color: rgba(255, 255, 255, 0.18);
  background: var(--about-navy-raised);
  backdrop-filter: none;
}

.about-page .about-achievement-icon {
  border-radius: 2px;
  box-shadow: none;
}

.about-page .about-story-section {
  padding: 80px 0;
  border-bottom: 1px solid var(--about-line);
  background: var(--about-paper);
}

.about-story-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 72px;
  align-items: start;
}

.about-story-intro h2 {
  max-width: 560px;
  margin-top: 16px;
  color: var(--ink);
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.04;
}

.about-story-intro > p:not(.eyebrow) {
  max-width: 570px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.72;
}

.about-story-body {
  display: grid;
  gap: 20px;
  padding-left: 40px;
  border-left: 2px solid rgba(36, 90, 159, 0.28);
}

.about-story-body p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.76;
}

.about-page .academic-section {
  padding: 80px 0;
  border-bottom: 1px solid var(--about-line);
  background: var(--about-slate);
}

.about-page .academic-section .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  column-gap: 64px;
  row-gap: 12px;
  align-items: end;
  max-width: none;
  margin-bottom: 38px;
}

.about-page .academic-section .section-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.about-page .academic-section .section-head h2 {
  grid-column: 1;
  margin: 0;
  font-size: clamp(36px, 3.8vw, 54px);
  line-height: 1.05;
}

.about-page .academic-section .section-head > p:not(.eyebrow) {
  grid-column: 2;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.about-page .academic-grid {
  gap: 14px;
}

.about-page .academic-card {
  min-height: 315px;
  padding: 25px;
  border-color: #cbd7e2;
  border-radius: 2px !important;
  background: #ffffff;
  background-image: none;
  box-shadow: none;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.about-page .academic-card:hover {
  transform: none;
  border-color: #8fa9c0;
  background: #f9fbfd;
  box-shadow: none;
}

.about-page .academic-card .academic-icon {
  border-radius: 2px;
  background: #e8f0f7;
  background-image: none;
  box-shadow: none;
}

.about-page .academic-card h3 {
  font-size: 21px;
}

.about-page .academic-card p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.66;
}

.about-page .founder-section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--about-navy);
}

.about-page .founder-section::before {
  display: none;
}

.about-page .founder-grid--single {
  grid-template-columns: minmax(0, 1fr);
  justify-content: stretch;
}

.about-page .founder-card--single {
  width: 100%;
  max-width: none;
  padding: 42px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px !important;
  background: var(--about-navy-raised);
  background-image: none;
  box-shadow: none;
}

.about-page .founder-profile-row {
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.about-page .founder-card--single .founder-photo-frame {
  width: 180px;
  max-width: 100%;
  border-color: rgba(255, 255, 255, 0.24);
}

.about-page .founder-card h2 {
  max-width: 760px;
  font-size: clamp(36px, 4.3vw, 58px);
  line-height: 1.02;
}

.about-page .founder-card--single .founder-message {
  columns: 2;
  column-gap: 46px;
  margin-top: 30px;
  padding-top: 28px;
  border-top-color: rgba(255, 255, 255, 0.18);
}

.about-page .founder-message p {
  break-inside: avoid;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.72;
}

.about-page .founder-signature {
  margin-top: 12px;
  padding-top: 22px;
}

.about-page .founder-signature strong {
  font-size: 21px;
}

.about-page .about-stats-band {
  padding: 52px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: #16466d;
}

.about-page .about-stats-band::before {
  display: none;
}

.about-page .about-stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-page .about-stat {
  min-height: 118px;
  padding: 20px 116px 20px 20px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.07);
  background-image: none;
  backdrop-filter: none;
}

.about-page .about-stat span {
  font-size: clamp(28px, 2.6vw, 38px);
}

.about-page .about-practical {
  padding: 78px 0;
  border-bottom: 1px solid var(--about-line);
  background: var(--about-paper);
}

.about-page .practical-career-grid {
  gap: 38px;
}

.about-page .about-practical__media,
.about-page .career-panel,
.about-page .career-step {
  border-radius: 2px !important;
  box-shadow: none;
}

.about-page .about-practical__media {
  border-color: #cbd7e2;
}

.about-page .career-panel {
  padding: 30px;
  border-color: #cbd7e2;
  background: var(--about-slate);
  background-image: none;
}

.about-page .career-step {
  border-color: #cbd7e2;
  background: #ffffff;
}

.about-page .career-step span {
  border-radius: 2px !important;
  background: #dce9f3;
}

.about-page .bmich-section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--about-navy);
}

.about-page .bmich-section::before {
  display: none;
}

.about-page .bmich-grid {
  grid-template-columns: minmax(300px, 0.52fr) minmax(560px, 1fr);
  gap: 54px;
}

.about-page .bmich-gallery img {
  border-radius: 2px !important;
  box-shadow: none;
}

.about-page .projects-events-section {
  padding: 80px 0;
  border-bottom: 1px solid var(--about-line);
  background: var(--about-slate);
  background-image: none;
}

.about-page .project-event-card,
.about-page .project-event-gallery {
  border-radius: 2px !important;
  box-shadow: none;
}

.about-page .project-event-card {
  border-color: #cbd7e2;
  background: #ffffff;
}

.about-page .ecosystem-section {
  padding: 68px 0;
  border-bottom: 1px solid var(--about-line);
  background: var(--about-paper);
}

.about-page .ecosystem-grid article {
  border-color: #cbd7e2;
  border-radius: 2px !important;
  background: #f7f9fb;
  background-image: none;
  box-shadow: none;
}

.about-page .ecosystem-grid article::after {
  display: none;
}

.about-page .campus-facilities-section {
  padding: 80px 0;
  border-bottom: 1px solid var(--about-line);
  background: var(--about-slate);
}

.about-page .campus-gallery figure {
  border-color: #cbd7e2;
  border-radius: 2px !important;
  box-shadow: none;
}

.about-page .about-final-cta {
  padding: 56px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--about-navy);
}

.about-page .about-final-cta::before {
  display: none;
}

.about-page .about-final-cta-inner {
  gap: 42px;
}

.about-page .about-guidance-strip {
  padding: 32px 0;
  background: #f7f9fb;
}

@media (max-width: 980px) {
  .about-page .about-hero {
    padding: 170px 0 70px;
  }

  .about-page .about-hero-layout,
  .about-story-layout,
  .about-page .academic-section .section-head,
  .about-page .bmich-grid {
    grid-template-columns: 1fr;
  }

  .about-story-layout {
    gap: 34px;
  }

  .about-story-body {
    padding: 28px 0 0;
    border-top: 2px solid rgba(36, 90, 159, 0.28);
    border-left: 0;
  }

  .about-page .academic-section .section-head > p:not(.eyebrow) {
    grid-column: 1;
  }

  .about-page .founder-card--single .founder-message {
    column-gap: 32px;
  }

  .about-page .bmich-grid {
    gap: 34px;
  }
}

@media (max-width: 700px) {
  .about-page .about-hero,
  .about-page .about-story-section,
  .about-page .academic-section,
  .about-page .founder-section,
  .about-page .about-practical,
  .about-page .bmich-section,
  .about-page .projects-events-section,
  .about-page .campus-facilities-section {
    padding-bottom: 58px;
  }

  .about-page .about-hero {
    padding-top: 164px;
  }

  .about-page .about-story-section,
  .about-page .academic-section,
  .about-page .founder-section,
  .about-page .about-practical,
  .about-page .bmich-section,
  .about-page .projects-events-section,
  .about-page .campus-facilities-section {
    padding-top: 58px;
  }

  .about-page .about-hero-layout {
    gap: 32px;
  }

  .about-page .about-hero h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .about-page .about-hero-content > p:not(.eyebrow),
  .about-story-intro > p:not(.eyebrow) {
    font-size: 16px;
  }

  .about-page .about-hero-photo-card figcaption {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .about-page .about-achievement-icon {
    width: 42px;
    height: 42px;
  }

  .about-page .academic-section .section-head {
    margin-bottom: 28px;
  }

  .about-page .founder-card--single {
    padding: 26px;
  }

  .about-page .founder-profile-row {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 20px;
  }

  .about-page .founder-card--single .founder-photo-frame {
    width: 112px;
  }

  .about-page .founder-card h2 {
    font-size: clamp(30px, 8.8vw, 44px);
  }

  .about-page .founder-card--single .founder-message {
    columns: 1;
  }

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

  .about-page .about-stat {
    padding: 20px;
  }

  .about-page .about-stat-photo {
    display: none;
  }

  .about-page .about-stat strong {
    width: 100%;
  }

  .about-page .ecosystem-section {
    padding: 52px 0;
  }
}

@media (max-width: 480px) {
  .about-page .founder-profile-row,
  .about-page .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .about-page .founder-card--single .founder-photo-frame {
    width: 138px;
  }

  .about-page .about-stat {
    min-height: 96px;
  }
}

/* About page: clearer statistic photography and larger technology marks */
.about-page .about-stat-photo {
  top: 10px;
  right: 12px;
  width: 100px;
  height: 98px;
  opacity: 0.58;
  border-color: rgba(255, 255, 255, 0.28);
  background-image:
    linear-gradient(135deg, rgba(7, 33, 56, 0.12), rgba(7, 33, 56, 0.02)),
    url("assets/images/about/about-stat-thumbnails.webp");
  box-shadow: none;
}

.about-page .about-stat::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 0;
  width: 100px;
  height: 98px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, rgba(22, 70, 109, 0.08), transparent 55%);
  pointer-events: none;
}

.about-page .ecosystem-grid {
  gap: 14px;
  align-items: stretch;
}

.about-page .ecosystem-grid article {
  min-height: 68px;
  gap: 13px;
  padding: 9px 18px 9px 11px;
}

.about-page .ecosystem-grid article img {
  width: 72px;
  height: 44px;
  flex: 0 0 72px;
  padding: 2px;
  border-color: #b8cddd;
  box-shadow: none;
}

.about-page .ecosystem-grid article span {
  display: flex;
  min-height: 44px;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 700px) {
  .about-page .about-stat::after {
    display: none;
  }

  .about-page .ecosystem-grid article {
    width: 100%;
  }

  .about-page .ecosystem-grid article span {
    white-space: normal;
  }
}
/* News, events and convocation galleries. */
.news-events-body {
  color: #26394d;
  background: #fff;
}

.news-events-page {
  overflow: hidden;
}

.news-events-page h1,
.news-events-page h2,
.news-events-page h3,
.news-events-page p {
  text-wrap: pretty;
}

.news-events-hero {
  position: relative;
  isolation: isolate;
  min-height: 540px;
  display: grid;
  align-items: center;
  padding: clamp(168px, 14vw, 190px) 0 clamp(84px, 9vw, 132px);
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(3, 17, 31, 0.98) 0%, rgba(4, 25, 44, 0.92) 39%, rgba(5, 30, 50, 0.6) 69%, rgba(4, 20, 35, 0.28) 100%),
    url("assets/images/news-events/news-events-hero-campus.webp");
  background-position: center, center 48%;
  background-size: cover, cover;
  background-repeat: no-repeat;
}

.news-events-hero-pattern {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(1, 9, 17, 0.08), rgba(1, 9, 17, 0.42));
}

.news-events-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
}

.news-events-hero-copy {
  max-width: 810px;
}

.news-events-hero-copy .eyebrow {
  color: #8fc7dc;
}

.news-events-hero-copy h1 {
  max-width: 780px;
  margin: 12px 0 22px;
  color: #fff;
  font-size: clamp(42px, 5.3vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.news-events-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.7;
}

.news-events-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.news-events-hero-card {
  position: relative;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 4px solid #2aa5d6;
  border-radius: 4px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 70px rgba(0, 9, 20, 0.26);
  backdrop-filter: blur(10px);
}

.news-events-hero-card::after {
  content: "03";
  position: absolute;
  top: 20px;
  right: 24px;
  color: rgba(255, 255, 255, 0.12);
  font-size: 76px;
  font-weight: 800;
  line-height: 1;
}

.news-events-hero-card-kicker {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 20px;
  color: #8fc7dc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-events-hero-card strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 330px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.2;
}

.news-events-hero-card p {
  margin: 16px 0 24px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
}

.news-events-hero-card a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-weight: 800;
}

.news-events-section-nav {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #d7e0e8;
  background: #fff;
  box-shadow: 0 8px 26px rgba(7, 26, 47, 0.06);
}

.news-events-section-nav .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 0;
}

.news-events-section-nav a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 94px;
  justify-content: center;
  padding: 20px clamp(18px, 3vw, 40px);
  border-left: 1px solid #e0e7ed;
  color: #0b2b49;
  transition: color 180ms ease, background 180ms ease;
}

.news-events-section-nav a:last-child {
  border-right: 1px solid #e0e7ed;
}

.news-events-section-nav a:hover,
.news-events-section-nav a:focus-visible {
  color: #087ba9;
  background: #f3f8fb;
}

.news-events-section-nav strong {
  font-size: 16px;
}

.news-events-section-nav span {
  color: #718094;
  font-size: 12px;
}

.news-events-featured,
.campus-news-section,
.convocation-albums-section {
  scroll-margin-top: 112px;
}

.news-events-featured {
  padding: clamp(48px, 4vw, 58px) 0 28px;
  border-top: 1px solid #d6e1e8;
  border-bottom: 1px solid #cbd9e3;
  background: linear-gradient(180deg, #eef4f7 0%, #e6eff4 100%);
}

.news-events-section-head {
  max-width: 780px;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.news-events-section-head h2 {
  margin: 8px 0 11px;
  color: #071a2f;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.news-events-section-head > p:not(.eyebrow) {
  margin: 0;
  color: #607187;
  font-size: 16px;
  line-height: 1.6;
}

.free-event-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  overflow: hidden;
  border: 1px solid #ccd8e2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(7, 26, 47, 0.1);
}

.free-event-summary {
  padding: clamp(26px, 3.2vw, 42px);
}

.free-event-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-bottom: 18px;
}

.free-event-certificate-mini {
  float: right;
  width: clamp(172px, 32%, 204px);
  margin: 0 0 22px 28px;
  padding: 5px;
  border: 1px solid #bdccd7;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 26, 47, 0.13);
}

.free-event-certificate-mini img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d5dfe7;
}

.free-event-certificate-mini figcaption {
  padding: 6px 4px 2px;
  color: #607187;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.free-event-status span {
  padding: 8px 12px;
  border-radius: 2px;
  color: #fff;
  background: #0784b5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.free-event-status strong {
  color: #64758a;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.free-event-summary h3 {
  max-width: 720px;
  margin: 0 0 14px;
  color: #071a2f;
  font-size: clamp(29px, 3.2vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.free-event-summary > p {
  max-width: 690px;
  margin: 0;
  color: #5e7086;
  font-size: 16px;
  line-height: 1.65;
}

.free-event-benefits {
  display: flex;
  clear: both;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.free-event-benefits span {
  position: relative;
  padding: 10px 12px 10px 32px;
  border: 1px solid #d6e0e8;
  border-radius: 3px;
  color: #344b61;
  background: #f8fafb;
  font-size: 12px;
  font-weight: 700;
}

.free-event-benefits span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #0784b5;
  border-left: 2px solid #0784b5;
  transform: translateY(-70%) rotate(-45deg);
}

.free-event-topics {
  padding: clamp(27px, 3vw, 40px);
  color: #fff;
  background: #081e35;
}

.free-event-label {
  margin: 0 0 10px;
  color: #8fc7dc;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.free-event-topics h3 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 27px;
}

.free-event-topics ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.free-event-topics li {
  display: grid;
  gap: 5px;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.free-event-topics li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.free-event-topics li strong {
  font-size: 16px;
}

.free-event-topics li span {
  color: rgba(255, 255, 255, 0.61);
  font-size: 13px;
}

.campus-news-section {
  padding: clamp(40px, 3.5vw, 50px) 0 28px;
  border-bottom: 1px solid #d2dfe7;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

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

.campus-news-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #d5dfe7;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(7, 26, 47, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.campus-news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 46px rgba(7, 26, 47, 0.13);
}

.campus-news-card time {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 10px;
  padding: 18px 22px;
  color: #fff;
  background: linear-gradient(110deg, #081e35, #0d466d);
}

.campus-news-card time span {
  align-self: center;
  color: #8fc7dc;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.campus-news-card time strong {
  font-size: 44px;
  line-height: 0.9;
}

.campus-news-card time em {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-style: normal;
}

.campus-news-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 22px 24px;
}

.campus-news-category {
  margin-bottom: 11px;
  color: #0784b5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.campus-news-card h3 {
  margin: 0 0 10px;
  color: #071a2f;
  font-size: 23px;
  line-height: 1.2;
}

.campus-news-card p {
  flex: 1;
  margin: 0 0 18px;
  color: #627388;
  line-height: 1.6;
}

.campus-news-card a {
  display: inline-flex;
  gap: 8px;
  color: #086e99;
  font-size: 13px;
  font-weight: 800;
}

.convocation-albums-section {
  padding: clamp(40px, 3.5vw, 50px) 0 clamp(48px, 4vw, 58px);
  border-top: 1px solid #c5d3de;
  background: linear-gradient(180deg, #e4edf3 0%, #d9e5ed 100%);
}

.convocation-albums-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 3vw, 38px);
}

.convocation-album-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #bdccd7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(7, 26, 47, 0.13);
}

.convocation-album-card[data-album-year="2025"] {
  border-color: #a9c4d2;
  background: #f2f7fa;
  box-shadow: 0 22px 58px rgba(7, 52, 82, 0.16);
}

.convocation-year-banner {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 92px;
  padding: 18px clamp(24px, 4vw, 48px);
  color: #fff;
  border-bottom: 4px solid #d3ad56;
  background: #071f37;
}

.convocation-year-banner--2025 {
  border-bottom-color: #79c4df;
  background: #0a466a;
}

.convocation-year-banner > div {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(0, 2.8fr) minmax(160px, 1fr);
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: none;
}

.convocation-year-banner > div::after {
  content: "";
  grid-column: 3;
}

.convocation-year-banner strong {
  grid-column: 1;
  justify-self: start;
  font-size: clamp(25px, 2.7vw, 34px);
  line-height: 1;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.convocation-year-banner p {
  grid-column: 2;
  justify-self: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.45;
  text-align: center;
}

.convocation-year-banner p b {
  color: #f5d57e;
  font-weight: 900;
}

.convocation-year-separator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding-inline: clamp(18px, 6vw, 84px);
}

.convocation-year-separator span {
  height: 2px;
  background: linear-gradient(90deg, transparent, #7d94a6);
}

.convocation-year-separator span:last-child {
  background: linear-gradient(90deg, #7d94a6, transparent);
}

.convocation-year-separator i {
  width: 12px;
  height: 12px;
  border: 2px solid #0a466a;
  background: #d3ad56;
  transform: rotate(45deg);
}

.convocation-album-cover {
  position: relative;
  order: 1;
  margin: 0;
  overflow: hidden;
  background: #071a2f;
}

.convocation-album-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.convocation-album-copy {
  display: grid;
  order: 3;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 250px);
  align-items: start;
  column-gap: clamp(28px, 4vw, 52px);
  padding: clamp(28px, 4vw, 48px) clamp(24px, 5vw, 64px);
}

.convocation-album-copy > :not(.convocation-partner-logos) {
  grid-column: 1;
}

.convocation-album-card[data-album-year="2025"] .convocation-album-copy {
  border-top: 1px solid #d4e2e9;
  background: #f2f7fa;
}

.album-status {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 9px;
  border: 1px solid #bcd5df;
  border-radius: 2px;
  color: #087ba9;
  background: #eef7fa;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.convocation-album-copy h3 {
  max-width: 900px;
  margin: 0 0 12px;
  color: #071a2f;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.convocation-album-copy h4 {
  max-width: 900px;
  margin: 0 0 18px;
  color: #087ba9;
  font-size: 14px;
  line-height: 1.5;
}

.convocation-album-copy p {
  max-width: 940px;
  margin: 0 0 14px;
  color: #65768a;
  line-height: 1.6;
}

.convocation-album-copy .convocation-programme-intro {
  margin-bottom: 10px;
  color: #344b61;
  font-weight: 800;
}

.convocation-programme-list {
  display: grid;
  gap: 9px;
  max-width: 940px;
  margin: 0 0 17px;
  padding: 0;
  color: #344b61;
  list-style: none;
}

.convocation-programme-list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.55;
}

.convocation-programme-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 2px;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #0784b5;
  border-left: 2px solid #0784b5;
  transform: rotate(-45deg);
}

.convocation-partner-logos {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 8;
  grid-template-columns: minmax(74px, 0.68fr) minmax(124px, 1.32fr);
  align-self: center;
  align-items: center;
  justify-self: stretch;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.convocation-partner-logo {
  display: grid;
  place-items: center;
  height: 78px;
  overflow: hidden;
  padding: 8px 10px;
  border: 1px solid #c7d6e0;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
  box-shadow: 0 8px 22px rgba(7, 26, 47, 0.08);
}

.convocation-partner-logo--nextgen {
  width: 100%;
}

.convocation-partner-logo--abe {
  width: 100%;
}

.convocation-partner-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.convocation-partner-logo--nextgen img {
  max-height: 60px;
}

.convocation-partner-logo--abe img {
  max-height: 46px;
}

.convocation-photo-album {
  order: 2;
  border-top: 1px solid #d7e1e8;
  background: #fff;
}

.convocation-album-card[data-album-year="2025"] .convocation-photo-album {
  border-top-color: #c4d8e2;
  background: #e8f1f5;
}

.convocation-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  background: #f6f9fb;
}

.convocation-photo-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid #cfdae2;
  overflow: hidden;
  border-radius: 6px;
  background: #dce5eb;
  box-shadow: 0 7px 18px rgba(7, 26, 47, 0.08);
  cursor: zoom-in;
}

.convocation-photo-button::after {
  content: "+";
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff;
  background: rgba(5, 30, 50, 0.76);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
}

.convocation-photo-button:focus-visible {
  outline: 3px solid #0784b5;
  outline-offset: 2px;
}

.convocation-photo-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: filter 220ms ease, transform 280ms ease;
}

.convocation-photo-button:hover img,
.convocation-photo-button:focus-visible img {
  filter: brightness(1.03) contrast(1.02);
  transform: scale(1.09);
}

body.convocation-lightbox-open {
  overflow: hidden;
}

.convocation-lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  background: rgba(3, 12, 22, 0.98);
}

.convocation-lightbox::backdrop {
  background: rgba(2, 8, 15, 0.92);
  backdrop-filter: blur(8px);
}

.convocation-lightbox-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
}

.convocation-lightbox-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 3vw, 42px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #071a2f;
}

.convocation-lightbox-header > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.convocation-lightbox-header strong {
  font-size: 15px;
}

.convocation-lightbox-counter {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.convocation-lightbox-close,
.convocation-lightbox-previous,
.convocation-lightbox-next,
.convocation-lightbox-controls button {
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.convocation-lightbox-close:hover,
.convocation-lightbox-close:focus-visible,
.convocation-lightbox-previous:hover,
.convocation-lightbox-previous:focus-visible,
.convocation-lightbox-next:hover,
.convocation-lightbox-next:focus-visible,
.convocation-lightbox-controls button:hover,
.convocation-lightbox-controls button:focus-visible {
  border-color: #8fc7dc;
  background: rgba(143, 199, 220, 0.18);
}

.convocation-lightbox-close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
}

.convocation-lightbox-stage {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 0;
  align-items: center;
  gap: clamp(10px, 2vw, 30px);
  padding: clamp(14px, 2.5vw, 38px);
  overflow: hidden;
}

.convocation-lightbox-viewport {
  display: grid;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  place-items: center;
  overflow: hidden;
  cursor: zoom-in;
}

.convocation-lightbox-viewport img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: scale(var(--gallery-zoom, 1));
  transition: transform 180ms ease;
  user-select: none;
}

.convocation-lightbox-viewport.is-zoomed {
  cursor: zoom-out;
}

.convocation-lightbox-previous,
.convocation-lightbox-next {
  width: clamp(40px, 4vw, 54px);
  height: clamp(52px, 6vw, 72px);
  border-radius: 3px;
  font-size: 40px;
  font-weight: 200;
}

.convocation-lightbox-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 68px;
  padding: 12px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #071a2f;
}

.convocation-lightbox-controls button {
  min-width: 40px;
  height: 38px;
  padding-inline: 12px;
  border-radius: 3px;
  font-size: 18px;
}

.convocation-lightbox-controls [data-lightbox-reset] {
  min-width: 68px;
  font-size: 12px;
  font-weight: 800;
}

.convocation-lightbox-controls small {
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}

.nav-panel a[aria-current="page"] {
  color: var(--university-blue);
  border-bottom-color: var(--university-blue);
}

@media (max-width: 1180px) {
  .news-events-hero {
    background-image:
      linear-gradient(180deg, rgba(3, 17, 31, 0.88), rgba(4, 25, 44, 0.74)),
      url("assets/images/news-events/news-events-hero-campus.webp");
    background-position: center, 68% center;
  }

  .news-events-hero-layout,
  .free-event-card {
    grid-template-columns: 1fr;
  }

  .news-events-hero-card {
    max-width: 640px;
  }

  .campus-news-grid {
    grid-template-columns: 1fr;
  }

  .campus-news-card {
    grid-template-columns: 150px 1fr;
    grid-template-rows: none;
  }

  .campus-news-card time {
    grid-template-columns: 1fr;
    align-content: center;
    align-items: start;
  }

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

@media (max-width: 760px) {
  .news-events-hero {
    min-height: 0;
    padding: 164px 0 72px;
  }

  .news-events-featured,
  .campus-news-section {
    padding: 38px 0 24px;
  }

  .convocation-albums-section {
    padding: 38px 0 44px;
  }

  .news-events-section-head {
    margin-bottom: 26px;
  }

  .news-events-hero-copy h1 {
    font-size: clamp(40px, 13vw, 60px);
  }

  .news-events-section-nav .container {
    grid-template-columns: 1fr;
  }

  .news-events-section-nav a,
  .news-events-section-nav a:last-child {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid #e0e7ed;
  }

  .free-event-summary,
  .free-event-topics {
    padding: 30px 24px;
  }

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

  .campus-news-card time {
    grid-template-columns: auto 1fr auto;
  }

  .convocation-year-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
    min-height: 0;
    padding: 22px;
  }

  .convocation-year-banner > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .convocation-year-banner > div::after {
    display: none;
  }

  .convocation-year-banner strong,
  .convocation-year-banner p {
    grid-column: 1;
    justify-self: start;
    text-align: left;
  }

  .convocation-album-copy {
    grid-template-columns: 1fr;
  }

  .convocation-partner-logos {
    grid-column: 1;
    grid-row: auto;
    width: min(100%, 280px);
    margin-top: 8px;
    justify-self: start;
  }

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

  .convocation-lightbox-stage {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 6px;
    padding: 10px 6px;
  }

  .convocation-lightbox-previous,
  .convocation-lightbox-next {
    width: 40px;
    height: 54px;
  }

  .convocation-lightbox-controls small {
    display: none;
  }

}

@media (max-width: 480px) {
  .news-events-hero-actions,
  .news-events-hero-actions .button {
    width: 100%;
  }

  .campus-news-card time {
    padding: 20px;
  }

  .free-event-certificate-mini {
    float: none;
    width: min(100%, 250px);
    margin: 0 0 24px;
  }

  .campus-news-card-copy,
  .convocation-album-copy {
    padding: 25px 22px 28px;
  }

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

  .convocation-partner-logos {
    gap: 10px;
  }

  .convocation-partner-logo--nextgen {
    width: 100%;
  }

  .convocation-partner-logo--abe {
    width: 100%;
  }
}

/* Homepage hierarchy: programmes, learning advantages and student outcomes */
.home-programmes-section,
.home-outcomes-section {
  padding: 86px 0 92px;
  border-top: 1px solid #d8e1e9;
  border-bottom: 1px solid #d8e1e9;
  background: #fff;
}

.home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.55fr);
  align-items: end;
  gap: 12px 56px;
  max-width: none;
  margin-bottom: 34px;
}

.home-section-head .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -2px;
  color: #225aa3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-section-head h2 {
  margin: 0;
  color: #0b2037;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.home-section-head > p:last-child {
  max-width: 520px;
  margin: 0 0 4px;
  color: #4e6072;
  font-size: 16px;
  line-height: 1.72;
}

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

.home-programme-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  color: inherit;
  border: 1px solid #cbd6df;
  border-radius: 2px !important;
  background: #fff;
  box-shadow: 0 16px 38px rgba(11, 32, 55, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-programme-card:hover,
.home-programme-card:focus-visible {
  transform: translateY(-4px);
  border-color: #7fa3c5;
  box-shadow: 0 22px 48px rgba(11, 32, 55, 0.12);
}

.home-programme-card:focus-visible {
  outline: 3px solid rgba(34, 90, 163, 0.28);
  outline-offset: 3px;
}

.home-programme-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #dce5ed;
}

.home-programme-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(5, 22, 39, 0.48));
}

.home-programme-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.home-programme-card:hover .home-programme-media img {
  transform: scale(1.035);
}

.home-programme-media > span {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 13px;
  padding: 7px 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 2px !important;
  background: rgba(11, 43, 74, 0.88);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.home-programme-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 24px 24px;
}

.home-programme-content .home-programme-category {
  margin: 0 0 9px;
  color: #225aa3;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-programme-content h3 {
  margin: 0;
  color: #0b2037;
  font-size: 20px;
  font-weight: 760;
  line-height: 1.28;
}

.home-programme-content > p:not(.home-programme-category) {
  margin: 13px 0 22px;
  color: #526375;
  font-size: 13px;
  line-height: 1.68;
}

.home-programme-content > strong,
.home-outcome-card > strong {
  margin-top: auto;
  color: #225aa3;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-programmes-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 30px;
}

.why-nextgen-band {
  background: #f3f6f8;
}

.home-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #cbd6df;
  border-top: 4px solid #225aa3;
  border-radius: 2px !important;
  background: #fff;
  box-shadow: 0 18px 44px rgba(11, 32, 55, 0.07);
}

.home-outcome-card {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 30px 30px;
  color: inherit;
  border-right: 1px solid #d9e1e8;
  background: #fff;
  transition: background-color 180ms ease;
}

.home-outcome-card:last-child {
  border-right: 0;
}

.home-outcome-card:hover,
.home-outcome-card:focus-visible {
  background: #f7f9fb;
}

.home-outcome-card:focus-visible {
  outline: 3px solid rgba(34, 90, 163, 0.28);
  outline-offset: -3px;
}

.home-outcome-card > span:first-child {
  margin: 0 0 16px;
  color: #225aa3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}

.home-outcome-card h3 {
  margin: 0;
  color: #0b2037;
  font-size: 20px;
  font-weight: 760;
  line-height: 1.28;
}

.home-outcome-card > p {
  margin: 13px 0 22px;
  color: #526375;
  font-size: 13px;
  line-height: 1.68;
}

/* Campus details now lead into the support footer. */
main > .office-directory-section {
  margin-top: 0;
}

@media (max-width: 980px) {
  .home-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .home-outcomes-grid {
    grid-template-columns: 1fr;
  }

  .home-outcome-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d9e1e8;
  }

  .home-outcome-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .home-programmes-section,
  .home-outcomes-section {
    padding: 58px 0 62px;
  }

  .home-section-head {
    margin-bottom: 26px;
  }

  .home-section-head h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

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

  .home-programme-content {
    padding: 23px 22px 22px;
  }

  .home-programmes-action,
  .home-programmes-action .button {
    width: 100%;
  }

  .home-programmes-action .button {
    justify-content: center;
  }

  .home-outcome-card {
    padding: 27px 24px;
  }
}

/* News & Events: compact, editorial convocation albums */
.convocation-albums-section {
  padding: 68px 0 76px;
  border-top: 1px solid #cbd6df;
  background: #f3f6f8;
}

.convocation-albums-section .news-events-section-head {
  max-width: 760px;
  margin-bottom: 32px;
}

.convocation-albums-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}

.convocation-year-separator {
  display: none;
}

.convocation-album-card,
.convocation-album-card[data-album-year="2025"] {
  border: 1px solid #cbd6df;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(11, 32, 55, 0.09);
}

.convocation-year-banner,
.convocation-year-banner--2025 {
  min-height: 64px;
  padding: 13px 22px;
  border-bottom: 3px solid #d3ad56;
  background: #0d2c49;
}

.convocation-year-banner--2025 {
  border-bottom-color: #79c4df;
}

.convocation-year-banner > div {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
}

.convocation-year-banner > div::after {
  display: none;
}

.convocation-year-banner strong {
  grid-column: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
}

.convocation-year-banner p {
  grid-column: 2;
  justify-self: end;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

.convocation-album-cover {
  aspect-ratio: 16 / 8.25;
  max-height: 245px;
}

.convocation-album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.convocation-album-copy,
.convocation-album-card[data-album-year="2025"] .convocation-album-copy {
  order: 2;
  grid-template-columns: 1fr;
  padding: 25px 24px 23px;
  border-top: 0;
  background: #fff;
}

.convocation-album-copy > :not(.convocation-partner-logos) {
  grid-column: 1;
}

.album-status {
  margin-bottom: 12px;
}

.convocation-album-copy h3 {
  margin-bottom: 9px;
  font-size: clamp(24px, 2.2vw, 31px);
  line-height: 1.14;
}

.convocation-album-copy h4 {
  margin-bottom: 13px;
  font-size: 12px;
}

.convocation-album-copy p {
  margin-bottom: 11px;
  font-size: 13px;
  line-height: 1.58;
}

.convocation-album-copy .convocation-programme-intro {
  margin-top: 3px;
  margin-bottom: 7px;
  font-size: 12px;
}

.convocation-programme-list {
  gap: 6px;
  margin-bottom: 15px;
  font-size: 12px;
}

.convocation-programme-list li {
  padding-left: 19px;
  line-height: 1.45;
}

.convocation-partner-logos {
  grid-column: 1;
  grid-row: auto;
  grid-template-columns: 58px 112px;
  justify-self: start;
  gap: 9px;
  width: auto;
  margin-top: 2px;
}

.convocation-partner-logo {
  height: 52px;
  padding: 6px 8px;
  border-radius: 3px;
  box-shadow: none;
}

.convocation-partner-logo img,
.convocation-partner-logo--nextgen img {
  max-height: 38px;
}

.convocation-partner-logo--abe img {
  max-height: 30px;
}

.convocation-photo-album,
.convocation-album-card[data-album-year="2025"] .convocation-photo-album {
  order: 3;
  border-top: 1px solid #d8e1e9;
  background: #fff;
}

.convocation-album-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  color: #0b2037;
  background: #f7f9fb;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}

.convocation-album-toggle::-webkit-details-marker {
  display: none;
}

.convocation-album-toggle strong {
  color: #526375;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.convocation-album-toggle::after {
  content: "+";
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #fff;
  background: #2858a5;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.convocation-photo-album[open] .convocation-album-toggle::after {
  content: "−";
}

.convocation-album-toggle:hover,
.convocation-album-toggle:focus-visible {
  color: #2858a5;
  background: #eef3f7;
}

.convocation-photo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #d8e1e9;
  background: #f3f6f8;
}

.convocation-photo-button {
  border-radius: 2px;
  box-shadow: none;
}

.convocation-photo-button::after {
  right: 6px;
  bottom: 6px;
  width: 22px;
  height: 22px;
  font-size: 15px;
}

@media (max-width: 980px) {
  .convocation-albums-grid {
    grid-template-columns: 1fr;
  }

  .convocation-album-cover {
    max-height: 330px;
  }
}

@media (max-width: 620px) {
  .convocation-albums-section {
    padding: 48px 0 54px;
  }

  .convocation-year-banner,
  .convocation-year-banner--2025 {
    padding: 13px 18px;
  }

  .convocation-year-banner > div {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .convocation-year-banner strong {
    grid-column: 1;
    font-size: 24px;
  }

  .convocation-year-banner p {
    grid-column: 2;
    justify-self: end;
    font-size: 10px;
    text-align: right;
  }

  .convocation-album-cover {
    max-height: 200px;
  }

  .convocation-album-copy {
    padding: 23px 20px 21px;
  }

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

  .convocation-album-toggle {
    padding: 15px 18px;
  }
}

/* Brand-blue emphasis for the primary navigation action */
.nav-panel .nav-cta {
  border-color: #2858a5 !important;
  color: #fff !important;
  background: #2858a5 !important;
  box-shadow: 0 6px 16px rgba(40, 88, 165, 0.28) !important;
}

.nav-panel .nav-cta:hover {
  border-color: #1d467f !important;
  color: #fff !important;
  background: #1d467f !important;
  box-shadow: 0 8px 20px rgba(29, 70, 127, 0.32) !important;
}

.nav-panel .nav-cta:focus-visible {
  outline: 3px solid rgba(40, 88, 165, 0.28);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .home-programme-card,
  .home-programme-media img {
    transition: none;
  }
}

/* Compact public homepage footer */
.public-footer-summary {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(230px, 1.1fr) repeat(3, minmax(180px, 0.8fr));
  align-items: stretch;
  border-top: 1px solid #45627b;
  border-bottom: 1px solid #45627b;
}

.public-footer-brand,
.public-footer-column {
  min-width: 0;
  padding: 32px 28px;
}

.public-footer-brand {
  padding-left: 28px;
  border-left: 4px solid #2858a5;
  background: #f3f6fb;
}

.public-footer-brand img {
  display: block;
  width: 132px;
  height: auto;
  margin-bottom: 18px;
}

.public-footer-brand p,
.public-footer-column > p:not(.eyebrow) {
  max-width: 320px;
  margin: 0;
  color: #b9c8d6;
  font-size: 13px;
  line-height: 1.7;
}

.public-footer-brand p {
  color: #344b63;
}

.public-footer-column {
  border-left: 1px solid #45627b;
}

.public-footer-column .eyebrow {
  margin: 0 0 9px;
  color: #8fc7dc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.public-footer-column h2 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 20px;
  font-weight: 760;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.public-footer-contact-links,
.public-footer-nav-links {
  display: grid;
  gap: 0;
}

.public-footer-contact-links a,
.public-footer-nav-links a {
  padding: 9px 0;
  color: #dce7ef;
  border-bottom: 1px solid rgba(185, 200, 214, 0.22);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.public-footer-contact-links a:first-child,
.public-footer-nav-links a:first-child {
  border-top: 1px solid rgba(185, 200, 214, 0.22);
}

.public-footer-contact-links a:hover,
.public-footer-nav-links a:hover,
.public-footer-support-link:hover {
  color: #8fc7dc;
}

.public-footer-support-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

  .public-footer-brand,
  .public-footer-column {
    padding: 30px 26px;
    border-bottom: 1px solid #45627b;
  }

  .public-footer-brand {
    padding-left: 26px;
  }

  .public-footer-column:nth-child(3) {
    border-left: 0;
  }

  .public-footer-column:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .public-footer-summary {
    grid-template-columns: 1fr;
  }

  .public-footer-brand,
  .public-footer-column,
  .public-footer-column:nth-child(3),
  .public-footer-column:nth-last-child(-n + 2) {
    padding: 25px 0;
    border-left: 0;
    border-bottom: 1px solid #45627b;
  }

  .public-footer-brand {
    padding-right: 24px;
    padding-left: 24px;
  }

  .public-footer-column:last-child {
    border-bottom: 0;
  }
}

/* White public footer with clear separation from Campus Visit and legal strip */
main > .office-directory-section {
  border-bottom: 1px solid #cbd6df;
}

.contact-footer,
.contact-footer.section-dark {
  padding: 0;
  border-top: 1px solid #cbd6df;
  background: #fff;
  color: #0b2037;
}

.contact-footer::before {
  display: none;
}

.public-footer-summary {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  background: #fff;
}

.public-footer-brand {
  padding: 26px 28px;
  border-left: 0;
  background: #fff;
}

.public-footer-brand p,
.public-footer-column > p:not(.eyebrow) {
  color: #526375;
}

.public-footer-column {
  border-left-color: #d8e1e9;
}

.public-footer-column .eyebrow {
  color: #2858a5;
}

.public-footer-column h2 {
  color: #0b2037;
}

.public-footer-contact-links a,
.public-footer-nav-links a {
  color: #33485d;
  border-bottom-color: #d8e1e9;
}

.public-footer-contact-links a:first-child,
.public-footer-nav-links a:first-child {
  border-top-color: #d8e1e9;
}

.public-footer-contact-links a:hover,
.public-footer-nav-links a:hover,
.public-footer-support-link,
.public-footer-support-link:hover {
  color: #2858a5;
}

.contact-footer .site-footer-bottom {
  position: relative;
  z-index: 1;
  min-height: 88px;
  margin-top: 0;
  padding: 24px 0;
  border-top: 0;
  color: rgba(255, 255, 255, 0.72);
}

.contact-footer .site-footer-bottom::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  border-top: 1px solid #45627b;
  background: #0d2c49;
}

@media (max-width: 1060px) {
  .public-footer-brand,
  .public-footer-column {
    border-bottom-color: #d8e1e9;
  }
}

@media (max-width: 620px) {
  .public-footer-summary {
    padding: 0;
  }

  .public-footer-brand,
  .public-footer-column,
  .public-footer-column:nth-child(3),
  .public-footer-column:nth-last-child(-n + 2) {
    border-bottom-color: #d8e1e9;
  }
}
/* Branded error page */
.error-page-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #f5f8fc;
}

.error-page {
  width: min(680px, 100%);
  padding: clamp(32px, 7vw, 64px);
  border: 1px solid #d9e3ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(11, 47, 83, 0.12);
  text-align: center;
}

.error-page .brand {
  width: max-content;
  margin: 0 auto 24px;
}

.error-page .brand img {
  width: auto;
  height: 112px;
  object-fit: contain;
}

.error-page h1 {
  margin: 8px 0 16px;
  color: #0b2f53;
  font-size: clamp(2rem, 7vw, 3.6rem);
  line-height: 1.05;
}

.error-page > p:not(.eyebrow) {
  max-width: 56ch;
  margin: 0 auto;
  color: #52677d;
  line-height: 1.7;
}

.error-page .hero-actions {
  justify-content: center;
  margin-top: 28px;
}

/* Responsive UX hardening: contain off-canvas UI and protect primary actions. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body.nav-open .advisor-chatbot,
body.detail-open .advisor-chatbot,
body.guidance-popup-open .advisor-chatbot,
.advisor-chatbot.deferred {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.advisor-chatbot {
  transition: opacity 160ms ease, transform 160ms ease;
}

@media (max-width: 980px) {
  .utility-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 10px !important;
  }

  .utility-contact,
  .utility-portals {
    display: flex !important;
    width: auto !important;
    height: 44px !important;
    flex-wrap: nowrap !important;
  }

  .utility-contact a,
  .utility-portals a,
  .utility-portals .utility-feature-link,
  .utility-portals .utility-feature-link[aria-current="page"] {
    min-height: 44px !important;
    padding-inline: 10px !important;
    font-size: 12px !important;
  }

  .utility-contact a:not([href="tel:+94781008100"]),
  .utility-portals a[href*="student-success"],
  .utility-portals a[href*="verify.nextgencampus"] {
    display: none !important;
  }

  .nav-panel {
    top: 106px;
    max-height: calc(100svh - 106px);
  }

  .hero {
    padding-top: 118px;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 116px;
  }

  .hero::before {
    inset: 106px 0 0;
  }

  .advisor-chatbot {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
  }

  .chatbot-launcher {
    width: 58px !important;
    min-height: 64px !important;
    padding: 5px !important;
    font-size: 9px !important;
  }

  .chatbot-pet {
    width: 46px !important;
    height: 47px !important;
    overflow: hidden;
  }

  .chatbot-panel {
    position: fixed;
    right: 10px;
    bottom: 84px;
    left: 10px;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 981px) {
  .hero-guidance-actions {
    margin-top: 10px;
  }
}

/* Complete Degree Pathway overview - global placement */
.degree-pathway-proposed-tag { display: inline-flex; width: fit-content; margin-top: 4px; padding: 5px 9px; color: #74500b; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; border: 1px solid #e4c16f; border-radius: 999px; background: #fff7dd; }
.degree-pathway-snapshot { background: #f3f7fb; }
.degree-pathway-snapshot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 38px; }
.degree-pathway-snapshot-grid article { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid #d6e1eb; border-radius: 10px; background: #fff; box-shadow: 0 18px 44px rgba(10, 41, 73, .07); }
.degree-pathway-snapshot-grid article > span { color: #0b75c9; font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.degree-pathway-snapshot-grid h3 { margin: 12px 0 22px; color: #07192d; font-size: 23px; line-height: 1.18; }
.degree-pathway-snapshot-grid dl { display: grid; gap: 0; margin: 0 0 24px; }
.degree-pathway-snapshot-grid dl div { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-top: 1px solid #e7edf3; }
.degree-pathway-snapshot-grid dt { color: #6d7f93; }
.degree-pathway-snapshot-grid dd { margin: 0; color: #0b2948; font-weight: 750; text-align: right; }
.degree-pathway-snapshot-grid a { margin-top: auto; color: #0b67b2; font-weight: 800; }
.degree-pathway-snapshot-grid .degree-pathway-snapshot-bsc { border-top: 4px solid #109c89; }
.degree-pathway-partner-guidance { background: #fff; }
.degree-pathway-partner-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 54px; align-items: center; }
.degree-pathway-partner-grid h2 { margin: 8px 0 18px; color: #07192d; font-size: clamp(34px, 4vw, 50px); line-height: 1.05; }
.degree-pathway-partner-grid p:not(.eyebrow) { color: #52677d; line-height: 1.7; }
.degree-pathway-partner-grid .button { margin-top: 14px; }
.degree-pathway-partner-grid figure { margin: 0; padding: 22px; border: 1px solid #d6e1eb; border-radius: 10px; background: #fff; box-shadow: 0 18px 44px rgba(10, 41, 73, .08); }
.degree-pathway-partner-grid img { display: block; width: 100%; height: auto; }
.degree-pathway-partner-grid figcaption { margin-top: 12px; color: #728398; font-size: 12px; }

@media (max-width: 900px) {
  .degree-pathway-snapshot-grid { grid-template-columns: 1fr; }
  .degree-pathway-partner-grid { grid-template-columns: 1fr; gap: 30px; }
}
