:root {
  --navy-950: #03172f;
  --navy-900: #05254b;
  --navy-800: #073666;
  --blue-700: #075ccf;
  --blue-600: #0b6fe8;
  --blue-500: #2588f4;
  --blue-100: #e8f3ff;
  --blue-50: #f5f9ff;
  --copper: #ef7047;
  --copper-dark: #d95732;
  --copper-soft: #fff0e9;
  --ink: #102a49;
  --muted: #5c7088;
  --line: #d9e6f2;
  --ivory: #fbfaf7;
  --white: #ffffff;
  --success: #1d9b68;
  --shadow: 0 16px 46px rgba(4, 37, 78, .08);
  --shadow-hover: 0 22px 56px rgba(4, 69, 144, .14);
  --radius: 18px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 128px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font-geist-sans, Inter), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--navy-950); line-height: 1.1; letter-spacing: -.045em; }
p { color: var(--muted); }
ul { padding: 0; margin: 0; list-style: none; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-soft { background: linear-gradient(180deg, #f9fcff, #f2f7fd); border-block: 1px solid #e8f1fa; }
.skip-link { position: fixed; z-index: 1000; top: -70px; left: 18px; padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--navy-950); transition: top .2s; }
.skip-link:focus { top: 18px; }

.announcement { color: #d6e8fa; background: var(--navy-950); font-size: 12px; }
.announcement-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement span { display: flex; align-items: center; gap: 9px; }
.announcement span > i { width: 7px; height: 7px; border-radius: 50%; background: #52d49b; box-shadow: 0 0 0 5px rgba(82,212,155,.12); }
.announcement button { display: inline-flex; align-items: center; gap: 7px; border: 0; color: #fff; background: transparent; font-size: 11px; font-weight: 750; cursor: pointer; }
.announcement button:hover { color: #8ec7ff; }

.site-header { position: sticky; z-index: 120; top: 0; height: 80px; border-bottom: 1px solid rgba(215,228,241,.92); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.nav-shell { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { position: relative; display: grid; place-items: center; width: 42px; height: 42px; overflow: hidden; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #0a5eb9, var(--navy-950)); box-shadow: 0 10px 24px rgba(4,47,99,.22); }
.brand-mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; }
.brand-mark b { position: relative; z-index: 2; font-size: 19px; line-height: 1; }
.brand-mark i { position: absolute; right: -1px; bottom: 4px; width: 20px; height: 5px; background: var(--copper); transform: rotate(-38deg); }
.brand strong { display: block; color: var(--navy-900); font-size: 16px; line-height: 1; letter-spacing: .02em; }
.brand small { display: block; margin-top: 5px; color: #708198; font-size: 9px; line-height: 1; font-weight: 700; letter-spacing: .015em; }
.main-nav { display: flex; align-items: stretch; justify-content: center; gap: 4px; margin-left: auto; }
.main-nav > a, .nav-dropdown > button { display: flex; align-items: center; gap: 5px; height: 42px; padding: 0 10px; border: 0; border-radius: 9px; color: #354d69; background: transparent; font-size: 12px; font-weight: 720; cursor: pointer; transition: .2s; }
.main-nav > a:hover, .nav-dropdown:hover > button, .nav-dropdown:focus-within > button { color: var(--blue-700); background: var(--blue-50); }
.nav-dropdown { position: relative; }
.nav-dropdown > div { position: absolute; top: calc(100% + 9px); left: -15px; width: 280px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
.nav-dropdown > div::before { content: ""; position: absolute; top: -10px; left: 0; right: 0; height: 12px; }
.nav-dropdown:hover > div, .nav-dropdown:focus-within > div { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown > div button { width: 100%; padding: 10px 12px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; font-size: 12px; text-align: left; cursor: pointer; transition: .2s; }
.nav-dropdown > div button:hover { padding-left: 16px; color: var(--blue-700); background: var(--blue-50); }
.menu-button { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; border-radius: 10px; color: var(--navy-900); background: var(--blue-100); place-items: center; cursor: pointer; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; padding: 0 22px; border: 1px solid var(--blue-600); border-radius: 9px; color: #fff; background: linear-gradient(135deg, var(--blue-600), #0755be); box-shadow: 0 10px 26px rgba(7,99,218,.22); font-size: 13px; line-height: 1; font-weight: 780; cursor: pointer; transition: transform .23s, color .23s, background .23s, border-color .23s, box-shadow .23s; }
.button:hover { color: #fff; border-color: #04489e; background: linear-gradient(135deg, #0758c4, #043d8b); box-shadow: 0 16px 36px rgba(7,89,194,.3); transform: translateY(-2px); }
.button svg { transition: transform .23s; }
.button:hover svg { transform: translateX(3px); }
.button-small { min-height: 40px; padding-inline: 16px; font-size: 11px; }
.button-full { width: 100%; }
.button-outline { color: var(--blue-700); background: #fff; box-shadow: none; }
.button-outline:hover { color: #fff; background: var(--blue-700); }
.button-copper { border-color: var(--copper); background: linear-gradient(135deg, #f17950, #d95732); box-shadow: 0 12px 30px rgba(239,112,71,.24); }
.button-copper:hover { border-color: #c64b29; background: linear-gradient(135deg, #df623b, #bd4425); box-shadow: 0 16px 36px rgba(214,81,43,.32); }
.button-ghost { border-color: rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.08); box-shadow: none; backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.15); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; color: var(--blue-700); background: transparent; font-size: 12px; font-weight: 780; cursor: pointer; transition: color .2s, gap .2s; }
.text-link:hover { gap: 12px; color: var(--navy-900); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--copper); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 23px; height: 1px; background: currentColor; }
.eyebrow.light { color: #ff9b79; }
.section-heading { max-width: 860px; margin: 0 auto 46px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2 { margin-bottom: 15px; font-size: clamp(32px, 3.4vw, 49px); }
.section-heading > p:last-child { max-width: 720px; margin: 0 auto; font-size: 14px; line-height: 1.8; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; text-align: left; }
.split-heading .eyebrow { justify-content: flex-start; }
.split-heading > div h2 { margin: 0; }
.split-heading > p { margin: 0; }

.hero { position: relative; min-height: 760px; overflow: hidden; color: #fff; background: radial-gradient(circle at 72% 28%, rgba(24,118,230,.27), transparent 32%), linear-gradient(126deg, #03162e 0%, #05264c 58%, #073465 100%); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .13; 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: 54px 54px; mask-image: linear-gradient(90deg, #000, transparent 82%); }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; right: -300px; bottom: -210px; border: 90px solid rgba(44,132,232,.09); border-radius: 50%; }
.hero-orbit { position: absolute; border: 1px solid rgba(121,186,255,.12); border-radius: 50%; animation: heroPulse 6s ease-in-out infinite; }
.orbit-a { width: 420px; height: 420px; top: 90px; right: 8%; }
.orbit-b { width: 260px; height: 260px; top: 170px; right: 13.5%; animation-delay: -2.5s; }
.breadcrumbs { position: relative; z-index: 2; display: flex; gap: 9px; padding-top: 27px; color: #91afd0; font-size: 10px; }
.breadcrumbs span { color: var(--copper); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .72fr; gap: 80px; align-items: center; padding: 45px 0 72px; }
.hero-copy h1 { max-width: 870px; margin-bottom: 24px; color: #fff; font-size: clamp(48px, 5.1vw, 77px); line-height: 1.03; letter-spacing: -.062em; }
.hero-copy h1 em { color: #72b9ff; font-style: normal; }
.hero-lead { max-width: 770px; margin-bottom: 27px; color: #bfd0e3; font-size: 17px; line-height: 1.78; }
.hero-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 20px; max-width: 700px; margin-bottom: 31px; }
.hero-proof > span { display: flex; align-items: center; gap: 9px; color: #e4eef8; font-size: 12px; }
.hero-proof i { display: grid; place-items: center; flex: 0 0 23px; height: 23px; border: 1px solid rgba(77,205,151,.35); border-radius: 50%; color: #6ee0aa; background: rgba(47,180,126,.1); }
.hero-microcopy { max-width: 630px; margin: 17px 0 0; color: #819fbe; font-size: 10px; }
.hero-form-wrap { position: relative; width: min(510px, 100%); margin-left: auto; }
.enquiry-card { position: relative; z-index: 3; padding: 31px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 32px 80px rgba(0,10,29,.34); }
.enquiry-card::before { content: ""; position: absolute; inset: 8px; border: 1px solid #ecf2f8; border-radius: 18px; pointer-events: none; }
.enquiry-card > * { position: relative; z-index: 2; }
.form-kicker { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--copper); font-size: 10px; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.form-kicker > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: var(--copper-soft); }
.enquiry-card h2 { margin-bottom: 8px; font-size: 28px; }
.enquiry-card > p { margin-bottom: 20px; font-size: 12px; }
.enquiry-card label { display: grid; gap: 6px; margin-bottom: 12px; }
.enquiry-card label > span { color: var(--navy-800); font-size: 10px; font-weight: 750; }
.enquiry-card label > span em { color: #71849a; font-style: normal; font-weight: 600; }
.compact-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.enquiry-card input, .enquiry-card select { width: 100%; height: 44px; padding: 0 12px; border: 1px solid #d5e3f0; border-radius: 8px; outline: none; color: var(--ink); background: #fff; font-size: 12px; transition: .2s; }
.enquiry-card input:focus, .enquiry-card select:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(11,111,232,.1); }
.enquiry-card small { display: block; margin-top: 11px; color: #8191a4; font-size: 9px; line-height: 1.55; text-align: center; }
.hero-badge { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.72); border-radius: 13px; color: var(--navy-900); background: rgba(255,255,255,.91); box-shadow: 0 15px 35px rgba(0,17,42,.2); backdrop-filter: blur(10px); animation: float 5s ease-in-out infinite; }
.hero-badge strong { color: var(--blue-700); }
.hero-badge span { font-size: 9px; line-height: 1.35; }
.badge-five { top: -30px; right: 22px; }
.badge-five > strong { font-size: 26px; line-height: 1; }
.badge-missions { left: -80px; bottom: 35px; color: var(--blue-700); animation-delay: -2s; }
.badge-missions span { color: var(--navy-800); }

.quick-facts { position: relative; z-index: 5; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 13px 36px rgba(4,39,82,.06); }
.facts-grid { display: grid; grid-template-columns: repeat(6, 1fr); min-height: 110px; }
.fact { display: flex; align-items: center; justify-content: center; gap: 11px; padding: 18px 13px; border-right: 1px solid #e3ecf5; }
.fact:last-child { border-right: 0; }
.fact > span { display: grid; place-items: center; flex: 0 0 39px; height: 39px; border-radius: 11px; color: var(--blue-700); background: var(--blue-100); }
.fact small, .fact strong { display: block; }
.fact small { color: #8293a6; font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.fact strong { margin-top: 3px; color: var(--navy-800); font-size: 11px; line-height: 1.25; }
.section-nav { position: sticky; z-index: 105; top: 80px; border-bottom: 1px solid #e1ebf4; background: rgba(250,252,255,.95); backdrop-filter: blur(14px); }
.section-nav .container { display: flex; align-items: center; justify-content: center; min-height: 48px; overflow-x: auto; scrollbar-width: none; }
.section-nav a { flex: 0 0 auto; padding: 7px 15px; border-radius: 7px; color: #5d7188; font-size: 10px; font-weight: 720; transition: .2s; }
.section-nav a:hover { color: var(--blue-700); background: var(--blue-100); }

.intro-section { background: var(--ivory); }
.intro-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 44px 80px; align-items: start; }
.intro-grid h2 { margin: 0; font-size: clamp(34px, 3.2vw, 48px); }
.intro-copy p { margin-bottom: 17px; font-size: 14px; line-height: 1.9; }
.growth-console { grid-column: 1 / -1; overflow: hidden; border: 1px solid #d6e4f1; border-radius: 22px; background: linear-gradient(135deg, #fff, #f3f8ff); box-shadow: var(--shadow); }
.console-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 26px; border-bottom: 1px solid #e3edf6; background: linear-gradient(90deg, var(--navy-950), var(--navy-800)); }
.console-head span, .console-head strong { display: block; color: #fff; }
.console-head span { margin-bottom: 5px; color: #81b8ee; font-size: 9px; letter-spacing: .12em; }
.console-head strong { font-size: 17px; }
.console-head > i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: #fff; background: rgba(255,255,255,.1); }
.console-flow { display: grid; grid-template-columns: repeat(6, 1fr); }
.console-flow > div { position: relative; min-height: 120px; display: grid; align-content: center; justify-items: center; border-right: 1px solid #e1ebf4; text-align: center; }
.console-flow > div:last-child { border-right: 0; }
.console-flow > div:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -11px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: var(--blue-700); background: #fff; font-size: 11px; box-shadow: 0 3px 10px rgba(4,50,105,.12); transform: translateY(-50%); }
.console-flow span { margin-bottom: 7px; color: var(--copper); font-size: 10px; font-weight: 800; }
.console-flow strong { color: var(--navy-900); font-size: 12px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { position: relative; min-height: 250px; padding: 30px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 32px rgba(4,40,85,.05); transition: .28s; }
.feature-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--blue-600), var(--copper)); opacity: 0; transition: opacity .25s; }
.feature-card:hover { border-color: #a9cdf1; box-shadow: var(--shadow-hover); transform: translateY(-7px); }
.feature-card:hover::before { opacity: 1; }
.card-number { position: absolute; top: 21px; right: 23px; color: #e4edf6; font-size: 30px; font-weight: 850; }
.feature-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 22px; border-radius: 14px; color: var(--blue-700); background: var(--blue-100); transition: .25s; }
.feature-card:hover .feature-icon { color: #fff; background: var(--blue-700); transform: rotate(-5deg); }
.feature-card h3 { margin-bottom: 11px; font-size: 20px; }
.feature-card p { margin: 0; font-size: 12px; line-height: 1.7; }
.decorative-arrow { position: absolute; right: 22px; bottom: 18px; display: grid; place-items: center; width: 34px; height: 31px; border-radius: 8px; color: var(--blue-700); background: var(--blue-50); transition: .25s; }
.feature-card:hover .decorative-arrow { color: #fff; background: var(--blue-700); transform: translateX(4px); }

.program-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; align-items: stretch; }
.program-card { position: relative; display: flex; flex-direction: column; min-height: 540px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 12px 38px rgba(3,43,90,.06); transition: .28s; }
.program-card:hover { border-color: #a9cef3; box-shadow: var(--shadow-hover); transform: translateY(-7px); }
.program-card.featured { border-color: #79b4ed; background: linear-gradient(180deg, #f2f8ff, #fff 48%); box-shadow: 0 18px 55px rgba(5,83,169,.13); }
.program-card.featured::before { content: ""; position: absolute; inset: -1px -1px auto; height: 5px; border-radius: 24px 24px 0 0; background: linear-gradient(90deg, var(--blue-600), #44a1f4); }
.program-top { display: flex; align-items: center; justify-content: space-between; min-height: 26px; margin-bottom: 19px; }
.program-top > span { color: var(--copper); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.program-top b { padding: 6px 9px; border-radius: 99px; color: #fff; background: var(--blue-700); font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }
.program-card h3 { min-height: 56px; margin-bottom: 13px; font-size: 24px; }
.program-card > p { min-height: 64px; margin-bottom: 20px; font-size: 12px; line-height: 1.65; }
.program-meta { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 22px; border: 1px solid #e2ecf5; border-radius: 13px; background: var(--blue-50); }
.program-meta > span { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1px 8px; padding: 13px; }
.program-meta > span:first-child { border-right: 1px solid #dfeaf4; }
.program-meta svg { grid-row: 1 / 3; color: var(--blue-700); }
.program-meta small { color: #8091a5; font-size: 8px; text-transform: uppercase; }
.program-meta strong { color: var(--navy-800); font-size: 10px; }
.program-card ul { display: grid; gap: 10px; margin-bottom: 25px; }
.program-card li { display: flex; align-items: center; gap: 9px; color: #526a83; font-size: 11px; }
.program-card li i { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: var(--success); background: #eaf8f2; }
.program-price { display: flex; align-items: flex-end; gap: 12px; margin-top: auto; padding-top: 17px; border-top: 1px solid #e5edf5; }
.program-price small { color: #8191a5; font-size: 9px; }
.program-price strong { color: var(--navy-950); font-size: 28px; line-height: 1; letter-spacing: -.04em; }
.program-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; margin-top: 20px; }
.fee-note { max-width: 880px; display: flex; align-items: flex-start; gap: 11px; margin: 24px auto 0; padding: 15px 18px; border: 1px solid #d9e7f4; border-radius: 12px; background: #f8fbff; }
.fee-note svg { flex: 0 0 auto; margin-top: 3px; color: var(--success); }
.fee-note p { margin: 0; font-size: 10px; line-height: 1.65; }

.audience-section { color: #fff; background: linear-gradient(125deg, var(--navy-950), var(--navy-800)); }
.audience-section .split-heading h2, .audience-section .split-heading > p { color: #fff; }
.audience-section .split-heading > p { color: #a9bed4; }
.audience-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.audience-grid article { min-height: 235px; padding: 24px 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 17px; background: rgba(255,255,255,.055); transition: .25s; }
.audience-grid article:hover { border-color: rgba(99,175,255,.45); background: rgba(18,101,190,.2); transform: translateY(-5px); }
.audience-grid i { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 30px; border-radius: 12px; color: #86c5ff; background: rgba(83,160,237,.13); }
.audience-grid h3 { margin-bottom: 11px; color: #fff; font-size: 16px; }
.audience-grid p { margin: 0; color: #a8bdd2; font-size: 10px; line-height: 1.65; }

.outcomes-section { background: var(--ivory); }
.outcomes-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.outcomes-copy h2 { margin-bottom: 17px; font-size: clamp(36px, 3.7vw, 53px); }
.outcomes-copy > p:not(.eyebrow) { margin-bottom: 25px; font-size: 13px; line-height: 1.85; }
.skills-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.skills-grid > span { display: flex; align-items: center; gap: 11px; min-height: 58px; padding: 11px 16px; border: 1px solid #dfe8f0; border-radius: 13px; color: #3f5873; background: #fff; font-size: 11px; font-weight: 670; transition: .2s; }
.skills-grid > span:hover { border-color: #9fc8f0; color: var(--blue-700); box-shadow: 0 9px 22px rgba(4,60,128,.08); transform: translateX(3px); }
.skills-grid i { display: grid; place-items: center; flex: 0 0 25px; height: 25px; border-radius: 50%; color: #fff; background: var(--blue-700); }

.curriculum-summary { display: flex; align-items: center; justify-content: center; gap: 0; max-width: 960px; margin: 0 auto 27px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 9px 28px rgba(4,47,100,.05); }
.curriculum-summary > div { display: flex; align-items: center; gap: 8px; padding: 0 24px; border-right: 1px solid #dfebf5; }
.curriculum-summary strong { color: var(--blue-700); font-size: 26px; letter-spacing: -.04em; }
.curriculum-summary span { color: #697f96; font-size: 9px; line-height: 1.25; text-transform: uppercase; }
.curriculum-summary .button { margin-left: 20px; }
.module-list { max-width: 1100px; display: grid; gap: 10px; margin-inline: auto; }
.module { overflow: hidden; border: 1px solid #d9e6f2; border-radius: 15px; background: #fff; box-shadow: 0 6px 20px rgba(4,40,83,.035); transition: .23s; }
.module[open] { border-color: #a7ccf1; box-shadow: 0 13px 32px rgba(6,78,157,.09); }
.module summary { display: grid; grid-template-columns: 48px minmax(0,1fr) auto 28px; gap: 15px; align-items: center; min-height: 86px; padding: 14px 20px; cursor: pointer; list-style: none; }
.module summary::-webkit-details-marker { display: none; }
.module-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--blue-700); background: var(--blue-100); font-size: 11px; font-weight: 820; }
.module-title strong, .module-title small { display: block; }
.module-title strong { margin-bottom: 5px; color: var(--navy-900); font-size: 14px; letter-spacing: -.02em; }
.module-title small { color: #778ba0; font-size: 10px; }
.mission-count { padding: 6px 10px; border-radius: 99px; color: var(--copper-dark); background: var(--copper-soft); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.module summary > i { display: grid; place-items: center; color: var(--blue-700); transition: transform .2s; }
.module[open] summary > i { transform: rotate(90deg); }
.module-body { display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; padding: 3px 25px 25px 83px; border-top: 1px solid #edf3f8; }
.module-body h4 { margin: 20px 0 13px; color: var(--navy-800); font-size: 11px; letter-spacing: .03em; text-transform: uppercase; }
.module-body ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 20px; }
.module-body li { display: flex; gap: 8px; color: #586f87; font-size: 10px; }
.module-body li svg { flex: 0 0 auto; margin-top: 2px; color: var(--success); }
.module-output { align-self: center; margin-top: 18px; padding: 18px; border: 1px solid #dce9f4; border-radius: 12px; background: var(--blue-50); }
.module-output span { color: var(--blue-700); font-size: 8px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.module-output p { margin: 7px 0 0; font-size: 10px; line-height: 1.65; }
.section-cta { max-width: 1100px; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin: 26px auto 0; padding: 22px 25px; border-radius: 16px; color: #fff; background: linear-gradient(105deg, var(--navy-950), var(--navy-800)); }
.section-cta strong { font-size: 14px; }
.section-cta p { margin: 5px 0 0; color: #a9bfd6; font-size: 10px; }

.missions-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 43%, rgba(29,120,230,.22), transparent 28%), linear-gradient(135deg, #03172f, #052c58); }
.missions-section::after { content: ""; position: absolute; right: -180px; bottom: -260px; width: 530px; height: 530px; border: 90px solid rgba(72,157,245,.06); border-radius: 50%; }
.missions-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; }
.missions-copy h2 { margin-bottom: 18px; color: #fff; font-size: clamp(36px, 3.7vw, 55px); }
.missions-copy > p:not(.eyebrow) { color: #a9bfd5; font-size: 13px; line-height: 1.8; }
.mission-list { display: grid; gap: 9px; margin-top: 25px; }
.mission-list > span { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: center; min-height: 38px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; color: #d3e2f1; background: rgba(255,255,255,.04); font-size: 10px; transition: .2s; }
.mission-list > span:hover { border-color: rgba(91,169,249,.35); background: rgba(15,105,200,.16); transform: translateX(4px); }
.mission-list b { color: #68b4ff; font-size: 9px; }
.portfolio-board { padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.075); box-shadow: 0 30px 80px rgba(0,12,30,.28); backdrop-filter: blur(12px); }
.board-head { display: flex; align-items: center; justify-content: space-between; padding: 4px 2px 16px; color: #fff; font-size: 11px; font-weight: 750; }
.board-head i { padding: 5px 8px; border-radius: 99px; color: #6de3aa; background: rgba(66,211,148,.11); font-size: 7px; font-style: normal; letter-spacing: .08em; }
.board-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.board-card { position: relative; min-height: 190px; padding: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.95); }
.board-card > span { display: grid; place-items: center; width: 37px; height: 37px; margin-bottom: 25px; border-radius: 10px; color: var(--blue-700); background: var(--blue-100); }
.board-card small, .board-card strong { display: block; }
.board-card small { color: #71859b; font-size: 8px; text-transform: uppercase; }
.board-card strong { margin-top: 4px; color: var(--navy-900); font-size: 12px; }
.board-card.wide { grid-column: 1 / -1; min-height: 150px; }
.mini-browser { position: absolute; top: 20px; right: 17px; width: 52%; height: 75px; padding: 10px; border: 5px solid var(--navy-900); border-radius: 7px; background: #fff; }
.mini-browser i { display: inline-block; width: 5px; height: 5px; margin-right: 3px; border-radius: 50%; background: var(--copper); }
.mini-browser b { display: block; height: 5px; margin-top: 7px; border-radius: 5px; background: #d8e8f7; }
.mini-browser b:nth-of-type(2) { width: 75%; }
.mini-browser b:nth-of-type(3) { width: 55%; background: var(--blue-500); }
.mini-bars { position: absolute; top: 33px; right: 22px; display: flex; align-items: flex-end; gap: 5px; height: 55px; }
.mini-bars i { width: 9px; border-radius: 3px 3px 0 0; background: #b8d7f5; }
.mini-bars i:nth-child(1) { height: 25%; }.mini-bars i:nth-child(2) { height: 58%; }.mini-bars i:nth-child(3) { height: 42%; }.mini-bars i:nth-child(4) { height: 88%; background: var(--blue-600); }
.mini-chart { position: absolute; top: 38px; right: 22px; display: flex; gap: 4px; }
.mini-chart i { width: 11px; height: 42px; border-radius: 99px; background: #d9e9f8; transform: rotate(35deg); }
.mini-chart i:nth-child(2), .mini-chart i:nth-child(4) { background: var(--blue-500); }
.campaign-pills { position: absolute; right: 20px; bottom: 25px; display: flex; gap: 7px; }
.campaign-pills i { padding: 6px 9px; border-radius: 99px; color: var(--blue-700); background: var(--blue-100); font-size: 7px; font-style: normal; font-weight: 750; }

.growth-cycle-section { background: var(--ivory); }
.cycle-grid { display: grid; grid-template-columns: repeat(6, 1fr); position: relative; }
.cycle-grid::before { content: ""; position: absolute; top: 43px; left: 8%; right: 8%; height: 1px; background: repeating-linear-gradient(90deg, #a9c8e7 0 7px, transparent 7px 14px); }
.cycle-grid article { position: relative; z-index: 2; padding: 0 15px; text-align: center; }
.cycle-grid article > span { position: absolute; top: -7px; left: calc(50% + 21px); display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: #fff; background: var(--copper); font-size: 7px; font-weight: 800; }
.cycle-grid article > i { display: grid; place-items: center; width: 66px; height: 66px; margin: 10px auto 20px; border: 7px solid #eef5fc; border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--blue-600), #064ca8); box-shadow: 0 10px 23px rgba(7,95,201,.22); }
.cycle-grid h3 { margin-bottom: 8px; font-size: 14px; }
.cycle-grid p { margin: 0; font-size: 9px; line-height: 1.55; }

.tools-section { background: #fff; }
.tools-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; align-items: start; }
.tools-heading { position: sticky; top: 155px; }
.tools-heading h2 { margin-bottom: 17px; font-size: clamp(34px, 3.5vw, 51px); }
.tools-heading > p:not(.eyebrow) { font-size: 12px; line-height: 1.8; }
.tools-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.tools-grid article { position: relative; min-height: 160px; padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg, #fff, #f8fbff); transition: .25s; }
.tools-grid article:hover { border-color: #9dc6ed; box-shadow: 0 15px 35px rgba(4,68,142,.1); transform: translateY(-4px); }
.tools-grid article > span { position: absolute; top: 18px; right: 20px; color: #dce8f3; font-size: 23px; font-weight: 850; }
.tools-grid h3 { margin-bottom: 11px; font-size: 16px; }
.tools-grid p { margin: 0; font-size: 10px; line-height: 1.7; }

.class-section { background: linear-gradient(180deg, #f4f9ff, #fff); border-top: 1px solid #e7f0f9; }
.class-layout { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.class-visual { padding: 26px; border: 1px solid #d8e6f2; border-radius: 25px; background: #fff; box-shadow: var(--shadow); }
.studio-screen { overflow: hidden; border-radius: 17px; color: #fff; background: var(--navy-950); box-shadow: 0 20px 45px rgba(3,27,57,.2); }
.screen-head { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; border-bottom: 1px solid rgba(255,255,255,.1); color: #a8c1d9; font-size: 8px; letter-spacing: .08em; }
.screen-head i { color: #62d9a2; font-style: normal; }
.screen-body { position: relative; min-height: 370px; display: grid; align-content: center; padding: 30px; background: radial-gradient(circle at 50% 40%, rgba(28,121,226,.2), transparent 38%), linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: auto, 35px 35px, 35px 35px; }
.mentor-node { display: grid; justify-items: center; gap: 8px; margin-bottom: 55px; }
.mentor-node > b { color: #75bafa; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.mentor-node > span { display: grid; place-items: center; width: 62px; height: 62px; border: 5px solid rgba(255,255,255,.12); border-radius: 50%; color: #fff; background: var(--blue-600); }
.student-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.student-row > span { display: grid; justify-items: center; gap: 7px; padding: 12px 5px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; color: #8cc6fa; background: rgba(255,255,255,.05); }
.student-row small { color: #b6cbde; font-size: 7px; }
.feedback-line { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 27px; color: #d6e7f5; font-size: 8px; }
.feedback-line i { width: 7px; height: 7px; border-radius: 50%; background: #56d399; box-shadow: 0 0 0 5px rgba(86,211,153,.1); }
.class-copy h2 { margin-bottom: 17px; font-size: clamp(36px, 3.7vw, 53px); }
.class-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.8; }
.class-copy ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.class-copy li { display: flex; align-items: center; gap: 9px; min-height: 43px; padding: 8px 11px; border: 1px solid #dce8f3; border-radius: 10px; color: #50677f; background: #fff; font-size: 10px; }
.class-copy li span { display: grid; place-items: center; flex: 0 0 24px; height: 24px; border-radius: 7px; color: var(--blue-700); background: var(--blue-100); font-size: 8px; font-weight: 820; }
.batch-details { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 0; border: 1px solid #dce8f3; border-radius: 14px; background: #fff; }
.batch-details > span { display: grid; grid-template-columns: auto 1fr; gap: 1px 8px; padding: 13px; border-right: 1px solid #e2ebf4; }
.batch-details > span:last-child { border-right: 0; }
.batch-details svg { grid-row: 1 / 3; color: var(--copper); }
.batch-details small { color: #8292a5; font-size: 7px; text-transform: uppercase; }
.batch-details strong { color: var(--navy-800); font-size: 8px; line-height: 1.35; }

.trainer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.trainer-card { display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: center; min-height: 310px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 10px 34px rgba(4,45,95,.05); transition: .25s; }
.trainer-card:hover { border-color: #a7ccf0; box-shadow: var(--shadow-hover); transform: translateY(-5px); }
.trainer-avatar { position: relative; display: grid; place-items: center; height: 250px; overflow: hidden; border-radius: 17px; color: #fff; }
.trainer-avatar::before { content: ""; position: absolute; width: 130px; height: 130px; top: 34px; border: 10px solid rgba(255,255,255,.12); border-radius: 50%; }
.trainer-avatar::after { content: ""; position: absolute; width: 210px; height: 130px; bottom: -55px; border-radius: 50% 50% 0 0; background: rgba(255,255,255,.11); }
.avatar-mahesh { background: linear-gradient(145deg, #092c55, #0870d9); }
.avatar-mukesh { background: linear-gradient(145deg, #07498d, #3198e2); }
.trainer-avatar > span { position: relative; z-index: 2; display: grid; place-items: center; width: 85px; height: 85px; border-radius: 50%; color: var(--navy-900); background: #d9ecff; font-size: 27px; font-weight: 850; box-shadow: 0 15px 35px rgba(0,15,42,.22); }
.trainer-avatar > i { position: absolute; z-index: 3; right: 18px; bottom: 18px; display: grid; place-items: center; width: 41px; height: 41px; border-radius: 12px; color: var(--copper); background: #fff; box-shadow: 0 10px 20px rgba(0,20,50,.2); }
.trainer-role { display: inline-block; margin-bottom: 9px; color: var(--copper); font-size: 9px; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }
.trainer-card h3 { margin-bottom: 13px; font-size: 26px; }
.trainer-card p { font-size: 11px; line-height: 1.75; }
.trainer-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.trainer-tags span { padding: 6px 9px; border-radius: 99px; color: var(--blue-700); background: var(--blue-100); font-size: 8px; font-weight: 750; }
.review-line { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 23px 0 0; color: #75899e; font-size: 9px; text-align: center; }
.review-line svg { color: var(--success); }

.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.support-grid article { min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: 21px; background: #fff; transition: .25s; }
.support-grid article:hover { border-color: #9fc7ef; box-shadow: var(--shadow-hover); transform: translateY(-6px); }
.support-grid article > i { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 23px; border-radius: 14px; color: var(--copper); background: var(--copper-soft); }
.support-grid h3 { margin-bottom: 18px; font-size: 20px; }
.support-grid ul { display: grid; gap: 11px; }
.support-grid li { display: flex; gap: 8px; color: #5d7289; font-size: 10px; }
.support-grid li svg { flex: 0 0 auto; margin-top: 2px; color: var(--success); }
.transparency-note { display: flex; align-items: flex-start; gap: 14px; margin-top: 21px; padding: 20px; border: 1px solid #f1d5c9; border-radius: 14px; background: #fff8f4; }
.transparency-note > svg { flex: 0 0 auto; color: var(--copper); }
.transparency-note p { margin: 0; font-size: 10px; line-height: 1.7; }
.transparency-note strong { color: var(--navy-800); }

.career-section { background: var(--ivory); }
.career-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px; }
.certificate-card, .career-paths { position: relative; min-height: 440px; padding: 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 11px 36px rgba(4,43,90,.05); }
.certificate-card::after { content: ""; position: absolute; right: -80px; bottom: -90px; width: 240px; height: 240px; border: 35px solid #eff6fc; border-radius: 50%; }
.certificate-card h2, .career-paths h2 { margin-bottom: 20px; font-size: clamp(31px, 3vw, 43px); }
.certificate-seal { position: absolute; top: 35px; right: 35px; display: grid; place-items: center; width: 66px; height: 66px; border: 1px solid #f0cfbf; border-radius: 50%; color: var(--copper); background: var(--copper-soft); }
.certificate-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 22px 0; }
.certificate-list span { display: flex; align-items: center; gap: 8px; color: #526b83; font-size: 10px; }
.certificate-list svg { color: var(--success); }
.certificate-card > p:last-child { max-width: 580px; font-size: 10px; line-height: 1.7; }
.career-paths { color: #fff; background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.career-paths h2 { color: #fff; }
.career-paths > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-bottom: 25px; }
.career-paths > div span { display: flex; align-items: center; gap: 8px; min-height: 37px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; color: #d5e4f1; background: rgba(255,255,255,.05); font-size: 9px; }
.career-paths > div svg { color: #72baff; }
.career-paths > small { color: #88a5c2; font-size: 8px; line-height: 1.5; }

.location-section { background: #fff; }
.location-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 65px; align-items: center; }
.map-panel { position: relative; min-height: 470px; overflow: hidden; border: 1px solid #d8e5f1; border-radius: 26px; background: #eff6fb; box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: 0; opacity: .7; background-image: linear-gradient(#d5e3ee 1px, transparent 1px), linear-gradient(90deg, #d5e3ee 1px, transparent 1px); background-size: 58px 58px; transform: rotate(12deg) scale(1.3); }
.road { position: absolute; height: 11px; border: 3px solid #fff; border-radius: 99px; background: #cbddea; box-shadow: 0 0 0 1px #bbd0df; }
.road-one { width: 120%; top: 37%; left: -10%; transform: rotate(-12deg); }
.road-two { width: 90%; top: 60%; left: 15%; transform: rotate(26deg); }
.road-three { width: 80%; top: 45%; left: 32%; transform: rotate(88deg); }
.map-label { position: absolute; z-index: 2; padding: 6px 9px; border-radius: 7px; color: #637990; background: rgba(255,255,255,.85); font-size: 8px; font-weight: 750; }
.label-a { left: 18%; top: 22%; }.label-b { right: 16%; bottom: 18%; }
.map-pin { position: absolute; z-index: 4; top: 50%; left: 50%; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border-radius: 13px; color: #fff; background: linear-gradient(135deg, var(--copper), #d64e28); box-shadow: 0 15px 35px rgba(211,72,34,.34); transform: translate(-50%, -50%); }
.map-pin span { font-size: 8px; font-weight: 820; line-height: 1.1; }
.location-copy h2 { margin-bottom: 17px; font-size: clamp(36px, 3.7vw, 53px); }
.location-copy > p:not(.eyebrow):not(.local-note) { font-size: 13px; line-height: 1.8; }
.address-box { display: flex; align-items: flex-start; gap: 13px; margin: 23px 0; padding: 20px; border: 1px solid #dce8f3; border-radius: 14px; background: var(--blue-50); }
.address-box > svg { flex: 0 0 auto; margin-top: 2px; color: var(--copper); }
.address-box small, .address-box strong { display: block; }
.address-box small { margin-bottom: 5px; color: var(--blue-700); font-size: 9px; font-weight: 820; letter-spacing: .08em; }
.address-box strong { color: var(--navy-800); font-size: 11px; line-height: 1.6; }
.contact-row { display: flex; flex-wrap: wrap; gap: 11px; }
.local-note { margin: 18px 0 0; font-size: 9px; line-height: 1.65; }

.proof-section { background: linear-gradient(180deg, #f9fcff, #f4f8fc); border-block: 1px solid #e5eff8; }
.evidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.evidence-grid article { padding: 14px 14px 21px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 25px rgba(4,40,84,.05); transition: .25s; }
.evidence-grid article:hover { border-color: #9ec7ee; box-shadow: var(--shadow-hover); transform: translateY(-5px); }
.evidence-visual { position: relative; height: 170px; margin-bottom: 20px; overflow: hidden; border-radius: 13px; background: linear-gradient(145deg, #edf6ff, #dcecff); }
.evidence-visual > span { position: absolute; top: 14px; left: 14px; color: var(--blue-700); font-size: 7px; font-weight: 850; letter-spacing: .1em; }
.evidence-grid h3 { margin: 0 6px 8px; font-size: 15px; }
.evidence-grid p { margin: 0 6px; font-size: 9px; line-height: 1.55; }
.audit > strong { position: absolute; top: 48px; left: 20px; color: var(--navy-900); font-size: 48px; line-height: 1; }
.audit > i { position: absolute; left: 90px; right: 22px; height: 7px; border-radius: 7px; background: #bedaf5; }
.audit > i:nth-of-type(1) { top: 58px; }.audit > i:nth-of-type(2) { top: 78px; right: 48px; }.audit > i:nth-of-type(3) { top: 98px; right: 70px; background: var(--copper); }
.calendar-visual { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; align-content: end; padding: 48px 18px 20px; }
.calendar-visual i { height: 24px; border-radius: 5px; background: #bdd9f5; }
.calendar-visual i:nth-child(3n), .calendar-visual i:nth-child(5n) { background: var(--blue-600); }
.dashboard b { position: absolute; top: 48px; width: 52px; height: 42px; border-radius: 8px; background: #fff; box-shadow: 0 6px 14px rgba(4,55,115,.08); }
.dashboard b:nth-of-type(1) { left: 18px; }.dashboard b:nth-of-type(2) { left: 80px; }.dashboard b:nth-of-type(3) { left: 142px; }
.dashboard i { position: absolute; bottom: 22px; width: 19px; border-radius: 4px 4px 0 0; background: #9ec9f3; }
.dashboard i:nth-of-type(1) { left: 35px; height: 33px; }.dashboard i:nth-of-type(2) { left: 65px; height: 55px; }.dashboard i:nth-of-type(3) { left: 95px; height: 42px; background: var(--copper); }.dashboard i:nth-of-type(4) { left: 125px; height: 68px; background: var(--blue-600); }
.case-study > strong { position: absolute; top: 55px; left: 20px; color: var(--navy-900); font-size: 17px; }
.case-study i { position: absolute; top: 100px; width: 48px; height: 29px; border-radius: 7px; background: #bcd8f4; }
.case-study i:nth-of-type(1) { left: 20px; }.case-study i:nth-of-type(2) { left: 80px; background: var(--blue-600); }.case-study i:nth-of-type(3) { left: 140px; background: var(--copper); }

.faq-section { background: var(--ivory); }
.faq-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 75px; align-items: start; }
.faq-heading { position: sticky; top: 155px; }
.faq-heading h2 { margin-bottom: 17px; font-size: clamp(35px, 3.6vw, 52px); }
.faq-heading > p:not(.eyebrow) { font-size: 12px; line-height: 1.8; }
.faq-help { display: grid; grid-template-columns: auto 1fr; gap: 3px 11px; margin-top: 25px; padding: 17px; border: 1px solid #d9e6f2; border-radius: 14px; background: #fff; }
.faq-help > svg { grid-row: 1 / 3; color: var(--copper); }
.faq-help strong, .faq-help span { display: block; }
.faq-help strong { color: var(--navy-800); font-size: 11px; }
.faq-help span { color: #8091a4; font-size: 9px; }
.faq-help a { grid-column: 2; display: inline-flex; align-items: center; gap: 7px; margin-top: 7px; color: var(--blue-700); font-size: 9px; font-weight: 750; }
.faq-list { display: grid; gap: 8px; }
.faq-list details { overflow: hidden; border: 1px solid #dae6f1; border-radius: 13px; background: #fff; transition: .2s; }
.faq-list details[open] { border-color: #a5caf0; box-shadow: 0 11px 26px rgba(6,72,147,.07); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 59px; padding: 12px 17px; color: var(--navy-800); font-size: 11px; font-weight: 740; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--blue-700); font-size: 18px; font-style: normal; font-weight: 400; transition: .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 17px 16px; font-size: 10px; line-height: 1.75; }

.resources-section { background: #fff; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.resource-grid a { position: relative; min-height: 150px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg, #fff, #f8fbff); transition: .25s; }
.resource-grid a:hover { border-color: #9fc7ee; box-shadow: 0 15px 35px rgba(4,65,136,.1); transform: translateY(-5px); }
.resource-grid a > span { color: #b9cfe4; font-size: 10px; font-weight: 800; }
.resource-grid h3 { max-width: 87%; margin-top: 22px; font-size: 15px; }
.resource-grid a > i { position: absolute; right: 20px; bottom: 18px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: var(--blue-700); background: var(--blue-100); transition: .2s; }
.resource-grid a:hover > i { color: #fff; background: var(--blue-700); transform: translateX(3px); }

.final-cta { position: relative; overflow: hidden; padding: 82px 0; color: #fff; background: linear-gradient(128deg, #03162e, #06386d); }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle, #73b9fb 2px, transparent 2.5px); background-size: 26px 26px; mask-image: linear-gradient(90deg, transparent, #000); }
.cta-orbit { position: absolute; border: 1px solid rgba(112,183,250,.15); border-radius: 50%; }
.cta-orbit-a { width: 460px; height: 460px; right: -100px; top: -160px; }
.cta-orbit-b { width: 280px; height: 280px; right: -5px; top: -70px; }
.final-cta-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }
.final-cta h2 { max-width: 820px; margin-bottom: 17px; color: #fff; font-size: clamp(38px, 4vw, 58px); }
.final-cta p { max-width: 760px; color: #aec4d8; font-size: 13px; line-height: 1.8; }
.final-cta small { display: block; margin-top: 17px; color: #7e9dbb; font-size: 9px; }
.light-link { color: #fff; }
.light-link:hover { color: #8fc9ff; }
.cta-metrics { display: grid; grid-template-columns: repeat(3, 1fr); padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.075); backdrop-filter: blur(10px); }
.cta-metrics > div { display: grid; justify-items: center; padding: 17px 8px; border-right: 1px solid rgba(255,255,255,.12); text-align: center; }
.cta-metrics > div:last-child { border-right: 0; }
.cta-metrics strong { color: #fff; font-size: 38px; line-height: 1; }
.cta-metrics span { margin-top: 8px; color: #97b5d1; font-size: 8px; line-height: 1.4; text-transform: uppercase; }

.site-footer { padding: 55px 0 22px; border-top: 1px solid #dce7f1; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .75fr) 1.1fr; gap: 38px; }
.footer-brand p { margin: 19px 0 3px; color: var(--navy-800); font-size: 11px; font-weight: 750; }
.footer-brand > span { color: #7d8fa3; font-size: 9px; }
.footer-grid h3 { margin-bottom: 16px; font-size: 12px; letter-spacing: -.01em; }
.footer-grid > div > a:not(.brand):not(.button) { display: flex; align-items: center; gap: 7px; width: max-content; max-width: 100%; margin-bottom: 9px; color: #697d92; font-size: 9px; transition: .2s; }
.footer-grid > div > a:not(.brand):not(.button):hover { color: var(--blue-700); transform: translateX(3px); }
.footer-grid > div > p { font-size: 9px; line-height: 1.75; }
.footer-connect { padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--blue-50); }
.footer-connect p { margin-bottom: 15px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 20px; border-top: 1px solid #e4ecf4; color: #8493a5; font-size: 8px; }
.footer-bottom span:last-child { display: flex; align-items: center; gap: 11px; }
.footer-bottom i { width: 1px; height: 11px; background: #d9e4ee; }
.footer-bottom a:hover { color: var(--blue-700); }

.mobile-actions { display: none; }
.toast { position: fixed; z-index: 900; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; max-width: min(390px, calc(100vw - 35px)); padding: 14px 18px; border-radius: 12px; color: #fff; background: var(--navy-950); box-shadow: 0 20px 55px rgba(0,15,35,.28); font-size: 11px; font-weight: 650; opacity: 0; pointer-events: none; transform: translateY(22px); transition: .25s; }
.toast svg { color: #66dda6; }
.toast.show { opacity: 1; transform: none; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes heroPulse { 0%,100% { opacity: .55; transform: scale(1); } 50% { opacity: 1; transform: scale(1.035); } }

/* Homepage-aligned premium refinement
   Keeps the long-form course content while matching the calmer 1200px rhythm,
   typography and card proportions of the main PARTH SKILLS homepage. */
.main-nav > a,
.nav-dropdown > button,
.nav-dropdown > div button { font-size: 13px; }

.button { min-height: 50px; padding-inline: 23px; font-size: 14px; }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 12px; }
.text-link { font-size: 13px; }
.eyebrow { margin-bottom: 13px; font-size: 11px; letter-spacing: .11em; }

.section-heading { max-width: 780px; margin-bottom: 44px; }
.section-heading h2 { font-size: clamp(32px, 3.15vw, 44px); }
.section-heading > p:last-child { max-width: 680px; font-size: 15px; line-height: 1.75; }
.split-heading { gap: 54px; }

.hero {
  min-height: 720px;
  color: var(--ink);
  background:
    radial-gradient(circle at 83% 30%, rgba(53, 148, 246, .14), transparent 27%),
    radial-gradient(circle at 8% 85%, rgba(239, 112, 71, .06), transparent 23%),
    linear-gradient(128deg, #ffffff 0%, #fbfdff 54%, #f1f7ff 100%);
  border-bottom: 1px solid #e3edf7;
}
.hero-grid-bg {
  opacity: .55;
  background-image:
    linear-gradient(rgba(10, 105, 218, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 105, 218, .035) 1px, transparent 1px);
  mask-image: linear-gradient(90deg, transparent, #000 48%, transparent);
}
.hero::before {
  width: 500px;
  height: 500px;
  right: -265px;
  bottom: -220px;
  border-width: 80px;
  border-color: rgba(44, 132, 232, .055);
}
.hero-orbit { border-color: rgba(26, 119, 221, .13); }
.hero-layout { grid-template-columns: 1.08fr .72fr; gap: 64px; padding: 47px 0 70px; }
.breadcrumbs { color: #71859c; }
.breadcrumbs span { color: var(--copper); }
.hero-copy h1 { max-width: 700px; color: var(--navy-950); font-size: clamp(49px, 4.75vw, 66px); line-height: 1.045; }
.hero-copy h1 em { color: var(--blue-600); }
.hero-lead { max-width: 650px; color: #536c86; font-size: 17px; line-height: 1.72; }
.hero-proof { max-width: 650px; gap: 13px 22px; }
.hero-proof > span { color: #354f6b; font-size: 13px; }
.hero-proof i {
  border-color: rgba(29, 155, 104, .22);
  color: var(--success);
  background: #eaf8f2;
}
.hero-microcopy { color: #758aa0; font-size: 11px; }
.hero-copy .button-ghost {
  border-color: #b8cde2;
  color: var(--navy-800);
  background: rgba(255,255,255,.8);
  box-shadow: none;
}
.hero-copy .button-ghost:hover {
  border-color: var(--blue-600);
  color: var(--blue-700);
  background: #fff;
  box-shadow: 0 12px 30px rgba(6, 78, 157, .1);
}
.hero-form-wrap { width: min(455px, 100%); }
.hero-form-wrap::before,
.hero-form-wrap::after {
  content: "";
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(25, 121, 226, .12);
  border-radius: 50%;
  pointer-events: none;
}
.hero-form-wrap::before {
  width: 560px;
  height: 560px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-form-wrap::after {
  width: 430px;
  height: 430px;
  top: 50%;
  left: 50%;
  border-color: rgba(25, 121, 226, .09);
  transform: translate(-50%, -50%);
}
.enquiry-card {
  padding: 34px;
  border: 1px solid #d6e5f2;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 70px rgba(4, 50, 105, .15);
}
.form-kicker { font-size: 11px; }
.enquiry-card h2 { font-size: 31px; }
.enquiry-card > p { font-size: 14px; line-height: 1.65; }
.enquiry-card label { gap: 7px; margin-bottom: 14px; }
.enquiry-card label > span { font-size: 11px; }
.enquiry-card input,
.enquiry-card select { height: 48px; padding-inline: 14px; font-size: 14px; }
.enquiry-card small { font-size: 10px; }
.hero-badge {
  border-color: #dce9f4;
  box-shadow: 0 14px 34px rgba(4, 48, 99, .14);
}
.hero-badge span { font-size: 10px; }

.facts-grid { min-height: 104px; }
.fact { padding-inline: 10px; }
.fact small { font-size: 10px; }
.fact strong { font-size: 13px; }
.section-nav a { padding-inline: 14px; font-size: 12px; }

.intro-grid { grid-template-columns: .9fr 1.1fr; gap: 46px 62px; }
.intro-grid h2 { font-size: clamp(34px, 3.15vw, 44px); }
.intro-copy p { font-size: 15px; line-height: 1.82; }
.growth-console { border-radius: 18px; }
.console-head { padding: 24px 28px; }
.console-head span { font-size: 10px; }
.console-head strong { font-size: 19px; }
.console-flow > div { min-height: 126px; }
.console-flow span { font-size: 11px; }
.console-flow strong { font-size: 13px; }

.feature-grid { gap: 22px; }
.feature-card { min-height: 270px; padding: 31px 29px; border-radius: 18px; }
.feature-card h3 { font-size: 21px; }
.feature-card p { font-size: 13.5px; line-height: 1.72; }

.program-grid { gap: 24px; }
.program-card { min-height: 570px; padding: 31px; border-radius: 20px; }
.program-card.featured::before { border-radius: 20px 20px 0 0; }
.program-top > span { font-size: 11px; }
.program-top b { font-size: 9px; }
.program-card h3 { min-height: 62px; font-size: 25px; }
.program-card > p { min-height: 70px; font-size: 13.5px; line-height: 1.7; }
.program-meta small { font-size: 9px; }
.program-meta strong { font-size: 11.5px; }
.program-card li { font-size: 12.5px; }
.program-price small { font-size: 10px; }
.program-price strong { font-size: 31px; }
.fee-note { max-width: 900px; padding: 17px 20px; }
.fee-note p { font-size: 12px; }

.audience-grid { gap: 15px; }
.audience-grid article { min-height: 255px; padding: 26px 20px; }
.audience-grid i { margin-bottom: 27px; }
.audience-grid h3 { font-size: 18px; }
.audience-grid p { font-size: 12.25px; line-height: 1.65; }

.outcomes-grid { grid-template-columns: .78fr 1.22fr; gap: 64px; }
.outcomes-copy h2,
.missions-copy h2,
.class-copy h2,
.location-copy h2,
.faq-heading h2,
.tools-heading h2 { font-size: clamp(34px, 3.25vw, 46px); }
.outcomes-copy > p:not(.eyebrow),
.missions-copy > p:not(.eyebrow),
.class-copy > p:not(.eyebrow),
.location-copy > p:not(.eyebrow):not(.local-note),
.faq-heading > p:not(.eyebrow),
.tools-heading > p:not(.eyebrow) { font-size: 14.5px; line-height: 1.78; }
.skills-grid { gap: 14px; }
.skills-grid > span { min-height: 64px; padding: 13px 17px; font-size: 12.5px; }

.curriculum-summary { max-width: 930px; padding: 18px; }
.curriculum-summary strong { font-size: 29px; }
.curriculum-summary span { font-size: 10px; }
.module-list,
.section-cta { max-width: 1000px; }
.module-list { gap: 12px; }
.module { border-radius: 14px; box-shadow: 0 7px 22px rgba(4,40,83,.04); }
.module summary { min-height: 92px; padding: 16px 22px; }
.module-number { width: 45px; height: 45px; font-size: 12px; }
.module-title strong { font-size: 15.5px; }
.module-title small { font-size: 11.5px; }
.mission-count { padding: 7px 11px; font-size: 9.5px; }
.module-body { gap: 34px; padding: 4px 27px 28px 87px; }
.module-body h4 { font-size: 12px; }
.module-body li { font-size: 12px; line-height: 1.6; }
.module-output { padding: 20px; }
.module-output span { font-size: 9px; }
.module-output p { font-size: 11.5px; }
.section-cta { padding: 24px 27px; }
.section-cta strong { font-size: 16px; }
.section-cta p { font-size: 11.5px; }

.missions-layout { grid-template-columns: .85fr 1.15fr; gap: 64px; }
.mission-list { gap: 10px; }
.mission-list > span { min-height: 43px; padding: 9px 12px; font-size: 12px; }
.mission-list b { font-size: 10px; }
.portfolio-board { padding: 22px; border-radius: 21px; }
.board-head { font-size: 13px; }
.board-head i { font-size: 8px; }
.board-card small { font-size: 9px; }
.board-card strong { font-size: 13px; }
.campaign-pills i { font-size: 8px; }

.cycle-grid article { padding-inline: 18px; }
.cycle-grid article > i { width: 70px; height: 70px; }
.cycle-grid h3 { font-size: 16px; }
.cycle-grid p { font-size: 11.5px; line-height: 1.6; }

.tools-layout { grid-template-columns: .72fr 1.28fr; gap: 62px; }
.tools-grid { gap: 16px; }
.tools-grid article { min-height: 175px; padding: 27px; }
.tools-grid h3 { font-size: 18px; }
.tools-grid p { font-size: 12.5px; line-height: 1.7; }

.class-layout { gap: 62px; }
.class-visual { padding: 23px; border-radius: 21px; }
.screen-head { font-size: 9px; }
.mentor-node > b { font-size: 9px; }
.student-row small,
.feedback-line { font-size: 9px; }
.class-copy li { min-height: 48px; padding: 10px 12px; font-size: 12.5px; }
.batch-details > span { padding: 15px; }
.batch-details small { font-size: 9px; }
.batch-details strong { font-size: 11px; }

.trainer-grid { gap: 24px; }
.trainer-card { grid-template-columns: 170px 1fr; gap: 27px; min-height: 330px; padding: 27px; border-radius: 20px; }
.trainer-role { font-size: 10.5px; }
.trainer-card h3 { font-size: 28px; }
.trainer-card p { font-size: 13px; line-height: 1.72; }
.trainer-tags span { font-size: 10px; }
.review-line { font-size: 11px; }

.support-grid { gap: 22px; }
.support-grid article { min-height: 330px; padding: 32px; border-radius: 19px; }
.support-grid h3 { font-size: 22px; }
.support-grid li { font-size: 12.5px; line-height: 1.6; }
.transparency-note { padding: 22px; }
.transparency-note p { font-size: 12px; }

.career-layout { gap: 24px; }
.certificate-card,
.career-paths { min-height: 470px; padding: 40px; border-radius: 21px; }
.certificate-card h2,
.career-paths h2 { font-size: clamp(31px, 2.85vw, 40px); }
.certificate-list span { font-size: 12px; }
.certificate-card > p:last-child { font-size: 12px; }
.career-paths > div span { min-height: 42px; padding: 9px 10px; font-size: 11px; }
.career-paths > small { font-size: 10px; }

.location-layout { gap: 60px; }
.map-panel { min-height: 440px; border-radius: 22px; }
.map-label,
.map-pin span { font-size: 9.5px; }
.address-box { padding: 22px; }
.address-box small { font-size: 10px; }
.address-box strong { font-size: 13.5px; }
.local-note { font-size: 11px; }

.evidence-grid { gap: 19px; }
.evidence-grid article { padding: 16px 16px 23px; border-radius: 17px; }
.evidence-visual { height: 180px; }
.evidence-visual > span { font-size: 8px; }
.evidence-grid h3 { font-size: 17px; }
.evidence-grid p { font-size: 11.5px; line-height: 1.6; }

.faq-layout { grid-template-columns: .7fr 1.3fr; gap: 64px; }
.faq-help { padding: 20px; }
.faq-help strong { font-size: 13px; }
.faq-help span,
.faq-help a { font-size: 11px; }
.faq-list { gap: 10px; }
.faq-list summary { min-height: 66px; padding: 14px 20px; font-size: 13px; }
.faq-list details p { padding: 0 20px 19px; font-size: 12px; line-height: 1.75; }

.resource-grid { gap: 16px; }
.resource-grid a { min-height: 170px; padding: 27px; }
.resource-grid a > span { font-size: 11px; }
.resource-grid h3 { font-size: 17px; }

.final-cta { padding: 88px 0; }
.final-cta-layout { grid-template-columns: 1.12fr .88fr; gap: 54px; }
.final-cta h2 { font-size: clamp(38px, 3.7vw, 51px); }
.final-cta p { font-size: 15px; }
.final-cta small { font-size: 10.5px; }
.cta-metrics { padding: 24px; border-radius: 20px; }
.cta-metrics span { font-size: 10px; }

.footer-brand p { font-size: 12px; }
.footer-brand > span { font-size: 10px; }
.footer-grid h3 { font-size: 13px; }
.footer-grid > div > a:not(.brand):not(.button),
.footer-grid > div > p { font-size: 10.5px; }
.footer-bottom { font-size: 9px; }

@media (min-width: 1800px) {
  :root { --container: 1280px; }
  .hero-layout { gap: 72px; }
  .hero-copy h1 { font-size: 70px; }
  .hero-form-wrap { width: 470px; }
  .facts-grid { min-height: 110px; }
}

@media (max-width: 1220px) {
  .main-nav { gap: 0; }
  .main-nav > a, .nav-dropdown > button { padding-inline: 7px; font-size: 11px; }
  .header-cta { display: none; }
  .hero-layout { gap: 45px; }
  .badge-missions { left: -40px; }
  .facts-grid { grid-template-columns: repeat(3, 1fr); }
  .fact:nth-child(3) { border-right: 0; }
  .fact:nth-child(-n+3) { border-bottom: 1px solid #e3ecf5; }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, .8fr); }
  .footer-connect { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; }
  .footer-connect h3, .footer-connect p { margin: 0; }
  .footer-connect .button { margin-left: auto; }
}

@media (max-width: 980px) {
  .section { padding: 80px 0; }
  .site-header { height: 72px; }
  .menu-button { display: grid; }
  .main-nav { position: fixed; inset: 72px 18px auto; z-index: 140; display: grid; max-height: calc(100vh - 92px); padding: 13px; overflow-y: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-hover); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a, .nav-dropdown > button { width: 100%; justify-content: space-between; min-height: 44px; padding-inline: 13px; }
  .nav-dropdown > div { position: static; display: none; width: auto; margin: 3px 8px 8px 18px; border: 0; border-left: 2px solid #d8e8f8; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-dropdown:hover > div, .nav-dropdown:focus-within > div { display: block; }
  .section-nav { top: 72px; }
  .section-nav .container { justify-content: flex-start; }
  .hero { min-height: 0; }
  .hero-layout { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 820px; text-align: center; margin-inline: auto; }
  .hero-copy .eyebrow, .hero-copy .button-row { justify-content: center; }
  .hero-proof { margin-inline: auto; text-align: left; }
  .hero-microcopy { margin-inline: auto; }
  .hero-form-wrap { width: min(580px, 100%); margin-inline: auto; }
  .badge-missions { left: -35px; }
  .intro-grid, .outcomes-grid, .tools-layout, .class-layout, .location-layout, .faq-layout { grid-template-columns: 1fr; }
  .growth-console { grid-column: auto; }
  .feature-grid, .program-grid, .support-grid { grid-template-columns: repeat(2, 1fr); }
  .program-card:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .tools-heading, .faq-heading { position: static; }
  .missions-layout { grid-template-columns: 1fr; }
  .missions-copy { text-align: center; }
  .missions-copy .eyebrow { justify-content: center; }
  .mission-list { max-width: 750px; margin-inline: auto; text-align: left; }
  .cycle-grid { grid-template-columns: repeat(3, 1fr); gap: 35px 0; }
  .cycle-grid::before { display: none; }
  .trainer-card { grid-template-columns: 145px 1fr; }
  .trainer-avatar { height: 220px; }
  .career-layout { grid-template-columns: 1fr; }
  .evidence-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 62px 0; }
  .announcement-inner { min-height: 43px; justify-content: center; text-align: center; }
  .announcement button { display: none; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 8px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero-layout { padding-top: 32px; }
  .breadcrumbs { padding-top: 20px; }
  .hero-copy h1 { font-size: clamp(39px, 11vw, 55px); }
  .hero-lead { font-size: 14px; }
  .hero-proof { grid-template-columns: 1fr; width: max-content; max-width: 100%; }
  .hero-copy .button-row { max-width: 390px; margin-inline: auto; }
  .hero-copy .button-row .button { width: 100%; }
  .enquiry-card { padding: 24px 20px; }
  .hero-badge { display: none; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(3) { border-right: 1px solid #e3ecf5; }
  .fact:nth-child(2n) { border-right: 0; }
  .fact:nth-child(-n+4) { border-bottom: 1px solid #e3ecf5; }
  .fact:nth-child(5), .fact:nth-child(6) { border-bottom: 0; }
  .section-nav { display: none; }
  .intro-grid { gap: 25px; }
  .console-flow { grid-template-columns: repeat(2, 1fr); }
  .console-flow > div { min-height: 92px; border-bottom: 1px solid #e1ebf4; }
  .console-flow > div:nth-child(2n) { border-right: 0; }
  .console-flow > div:nth-last-child(-n+2) { border-bottom: 0; }
  .console-flow > div::after { display: none !important; }
  .feature-grid, .program-grid, .audience-grid, .skills-grid, .support-grid, .trainer-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 0; }
  .program-card:last-child { grid-column: auto; width: auto; }
  .program-card h3, .program-card > p { min-height: 0; }
  .audience-grid article { min-height: 190px; }
  .curriculum-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
  .curriculum-summary > div { padding-inline: 10px; justify-content: center; }
  .curriculum-summary > div:nth-child(3) { border-right: 0; }
  .curriculum-summary .button { grid-column: 1 / -1; margin: 15px 0 0; }
  .module summary { grid-template-columns: 42px minmax(0,1fr) 22px; gap: 10px; min-height: 92px; padding-inline: 13px; }
  .module-title strong { font-size: 12px; }
  .module-title small { display: none; }
  .mission-count { grid-column: 2; width: max-content; }
  .module summary > i { grid-column: 3; grid-row: 1 / 3; }
  .module-body { grid-template-columns: 1fr; padding: 0 17px 20px; }
  .module-body ul { grid-template-columns: 1fr; }
  .module-output { margin: 0; }
  .section-cta { flex-direction: column; text-align: center; }
  .section-cta .button { width: 100%; }
  .portfolio-board { padding: 13px; }
  .board-grid { grid-template-columns: 1fr; }
  .board-card.wide { grid-column: auto; }
  .cycle-grid { grid-template-columns: repeat(2, 1fr); }
  .tools-grid, .class-copy ol, .batch-details, .certificate-list, .career-paths > div, .resource-grid { grid-template-columns: 1fr; }
  .batch-details > span { border-right: 0; border-bottom: 1px solid #e2ebf4; }
  .batch-details > span:last-child { border-bottom: 0; }
  .student-row { gap: 5px; }
  .student-row small { display: none; }
  .trainer-card { grid-template-columns: 1fr; }
  .trainer-avatar { height: 230px; }
  .certificate-card, .career-paths { min-height: 0; padding: 28px 22px; }
  .certificate-seal { position: static; margin-bottom: 20px; }
  .evidence-grid { grid-template-columns: 1fr; }
  .map-panel { min-height: 360px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > div:first-child, .footer-connect { grid-column: 1 / -1; }
  .footer-connect { display: block; }
  .footer-connect h3 { margin-bottom: 10px; }
  .footer-connect p { margin-bottom: 15px; }
  .footer-connect .button { margin: 0; }
  .footer-bottom { flex-direction: column; align-items: flex-start; padding-bottom: 62px; }
  .mobile-actions { position: fixed; z-index: 700; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: repeat(3, 1fr); padding: 7px; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; background: rgba(3,23,47,.95); box-shadow: 0 14px 35px rgba(0,20,45,.28); backdrop-filter: blur(12px); }
  .mobile-actions a { display: grid; justify-items: center; gap: 3px; padding: 7px; border-right: 1px solid rgba(255,255,255,.1); color: #fff; font-size: 8px; font-weight: 750; }
  .mobile-actions a:last-child { border-right: 0; }
  .mobile-actions a:nth-child(2) svg { color: #57d49a; }
  .mobile-actions a:nth-child(3) svg { color: #7bbfff; }
  .toast { bottom: 87px; left: 50%; right: auto; transform: translate(-50%, 22px); }
  .toast.show { transform: translate(-50%, 0); }
}

@media (max-width: 430px) {
  .compact-form-row { grid-template-columns: 1fr; gap: 0; }
  .section-heading h2 { font-size: 31px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button-row .button, .button-row .text-link { width: 100%; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact, .fact:nth-child(3) { justify-content: flex-start; border-right: 0; border-bottom: 1px solid #e3ecf5; }
  .fact:last-child { border-bottom: 0; }
  .curriculum-summary { grid-template-columns: 1fr; }
  .curriculum-summary > div { min-height: 55px; border-right: 0; border-bottom: 1px solid #dfebf5; }
  .curriculum-summary > div:nth-child(3) { border-bottom: 0; }
  .cycle-grid { grid-template-columns: 1fr; }
  .board-card { min-height: 180px; }
  .mini-browser { width: 46%; }
  .contact-row .button { width: 100%; }
  .cta-metrics { grid-template-columns: 1fr; }
  .cta-metrics > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .cta-metrics > div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child, .footer-connect { grid-column: auto; }
}

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