/* ==========================================================================
   Swiss Institute for Digital Finance — sidf.ch
   Design system: navy + Swiss red accent, generous whitespace, card grids.
   ========================================================================== */

:root {
  --navy-950: #071426;
  --navy-900: #0B1F3A;
  --navy-800: #12294A;
  --navy-700: #1B3A63;
  --navy-600: #24507F;
  --blue-500: #2F6DB5;
  --teal-400: #2AB7CA;
  --red-600: #D52B1E;
  --red-700: #B5211A;
  --ink: #0E1726;
  --text: #202A3A;
  --muted: #5D6B7E;
  --line: #E4E8EE;
  --line-strong: #CBD3DD;
  --bg: #FFFFFF;
  --bg-soft: #F6F8FA;
  --bg-tint: #EAF0F7;
  --shadow-sm: 0 1px 2px rgba(11, 31, 58, .06), 0 1px 3px rgba(11, 31, 58, .08);
  --shadow-md: 0 8px 24px -8px rgba(11, 31, 58, .18), 0 2px 6px rgba(11, 31, 58, .06);
  --shadow-lg: 0 24px 48px -16px rgba(11, 31, 58, .28);
  --radius: 16px;
  --radius-sm: 10px;
  --font: "Inter", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --container: 1200px;
  --header-h: 76px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); overflow-x: hidden; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; font-family: var(--font); font-size: 1.0625rem; line-height: 1.6; color: var(--text); background: var(--bg);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--navy-700); text-decoration: none; }
a:hover { color: var(--red-600); }
:focus-visible { outline: 3px solid var(--teal-400); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.15; color: var(--ink); font-weight: 700; letter-spacing: -.015em; text-wrap: balance; }
h1 { font-size: clamp(2.25rem, 4.6vw, 3.6rem); letter-spacing: -.025em; }
h2 { font-size: clamp(1.75rem, 3vw, 2.4rem); }
h3, .h3 { font-size: 1.3rem; }
h4, .h4 { font-size: 1.05rem; }
.h3 { font-size: clamp(1.35rem, 2vw, 1.6rem); }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; }
.list { padding-left: 1.2rem; }
.list li { margin: .35rem 0; }
.list--sm { font-size: .95rem; }
.lead { font-size: 1.2rem; line-height: 1.55; color: var(--muted); max-width: 62ch; }
.text-lg { font-size: 1.125rem; line-height: 1.65; }
.note { font-size: .92rem; color: var(--muted); }
.center { text-align: center; }
.mt { margin-top: 2rem; }
.mt-l { margin-top: 3rem; }
.narrow { max-width: 780px; }
.narrow-l { max-width: 780px; margin-bottom: 2rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; }
.icon--sm { width: 18px; height: 18px; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: clamp(1.1rem, 4vw, 2.5rem); padding-right: clamp(1.1rem, 4vw, 2.5rem); }
.skip { position: absolute; left: 1rem; top: -100px; background: var(--navy-900); color: #fff; padding: .6rem 1rem; border-radius: 8px; z-index: 100; }
.skip:focus { top: 1rem; }

/* ---------- Eyebrow / section heads ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; margin: 0 0 1rem; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red-600); }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.section-head { max-width: 760px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head .lead { margin-top: .5rem; }

/* ---------- Layout ---------- */
.section { padding: clamp(3.5rem, 7.5vw, 6rem) 0; }
.section-sm { padding: 1rem 0 2rem; }
.section--soft { background: var(--bg-soft); }
.section--dark { background: var(--navy-900); color: rgba(255, 255, 255, .86); }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark .eyebrow { color: var(--teal-400); }
.section--tall { padding: clamp(6rem, 14vw, 10rem) 0; }
.grid { display: grid; gap: 1.5rem; }
.grid > *, .split > *, .steps > *, .phases > *, .modules > *, .programme > *, .profile > *, .footer__grid > *, .finder__controls > *, .form__row > * { min-width: 0; }
h1, h2, h3, h4, p, li, dd, dt, td, th { overflow-wrap: break-word; }
@media (max-width: 680px) { html:lang(de) p, html:lang(de) li, html:lang(de) h1, html:lang(de) h2, html:lang(de) h3 { -webkit-hyphens: auto; hyphens: auto; } }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gap-l { gap: 3rem 4rem; }
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 3rem 5rem; align-items: start; }
.split--wide { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.split__aside h2 { margin-bottom: 0; }
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .split--wide { grid-template-columns: 1fr; gap: 1.5rem; }
}
@media (max-width: 680px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .gap-l { gap: 2rem; }
}

