:root {
  --ink: #172127;
  --muted: #5c6870;
  --teal: #0b5366;
  --teal-deep: #073b49;
  --teal-pale: #e9f2f4;
  --red: #e52d38;
  --red-dark: #c31f2b;
  --gold: #dba746;
  --paper: #f5f6f6;
  --white: #ffffff;
  --line: rgba(11, 83, 102, 0.14);
  --shadow: 0 24px 60px rgba(10, 44, 54, 0.13);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -5rem; padding: .7rem 1rem; background: var(--white); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
  padding: 12px 0;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(11,83,102,.08);
}
.site-header.scrolled { background: rgba(255,255,255,.97); box-shadow: 0 8px 30px rgba(7,59,73,.10); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: auto; height: 50px; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: .94rem; font-weight: 700; }
.primary-nav a:not(.nav-cta) { position: relative; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .2s ease; }
.primary-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 11px 18px; color: var(--white); background: var(--teal); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: var(--white); border-radius: 12px; box-shadow: 0 8px 24px rgba(7,59,73,.12); }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--teal); }

.hero { position: relative; min-height: 800px; padding: 150px 0 85px; overflow: hidden; background: radial-gradient(circle at 11% 30%, #fff 0, transparent 38%), linear-gradient(135deg, #f8f9f8 0%, #edf3f4 100%); }
.hero::after { content: ""; position: absolute; z-index: 0; right: -9%; bottom: -32%; width: 650px; height: 650px; border: 110px solid rgba(229,45,56,.06); border-radius: 50%; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(15px); opacity: .6; }
.hero-glow-one { width: 300px; height: 300px; right: 36%; top: -160px; background: rgba(229,45,56,.14); }
.hero-glow-two { width: 280px; height: 280px; left: -170px; bottom: 10%; background: rgba(11,83,102,.14); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 3px; background: linear-gradient(90deg,var(--teal),var(--red)); border-radius: 999px; }
.eyebrow-light { color: rgba(255,255,255,.82); }
.hero h1, .section h2 { margin: 0; color: var(--teal-deep); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.035em; overflow-wrap: break-word; }
.hero-copy, .section-copy, .faq-intro, .contact-copy { min-width: 0; }
.hero h1 { max-width: 680px; font-size: clamp(3.4rem, 5.8vw, 6rem); }
.hero h1 em { color: var(--red); font-weight: inherit; font-style: normal; }
.hero-lead { max-width: 650px; margin: 28px 0 32px; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 13px 28px rgba(229,45,56,.24); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 17px 35px rgba(229,45,56,.3); }
.button-secondary { color: var(--teal); border-color: rgba(11,83,102,.28); background: rgba(255,255,255,.6); }
.hero-credentials { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 35px; color: var(--teal); font-size: .82rem; font-weight: 800; }
.hero-credentials span { position: relative; padding-left: 17px; }
.hero-credentials span::before { content: ""; position: absolute; left: 0; top: .58em; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }
.hero-visual { position: relative; min-height: 600px; }
.hero-image-shell { position: absolute; inset: 0 40px 0 20px; overflow: hidden; background: var(--teal); border-radius: 50% 50% 28px 28px / 28% 28% 28px 28px; box-shadow: var(--shadow); }
.hero-image-shell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,59,73,.2), transparent 48%); }
.hero-image-shell img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 44%; }
.floating-card { position: absolute; z-index: 2; display: grid; min-width: 180px; padding: 17px 20px; background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.7); border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.floating-card strong { color: var(--red); font-size: 1.18rem; }
.floating-card span { color: var(--muted); font-size: .78rem; }
.floating-card-top { right: 0; top: 75px; }
.floating-card-bottom { left: 0; bottom: 55px; }

