:root {
  --blue: #075ca8;
  --blue-dark: #063b6c;
  --blue-deep: #032b50;
  --red: #ed1c2f;
  --cream: #f7f4ee;
  --ink: #142333;
  --muted: #607080;
  --line: #dce4e9;
  --white: #fff;
  --shadow: 0 24px 70px rgba(5, 44, 79, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 16px; color: var(--white); background: var(--blue-deep); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; background: #37517e; transition: .3s ease; }
.site-header.scrolled { background: rgba(55, 81, 126, .97); box-shadow: 0 8px 30px rgba(12, 29, 54, .18); backdrop-filter: blur(14px); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-brand { display: inline-flex; align-items: center; gap: 13px; }
.nav-logo { width: 58px; height: 58px; flex: 0 0 58px; overflow: hidden; display: grid; place-items: center; background: var(--white); border: 2px solid rgba(255,255,255,.85); border-radius: 50%; box-shadow: 0 7px 20px rgba(10,28,53,.24); }
.nav-logo img { width: 100%; transform: scale(1.55); }
.nav-wordmark { color: var(--white); font-family: "Jost", sans-serif; font-size: 32px; font-weight: 500; letter-spacing: .11em; line-height: 1; }
.primary-nav { display: flex; align-items: center; gap: 29px; font-family: "Jost", sans-serif; }
.primary-nav > a, .dropdown-toggle { color: rgba(255, 255, 255, .94); font-size: 17px; font-weight: 400; transition: color .25s ease; }
.primary-nav > a.active, .primary-nav > a:hover, .dropdown-toggle.active, .dropdown-toggle:hover, .nav-dropdown:focus-within .dropdown-toggle { color: #47b2e4; }
.primary-nav .nav-cta { padding: 10px 25px; color: var(--white); background: #47b2e4; border-radius: 50px; font-weight: 500; white-space: nowrap; }
.primary-nav .nav-cta:hover { color: var(--white); background: #339dcc; transform: translateY(-1px); }
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown::after { content: ""; height: 18px; position: absolute; top: 100%; left: -14px; right: -14px; }
.dropdown-toggle { padding: 0; display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; cursor: pointer; font-family: inherit; }
.dropdown-toggle i { font-size: 12px; transition: transform .25s ease; }
.dropdown-menu { min-width: 260px; padding: 10px; position: absolute; top: calc(100% + 16px); left: -24px; z-index: 20; display: grid; gap: 3px; background: var(--white); border: 1px solid rgba(20,35,51,.08); border-radius: 12px; box-shadow: 0 18px 44px rgba(7,32,58,.18); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
.dropdown-menu a { padding: 11px 14px; color: #26384a; border-radius: 8px; font-size: 15px; white-space: nowrap; }
.dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a.active { color: #238fc1; background: #edf7fc; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu, .nav-dropdown.dropdown-open .dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.nav-dropdown:hover .dropdown-toggle i, .nav-dropdown:focus-within .dropdown-toggle i, .nav-dropdown.dropdown-open .dropdown-toggle i { transform: rotate(180deg); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.08); }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px 0; background: var(--white); transition: .25s; }

.hero { min-height: 790px; padding: 160px 0 88px; position: relative; overflow: hidden; background: linear-gradient(125deg, #f5f9fd 0%, #f9f7f2 52%, #eff7fc 100%); }
.hero::after { content: ""; position: absolute; inset: auto -3% -19% auto; width: 620px; height: 620px; border: 1px solid rgba(7, 92, 168, .12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(7, 92, 168, .025), 0 0 0 160px rgba(7, 92, 168, .018); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 270px; height: 270px; top: 110px; right: 8%; background: rgba(237, 28, 47, .055); }
.hero-orb-two { width: 220px; height: 220px; left: -90px; bottom: 50px; background: rgba(7, 92, 168, .07); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 78px; }
.eyebrow, .kicker { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 28px; height: 2px; background: var(--red); }
h1, h2 { font-family: "Newsreader", Georgia, serif; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 720px; margin: 20px 0 24px; font-size: clamp(55px, 6.2vw, 82px); }
h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 630px; color: #516578; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.button { min-height: 52px; padding: 13px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 800; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 30px rgba(7, 92, 168, .22); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: var(--ink); border-color: #cdd9e1; background: rgba(255, 255, 255, .55); }
.button-secondary:hover { border-color: var(--blue); color: var(--blue); background: var(--white); }
.hero-note { display: flex; align-items: center; gap: 13px; color: #53687b; }
.hero-note > i { width: 39px; height: 39px; display: grid; place-items: center; color: var(--red); background: #fff; border-radius: 50%; box-shadow: 0 8px 22px rgba(5, 44, 79, .1); }
.hero-note div { display: flex; flex-direction: column; line-height: 1.45; }
.hero-note strong { color: var(--ink); font-size: 13px; }
.hero-note span { font-size: 12px; }
.hero-visual { min-height: 510px; display: grid; place-items: center; position: relative; }
.visual-card { width: min(430px, 85vw); aspect-ratio: .88; padding: 25px; position: relative; display: grid; place-items: center; background: rgba(255, 255, 255, .88); border: 1px solid rgba(255, 255, 255, .9); border-radius: 42px 42px 110px 42px; box-shadow: var(--shadow); transform: rotate(2.5deg); }
.visual-card::before { content: ""; position: absolute; inset: 16px; border: 1px solid #dfe8ee; border-radius: 30px 30px 96px 30px; }
.logo-stage { width: 82%; height: 82%; position: relative; z-index: 1; overflow: hidden; display: grid; place-items: center; border-radius: 50%; }
.logo-stage img { width: 100%; transform: scale(1.54); }
.visual-label { width: 104px; height: 104px; padding: 18px; position: absolute; z-index: 3; right: -18px; bottom: 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: var(--red); border: 7px solid var(--white); border-radius: 50%; box-shadow: 0 16px 34px rgba(237, 28, 47, .24); transform: rotate(-2.5deg); line-height: 1.2; }
.visual-label span { font-size: 10px; text-transform: uppercase; }
.visual-label strong { font-size: 20px; }
.floating-card { position: absolute; z-index: 4; min-width: 150px; padding: 13px 16px; display: flex; align-items: center; gap: 10px; color: #506579; background: var(--white); border-radius: 13px; box-shadow: 0 16px 42px rgba(5, 44, 79, .14); font-size: 11px; line-height: 1.35; }
.floating-card i { width: 37px; height: 37px; display: grid; place-items: center; color: var(--blue); background: #e9f4fc; border-radius: 9px; font-size: 17px; }
.floating-card strong { color: var(--ink); font-size: 13px; }
.floating-card-one { top: 43px; left: -12px; }
.floating-card-two { right: -20px; bottom: 125px; }

.quick-facts { position: relative; z-index: 5; color: var(--white); background: var(--blue-deep); }
.facts-grid { min-height: 122px; display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-grid > div { padding: 26px 24px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid rgba(255, 255, 255, .12); }
.facts-grid > div:last-child { border: 0; }
.facts-grid i { color: #61bff6; font-size: 26px; }
.facts-grid span { display: flex; flex-direction: column; color: #a9c1d5; font-size: 11px; line-height: 1.5; }
.facts-grid strong { color: var(--white); font-size: 14px; }

.section { padding: 112px 0; }
.section-heading { max-width: 540px; }
.section-heading.centered { max-width: 670px; margin: 0 auto 58px; text-align: center; }
.kicker { margin: 0 0 16px; }
.kicker.light { color: #8dd3fb; }
h2 { margin: 0; font-size: clamp(40px, 5vw, 59px); }
.section-heading > p:last-child { margin-top: 20px; color: var(--muted); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.about-copy { color: var(--muted); }
.large-copy { margin-top: 0; color: #2e4356; font-size: 20px; line-height: 1.7; }
.about-callout { margin-top: 30px; padding: 20px 22px; display: flex; gap: 13px; color: #5c6f7f; background: #f3f7fa; border-left: 3px solid var(--blue); border-radius: 0 10px 10px 0; }
.about-callout i { color: var(--blue); }
.about-callout p { margin: 0; font-size: 13px; }

.learning { background: var(--cream); }
.learning-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.learning-card { min-height: 410px; padding: 35px; position: relative; overflow: hidden; background: var(--white); border: 1px solid rgba(7, 92, 168, .09); border-radius: 18px; transition: .3s ease; }
.learning-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.learning-card.featured { color: rgba(255,255,255,.76); background: var(--blue); }
.card-number { position: absolute; right: 23px; top: 18px; color: #dbe5eb; font-family: "Newsreader", serif; font-size: 53px; font-weight: 700; }
.featured .card-number { color: rgba(255,255,255,.14); }
.card-icon { width: 55px; height: 55px; margin-bottom: 35px; display: grid; place-items: center; color: var(--blue); background: #eaf4fb; border-radius: 14px; font-size: 24px; }
.featured .card-icon { color: var(--white); background: rgba(255,255,255,.14); }
.learning-card h3 { margin: 0 0 12px; color: var(--ink); font-size: 21px; }
.featured h3 { color: var(--white); }
.learning-card p { margin-bottom: 22px; color: var(--muted); font-size: 14px; }
.featured p { color: rgba(255,255,255,.73); }
.learning-card ul { margin: 0; padding: 0; list-style: none; }
.learning-card li { margin: 9px 0; color: #405669; font-size: 13px; }
.featured li { color: rgba(255,255,255,.87); }
.learning-card li::before { content: "✓"; margin-right: 9px; color: var(--red); font-weight: 800; }

.approach { overflow: hidden; background: #f7fafc; }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.approach-visual { min-height: 500px; position: relative; display: grid; place-items: center; }
.approach-visual::before { content: ""; position: absolute; width: 430px; height: 430px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 40px rgba(7, 92, 168, .05); }
.ledger-card { width: 385px; min-height: 315px; padding: 29px; position: relative; z-index: 2; color: var(--ink); background: var(--white); border-radius: 20px; box-shadow: 0 30px 80px rgba(3, 43, 80, .24); transform: rotate(-4deg); }
.ledger-top { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; }
.ledger-top strong { color: var(--blue); font-size: 17px; }
.ledger-chart { height: 150px; margin: 27px 0; padding: 15px 10px 0; display: flex; align-items: end; gap: 17px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 36px, #eef2f4 37px); }
.ledger-chart span { flex: 1; background: linear-gradient(var(--blue), #3fa8e6); border-radius: 5px 5px 0 0; }
.ledger-chart span:last-child { background: var(--red); }
.ledger-caption { display: flex; align-items: center; gap: 12px; }
.ledger-caption i { width: 39px; height: 39px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; }
.ledger-caption span { display: flex; flex-direction: column; color: var(--muted); font-size: 11px; }
.ledger-caption strong { color: var(--ink); font-size: 14px; }
.approach-copy > p:not(.kicker) { color: var(--muted); }
.steps { margin-top: 30px; }
.steps > div { padding: 16px 0; display: flex; align-items: flex-start; gap: 16px; border-bottom: 1px solid var(--line); }
.steps span { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; color: var(--blue); background: #e4f1f9; border-radius: 50%; font-size: 12px; font-weight: 800; }
.steps p { margin: 0; display: flex; flex-direction: column; color: var(--muted); font-size: 13px; }
.steps strong { color: var(--ink); font-size: 15px; }

.for-whom { background: var(--white); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.audience-grid article { padding: 34px; border: 1px solid var(--line); border-radius: 18px; }
.audience-grid i { color: var(--red); font-size: 31px; }
.audience-grid h3 { margin: 17px 0 8px; font-size: 19px; }
.audience-grid p { margin: 0; color: var(--muted); font-size: 14px; }

/* Course index */
.course-index { background: var(--white); }
.course-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.course-choice { min-height: 265px; padding: 30px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 20px; transition: .3s ease; }
.course-choice::before { content: ""; position: absolute; width: 180px; height: 180px; right: -75px; top: -75px; border: 1px solid currentColor; border-radius: 50%; opacity: .08; box-shadow: 0 0 0 30px currentColor; }
.course-choice:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.course-choice > i { position: absolute; right: 27px; bottom: 27px; font-size: 24px; }
.course-code { color: var(--blue); font-size: 25px; font-weight: 800; letter-spacing: .04em; }
.course-choice p { margin: 0 0 7px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.course-choice h3 { max-width: 250px; margin: 0; font-size: 22px; line-height: 1.35; }
.acca-choice { color: var(--blue); background: #f2f8fc; }
.skills-choice { color: var(--red); background: #fff6f6; }
.skills-choice .course-code { color: var(--red); }

/* Professional course sections */
.professional-course { scroll-margin-top: 0; }
.acca-section { background: var(--cream); }
.course-title-row { margin-bottom: 55px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 90px; }
.course-title-row h2 { max-width: 720px; }
.course-summary { padding-left: 25px; border-left: 2px solid var(--red); }
.course-summary p { margin: 0 0 14px; color: var(--muted); }
.course-summary a { color: var(--blue); font-size: 13px; font-weight: 800; }
.question-panel { margin-bottom: 74px; padding: 42px 48px; display: grid; grid-template-columns: 100px 1fr; gap: 30px; align-items: center; background: var(--white); border-radius: 22px; box-shadow: 0 20px 60px rgba(5,44,79,.08); }
.question-mark { width: 80px; height: 80px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-family: "Newsreader", serif; font-size: 48px; }
.question-panel h3, .subsection-heading h3 { margin: 0 0 12px; font-family: "Newsreader", serif; font-size: 34px; line-height: 1.15; }
.question-panel p:last-child { margin: 0; color: var(--muted); }
.subsection-heading { max-width: 720px; margin: 0 0 35px; }
.subsection-heading.centered { margin: 76px auto 34px; text-align: center; }
.subsection-heading > p:last-child { color: var(--muted); }
.benefit-grid { margin-bottom: 82px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-card { min-height: 220px; padding: 28px; background: rgba(255,255,255,.68); border: 1px solid rgba(7,92,168,.1); border-radius: 16px; }
.benefit-card i { color: var(--red); font-size: 26px; }
.benefit-card h4 { margin: 18px 0 7px; font-size: 16px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 13px; }
.level-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.level-card { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.level-card.strategic { color: rgba(255,255,255,.82); background: var(--blue); border-color: var(--blue); }
.level-head { margin-bottom: 25px; display: flex; align-items: center; gap: 15px; }
.level-head > span { width: 43px; height: 43px; flex: 0 0 43px; display: grid; place-items: center; color: var(--blue); background: #e9f4fb; border-radius: 11px; font-size: 12px; font-weight: 800; }
.strategic .level-head > span { color: var(--white); background: rgba(255,255,255,.14); }
.level-head div { display: flex; flex-direction: column; }
.level-head small { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.strategic .level-head small { color: rgba(255,255,255,.65); }
.level-head h4 { margin: 2px 0 0; font-size: 18px; }
.strategic h4 { color: var(--white); }
.level-card ul { margin: 0; padding: 0; list-style: none; }
.level-card li { padding: 8px 0; color: #526779; border-bottom: 1px solid #edf1f3; font-size: 12px; }
.level-card li:last-child { border: 0; }
.level-card li strong { min-width: 36px; display: inline-block; color: var(--blue); }
.strategic li { color: rgba(255,255,255,.82); border-color: rgba(255,255,255,.12); }
.strategic li strong { color: var(--white); }
.mini-label { margin: 20px 0 4px; color: #9eb8cc; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.membership-note { margin-top: 22px; padding: 20px 24px; display: flex; align-items: flex-start; gap: 13px; color: #536879; background: #eef5f9; border-radius: 12px; }
.membership-note i { margin-top: 3px; color: var(--blue); }
.membership-note p { margin: 0; font-size: 12px; }

/* Short courses, About and Gallery */
.boosters { background: #f4f8fb; }
.booster-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.booster-card { min-height: 225px; padding: 30px; background: var(--white); border-radius: 16px; box-shadow: 0 12px 35px rgba(5,44,79,.06); }
.booster-card i { width: 48px; height: 48px; display: grid; place-items: center; color: var(--blue); background: #e9f4fb; border-radius: 12px; font-size: 21px; }
.booster-card h3 { margin: 22px 0 8px; font-size: 17px; }
.booster-card p { margin: 0; color: var(--muted); font-size: 12px; }
.availability-note, .gallery-note { margin: 26px auto 0; display: flex; justify-content: center; gap: 9px; color: var(--muted); font-size: 11px; text-align: center; }
.why-aafa { background: var(--white); }
.about-expanded { background: var(--cream); }
.gallery { background: var(--white); }
.gallery-grid { columns: 2 420px; column-gap: 18px; }
.gallery-item { width: 100%; margin: 0 0 18px; position: relative; overflow: hidden; break-inside: avoid; background: #eef5f9; border-radius: 17px; box-shadow: 0 15px 42px rgba(5,44,79,.1); }
.gallery-item img { width: 100%; height: auto; transition: transform .7s cubic-bezier(.22, 1, .36, 1); }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { padding: 10px 14px; position: absolute; left: 12px; bottom: 12px; color: var(--white); background: rgba(3,43,80,.88); border-radius: 8px; font-size: 10px; font-weight: 700; backdrop-filter: blur(7px); }

.contact { padding: 105px 0; color: var(--white); background: var(--blue-deep); position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; width: 500px; height: 500px; right: -140px; top: -200px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.contact-shell { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 72px; }
.contact h2 { color: var(--white); }
.contact-intro > p:not(.kicker) { max-width: 490px; color: #b0c3d3; }
.contact-links { margin-top: 32px; display: grid; gap: 12px; }
.contact-links a { padding: 12px 0; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 13px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-links a > i { width: 42px; height: 42px; display: grid; place-items: center; color: #8dd3fb; background: rgba(255,255,255,.08); border-radius: 10px; }
.contact-links span { min-width: 0; display: flex; flex-direction: column; overflow-wrap: anywhere; font-size: 13px; line-height: 1.45; }
.contact-links small { color: #90a9bc; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.enquiry-form { padding: 34px; color: var(--ink); background: var(--white); border-radius: 20px; box-shadow: 0 25px 70px rgba(0,18,36,.25); }
.form-heading { margin-bottom: 23px; }
.form-heading .kicker { margin-bottom: 6px; }
.form-heading h3 { margin: 0; font-family: "Newsreader", serif; font-size: 32px; line-height: 1.15; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.form-grid label { min-width: 0; display: grid; gap: 7px; color: #354b5e; font-size: 11px; font-weight: 800; letter-spacing: .03em; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f8fafb; border: 1px solid #d7e0e6; border-radius: 9px; outline: none; font: 500 13px/1.5 "Manrope", sans-serif; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.form-grid textarea { min-height: 125px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { background: var(--white); border-color: #47b2e4; box-shadow: 0 0 0 3px rgba(71,178,228,.14); }
.form-wide { grid-column: 1 / -1; }
.form-submit { margin-top: 20px; padding: 13px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--white); background: var(--blue); border: 0; border-radius: 9px; font: 800 13px/1.4 "Manrope", sans-serif; cursor: pointer; transition: .2s ease; }
.form-submit:hover { background: var(--blue-dark); transform: translateY(-1px); }
.form-note, .form-status { margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.form-note i { margin-right: 5px; color: #159447; }
.form-status { min-height: 16px; color: var(--blue); font-weight: 700; }

.site-footer { padding: 0; color: var(--white); background: var(--blue-deep); }
.footer-main { padding: 65px 0 26px; display: grid; grid-template-columns: 1.75fr .65fr .65fr 1.25fr; align-items: start; gap: 54px; }
.footer-identity { display: flex; flex-direction: column; align-items: flex-start; }
.footer-logo { width: 104px; height: 104px; margin-bottom: 10px; overflow: hidden; display: grid; place-items: center; background: var(--white); border: 5px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 10px 25px rgba(0,34,84,.18); }
.footer-logo img { width: 150px; max-width: none; transform: scale(1.65); }
.footer-identity h3, .footer-column h3 { margin: 0 0 7px; color: var(--white); font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 800; }
.footer-identity p { margin: 0; font-size: 14px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column a, .footer-column p { margin: 0; color: rgba(255,255,255,.96); font-size: 14px; line-height: 1.85; }
.footer-column a:hover { color: #bce4ff; }
.footer-contact a { white-space: nowrap; }
.social-links { padding: 0 0 28px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.social-links a, .social-links span { width: 44px; height: 44px; display: grid; place-items: center; color: var(--white); border-radius: 50%; font-size: 22px; transition: transform .25s ease; }
.social-links a:hover { transform: translateY(-3px); }
.social-links a:nth-child(1) { background: #1688f8; }
.social-links span:nth-child(2) { background: linear-gradient(135deg, #7c3bd9, #ff3f72 55%, #ffbf45); }
.social-links span:nth-child(3), .social-links span:nth-child(4) { background: rgba(255,255,255,.08); }
.footer-bottom { padding: 21px 0; background: #021f39; border-top: 1px solid rgba(255,255,255,.2); text-align: center; font-size: 12px; }
.back-to-top { width: 43px; height: 43px; position: fixed; z-index: 900; right: 20px; bottom: 20px; display: grid; place-items: center; color: var(--white); background: var(--red); border-radius: 50%; box-shadow: 0 10px 25px rgba(237,28,47,.25); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: none; }
.reveal { opacity: 0; transform: translateY(28px) scale(.985); transition: opacity 1.5s cubic-bezier(.22, 1, .36, 1), transform 1.5s cubic-bezier(.22, 1, .36, 1); will-change: opacity, transform; }
.reveal.visible { opacity: 1; transform: translateY(0) scale(1); }
.delay-1 { transition-delay: .2s; }
.delay-2 { transition-delay: .4s; }

@media (max-width: 1000px) {
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: fixed; inset: 88px 20px auto; padding: 18px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav > a, .dropdown-toggle { padding: 13px 10px; color: #26384a; }
  .primary-nav > a.active, .primary-nav > a:hover, .dropdown-toggle.active, .dropdown-toggle:hover { color: #47b2e4; }
  .primary-nav .nav-cta { margin-top: 8px; text-align: center; }
  .nav-dropdown { display: block; }
  .nav-dropdown::after { display: none; }
  .dropdown-toggle { width: 100%; justify-content: space-between; }
  .dropdown-menu { min-width: 0; margin: 0 4px 5px; padding: 5px; position: static; display: none; background: #f2f7fa; border: 0; border-radius: 9px; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .dropdown-menu a { padding: 10px 12px; font-size: 14px; white-space: normal; }
  .nav-dropdown.dropdown-open .dropdown-menu { display: grid; }
  .hero-grid, .about-grid, .approach-grid, .contact-shell { gap: 60px; }
  .hero-grid { grid-template-columns: 1fr 420px; }
  .floating-card-one { left: -2px; }
  .floating-card-two { right: -8px; }
  .learning-grid { grid-template-columns: repeat(2, 1fr); }
  .course-title-row { gap: 48px; }
  .footer-main { grid-template-columns: 1.2fr 1fr; gap: 38px 65px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 76px; }
  .container { width: min(100% - 28px, 620px); }
  .header-inner { height: 76px; }
  .nav-brand { gap: 9px; }
  .nav-logo { width: 46px; height: 46px; flex-basis: 46px; }
  .nav-wordmark { font-size: 27px; }
  .primary-nav { inset: 76px 14px auto; }
  .hero { min-height: auto; padding: 125px 0 72px; }
  .hero-grid, .about-grid, .approach-grid, .contact-shell { grid-template-columns: 1fr; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  h2 { font-size: 42px; }
  .hero-visual { min-height: 430px; margin-top: 5px; }
  .visual-card { width: min(360px, 86vw); }
  .floating-card { min-width: 132px; padding: 10px 12px; }
  .floating-card-one { top: 20px; }
  .floating-card-two { bottom: 105px; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-grid > div { justify-content: flex-start; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 82px 0; }
  .about-grid { gap: 34px; }
  .learning-grid, .audience-grid { grid-template-columns: 1fr; }
  .learning-card { min-height: auto; }
  .course-choice-grid, .benefit-grid, .level-grid, .booster-grid { grid-template-columns: 1fr; }
  .course-choice { min-height: 220px; }
  .course-title-row { grid-template-columns: 1fr; gap: 28px; }
  .course-summary { padding: 18px 0 0; border-left: 0; border-top: 2px solid var(--red); }
  .question-panel { padding: 30px; grid-template-columns: 70px 1fr; }
  .question-mark { width: 60px; height: 60px; font-size: 36px; }
  .benefit-grid { gap: 12px; }
  .benefit-card { min-height: auto; }
  .gallery-grid { columns: 2 280px; }
  .approach-grid { gap: 38px; }
  .approach-visual { min-height: 420px; }
  .approach-visual::before { width: 330px; height: 330px; }
  .ledger-card { width: min(345px, 90vw); }
  .contact-shell { gap: 45px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .enquiry-form { padding: 27px; }
  .footer-main { padding: 55px 0 28px; grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .footer-identity, .footer-column { align-items: center; }
  .footer-contact a { white-space: normal; }
  .social-links { padding-bottom: 30px; }
}

@media (max-width: 430px) {
  .hero-actions .button { width: 100%; }
  .visual-label { width: 88px; height: 88px; right: -5px; bottom: 18px; }
  .facts-grid { grid-template-columns: 1fr; }
  .facts-grid > div { padding: 19px 24px; border-right: 0; }
  .section-heading.centered { text-align: left; }
  .ledger-card { padding: 22px; }
  .enquiry-form { padding: 23px; }
  .course-title-row h2 { font-size: 38px; }
  .question-panel { padding: 26px; grid-template-columns: 1fr; }
  .question-mark { width: 50px; height: 50px; font-size: 30px; }
  .question-panel h3, .subsection-heading h3 { font-size: 29px; }
  .level-card, .booster-card { padding: 25px; }
  .gallery-grid { columns: 1; }
}

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