/* ---------- Buttons & links ---------- */
.btn { display: inline-flex; align-items: center; gap: .55rem; padding: .85rem 1.35rem; border-radius: 999px; font-weight: 600; font-size: 1rem; line-height: 1.2; border: 2px solid transparent; transition: transform .18s var(--ease), background .18s, color .18s, border-color .18s, box-shadow .18s; cursor: pointer; text-align: left; max-width: 100%; }
.btn--sm, .nav .btn { white-space: nowrap; }
.btn .icon { transition: transform .18s var(--ease); }
.btn:hover .icon { transform: translateX(3px); }
.btn--primary { background: var(--red-600); color: #fff; box-shadow: 0 6px 18px -8px rgba(213, 43, 30, .7); }
.btn--primary:hover { background: var(--red-700); color: #fff; transform: translateY(-1px); }
.btn--secondary { background: var(--navy-900); color: #fff; }
.btn--secondary:hover { background: var(--navy-700); color: #fff; }
.btn--light { background: #fff; color: var(--navy-900); }
.btn--light:hover { background: var(--bg-tint); color: var(--navy-900); }
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn--ghost-light:hover { border-color: #fff; color: #fff; background: rgba(255, 255, 255, .08); }
.btn--sm { padding: .6rem 1.05rem; font-size: .92rem; }
.btn--link, .link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; color: var(--navy-700); padding: 0; border: 0; background: none; }
.btn--link:hover, .link:hover { color: var(--red-600); }
.link .icon, .btn--link .icon { transition: transform .18s var(--ease); }
.link:hover .icon, .btn--link:hover .icon { transform: translateX(3px); }
.link--light { color: #fff; }
.link--light:hover { color: var(--teal-400); }

/* ---------- Header ---------- */
/* NB: no transform/filter/backdrop-filter on .site-header itself — it must not become the containing block of the fixed mobile .nav. */
.site-header { position: sticky; top: 0; z-index: 60; border-bottom: 1px solid var(--line); transition: box-shadow .2s; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(255, 255, 255, .94); backdrop-filter: saturate(160%) blur(12px); -webkit-backdrop-filter: saturate(160%) blur(12px); }
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand__mark { width: 42px; height: 42px; flex: 0 0 auto; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__short { font-weight: 800; font-size: 1.25rem; letter-spacing: .06em; }
.brand__name { font-size: .72rem; color: var(--muted); letter-spacing: .01em; margin-top: 3px; white-space: nowrap; }
.brand--light, .brand--light:hover { color: #fff; }
.brand--light .brand__name { color: rgba(255, 255, 255, .7); }
.nav { display: flex; align-items: center; gap: 1.5rem; }
.nav__list { display: flex; align-items: center; gap: .15rem; list-style: none; }
.nav__item { position: relative; }
.nav__link { display: inline-flex; align-items: center; gap: .3rem; padding: .55rem .8rem; border-radius: 8px; font: inherit; font-weight: 600; font-size: .95rem; color: var(--text); background: none; border: 0; cursor: pointer; white-space: nowrap; transition: background .15s, color .15s; }
.nav__link:hover, .nav__item.is-open > .nav__link, .nav__link[aria-current="page"] { color: var(--navy-900); background: var(--bg-tint); }
.nav__link[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--red-600); border-radius: 8px 8px 0 0; background: none; }
.nav__chev { transition: transform .2s; }
.nav__item.is-open .nav__chev { transform: rotate(180deg); }
.menu { position: absolute; top: calc(100% + 10px); left: 0; min-width: 260px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); padding: .75rem; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s var(--ease), transform .18s var(--ease), visibility .18s; z-index: 70; }
.menu::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.nav__item.is-open > .menu, .nav__item:focus-within > .menu { opacity: 1; visibility: visible; transform: none; }
@media (hover: hover) and (min-width: 1025px) { .nav__item--menu:hover > .menu { opacity: 1; visibility: visible; transform: none; } .nav__item--menu:hover .nav__chev { transform: rotate(180deg); } }
.menu ul { list-style: none; }
.menu li a { display: block; padding: .55rem .75rem; border-radius: 8px; font-weight: 500; font-size: .95rem; color: var(--text); }
.menu li a:hover, .menu li a[aria-current="page"] { background: var(--bg-tint); color: var(--navy-900); }
.menu li a[aria-current="page"] { font-weight: 700; }
.menu__title { margin: .25rem .75rem .5rem; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.menu li.menu__all a { display: inline-flex; align-items: center; gap: .35rem; color: var(--navy-700); font-weight: 600; }
.menu--mega { display: grid; grid-template-columns: 1.15fr 1.15fr 1fr; gap: .5rem; min-width: 760px; padding: 1rem; }
.menu__col--promo { background: var(--bg-soft); border-radius: 10px; padding: .9rem 1rem; font-size: .92rem; color: var(--muted); }
.menu__col--promo p { margin-bottom: .6rem; }
.nav__extra { display: flex; align-items: center; gap: .9rem; margin-left: .5rem; padding-left: 1.2rem; border-left: 1px solid var(--line); }
.lang { display: inline-flex; align-items: center; gap: .35rem; font-weight: 700; font-size: .85rem; letter-spacing: .06em; color: var(--muted); padding: .45rem .6rem; border-radius: 8px; border: 1px solid var(--line-strong); }
.lang:hover { color: var(--navy-900); border-color: var(--navy-900); }
.lang__full { display: none; }
.nav-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line-strong); background: #fff; color: var(--ink); cursor: pointer; }
.nav-toggle__close { display: none; }
body.nav-open .nav-toggle__open { display: none; }
body.nav-open .nav-toggle__close { display: block; }
@media (max-width: 1240px) {
  .nav__link { padding: .55rem .55rem; font-size: .9rem; }
  .nav__extra { gap: .6rem; padding-left: .8rem; margin-left: .25rem; }
  .brand__name { display: none; }
}
@media (max-width: 1024px) {
  .nav-toggle { display: inline-flex; }
  .brand__name { display: block; }
  .nav { position: fixed; inset: var(--header-h) 0 0 0; background: #fff; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem clamp(1.1rem, 4vw, 2.5rem) 3rem; overflow-y: auto; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s; z-index: 55; }
  body.nav-open .nav { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  body.nav-open { overflow: hidden; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__item { border-bottom: 1px solid var(--line); }
  .nav__link { width: 100%; justify-content: space-between; padding: 1rem .25rem; font-size: 1.05rem; border-radius: 0; background: none !important; box-shadow: none !important; }
  .menu, .menu--mega { position: static; min-width: 0; box-shadow: none; border: 0; border-radius: 0; padding: 0 0 .75rem .5rem; opacity: 1; visibility: visible; transform: none; display: none; grid-template-columns: 1fr; }
  .nav__item.is-open > .menu { display: block; }
  .nav__item.is-open > .menu--mega { display: grid; }
  .menu__col--promo { display: none; }
  .nav__extra { border: 0; padding: 1.5rem 0 0; margin: 0; justify-content: space-between; }
  .lang__full { display: inline; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--navy-900); color: #fff; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 31, 58, .96) 0%, rgba(11, 31, 58, .82) 45%, rgba(11, 31, 58, .35) 100%); z-index: -1; pointer-events: none; }
.hero__art { position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; z-index: -2; pointer-events: none; }
.hero__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -3; opacity: .72; }
.hero--sub .hero__photo { opacity: .7; }
.hero--sub::after { background: linear-gradient(90deg, rgba(11, 31, 58, .97) 0%, rgba(11, 31, 58, .86) 45%, rgba(11, 31, 58, .42) 100%); }
.hero__inner { position: relative; padding: clamp(4rem, 9vw, 7.5rem) clamp(1.1rem, 4vw, 2.5rem) clamp(4.5rem, 10vw, 8rem); }
.hero__content { max-width: 800px; }
.hero .eyebrow { color: var(--teal-400); }
.hero__title { color: #fff; margin-bottom: 1.1rem; }
.hero__lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.55; color: rgba(255, 255, 255, .84); max-width: 64ch; margin-bottom: 2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero--home .hero__inner { padding-bottom: clamp(6rem, 12vw, 9.5rem); }
.hero--sub .hero__inner { padding: clamp(3rem, 6vw, 4.5rem) clamp(1.1rem, 4vw, 2.5rem) clamp(3rem, 6vw, 4.5rem); }
.hero--sub .hero__title { font-size: clamp(2rem, 4vw, 3.1rem); max-width: 22ch; }
.hero--sub .hero__lead { margin-bottom: 0; }
.crumbs { margin-bottom: 1.25rem; font-size: .85rem; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .3rem; list-style: none; color: rgba(255, 255, 255, .7); }
.crumbs li + li::before { content: "/"; margin: 0 .35rem; opacity: .5; }
.crumbs a { color: rgba(255, 255, 255, .8); }
.crumbs a:hover { color: #fff; }
.trust { display: flex; align-items: flex-start; gap: .8rem; margin-top: 2.5rem; padding: .95rem 1.15rem; max-width: 760px; border: 1px solid rgba(255, 255, 255, .16); background: rgba(7, 20, 38, .45); border-radius: 12px; font-size: .9rem; line-height: 1.5; color: rgba(255, 255, 255, .85); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.trust p { margin: 0; }
.trust__label { font-weight: 700; color: #fff; }
.trust__icon { color: var(--teal-400); margin-top: .1rem; }
.trust .link { margin-left: .35rem; white-space: nowrap; }

/* ---------- Stats ---------- */
.stats-wrap { position: relative; z-index: 2; margin-top: -3.25rem; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); margin: 0; }
.stats__item { background: #fff; padding: 1.6rem 1.5rem; }
.stats__item dt { font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 800; letter-spacing: -.02em; color: var(--navy-900); line-height: 1.1; }
.stats__item dd { margin: .45rem 0 0; font-size: .92rem; color: var(--muted); line-height: 1.45; }
@media (max-width: 900px) { .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .stats { grid-template-columns: 1fr; } .stats-wrap { margin-top: -2rem; } }

/* ---------- Cards, pillars, specs ---------- */
.card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; box-shadow: var(--shadow-sm); transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s; }
.card h3 { margin-bottom: .5rem; }
.card p { color: var(--muted); }
.card p:not(:last-child) { margin-bottom: .75rem; }
.card--link { color: inherit; }
.card--link:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); color: inherit; }
.card__icon, .pillar__icon, .spec__icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; background: var(--bg-tint); color: var(--navy-700); margin-bottom: 1.1rem; }
.card__kicker { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--red-600) !important; margin-bottom: .35rem !important; }
.card__meta { font-size: .9rem; font-weight: 600; color: var(--navy-700) !important; }
.card__more { display: inline-flex; align-items: center; gap: .35rem; margin-top: auto; padding-top: 1rem; font-weight: 600; color: var(--navy-700); }
.card--link:hover .card__more { color: var(--red-600); }
.card--link:hover .card__more .icon { transform: translateX(3px); }
.card__more .icon { transition: transform .18s var(--ease); }
.section--soft .card { box-shadow: none; }
.pillar { padding: 1.5rem 1.5rem 1.5rem 0; }
.pillar h3 { font-size: 1.15rem; }
.pillar p { color: var(--muted); font-size: .98rem; }
.section--soft .pillar { background: #fff; border-radius: var(--radius); padding: 1.75rem; border: 1px solid var(--line); }
.spec { position: relative; display: flex; flex-direction: column; background: var(--navy-900); color: #fff; border-radius: var(--radius); padding: 2rem 1.75rem; overflow: hidden; transition: transform .22s var(--ease), box-shadow .22s var(--ease); }
.spec::before { content: ""; position: absolute; inset: auto -40px -60px auto; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(42, 183, 202, .35), transparent 65%); pointer-events: none; z-index: 1; }
.spec__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; z-index: 0; transition: transform .5s var(--ease), opacity .3s; }
.spec::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 31, 58, .3) 0%, rgba(11, 31, 58, .78) 50%, rgba(11, 31, 58, .96) 100%); z-index: 1; pointer-events: none; }
.spec > :not(.spec__bg) { position: relative; z-index: 2; }
.spec:hover .spec__bg { transform: scale(1.04); opacity: .6; }
.spec:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); color: #fff; }
.spec h3 { color: #fff; }
.spec p { color: rgba(255, 255, 255, .78); }
.spec__icon { background: rgba(255, 255, 255, .1); color: var(--teal-400); }
.spec .card__more { color: #fff; }
.spec:hover .card__more { color: var(--teal-400); }
.tags { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; margin: .5rem 0 0; }
.tags li { font-size: .78rem; font-weight: 600; padding: .3rem .6rem; border-radius: 999px; background: rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .9); border: 1px solid rgba(255, 255, 255, .15); }
.tags--lg { gap: .5rem; }
.tags--lg li { font-size: .9rem; padding: .45rem .8rem; background: var(--bg-tint); color: var(--navy-800); border-color: transparent; }
.checklist { list-style: none; }
.checklist li { display: flex; gap: .65rem; align-items: flex-start; margin: .5rem 0; line-height: 1.5; }
.checklist .icon { width: 20px; height: 20px; margin-top: .2rem; color: var(--red-600); }
.section--dark .checklist .icon { color: var(--teal-400); }
.card .checklist { color: var(--text); }
.card .checklist li { font-size: .95rem; }

/* ---------- Photos ---------- */
.photo { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4 / 3; background: var(--bg-tint); }
.photo__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo--aside { margin-top: 1.5rem; aspect-ratio: 4 / 3; }
.media-split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 2.5rem 3rem; align-items: center; }
.media-split .grid--2 { gap: 1.25rem; }
@media (max-width: 1024px) { .media-split { grid-template-columns: 1fr; } .photo { aspect-ratio: 16 / 9; } }

/* ---------- Badge, callout, quote ---------- */
.badge { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius); padding: 2rem; text-align: center; }
.badge__icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: rgba(42, 183, 202, .15); color: var(--teal-400); margin-bottom: 1rem; }
.badge__icon .icon { width: 32px; height: 32px; }
.badge__title { font-size: 1.25rem; font-weight: 800; color: #fff; margin-bottom: .5rem; }
.badge__text { color: rgba(255, 255, 255, .75); font-size: .95rem; }
.callout { display: flex; gap: 1.5rem; align-items: flex-start; background: var(--bg-tint); border-left: 4px solid var(--red-600); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.75rem 2rem; }
.callout__icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; background: #fff; color: var(--navy-700); flex: 0 0 auto; }
.callout p { color: var(--text); }
.section--soft .callout { background: #fff; }
.quote { margin: 0; background: var(--navy-900); color: #fff; border-radius: var(--radius); padding: 2.5rem; position: relative; overflow: hidden; }
.quote::after { content: ""; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(42, 183, 202, .35), transparent 65%); }
.quote__icon { color: var(--teal-400); display: block; margin-bottom: 1rem; }
.quote__title { font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-400); margin-bottom: 1rem; }
.quote blockquote { margin: 0 0 1rem; font-size: 1.25rem; line-height: 1.5; font-weight: 500; }
.quote figcaption { color: rgba(255, 255, 255, .7); font-size: .95rem; }
.links { list-style: none; margin-top: .5rem; }
.links li { margin: .4rem 0; }
.links a { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; }
.role { margin-bottom: 1.25rem; }
.role h4 { margin-bottom: .2rem; }
.role p { color: var(--muted); }

/* ---------- Facts ---------- */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1rem 1.5rem; margin: 0; }
.facts__item dt { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.facts__item dd { margin: .2rem 0 0; font-weight: 600; color: var(--ink); line-height: 1.35; }
.facts-section { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.facts--bar { padding: 1.5rem 0; }
.facts--bar .facts__item { padding-left: 1rem; border-left: 2px solid var(--line-strong); }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.table { width: 100%; border-collapse: collapse; font-size: .96rem; min-width: 640px; }
.table th, .table td { padding: 1rem 1.15rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.table thead th { background: var(--navy-900); color: #fff; font-weight: 600; font-size: .88rem; letter-spacing: .02em; }
.table thead th:first-child { border-top-left-radius: var(--radius); }
.table tbody th { font-weight: 700; color: var(--ink); background: var(--bg-soft); width: 20%; }
.table tbody tr:last-child th, .table tbody tr:last-child td { border-bottom: 0; }
.table--compare tbody th { width: 18%; }

/* ---------- Accordions / modules ---------- */
.acc { border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; margin-bottom: .75rem; overflow: hidden; }
.acc summary { list-style: none; display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.25rem; cursor: pointer; font-weight: 600; color: var(--ink); }
.acc summary::-webkit-details-marker { display: none; }
.acc summary:hover { background: var(--bg-soft); }
.acc__chev { margin-left: auto; color: var(--muted); transition: transform .2s; }
.acc[open] .acc__chev { transform: rotate(180deg); }
.acc[open] summary { border-bottom: 1px solid var(--line); }
.acc__body { padding: 1rem 1.25rem 1.25rem; color: var(--text); }
.acc__body p { color: var(--muted); }
.acc--module summary { font-size: 1.05rem; padding: 1.15rem 1.35rem; }
.acc__num { font-size: .8rem; font-weight: 800; letter-spacing: .08em; color: var(--red-600); min-width: 2.2rem; }
.acc__title { flex: 1; }
.modules { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem 1.25rem; align-items: start; }
.modules .acc { margin: 0; }
@media (max-width: 900px) { .modules { grid-template-columns: 1fr; } }
.faq { margin-top: 1rem; }
.callout + .faq { margin-top: 3rem; }
.faq .h3 { margin-bottom: 1.25rem; }

/* ---------- Steps / phases / pathways ---------- */
.steps { display: grid; gap: 1.5rem; counter-reset: step; }
.steps--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.steps--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.step { position: relative; padding: 1.75rem; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.step__num { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--navy-900); color: #fff; font-weight: 800; margin-bottom: 1rem; }
.step h3 { font-size: 1.15rem; }
.step p { color: var(--muted); font-size: .98rem; }
@media (max-width: 900px) { .steps--3, .steps--6 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .steps--3, .steps--6 { grid-template-columns: 1fr; } }
.phases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.phase { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; }
.phase h3 { font-size: 1.1rem; margin-bottom: 1rem; padding-bottom: .75rem; border-bottom: 2px solid var(--red-600); }
.phase .checklist li { font-size: .95rem; }
@media (max-width: 900px) { .phases { grid-template-columns: 1fr; } }
.pathways__item { padding: .9rem 0; border-top: 1px solid var(--line); }
.pathways__item:last-child { border-bottom: 1px solid var(--line); }
.pathways__level { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--red-600); margin-bottom: .15rem; }
.pathways__item p:last-child { color: var(--text); font-size: .98rem; }

/* ---------- Programme blocks (master page) ---------- */
.programme { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 2rem 4rem; padding: 2.5rem 0; border-top: 1px solid var(--line); }
.programme:first-child { border-top: 0; padding-top: 0; }
.blocks { display: grid; gap: 1.25rem; }
.block { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.block h4 { margin-bottom: .5rem; color: var(--navy-800); }
.block .checklist li { font-size: .95rem; }
@media (max-width: 900px) { .programme { grid-template-columns: 1fr; } }

/* ---------- People ---------- */
.avatar { display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, var(--navy-700), var(--navy-900)); color: #fff; font-weight: 800; font-size: 1.4rem; letter-spacing: .05em; flex: 0 0 auto; }
.avatar--sm { width: 52px; height: 52px; font-size: 1.05rem; }
.avatar--lg { width: 160px; height: 160px; margin-bottom: 1.25rem; }
.person__head { display: flex; gap: 1.25rem; align-items: center; margin-bottom: 1rem; }
.person__name { font-size: 1.15rem; margin-bottom: .2rem; }
.person__role { font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--red-600) !important; margin: 0 !important; }
.person__post { font-size: .9rem; margin: .15rem 0 0 !important; }
.person__short { flex: 1; }
.person .link { margin-top: 1rem; }
.profile { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 2rem 4rem; padding: 3rem 0; border-top: 1px solid var(--line); }
.profile:first-of-type { border-top: 0; padding-top: 0; }
.profile__role { font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--red-600); margin-bottom: .5rem; }
.profile__facts { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.profile__facts h4 { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; }
.profile__facts .list { color: var(--text); }
.profile__post { font-weight: 600; color: var(--navy-700); margin-bottom: 1.5rem; }
.profile__main p { font-size: 1.05rem; line-height: 1.7; }
.profile__main .h4 { margin-top: 2rem; margin-bottom: .75rem; }
@media (max-width: 900px) { .profile { grid-template-columns: 1fr; } .avatar--lg { width: 120px; height: 120px; } }
.lead-box { display: flex; align-items: center; gap: 1.25rem; margin-top: 2.5rem; padding: 1.25rem 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; flex-wrap: wrap; }
.lead-box__label { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 0; }
.lead-box__name { font-weight: 700; color: var(--ink); margin: .1rem 0 0; }
.lead-box__role { font-size: .9rem; color: var(--muted); margin: 0; }
.lead-box .link { margin-left: auto; }

/* ---------- Finder ---------- */
.finder { padding: 2rem; }
.finder__controls { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.finder label span, .form label span { display: block; font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: .4rem; }
select, input, textarea { width: 100%; font: inherit; color: var(--ink); background: #fff; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); padding: .8rem .95rem; }
select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235D6B7E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9rem center; padding-right: 2.5rem; }
select:focus, input:focus, textarea:focus { outline: 2px solid var(--teal-400); outline-offset: 0; border-color: var(--teal-400); }
.finder__result { margin-top: 1.5rem; padding: 1.5rem; border-radius: var(--radius-sm); background: var(--navy-900); color: #fff; }
.finder__result p { margin: 0; color: #fff; }
.finder__result .finder__prefix { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-400); margin-bottom: .35rem; }
.finder__result .finder__title { font-size: 1.25rem; font-weight: 700; }
.finder__result .finder__meta { color: rgba(255, 255, 255, .75); margin-top: .25rem; }
.finder__result .finder__note { color: rgba(255, 255, 255, .7); font-size: .9rem; margin-top: .75rem; }
.finder__result .btn { margin-top: 1rem; }
.finder__result.is-na { background: #FFF4F2; color: var(--red-700); border: 1px solid #F3C9C4; }
@media (max-width: 800px) { .finder__controls { grid-template-columns: 1fr; } }

/* ---------- Forms ---------- */
.form { display: grid; gap: 1.1rem; margin-top: 1.5rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form__actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.form__actions .note { margin: 0; flex: 1 1 260px; }
.form textarea { resize: vertical; min-height: 140px; }
@media (max-width: 600px) { .form__row { grid-template-columns: 1fr; } }
.addr { line-height: 1.7; }

/* ---------- Legal ---------- */
.legal h2 { margin-top: 2rem; }
.legal h2:first-child { margin-top: 0; }
.legal p { color: var(--text); }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--navy-800), var(--navy-950)); color: #fff; padding: clamp(3rem, 6vw, 5rem) 0; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; left: -80px; bottom: -160px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(42, 183, 202, .28), transparent 65%); pointer-events: none; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem 3rem; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: .4rem; }
.cta-band .lead { color: rgba(255, 255, 255, .8); margin: 0; }
.cta-band__actions { display: flex; gap: .8rem; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-950); color: rgba(255, 255, 255, .78); padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; font-size: .95rem; }
.site-footer a { color: rgba(255, 255, 255, .85); }
.site-footer a:hover { color: var(--teal-400); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem 3rem; }
.footer__about { margin: 1.25rem 0 1rem; max-width: 40ch; }
.footer__addr, .footer__contact { line-height: 1.6; color: rgba(255, 255, 255, .7); }
.footer__title { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: .9rem; }
.footer__col ul { list-style: none; }
.footer__col li { margin: .45rem 0; }
.footer__awarding { display: flex; gap: .8rem; align-items: flex-start; margin-top: 2.5rem; padding: 1.25rem 1.5rem; border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--radius-sm); font-size: .9rem; color: rgba(255, 255, 255, .8); }
.footer__awarding .icon { color: var(--teal-400); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .88rem; color: rgba(255, 255, 255, .6); }
.footer__bottom p { margin: 0; }
.footer__legal a { margin-right: 1.25rem; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }

/* ---------- Reveal ---------- */
html.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js .reveal { opacity: 1; transform: none; transition: none; } .btn, .card, .spec { transition: none; } }

/* ---------- Print ---------- */
@media print {
  .site-header, .nav-toggle, .cta-band, .hero__art, .trust, .footer__grid, .btn { display: none !important; }
  .hero { background: none; color: #000; }
  .hero__title, .hero__lead { color: #000; }
  .hero::after { display: none; }
  body { font-size: 11pt; }
}
