:root {
    --brand-navy: #061c3f;
    --brand-blue: #0756b9;
    --brand-gold: #f5b301;
    --page-bg: #f6f8fc;
    --ink: #0d1b33;
    --muted: #60708a;
    --line: #dfe6f0;
    --white: #fff;
    --radius: 18px;
    font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--page-bg);
    font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--page-bg); }
button, a { font: inherit; }
button { border: 0; }
a { color: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px; border-radius: 8px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--brand-gold); outline-offset: 3px; }

.site-header {
    position: sticky; top: 0; z-index: 900;
    display: grid; grid-template-columns: minmax(165px, 230px) 1fr auto; align-items: center; gap: 28px;
    min-height: 76px; padding: 8px clamp(20px, 5vw, 76px);
    border-bottom: 1px solid rgba(6, 28, 63, .1); background: rgba(255,255,255,.95);
    box-shadow: 0 8px 30px rgba(6,28,63,.07); backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; width: fit-content; }
.brand img, .footer-brand img { display: block; width: auto; max-width: 100%; object-fit: contain; }
.brand img { height: 54px; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(16px, 2.4vw, 34px); }
.desktop-nav a { color: #15233b; font-size: 13px; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover { color: var(--brand-blue); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.icon-link { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; text-decoration: none; font-size: 13px; font-weight: 800; }
.icon-link.whatsapp { border-color: #bdebd8; background: #ecfff7; color: #079455; }
.whatsapp-icon { display: block; width: 22px; height: 22px; }
.menu-toggle { display: none; width: 42px; height: 42px; border-radius: 10px; background: #edf3fb; color: var(--brand-navy); cursor: pointer; font-size: 20px; }
.mobile-menu { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 12px; cursor: pointer; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 17px; background: var(--brand-navy); color: #fff; }
.button-gold { color: #07182f; background: var(--brand-gold); box-shadow: 0 12px 28px rgba(245,179,1,.25); }
.button-outline { border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.08); color: #fff; }

.hero {
    position: relative; isolation: isolate; overflow: hidden;
    display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(440px, .97fr); gap: clamp(34px, 5vw, 80px); align-items: center;
    min-height: min(810px, calc(100vh - 76px)); padding: 72px clamp(24px, 6vw, 100px) 76px;
    color: #fff;
    background: linear-gradient(110deg, var(--brand-navy) 0%, #072b5f 50%, #f6f8fc 50.15%, #fff 100%);
}
.hero::before { content: ""; position: absolute; inset: 0 50% 0 0; z-index: -2; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, #000, transparent); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { left: 31%; top: 7%; width: 340px; height: 340px; background: radial-gradient(circle, rgba(7,86,185,.48), transparent 70%); }
.hero-glow-two { right: 2%; bottom: -20%; width: 450px; height: 450px; background: radial-gradient(circle, rgba(245,179,1,.16), transparent 67%); }
.hero-content { max-width: 700px; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--brand-gold); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(45px, 5.8vw, 78px); line-height: .98; letter-spacing: -.052em; text-wrap: balance; }
.supporting-headline { margin: 22px 0 0; color: #e8f0ff; font-size: clamp(20px, 2.2vw, 30px); font-weight: 700; line-height: 1.25; }
.hero-description { max-width: 670px; margin: 25px 0 0; color: #c6d3e7; font-size: 15px; line-height: 1.8; }
.trust-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.trust-pills span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.06); color: #e8eff9; font-size: 11px; font-weight: 700; }
.trust-pills b { color: var(--brand-gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.cta-support { margin: 13px 0 0; color: #aebbd0; font-size: 11px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.06); }
.stats div { padding: 16px; border-right: 1px solid rgba(255,255,255,.12); }
.stats div:last-child { border: 0; }
.stats strong, .stats span { display: block; }
.stats strong { color: var(--brand-gold); font-size: 22px; }
.stats span { margin-top: 4px; color: #c7d3e4; font-size: 10px; }

.hero-visual { position: relative; display: grid; min-width: 0; min-height: 630px; place-items: center; color: var(--ink); }
.learning-visual { position: absolute; inset: 18px 0 56px 8%; overflow: hidden; border: 1px solid rgba(7,86,185,.1); border-radius: 34px; background: linear-gradient(145deg, #eaf3ff, #fff 54%, #fff0ba); box-shadow: 0 30px 80px rgba(6,28,63,.16); }
.learning-visual::before { content: ""; position: absolute; inset: 10% 18% 18%; border: 1px solid rgba(7,86,185,.15); border-radius: 50%; }
.visual-mark { position: absolute; top: 27%; left: 21%; display: flex; align-items: baseline; color: var(--brand-navy); font-size: clamp(80px, 9vw, 150px); font-weight: 800; letter-spacing: -.08em; }
.visual-mark span { color: var(--brand-gold); font-size: .52em; }
.orb { position: absolute; border-radius: 50%; }
.orb-one { width: 210px; height: 210px; top: -45px; right: -25px; background: linear-gradient(145deg, var(--brand-gold), #ffd65e); opacity: .85; }
.orb-two { width: 190px; height: 190px; bottom: -60px; left: -45px; background: linear-gradient(145deg, var(--brand-blue), #65a6ff); opacity: .84; }
.visual-badge { position: absolute; padding: 11px 14px; border: 1px solid #dbe5f3; border-radius: 11px; background: rgba(255,255,255,.92); color: var(--brand-navy); box-shadow: 0 10px 28px rgba(6,28,63,.12); font-size: 11px; font-weight: 800; }
.visual-badge-one { top: 18%; right: 8%; }
.visual-badge-two { left: 9%; bottom: 17%; }
.hero-person { position: absolute; inset: 0 8% 65px 8%; width: 84%; height: calc(100% - 65px); border-radius: 34px; object-fit: cover; box-shadow: 0 30px 80px rgba(6,28,63,.18); }
.context-ribbon { position: absolute; top: -20px; right: 10px; z-index: 4; display: flex; gap: 7px; max-width: 88%; padding: 9px; border: 1px solid #dce5f1; border-radius: 14px; background: #fff; box-shadow: 0 12px 35px rgba(6,28,63,.13); }
.context-ribbon span { padding: 5px 9px; color: var(--brand-navy); font-size: 11px; font-weight: 800; }
.context-ribbon small { display: block; margin-bottom: 2px; color: #77849a; font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.context-warning { margin: 0 0 20px; padding: 14px 16px; border: 1px solid rgba(245,179,1,.45); border-radius: 14px; background: #fff8dc; color: #4b3900; }
.context-warning strong, .context-warning span { display: block; }
.context-warning span { margin-top: 4px; font-size: 13px; line-height: 1.45; }
.context-warning div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.context-warning a, .context-warning button { padding: 8px 11px; border: 1px solid var(--brand-navy); border-radius: 9px; background: #fff; color: var(--brand-navy); font: inherit; font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; }
.context-warning.compact { background: #eef6ff; border-color: #bfd8f5; color: var(--brand-navy); }
.chat-preview { position: relative; z-index: 3; width: min(500px, 94%); margin: 148px 0 0 auto; overflow: hidden; border: 1px solid rgba(6,28,63,.14); border-radius: 20px; background: #fff; box-shadow: 0 28px 70px rgba(6,28,63,.25); transition: opacity .2s, transform .2s, visibility .2s; }
.chat-widget-open .chat-preview { visibility: hidden; opacity: 0; transform: translateY(12px); }

.preview-header { display: flex; align-items: center; gap: 11px; padding: 14px 16px; color: #fff; background: linear-gradient(135deg, var(--brand-navy), var(--brand-blue)); }
.preview-header img { width: 53px; height: 45px; object-fit: contain; border-radius: 10px; background: #fff; }
.preview-header strong, .preview-header span { display: block; }
.preview-header strong { font-size: 16px; }
.preview-header span { margin-top: 3px; color: #dbe9ff; font-size: 10px; }
.preview-header i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #47e68b; box-shadow: 0 0 0 3px rgba(71,230,139,.16); }
.preview-body { padding: 14px; background: #f4f7fb; }
.preview-bubble { max-width: 90%; padding: 12px 13px; border: 1px solid #dde6f0; border-radius: 14px 14px 14px 4px; background: #fff; box-shadow: 0 4px 14px rgba(6,28,63,.05); }
.preview-bubble strong { font-size: 12px; }
.preview-bubble p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.preview-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin-top: 11px; }
.preview-actions button { min-height: 34px; padding: 6px 8px; border: 1px solid #cad7e7; border-radius: 9px; background: #fff; color: var(--brand-blue); cursor: pointer; font-size: 9px; font-weight: 800; }
.preview-actions button:last-child { grid-column: 1 / -1; }
.preview-start { display: flex; justify-content: space-between; width: 100%; padding: 13px 16px; background: var(--brand-gold); color: var(--brand-navy); cursor: pointer; font-size: 11px; font-weight: 800; }

.section { padding: 86px clamp(24px, 6vw, 100px); }
.section-heading { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.section-heading.compact { margin-bottom: 28px; }
.section-heading h2 { margin: 0; color: var(--brand-navy); font-size: clamp(30px, 3.5vw, 48px); line-height: 1.1; letter-spacing: -.04em; text-wrap: balance; }
.section-heading p:not(.section-kicker) { margin: 13px auto 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.section-kicker { color: var(--brand-blue); }
.capabilities { background: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; max-width: 1450px; margin: auto; }
.capability-card { display: flex; min-height: 190px; flex-direction: column; align-items: flex-start; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); cursor: pointer; text-align: left; box-shadow: 0 10px 35px rgba(6,28,63,.06); transition: transform .2s, border-color .2s, box-shadow .2s; }
.capability-card:hover { transform: translateY(-5px); border-color: #a9c8ef; box-shadow: 0 18px 45px rgba(6,28,63,.1); }
.capability-card > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 17px; border-radius: 12px; background: #eaf3ff; color: var(--brand-blue); font-size: 20px; font-weight: 800; }
.capability-card strong { font-size: 13px; }
.capability-card small { margin-top: 7px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.capability-card b { margin-top: auto; padding-top: 16px; color: var(--brand-blue); font-size: 9px; }

.courses-section { background: linear-gradient(180deg, #f2f6fb, #fff); }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1360px; margin: auto; }
.course-card { position: relative; overflow: hidden; min-height: 260px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 38px rgba(6,28,63,.06); }
.course-card::after { content: ""; position: absolute; top: 0; right: 0; width: 100px; height: 5px; background: var(--brand-gold); }
.course-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(145deg, var(--brand-navy), var(--brand-blue)); color: #fff; font-size: 13px; font-weight: 800; }
.course-card h3 { margin: 18px 0 0; color: var(--brand-navy); font-size: 18px; }
.course-card p { margin: 9px 0 20px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.course-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.course-links button, .course-links a, .centre-actions button, .centre-actions a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 12px; border-radius: 9px; cursor: pointer; font-size: 10px; font-weight: 800; text-decoration: none; }
.course-links button, .centre-actions button { background: var(--brand-blue); color: #fff; }
.course-links a, .centre-actions a { border: 1px solid var(--line); color: var(--brand-blue); }

.centres-section { background: var(--brand-navy); }
.centres-section .section-heading h2 { color: #fff; }
.centres-section .section-kicker { color: var(--brand-gold); }
.centre-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; max-width: 1300px; margin: auto; }
.centre-card { display: grid; grid-template-columns: 50px 1fr; gap: 14px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.07); color: #fff; }
.centre-card > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: var(--brand-gold); color: var(--brand-navy); font-size: 23px; }
.centre-card h3 { margin: 3px 0 0; font-size: 16px; }
.centre-card p { margin: 7px 0 0; color: #bdcbe0; font-size: 10px; line-height: 1.6; }
.centre-actions { grid-column: 2; display: flex; gap: 8px; }
.centre-actions button { background: var(--brand-gold); color: var(--brand-navy); }
.centre-actions a { border-color: rgba(255,255,255,.3); color: #fff; }

.how-section { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1250px; margin: auto; padding: 0; list-style: none; }
.steps li { display: flex; gap: 14px; padding: 21px; border: 1px solid var(--line); border-radius: var(--radius); background: #f9fbfe; }
.steps li > span { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: var(--brand-navy); color: var(--brand-gold); font-weight: 800; }
.steps h3 { margin: 2px 0 0; font-size: 14px; }
.steps p { margin: 6px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.site-footer { display: grid; grid-template-columns: minmax(210px, .8fr) minmax(480px, 2fr) minmax(170px, .7fr); gap: 38px; padding: 48px clamp(24px, 6vw, 100px) 24px; color: #d5dfed; background: linear-gradient(135deg, #03142c, #062757); }
.footer-brand img { height: 48px; padding: 4px; border-radius: 8px; background: #fff; }
.footer-brand p { margin: 12px 0 3px; font-size: 11px; font-weight: 700; }
.footer-brand small { color: #8fa0b8; font-size: 9px; }
.footer-whatsapp { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: #baf4d8; font-size: 10px; font-weight: 750; text-decoration: none; }
.footer-whatsapp .whatsapp-icon { width: 18px; height: 18px; }
.footer-offices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.footer-office { padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.055); }
.footer-office h2 { margin: 0 0 9px; color: #fff; font-size: 13px; }
.footer-office address { margin: 0 0 12px; color: #b9c8dc; font-size: 10px; font-style: normal; line-height: 1.65; }
.footer-office a { display: block; width: fit-content; margin-top: 6px; color: #e3ebf6; font-size: 10px; text-decoration: none; }
.footer-office a:hover { color: var(--brand-gold); }
.footer-links { display: flex; flex-direction: column; align-content: flex-start; gap: 10px; }
.footer-links a, .footer-contact a { color: #c5d2e4; font-size: 10px; text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: var(--brand-gold); }
.footer-contact { display: flex; flex-direction: column; gap: 9px; }
.copyright { grid-column: 1 / -1; margin: 8px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #8495ad; font-size: 9px; }

.starting-notice { position: fixed; right: 28px; bottom: 102px; z-index: 1200; padding: 12px 15px; border: 1px solid #dce5f2; border-radius: 11px; background: #fff; color: var(--brand-navy); box-shadow: 0 12px 40px rgba(6,28,63,.17); opacity: 0; transform: translateY(10px); pointer-events: none; font-size: 11px; font-weight: 700; transition: .25s; }
.starting-notice.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
    .site-header { grid-template-columns: 180px 1fr auto; gap: 15px; padding-inline: 24px; }
    .desktop-nav { gap: 14px; }
    .desktop-nav a { font-size: 11px; }
    .hero { grid-template-columns: minmax(0, 1fr) minmax(390px, 440px); padding-inline: 40px; }
    .capability-grid { grid-template-columns: repeat(3, 1fr); }
    .course-grid { grid-template-columns: repeat(2, 1fr); }
    .site-footer { grid-template-columns: minmax(200px, .7fr) minmax(420px, 1.6fr); }
    .footer-links { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 900px) {
    .site-header { grid-template-columns: 1fr auto; }
    .desktop-nav { display: none; }
    .menu-toggle { display: block; }
    .mobile-menu { position: absolute; top: calc(100% + 1px); left: 0; right: 0; flex-direction: column; padding: 15px 24px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 15px 30px rgba(6,28,63,.1); }
    .mobile-menu.open { display: flex; }
    .mobile-menu a { padding: 10px 0; color: var(--brand-navy); font-size: 12px; font-weight: 700; text-decoration: none; }
    .hero { grid-template-columns: 1fr; min-height: 0; padding: 60px 30px 70px; background: linear-gradient(155deg, var(--brand-navy) 0%, #082b5c 58%, #eef4fb 58.15%, #fff 100%); }
    .hero-content { max-width: 760px; }
    .hero-visual { width: min(650px, 100%); min-height: 560px; margin: 10px auto 0; }
    .chat-preview { margin-top: 112px; }
    .centre-grid { grid-template-columns: 1fr; }
    .steps { grid-template-columns: repeat(2, 1fr); }
    .site-footer { grid-template-columns: 1fr; }
    .footer-offices, .footer-links { grid-column: 1; }
}

@media (max-width: 620px) {
    .site-header { min-height: 66px; padding: 7px 13px; }
    .brand img { height: 42px; max-width: 145px; }
    .header-actions { gap: 5px; }
    .icon-link { width: 34px; height: 34px; font-size: 10px; }
    .button-small { min-height: 36px; padding-inline: 10px; font-size: 10px; }
    .menu-toggle { width: 36px; height: 36px; }
    .hero { padding: 46px 18px 58px; background: linear-gradient(165deg, var(--brand-navy) 0%, #082b5c 57%, #f2f6fb 57.1%, #fff 100%); }
    .hero h1 { font-size: clamp(42px, 14vw, 60px); }
    .supporting-headline { font-size: 20px; }
    .hero-description { font-size: 13px; }
    .hero-actions .button { width: 100%; }
    .stats { grid-template-columns: repeat(2, 1fr); }
    .stats div:nth-child(2) { border-right: 0; }
    .hero-visual { min-height: 490px; }
    .learning-visual { display: none; }
    .chat-preview { width: 100%; margin: 30px auto 0; }
    .context-ribbon { right: 0; left: 0; max-width: 100%; overflow-x: auto; }
    .section { padding: 66px 16px; }
    .capability-grid, .course-grid, .steps { grid-template-columns: 1fr; }
    .capability-card { min-height: 165px; }
    .course-card { min-height: 0; }
    .centre-card { grid-template-columns: 44px 1fr; padding: 17px; }
    .site-footer { grid-template-columns: 1fr; padding: 34px 20px 20px; }
    .footer-offices { grid-template-columns: 1fr; }
    .footer-links { flex-direction: row; }
    .copyright { grid-column: 1; }
    .starting-notice { right: 14px; bottom: 86px; left: 14px; text-align: center; }
}

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