.impact { position: relative; z-index: 4; margin-top: -28px; }
.impact-grid { display: grid; grid-template-columns: repeat(6,1fr); overflow: hidden; background: var(--teal-deep); border-radius: 24px; box-shadow: var(--shadow); }
.impact article { position: relative; padding: 27px 20px; text-align: center; color: var(--white); }
.impact article:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 25%; width: 1px; height: 50%; background: rgba(255,255,255,.16); }
.impact strong { display: block; color: #fff; font-size: 1.65rem; line-height: 1.1; }
.impact span { color: rgba(255,255,255,.67); font-size: .75rem; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.section h2 { font-size: clamp(2.5rem,4vw,4.25rem); }
.section-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: var(--red); font-weight: 850; }
.advantage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feature-card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 13px 36px rgba(7,59,73,.06); transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.icon-box { display: grid; place-items: center; width: 48px; height: 48px; color: var(--white); background: var(--teal); border-radius: 15px; font-size: 1.35rem; }
.feature-card h3 { margin: 18px 0 8px; color: var(--teal-deep); }
.feature-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.immersive-section { position: relative; overflow: hidden; color: var(--white); background: var(--teal-deep); }
.immersive-section::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 45px 45px; }
.immersive-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.immersive-section h2 { color: var(--white); }
.immersive-section .section-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.photo-stack { position: relative; min-height: 600px; }
.photo-stack img { object-fit: cover; box-shadow: 0 25px 70px rgba(0,0,0,.28); }
.photo-main { position: absolute; inset: 0 120px 0 0; width: calc(100% - 120px); height: 100%; border-radius: 34px; object-position: 50% 47%; }
.photo-inset { position: absolute; right: 0; bottom: -35px; width: 42%; height: 58%; border: 8px solid var(--teal-deep); border-radius: 26px; object-position: 52% 54%; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: rgba(255,255,255,.9); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; display: grid; place-items: center; width: 21px; height: 21px; color: var(--teal-deep); background: var(--gold); border-radius: 50%; font-size: .76rem; }

