:root {
  --ink: #071536;
  --muted: #5f6d87;
  --blue: #0b45d6;
  --blue-dark: #082d94;
  --cyan: #20c8d8;
  --gold: #dca600;
  --paper: #f5f8ff;
  --line: rgba(7, 21, 54, 0.12);
  --white: #fff;
  --shadow: 0 28px 80px rgba(13, 51, 137, 0.12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.programme-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; transform: translateY(-160%); border-radius: 10px; background: var(--ink); color: white; padding: 12px 16px; }
.skip-link:focus { transform: translateY(0); }

.programme-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 92px; align-items: center; gap: 28px; }
.programme-brand { width: min(250px, 34vw); margin-right: auto; }
.programme-brand img { display: block; width: 100%; height: 66px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { position: relative; color: #1d2947; font-size: 14px; font-weight: 700; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -12px; left: 0; height: 3px; transform: scaleX(0); border-radius: 3px; background: var(--blue); content: ""; transition: transform 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.desktop-nav a.active { color: var(--blue); }
.header-cta { display: inline-flex; min-height: 50px; align-items: center; gap: 18px; border-radius: 14px; background: linear-gradient(135deg, #e8b700, #d79600); box-shadow: 6px 7px 0 var(--blue); color: white; font-size: 13px; font-weight: 850; padding: 13px 19px; }
.mobile-nav { display: none; }

.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: #73809a; font-size: 12px; font-weight: 700; }
.breadcrumbs strong { color: var(--blue); }
.programme-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 83% 22%, rgba(32,200,216,.26), transparent 25%), linear-gradient(120deg, #fff 0 55%, #eaf3ff 55%); }
.programme-hero::before { position: absolute; width: 620px; height: 620px; right: -260px; bottom: -380px; border: 1px solid rgba(11,69,214,.15); border-radius: 50%; content: ""; }
.programme-hero .programme-shell { position: relative; padding-top: 34px; }
.hero-grid { display: grid; min-height: 620px; align-items: center; grid-template-columns: 1.15fr .85fr; gap: 90px; padding: 45px 0 76px; }
.hero-eyebrow, .section-heading > span, .final-cta-inner > div > span { display: inline-flex; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero-copy h1 { margin: 18px 0; font-size: clamp(66px, 8vw, 112px); letter-spacing: -.075em; line-height: .9; }
.hero-copy h1 em { color: var(--gold); font-style: normal; }
.hero-copy > p { max-width: 670px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button-primary, .button-secondary { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; border-radius: 14px; font-size: 14px; font-weight: 850; padding: 14px 20px; }
.button-primary { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); box-shadow: 0 14px 30px rgba(11,69,214,.22); color: white; }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.76); color: var(--blue); }
.intake-line { display: flex; min-height: 24px; align-items: center; gap: 9px; margin-top: 24px; color: var(--muted); font-size: 13px; font-weight: 750; }
.intake-line i { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(220,166,0,.13); }
.intake-line.open { color: #07865a; }
.intake-line.open i { background: #07865a; box-shadow: 0 0 0 5px rgba(7,134,90,.12); }

.programme-passport { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.5); border-radius: 34px; background: radial-gradient(circle at 80% 12%, rgba(32,200,216,.75), transparent 28%), linear-gradient(145deg, #0d51e5, #07277e); box-shadow: 0 34px 90px rgba(11,69,214,.25); color: white; padding: 42px; }
.programme-passport::after { position: absolute; width: 220px; height: 220px; right: -110px; bottom: -110px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; content: ""; }
.passport-icon { display: grid; width: 78px; height: 78px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 24px; background: rgba(255,255,255,.14); box-shadow: inset 0 1px rgba(255,255,255,.3); font-family: Georgia, serif; font-size: 28px; font-weight: 900; }
.programme-passport > span { display: block; margin-top: 28px; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.programme-passport h2 { margin: 8px 0 24px; font-size: 43px; letter-spacing: -.055em; }
.programme-passport dl { display: grid; gap: 10px; margin: 0; }
.programme-passport dl div { border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.08); padding: 14px; }
.programme-passport dt { margin-bottom: 5px; color: rgba(255,255,255,.52); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.programme-passport dd { margin: 0; font-size: 13px; font-weight: 800; line-height: 1.5; }
.passport-mark { display: flex; align-items: center; gap: 10px; margin-top: 27px; color: var(--cyan); font-size: 17px; font-weight: 950; }
.passport-mark small { color: rgba(255,255,255,.55); font-size: 9px; font-weight: 750; line-height: 1.45; }

.programme-section { padding: 100px 0; }
.section-heading { max-width: 600px; }
.section-heading h2 { margin: 15px 0; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.06em; line-height: 1.03; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-heading.centered { margin: 0 auto 48px; text-align: center; }
.intro-grid, .objective-grid, .faq-grid { display: grid; align-items: start; grid-template-columns: .85fr 1.15fr; gap: 95px; }
.intro-copy { color: #34415e; font-size: 17px; line-height: 1.85; }
.intro-copy > p { margin: 0 0 20px; }
.principle-quote { display: grid; grid-template-columns: 42px 1fr; gap: 12px; margin-top: 34px; border-radius: 20px; background: #eef4ff; color: var(--blue); padding: 22px; }
.principle-quote i { font-family: Georgia, serif; font-size: 48px; font-style: normal; line-height: .8; }
.principle-quote p { margin: 0; font-weight: 850; line-height: 1.6; }

.journey-section { background: var(--paper); }
.journey-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.journey-grid::before { position: absolute; height: 2px; top: 50px; right: 15%; left: 15%; background: linear-gradient(90deg, var(--blue), var(--cyan), var(--gold)); content: ""; }
.journey-grid article { position: relative; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: 0 18px 48px rgba(14,51,137,.07); padding: 28px; }
.journey-grid article > i { position: relative; z-index: 2; display: grid; width: 47px; height: 47px; place-items: center; border-radius: 15px; background: var(--blue); color: white; font-size: 13px; font-style: normal; font-weight: 900; }
.journey-grid article:nth-child(2) > i { background: #08aebb; }
.journey-grid article:nth-child(3) > i { background: var(--gold); }
.journey-grid span { display: block; margin-top: 25px; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.journey-grid h3 { margin: 7px 0; font-size: 27px; letter-spacing: -.04em; }
.journey-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.objective-grid ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.objective-grid li { display: grid; align-items: center; grid-template-columns: 56px 1fr; gap: 18px; border: 1px solid var(--line); border-radius: 20px; padding: 19px; }
.objective-grid li i { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 16px; background: #eaf1ff; color: var(--blue); font-size: 12px; font-style: normal; font-weight: 900; }
.objective-grid li span { font-size: 16px; font-weight: 800; line-height: 1.55; }

.features-section { background: var(--ink); color: white; }
.features-section .section-heading > span { color: var(--cyan); }
.features-section .section-heading h2 { color: white; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.features-grid article { border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.055); padding: 25px; }
.features-grid article > span { color: var(--cyan); font-size: 10px; font-weight: 900; }
.features-grid h3 { margin: 28px 0 10px; font-size: 19px; line-height: 1.25; }
.features-grid p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.7; }

.faq-section { background: var(--paper); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 18px; background: white; overflow: hidden; }
.faq-list summary { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 15px; font-weight: 850; padding: 20px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; min-width: 32px; height: 32px; place-items: center; border-radius: 10px; background: #edf3ff; color: var(--blue); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.75; padding: 20px; }

.explore-section { padding-top: 85px; }
.programme-mini-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.programme-mini-grid a { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); border-radius: 19px; background: white; padding: 18px; }
.programme-mini-grid i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: #ecf2ff; color: var(--blue); font-family: Georgia, serif; font-style: normal; font-weight: 900; }
.programme-mini-grid span { overflow: hidden; margin: 20px 0 5px; color: var(--muted); font-size: 9px; font-weight: 800; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.programme-mini-grid strong { font-size: 14px; }

.programme-final-cta { padding: 0 0 90px; background: white; }
.final-cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 50px; overflow: hidden; border-radius: 32px; background: radial-gradient(circle at 86% 10%, rgba(32,200,216,.65), transparent 26%), linear-gradient(135deg, #0c4ee0, #071f69); color: white; padding: 52px; }
.final-cta-inner::after { position: absolute; width: 220px; height: 220px; right: -90px; bottom: -145px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; content: ""; }
.final-cta-inner > div { position: relative; z-index: 1; max-width: 720px; }
.final-cta-inner > div > span { color: var(--cyan); }
.final-cta-inner h2 { margin: 11px 0; font-size: clamp(34px, 4.5vw, 55px); letter-spacing: -.055em; line-height: 1.03; }
.final-cta-inner p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.7; }
.final-cta-inner > a { position: relative; z-index: 1; display: inline-flex; min-width: 205px; min-height: 58px; align-items: center; justify-content: center; gap: 25px; border-radius: 15px; background: linear-gradient(135deg, #e8b700, #d79600); box-shadow: 6px 7px 0 white; color: white; font-size: 14px; font-weight: 900; padding: 15px 20px; }

.programme-footer { background: #050f29; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; padding-top: 55px; padding-bottom: 45px; }
.footer-grid img { display: block; width: 230px; height: 75px; object-fit: contain; object-position: left center; }
.footer-grid p { color: rgba(255,255,255,.5); font-size: 12px; }
.footer-grid nav { display: flex; flex-direction: column; gap: 10px; }
.footer-grid nav strong { margin-bottom: 6px; color: var(--cyan); font-size: 11px; text-transform: uppercase; }
.footer-grid nav a { color: rgba(255,255,255,.65); font-size: 13px; }
.footer-base { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.45); font-size: 11px; padding-top: 20px; padding-bottom: 25px; }

.not-found { display: grid; min-height: calc(100vh - 220px); place-items: center; overflow: hidden; background: radial-gradient(circle at 78% 18%, rgba(32,200,216,.25), transparent 25%), linear-gradient(135deg, white, #edf4ff); padding: 70px 0; }
.not-found-inner { max-width: 820px; text-align: center; }
.not-found-code { color: #dce7ff; font-size: clamp(110px, 22vw, 240px); font-weight: 950; letter-spacing: -.09em; line-height: .75; }
.not-found h1 { margin: 25px 0 15px; font-size: clamp(42px, 7vw, 76px); letter-spacing: -.065em; line-height: 1; }
.not-found p { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.75; }
.not-found .hero-actions { justify-content: center; }

/* Programme hub */
.hub-hero { overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(32,200,216,.24), transparent 24%), linear-gradient(120deg, #fff 0 58%, #eaf3ff 58%); }
.hub-hero-grid { display: grid; min-height: 650px; align-items: center; grid-template-columns: 1.1fr .9fr; gap: 80px; padding-top: 55px; padding-bottom: 70px; }
.hub-hero .breadcrumbs { margin-bottom: 55px; }
.hub-hero h1 { max-width: 780px; margin: 16px 0 22px; font-size: clamp(55px, 7.2vw, 92px); letter-spacing: -.07em; line-height: .98; }
.hub-hero h1 em { color: var(--blue); font-style: normal; }
.hub-hero-grid > div > p { max-width: 680px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hub-orbit { position: relative; width: min(430px, 42vw); aspect-ratio: 1; justify-self: center; border: 1px solid rgba(11,69,214,.16); border-radius: 50%; }
.hub-orbit::before, .hub-orbit::after { position: absolute; inset: 12%; border: 1px solid rgba(11,69,214,.14); border-radius: 50%; content: ""; }
.hub-orbit::after { inset: 27%; background: radial-gradient(circle at 30% 25%, #20c8d8, #0b45d6 55%, #08276f); box-shadow: 0 25px 70px rgba(11,69,214,.3); }
.orbit-center { position: absolute; z-index: 3; inset: 36%; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; }
.orbit-center strong { font-size: 42px; }
.orbit-center small { font-size: 10px; text-transform: uppercase; }
.orbit-item { position: absolute; z-index: 4; display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); color: var(--blue); font-family: Georgia, serif; font-size: 17px; font-style: normal; font-weight: 900; }
.orbit-1 { top: -5px; left: 44%; }.orbit-2 { top: 43%; right: -6px; }.orbit-3 { bottom: -5px; left: 44%; }.orbit-4 { top: 43%; left: -6px; }

.hub-programmes .section-heading { margin-bottom: 42px; }
.hub-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hub-program-card { display: flex; min-height: 410px; flex-direction: column; border: 1px solid var(--line); border-radius: 27px; background: white; box-shadow: 0 16px 45px rgba(14,51,137,.06); padding: 27px; transition: transform 180ms ease, box-shadow 180ms ease; }
.hub-program-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.hub-program-card > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.hub-program-card > div:first-child i { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; background: #eaf1ff; color: var(--blue); font-family: Georgia, serif; font-size: 17px; font-style: normal; font-weight: 900; }
.hub-program-card > div:first-child span { border-radius: 999px; background: #f2f5fb; color: var(--muted); font-size: 9px; font-weight: 850; padding: 7px 10px; text-transform: uppercase; }
.hub-program-card h3 { margin: 30px 0 10px; font-size: 32px; letter-spacing: -.05em; }
.hub-program-card > p { flex: 1; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.hub-program-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 22px 0; }
.hub-program-card dl div { border-radius: 13px; background: var(--paper); padding: 11px; }
.hub-program-card dt { color: var(--muted); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.hub-program-card dd { margin: 4px 0 0; font-size: 10px; font-weight: 800; line-height: 1.4; }
.hub-program-card > strong { color: var(--blue); font-size: 13px; }
.hub-program-card > strong span { float: right; }

.hub-flow { background: var(--paper); }
.hub-flow ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.hub-flow li { border: 1px solid var(--line); border-radius: 22px; background: white; padding: 24px; }
.hub-flow li i { color: var(--blue); font-size: 10px; font-style: normal; font-weight: 900; }
.hub-flow li h3 { margin: 30px 0 8px; font-size: 22px; }
.hub-flow li p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .mobile-nav { position: relative; display: block; }
  .mobile-nav summary { cursor: pointer; border: 1px solid var(--line); border-radius: 11px; font-size: 13px; font-weight: 850; padding: 11px 13px; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; width: 230px; top: 50px; right: 0; display: grid; gap: 3px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); padding: 8px; }
  .mobile-nav nav a { border-radius: 10px; font-size: 13px; font-weight: 750; padding: 12px; }
  .hero-grid, .hub-hero-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .intro-grid, .objective-grid, .faq-grid { gap: 55px; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .programme-mini-grid { grid-template-columns: repeat(3, 1fr); }
  .hub-card-grid { grid-template-columns: 1fr 1fr; }
  .hub-flow ol { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .programme-shell { width: min(100% - 28px, 620px); }
  .programme-header { position: relative; }
  .header-inner { min-height: 76px; gap: 12px; }
  .programme-brand { width: 190px; }
  .programme-brand img { height: 55px; }
  .header-cta { display: none; }
  .programme-hero, .hub-hero { background: radial-gradient(circle at 90% 32%, rgba(32,200,216,.18), transparent 24%), linear-gradient(180deg, #fff, #eef5ff); }
  .programme-hero .programme-shell { padding-top: 24px; }
  .hero-grid, .hub-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 38px; padding: 38px 0 55px; }
  .hero-copy h1 { font-size: clamp(55px, 19vw, 82px); }
  .hero-copy > p, .hub-hero-grid > div > p { font-size: 16px; line-height: 1.75; }
  .hero-eyebrow, .section-heading > span, .final-cta-inner > div > span { font-size: 12px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button-primary, .button-secondary { width: 100%; min-height: 56px; font-size: 15px; }
  .programme-passport { border-radius: 26px; padding: 28px; }
  .programme-passport h2 { font-size: 38px; }
  .programme-passport > span, .programme-passport dt { font-size: 11px; }
  .programme-passport dd { font-size: 14px; }
  .passport-mark small { font-size: 11px; }
  .programme-section { padding: 72px 0; }
  .section-heading h2 { font-size: clamp(36px, 11vw, 50px); }
  .section-heading > p, .intro-copy { font-size: 16px; }
  .intro-grid, .objective-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid::before { display: none; }
  .journey-grid article { padding: 24px; }
  .features-grid { grid-template-columns: 1fr; }
  .features-grid h3 { font-size: 20px; }
  .features-grid p { font-size: 14px; }
  .objective-grid li span { font-size: 15px; }
  .faq-list summary { min-height: 74px; font-size: 15px; }
  .faq-list details p { font-size: 15px; }
  .programme-mini-grid { grid-template-columns: 1fr 1fr; }
  .programme-mini-grid span { font-size: 11px; }
  .programme-mini-grid strong { font-size: 15px; }
  .final-cta-inner { align-items: stretch; flex-direction: column; border-radius: 25px; padding: 30px; }
  .final-cta-inner > a { width: 100%; min-height: 58px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-base { align-items: flex-start; flex-direction: column; }
  .hub-hero .breadcrumbs { margin-bottom: 35px; }
  .hub-hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hub-orbit { width: min(340px, 82vw); }
  .hub-card-grid, .hub-flow ol { grid-template-columns: 1fr; }
  .hub-program-card { min-height: 380px; }
  .hub-program-card > div:first-child span, .hub-program-card dt { font-size: 11px; }
  .hub-program-card dd { font-size: 13px; }
  .hub-program-card > p, .hub-program-card > strong, .hub-flow li p { font-size: 15px; }
  .footer-grid p, .footer-grid nav a, .footer-base { font-size: 13px; }
}

@media (max-width: 420px) {
  .programme-brand { width: 170px; }
  .programme-mini-grid { grid-template-columns: 1fr; }
  .objective-grid li { grid-template-columns: 48px 1fr; gap: 12px; padding: 15px; }
  .objective-grid li i { width: 44px; height: 44px; }
  .hub-program-card dl { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