.programmes-section { background: #fff; }
.section-heading { max-width: 820px; margin-bottom: 45px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.programme-tabs { display: flex; justify-content: center; gap: 9px; margin-bottom: 30px; padding: 6px; }
.tab-button { padding: 12px 22px; color: var(--teal); background: var(--teal-pale); border: 0; border-radius: 999px; font-weight: 850; }
.tab-button.active { color: var(--white); background: var(--teal); box-shadow: 0 10px 25px rgba(11,83,102,.18); }
.programme-meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 18px; padding: 18px 23px; color: var(--teal); background: var(--teal-pale); border-radius: 16px; font-size: .88rem; font-weight: 800; }
.course-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.course-group-title { display: flex; align-items: center; gap: 14px; margin: 30px 0 16px; color: var(--teal-deep); font-size: 1.02rem; }
.course-group-title::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.course-grid-short { grid-template-columns: repeat(2,1fr); }
.course-card { position: relative; min-height: 205px; padding: 27px; overflow: hidden; background: #f8f9f9; border: 1px solid var(--line); border-radius: 20px; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.course-card::after { content: ""; position: absolute; right: -36px; bottom: -36px; width: 100px; height: 100px; border: 20px solid rgba(229,45,56,.07); border-radius: 50%; }
.course-card:hover { transform: translateY(-5px); background: var(--white); box-shadow: var(--shadow); }
.course-no { color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.course-card h3 { position: relative; z-index: 1; margin: 18px 0 12px; color: var(--teal-deep); line-height: 1.25; }
.course-card p { position: relative; z-index: 1; margin: 0 0 22px; color: var(--muted); font-size: .9rem; }
.course-card strong { position: absolute; z-index: 1; left: 27px; bottom: 25px; color: var(--red); font-size: .88rem; text-transform: uppercase; }

.team-section { background: var(--paper); }
.founder-card { display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; color: var(--white); background: var(--teal-deep); border-radius: 30px; box-shadow: var(--shadow); }
.founder-image { min-height: 500px; background: linear-gradient(140deg,#ecf1f2,#dfe7e8); }
.founder-image img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.founder-copy { padding: 55px; align-self: center; }
.founder-copy h2 { color: var(--white); }
.founder-role { color: var(--gold); font-weight: 800; }
.founder-copy > p:not(.eyebrow,.founder-role) { color: rgba(255,255,255,.75); }
.award-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.award-row span { padding: 8px 11px; color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.17); border-radius: 999px; font-size: .72rem; font-weight: 800; }
.founder-copy blockquote { margin: 28px 0 0; padding-left: 20px; border-left: 3px solid var(--red); font-family: Georgia,"Times New Roman",serif; font-size: 1.3rem; font-style: normal; }
.team-heading { margin: 85px 0 35px; }
.team-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.team-card { overflow: hidden; padding-bottom: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.team-card img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; object-position: center 18%; background: #eef2f3; }
.team-card h3 { margin: 18px 18px 5px; color: var(--teal-deep); font-size: .96rem; line-height: 1.25; }
.team-card p { min-height: 42px; margin: 0 18px 12px; color: var(--muted); font-size: .75rem; line-height: 1.4; }
.team-card span { margin: 0 18px; color: var(--red); font-size: .72rem; font-weight: 900; text-transform: uppercase; }

.partners-section { padding-bottom: 0; background: #fff; }
.partners-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: start; }
.trust-tally { display: grid; grid-template-columns: auto 1fr; gap: 10px 15px; align-items: baseline; margin-top: 30px; }
.trust-tally strong { color: var(--red); font-size: 1.65rem; }
.trust-tally span { color: var(--muted); }
.partner-cloud { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.corporate-partners .partner-cloud { grid-template-columns: repeat(6,1fr); }
.partner-cloud span { display: grid; place-items: center; align-content: center; gap: 10px; min-height: 90px; padding: 16px; color: var(--teal-deep); background: var(--paper); border: 1px solid var(--line); border-radius: 16px; text-align: center; font-size: .82rem; font-weight: 800; }
.partner-cloud span img { width: 100%; max-width: 96px; height: 72px; object-fit: contain; }

.gallery-section { padding-bottom: 40px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.gallery-grid img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; }
.gallery-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.gallery-card { margin: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.gallery-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery-card figcaption { padding: 12px 16px; color: var(--teal-deep); font-size: .82rem; font-weight: 800; }

.client-logos-section { background: #fff; }
.client-logo-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; align-items: center; }
.client-logo-grid img { width: 100%; height: 96px; object-fit: contain; padding: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; }
.client-logos-more { margin-top: 28px; text-align: center; }
.group-photo { margin-top: 70px; }
.group-photo img { width: 100%; max-height: 620px; object-fit: cover; object-position: center 48%; border-radius: 32px 32px 0 0; }

.contact-section { position: relative; overflow: hidden; color: var(--white); background: var(--teal-deep); }
.contact-section::after { content: ""; position: absolute; right: -180px; top: -180px; width: 500px; height: 500px; border: 90px solid rgba(229,45,56,.13); border-radius: 50%; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.contact-links { display: grid; gap: 12px; margin: 30px 0; }
.contact-links a { display: block; font-size: 1.05rem; font-weight: 750; }
.contact-links small { display: inline-block; width: 75px; color: var(--gold); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.contact-copy address { color: rgba(255,255,255,.75); font-size: .88rem; font-style: normal; }
.contact-copy address strong { color: var(--white); }
.contact-copy address span { color: rgba(255,255,255,.5); }
.contact-form { padding: 34px; color: var(--ink); background: var(--white); border-radius: 24px; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--teal-deep); font-size: .8rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f8f9f9; border: 1px solid rgba(11,83,102,.17); border-radius: 11px; outline: 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(11,83,102,.11); }
.contact-form textarea { resize: vertical; }
.form-submit { border: 0; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .72rem; }

.site-footer { padding: 55px 0 25px; color: rgba(255,255,255,.68); background: #052c36; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 50px; }
.footer-grid img { width: 200px; padding: 12px 16px; background: var(--white); border-radius: 14px; }
.footer-grid strong { color: var(--white); }
.footer-grid p { font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.mobile-contact-bar { display: none; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro > p:not(.eyebrow) { margin-bottom: 26px; color: var(--muted); font-size: 1.05rem; }
.faq-list { display: grid; gap: 14px; }
.faq-item { padding: 4px 26px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 30px rgba(7,59,73,.05); transition: box-shadow .2s ease, border-color .2s ease; }
.faq-item[open] { border-color: rgba(11,83,102,.28); box-shadow: var(--shadow); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 0; color: var(--teal-deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; line-height: 1.3; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { outline: 2px solid var(--teal); outline-offset: 4px; border-radius: 6px; }
.faq-mark { position: relative; flex: none; width: 22px; height: 22px; }
.faq-mark::before, .faq-mark::after { content: ""; position: absolute; top: 50%; left: 50%; width: 13px; height: 2.5px; background: var(--red); border-radius: 2px; transform: translate(-50%,-50%); transition: transform .25s ease; }
.faq-mark::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item[open] .faq-mark::after { transform: translate(-50%,-50%) rotate(0deg); }
.faq-answer { padding: 0 0 22px; }
.faq-answer p { margin: 0; color: var(--muted); font-size: .98rem; }
.faq-answer strong { color: var(--teal-deep); }

/* Active nav state */
.primary-nav a[aria-current="page"]:not(.nav-cta) { color: var(--teal); }
.primary-nav a[aria-current="page"]:not(.nav-cta)::after { right: 0; }
.nav-cta[aria-current="page"] { background: var(--teal-deep); }

/* Interior page header band */
.page-hero { position: relative; overflow: hidden; padding: 128px 0 68px; background: radial-gradient(circle at 82% 18%, rgba(11,83,102,.10) 0, transparent 42%), linear-gradient(140deg, #f8f9f8 0%, #edf3f4 100%); }
.page-hero::after { content: ""; position: absolute; right: -6%; top: -55%; width: 520px; height: 520px; border: 90px solid rgba(229,45,56,.06); border-radius: 50%; pointer-events: none; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .breadcrumb { display: flex; gap: 8px; margin-bottom: 18px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.page-hero .breadcrumb a { color: var(--teal); }
.page-hero .breadcrumb span { color: rgba(92,104,112,.5); }
.page-hero h1 { max-width: 760px; margin: 0; color: var(--teal-deep); font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.05; letter-spacing: -.02em; overflow-wrap: break-word; }
.page-hero h1 em { color: var(--red); font-style: normal; }
.page-hero .page-lead { max-width: 620px; margin: 22px 0 0; color: var(--muted); font-size: 1.12rem; }

/* Home "why us" 4-up advantage grid */
.advantage-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }

/* Programme-preview (home) */
.track-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.track-card { display: flex; flex-direction: column; padding: 34px 30px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 13px 36px rgba(7,59,73,.06); transition: transform .2s ease, box-shadow .2s ease; }
.track-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.track-card .track-tag { align-self: flex-start; padding: 6px 12px; color: var(--teal); background: var(--teal-pale); border-radius: 999px; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.track-card h3 { margin: 20px 0 10px; color: var(--teal-deep); font-family: Georgia, serif; font-weight: 500; font-size: 1.7rem; letter-spacing: -.01em; }
.track-card p { flex: 1; margin: 0 0 22px; color: var(--muted); font-size: .96rem; }
.track-card .track-link { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-weight: 850; font-size: .92rem; }

/* CTA band */
.cta-band { position: relative; overflow: hidden; margin: 0; padding: 92px 0; color: var(--white); background: linear-gradient(130deg, var(--teal) 0%, var(--teal-deep) 100%); }
.cta-band::after { content: ""; position: absolute; left: -140px; bottom: -180px; width: 460px; height: 460px; border: 80px solid rgba(229,45,56,.14); border-radius: 50%; }
.cta-inner { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 34px; }
.cta-inner h2 { max-width: 640px; margin: 0; color: var(--white); font-family: Georgia, serif; font-weight: 500; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.1; letter-spacing: -.02em; }
.cta-inner p { margin: 14px 0 0; max-width: 560px; color: rgba(255,255,255,.78); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.cta-band .button-secondary { color: var(--white); border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.06); }

/* Contact map */
.contact-map-wrap { line-height: 0; }
.contact-map-wrap iframe { width: 100%; height: 460px; border: 0; display: block; filter: grayscale(.12) contrast(1.02); }

/* Footer upgrade */
.footer-brand p { margin: 14px 0 18px; }
.footer-nav { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 9px; }
.footer-nav a { color: rgba(255,255,255,.68); font-size: .85rem; }
.footer-nav a:hover { color: var(--white); }
.footer-contact { margin: 12px 0 0; font-size: .82rem; line-height: 1.9; }
.footer-contact a:hover { color: var(--white); }

.whatsapp-fab {
  position: fixed;
  z-index: 120;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: 60px;
  padding: 0 15px;
  color: #fff;
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(37,211,102,.42);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-fab svg { flex: none; }
.whatsapp-fab span {
  max-width: 0;
  margin-left: 0;
  font-weight: 800;
  font-size: .95rem;
  white-space: nowrap;
  overflow: hidden;
  transition: max-width .3s ease, margin-left .3s ease;
}
.whatsapp-fab:hover, .whatsapp-fab:focus-visible {
  background: #1ebe5b;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(37,211,102,.5);
}
.whatsapp-fab:hover span, .whatsapp-fab:focus-visible span { max-width: 200px; margin-left: 11px; }

@media (max-width: 560px) {
  .whatsapp-fab { right: 16px; bottom: 78px; height: 54px; padding: 0 12px; }
  .whatsapp-fab svg { width: 27px; height: 27px; }
}

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay,0ms); }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .primary-nav { gap: 20px; }
  .brand img { height: 46px; }
  .hero-grid { gap: 35px; }
  .hero-visual { min-height: 540px; }
  .impact-grid { grid-template-columns: repeat(3,1fr); }
  .impact article:nth-child(3)::after { display: none; }
  .impact article:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .team-grid { grid-template-columns: repeat(3,1fr); }
  .course-grid { grid-template-columns: repeat(2,1fr); }
  .advantage-grid.cols-4 { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .section { padding: 80px 0; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 8px); left: 20px; right: 20px; display: grid; gap: 0; padding: 12px; opacity: 0; visibility: hidden; transform: translateY(-10px); background: var(--white); border-radius: 18px; box-shadow: var(--shadow); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav a { padding: 12px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid, .about-grid, .immersive-grid, .partners-grid, .contact-grid, .founder-card, .faq-grid { grid-template-columns: 1fr; }
  .faq-grid { gap: 34px; }
  .faq-intro { position: static; top: auto; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-credentials { justify-content: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .hero-visual { min-height: 650px; margin-top: 20px; }
  .hero-image-shell { inset: 0 60px; }
  .floating-card-top { right: 15px; }
  .floating-card-bottom { left: 15px; }
  .about-grid, .immersive-grid, .partners-grid, .contact-grid { gap: 50px; }
  .photo-stack { min-height: 590px; }
  .founder-image { min-height: 430px; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .partner-cloud { grid-template-columns: repeat(2,1fr); }
  .corporate-partners .partner-cloud { grid-template-columns: repeat(3,1fr); }
  .client-logo-grid { grid-template-columns: repeat(4,1fr); }
  .gallery-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .gallery-cards { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .gallery-card figcaption { padding: 10px 12px; font-size: .72rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .track-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 112px 0 52px; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  body { padding-bottom: 62px; }
  .contact-map-wrap iframe { height: 340px; }
  .container { width: min(100% - 26px,var(--container)); }
  .site-header { padding: 8px 0; }
  .brand img { height: 40px; }
  .hero { padding-top: 115px; }
  .hero h1 { font-size: clamp(2.1rem,9.5vw,3.4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 520px; }
  .hero-image-shell { inset: 0 8px; border-radius: 42% 42% 22px 22px / 22% 22% 22px 22px; }
  .floating-card { min-width: 150px; padding: 12px 14px; }
  .floating-card-top { top: 30px; }
  .floating-card-bottom { bottom: 25px; }
  .impact { margin-top: 0; background: var(--teal-deep); }
  .impact-grid { width: 100%; grid-template-columns: repeat(2,1fr); border-radius: 0; box-shadow: none; }
  .impact article:nth-child(3)::after { display: block; }
  .impact article:nth-child(even)::after { display: none; }
  .impact article { border-bottom: 1px solid rgba(255,255,255,.12); }
  .advantage-grid, .advantage-grid.cols-4, .course-grid, .course-grid-short, .form-row, .footer-grid, .track-grid { grid-template-columns: 1fr; }
  .photo-stack { min-height: 510px; }
  .photo-main { inset: 0 45px 0 0; width: calc(100% - 45px); }
  .photo-inset { width: 45%; height: 50%; border-width: 5px; }
  .check-list { grid-template-columns: 1fr; }
  .programme-tabs { justify-content: flex-start; overflow-x: auto; padding: 5px 0 13px; }
  .tab-button { white-space: nowrap; }
  .programme-meta { display: grid; }
  .founder-copy { padding: 32px 24px; }
  .team-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .team-card h3, .team-card p, .team-card span { margin-left: 12px; margin-right: 12px; }
  .team-card h3 { font-size: .85rem; }
  .partner-cloud { grid-template-columns: 1fr 1fr; gap: 8px; }
  .corporate-partners .partner-cloud { grid-template-columns: 1fr 1fr; }
  .partner-cloud span { min-height: 78px; padding: 10px; font-size: .7rem; }
  .partner-cloud span img { max-width: 72px; height: 54px; }
  .client-logo-grid { grid-template-columns: repeat(3,1fr); gap: 10px; }
  .client-logo-grid img { height: 76px; padding: 8px; }
  .group-photo { width: 100%; margin-top: 45px; }
  .group-photo img { min-height: 350px; border-radius: 0; }
  .contact-form { padding: 24px 18px; }
  .footer-bottom { flex-direction: column; }
  .mobile-contact-bar { position: fixed; z-index: 110; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--white); box-shadow: 0 -8px 25px rgba(7,59,73,.15); }
  .mobile-contact-bar a { padding: 17px; text-align: center; font-weight: 850; }
  .mobile-contact-bar a:first-child { color: var(--white); background: var(--red); }
  .mobile-contact-bar a:last-child { color: var(--teal); }
}

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card { display: flex; flex-direction: column; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 13px 36px rgba(7,59,73,.06); transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.blog-card > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.blog-card-placeholder { display: grid; place-items: center; aspect-ratio: 16 / 10; background: var(--teal-pale); }
.blog-card-placeholder img { width: 90px; opacity: .55; }
.blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px 24px 26px; }
.blog-card-body time { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-card-body h3 { margin: 10px 0 8px; color: var(--teal-deep); font-size: 1.18rem; line-height: 1.3; }
.blog-card-body p { margin: 0 0 14px; color: var(--muted); font-size: .92rem; }
.blog-card-body .text-link { margin-top: auto; }
.blog-empty { padding: 60px 0; text-align: center; }
.blog-empty p { color: var(--muted); }

.post-hero .post-meta { margin: 20px 0 0; color: var(--muted); font-size: .88rem; font-weight: 700; }
.post-container { max-width: 820px; }
.post-cover { width: 100%; margin-bottom: 40px; aspect-ratio: 16 / 8; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.post-body { color: var(--ink); font-size: 1.05rem; }
.post-body h2, .post-body h3 { margin: 1.8em 0 .6em; color: var(--teal-deep); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.02em; line-height: 1.15; }
.post-body h2 { font-size: 1.9rem; }
.post-body h3 { font-size: 1.4rem; }
.post-body p { margin: 0 0 1.15em; }
.post-body a { color: var(--red); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.post-body img { margin: 28px auto; border-radius: 18px; box-shadow: 0 13px 36px rgba(7,59,73,.12); }
.post-body ul, .post-body ol { margin: 0 0 1.15em; padding-left: 1.4em; }
.post-body li { margin-bottom: .4em; }
.post-body blockquote { margin: 28px 0; padding: 18px 24px; color: var(--teal); background: var(--teal-pale); border-left: 4px solid var(--teal); border-radius: 0 16px 16px 0; font-weight: 600; }
.post-body blockquote p:last-child { margin-bottom: 0; }
.post-back { margin-top: 44px; }

@media (max-width: 960px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Kalam quote band */
.quote-band { position: relative; overflow: hidden; padding: 78px 0; color: var(--white); background: linear-gradient(130deg, var(--teal) 0%, var(--teal-deep) 100%); }
.quote-band::after { content: ""; position: absolute; right: -160px; top: -180px; width: 440px; height: 440px; border: 72px solid rgba(219,167,70,.12); border-radius: 50%; }
.quote-inner { position: relative; z-index: 1; display: flex; align-items: center; gap: 54px; }
.quote-portrait { flex: 0 0 auto; width: clamp(120px, 13vw, 160px); }
.quote-portrait img { display: block; width: 100%; height: auto; border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; object-position: top; background: radial-gradient(circle at 50% 32%, rgba(219,167,70,.4), rgba(255,255,255,.06) 68%); border: 3px solid rgba(219,167,70,.55); box-shadow: 0 18px 44px rgba(4,26,33,.45); }
.quote-copy { margin: 0; }
.quote-copy p { position: relative; margin: 0; font-family: Georgia, serif; font-size: clamp(1.9rem, 3.6vw, 3.1rem); line-height: 1.3; letter-spacing: -.015em; color: var(--white); }
.quote-copy cite { display: block; margin-top: 20px; font-style: normal; font-size: 1rem; letter-spacing: .04em; color: var(--gold); }
@media (max-width: 720px) {
  .quote-inner { flex-direction: column; text-align: center; gap: 32px; }
  .quote-copy cite { margin-top: 16px; }
}
