:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --spacing: 0.25rem;
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
}

/*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Remove default margins and padding
  3. Reset all borders.
*/

*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 2 */
  border: 0 solid; /* 3 */
}

/*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  4. Use the user's configured `sans` font-family by default.
  5. Use the user's configured `sans` font-feature-settings by default.
  6. Use the user's configured `sans` font-variation-settings by default.
  7. Disable tap highlights on iOS.
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  tab-size: 4; /* 3 */
  font-family: var(--font-sans); /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Reset the default border style to a 1px solid border.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
  Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
  Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
  Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

/*
  Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: var(--font-mono); /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
  Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
  Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
  Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
  Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
  Make lists unstyled by default.
*/

ol,
ul,
menu {
  list-style: none;
}

/*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
      This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
  1. Inherit font styles in all browsers.
  2. Remove border radius in all browsers.
  3. Remove background color in all browsers.
  4. Ensure consistent opacity for disabled states in all browsers.
*/

button,
input,
select,
optgroup,
textarea,
::file-selector-button {
  font: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  border-radius: 0; /* 2 */
  background-color: transparent; /* 3 */
  opacity: 1; /* 4 */
}

/*
  Restore default font weight.
*/

:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}

/*
  Restore indentation.
*/

:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}

/*
  Restore space after button.
*/

::file-selector-button {
  margin-inline-end: 4px;
}

/*
  Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
*/

::placeholder {
  opacity: 1;
}

/*
  Set the default placeholder color to a semi-transparent version of the current text color in browsers that do not
  crash when using `color-mix(…)` with `currentcolor`. (https://github.com/tailwindlabs/tailwindcss/issues/17194)
*/

@supports (not (-webkit-appearance: -apple-pay-button)) /* Not Safari */ or
  (contain-intrinsic-size: 1px) /* Safari 17+ */ {
  ::placeholder {
    color: color-mix(in oklab, currentcolor 50%, transparent);
  }
}

/*
  Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
  Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
  1. Ensure date/time inputs have the same height when empty in iOS Safari.
  2. Ensure text alignment can be changed on date/time inputs in iOS Safari.
*/

::-webkit-date-and-time-value {
  min-height: 1lh; /* 1 */
  text-align: inherit; /* 2 */
}

/*
  Prevent height from changing on date/time inputs in macOS Safari when the input is set to `display: block`.
*/

::-webkit-datetime-edit {
  display: inline-flex;
}

/*
  Remove excess padding from pseudo-elements in date/time inputs to ensure consistent height across browsers.
*/

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}

/*
  Center dropdown marker shown on inputs with paired `<datalist>`s in Chrome. (https://github.com/tailwindlabs/tailwindcss/issues/18499)
*/

::-webkit-calendar-picker-indicator {
  line-height: 1;
}

/*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
  Correct the inability to style the border radius in iOS Safari.
*/

button,
input:where([type='button'], [type='reset'], [type='submit']),
::file-selector-button {
  appearance: button;
}

/*
  Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
  Make elements with the HTML hidden attribute stay hidden by default.
*/

[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}


:root{--navy:#06172f;--blue:#0758ba;--blue2:#0a73d9;--cyan:#18cbd2;--paper:#f3f7fa;--ink:#0b1930;--muted:#586779;--line:#d9e3ec}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-sans);font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.section{padding:110px 6vw}.kicker{display:block;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.19em}.kicker.light{color:#74edf1}.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 5.5vw;background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:10}.brand{display:flex;gap:12px;align-items:center;color:var(--navy)}.brand-mark{width:42px;height:42px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:25px;font-style:italic;background:linear-gradient(145deg,var(--cyan),var(--blue) 58%,var(--navy));clip-path:polygon(50% 0,100% 100%,74% 100%,62% 72%,34% 72%,24% 100%,0 100%)}.brand strong{display:block;font-size:20px;letter-spacing:.18em}.brand small{display:block;margin-top:4px;font-size:8px;letter-spacing:.28em;color:#627086}nav{display:flex;align-items:center;gap:30px;font-size:13px;font-weight:700}nav a:hover{color:var(--blue)}.header-cta,.primary-button{display:inline-flex;align-items:center;gap:10px;background:var(--blue);color:#fff;font-weight:800}.header-cta{padding:13px 18px;font-size:13px}.header-cta:hover,.primary-button:hover,.submit-button:hover{background:var(--blue2)}
.hero{min-height:calc(100vh - 86px);display:grid;grid-template-columns:1.15fr .85fr}.hero-copy{padding:9vh 6vw 7vh;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 85% 20%,#d6f7f8 0,transparent 28%),#fff}.eyebrow{display:flex;gap:8px;align-items:center;color:var(--blue);text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.16em}.hero h1{max-width:800px;margin:24px 0;font-size:clamp(50px,6vw,92px);line-height:.96;letter-spacing:-.055em;color:var(--navy)}.hero h1 em{color:var(--blue);font-style:normal}.hero-copy>p{max-width:680px;margin:0;color:#546277;font-size:18px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:36px}.primary-button{padding:18px 23px;box-shadow:0 14px 30px #0757b92d}.text-link{display:flex;gap:7px;align-items:center;font-size:14px;font-weight:800}.trust-row{display:flex;flex-wrap:wrap;gap:24px;margin-top:54px;padding-top:24px;border-top:1px solid var(--line);color:#43536a;font-size:13px;font-weight:700}.trust-row span::first-letter{color:var(--blue)}.hero-panel{color:#fff;background:linear-gradient(150deg,#0757b9,#072750 70%);padding:6vh 4.5vw;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero-panel:after{content:"";position:absolute;width:340px;height:340px;border:1px solid #ffffff2c;border-radius:50%;right:-150px;top:-100px;box-shadow:0 0 0 60px #ffffff08,0 0 0 120px #ffffff08}.panel-top{display:flex;justify-content:space-between;padding-bottom:28px;border-bottom:1px solid #ffffff3b;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.14em}.status{color:#75edf0}.featured-course{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:48px 0;border-bottom:1px solid #ffffff3b}.course-number{color:#70e6eb;font-size:14px;font-weight:800}.featured-course small{color:#91b7df;letter-spacing:.14em;font-weight:800}.featured-course h2{margin:12px 0 0;font-size:clamp(28px,3vw,48px);line-height:1.08;letter-spacing:-.04em}.pathway-list>div{display:grid;grid-template-columns:45px 1fr 20px;align-items:center;gap:12px;padding:18px 0;border-bottom:1px solid #ffffff28}.pathway-list span{color:#74e3e7;font-size:12px}.pathway-list p{margin:0;font-weight:700}.proof-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--navy);color:#fff;padding:32px 6vw}.proof-strip>div{display:flex;align-items:center;gap:17px;padding:10px 3vw;border-right:1px solid #ffffff24}.proof-strip>div:first-child{padding-left:0}.proof-strip>div:last-child{border:0}.proof-strip b{font-size:30px;color:#6ce0e5}.proof-strip span{font-size:12px;line-height:1.5;color:#b6c6d9}
.programmes{background:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:55px}.section-heading h2,.why h2,.registration h2{font-size:clamp(38px,4.3vw,66px);line-height:1.02;letter-spacing:-.045em;margin:14px 0 0}.section-heading>p{max-width:480px;color:var(--muted);line-height:1.7;margin:0}.programme-browser{display:grid;grid-template-columns:.75fr 1.25fr;min-height:580px;border:1px solid var(--line)}.category-list{display:flex;flex-direction:column;background:var(--paper);border-right:1px solid var(--line)}.category-list button{flex:1;display:grid;grid-template-columns:30px 36px 1fr 20px;align-items:center;gap:14px;padding:18px 25px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;font-weight:800;color:#39485a;cursor:pointer}.category-list button:last-child{border-bottom:0}.category-list button.active{background:var(--blue);color:#fff}.category-index{font-size:10px;color:#8c9aaa}.category-list button.active .category-index{color:#8feef1}.category-icon{font-size:19px}.category-list b{justify-self:end}.course-results{padding:40px}.results-top{display:flex;justify-content:space-between;gap:30px;align-items:end;padding-bottom:28px;border-bottom:1px solid var(--line)}.results-top small{font-size:10px;letter-spacing:.17em;color:#748296;font-weight:900}.results-top h3{font-size:28px;margin:8px 0 0}.search{display:flex;align-items:center;gap:8px;border-bottom:1px solid #9dabb8;padding:8px 0}.search input{border:0;outline:0;width:180px;background:transparent}.course-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:28px 0}.course-grid button{min-height:90px;display:grid;grid-template-columns:28px 1fr 18px;align-items:start;gap:9px;padding:20px;border:1px solid var(--line);background:#fff;text-align:left;cursor:pointer}.course-grid button:hover{border-color:var(--blue);box-shadow:0 10px 22px #08285810}.course-grid button span{font-size:10px;color:#8a98a8}.course-grid button strong{font-size:14px;line-height:1.4}.course-grid button b{color:var(--blue)}.empty{grid-column:1/-1;color:var(--muted)}.directory-link{display:flex;justify-content:space-between;padding-top:22px;border-top:1px solid var(--line);font-size:13px;font-weight:800;color:var(--blue)}
.why{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;background:linear-gradient(145deg,#06172f,#063e7d);color:#fff}.why-copy>p{color:#b8cada;line-height:1.75;font-size:16px;max-width:520px;margin:28px 0 35px}.outline-button{display:inline-flex;gap:18px;border:1px solid #76e5e9;padding:15px 19px;color:#fff;font-weight:800;font-size:13px}.benefit-grid{display:grid;grid-template-columns:1fr 1fr}.benefit-grid article{min-height:240px;padding:35px;border:1px solid #ffffff24;margin:-1px 0 0 -1px}.benefit-grid span{color:#66e3e8;font-size:11px}.benefit-grid h3{font-size:20px;margin:40px 0 12px}.benefit-grid p{color:#b8cada;font-size:14px;line-height:1.65;margin:0}
.approach{background:var(--paper)}.section-heading.compact{margin-bottom:60px}.steps{display:grid;grid-template-columns:repeat(4,1fr)}.steps article{padding:0 28px 30px;border-left:1px solid #b9c7d3;position:relative}.steps article:before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:var(--cyan);left:-5px;top:5px}.steps b{display:block;margin-left:7px;color:var(--blue);font-size:32px}.steps span{display:block;margin:55px 0 12px;font-size:10px;color:#7b8897;letter-spacing:.18em;font-weight:900}.steps h3{font-size:20px;margin:0 0 13px}.steps p{font-size:14px;color:var(--muted);line-height:1.65}.recognition{background:#fff;padding-top:35px}.recognition-card{display:grid;grid-template-columns:170px 1fr 260px;align-items:center;gap:50px;background:#eaf5ff;padding:50px;border-left:6px solid var(--blue)}.seal{width:140px;height:140px;border:5px solid var(--blue);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:38px;font-weight:900;color:var(--blue);box-shadow:inset 0 0 0 4px #eaf5ff,inset 0 0 0 6px var(--blue)}.seal span{font-size:15px;letter-spacing:.15em}.recognition-card h2{font-size:36px;letter-spacing:-.035em;margin:12px 0}.recognition-card p{color:var(--muted);line-height:1.7;margin:0}.recognition-note{border-left:1px solid #b7cadb;padding-left:28px}.recognition-note b,.recognition-note span{display:block}.recognition-note b{color:var(--blue);margin-bottom:10px}.recognition-note span{font-size:13px;line-height:1.6;color:var(--muted)}
.registration{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;background:var(--blue);color:#fff}.registration-intro>p{color:#c0d9ef;line-height:1.75;max-width:520px;margin:28px 0}.contact-quick{display:flex;flex-direction:column;gap:7px;border-top:1px solid #ffffff36;padding-top:25px}.contact-quick span{font-size:12px;color:#9fc1e0}.contact-quick a{font-size:18px;font-weight:800}.registration-form,.success-card{background:#fff;color:var(--ink);padding:38px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.registration-form label{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;font-size:12px;font-weight:800;color:#34455a}.registration-form input,.registration-form select,.registration-form textarea{width:100%;padding:14px;border:1px solid #cbd6df;background:#f9fbfc;color:var(--ink);outline:0}.registration-form input:focus,.registration-form select:focus,.registration-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0870d515}.registration-form textarea{resize:vertical}.registration-form .consent{flex-direction:row;align-items:center;font-weight:400}.consent input{width:auto}.submit-button{width:100%;display:flex;justify-content:space-between;border:0;background:var(--navy);color:#fff;padding:18px 20px;font-weight:900;cursor:pointer}.success-card{min-height:430px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.success-card>span{width:55px;height:55px;display:grid;place-items:center;border-radius:50%;background:#dff8f1;color:#08775a;font-size:28px}.success-card h3{font-size:32px;margin:25px 0 10px}.success-card p{color:var(--muted);line-height:1.7}.success-card button{border:0;background:var(--blue);color:#fff;padding:15px 18px;font-weight:800;cursor:pointer}
footer{display:grid;grid-template-columns:1.5fr 1fr .8fr .7fr;gap:45px;padding:65px 6vw 25px;background:var(--navy);color:#fff}.brand.inverse{color:#fff}.brand.inverse small{color:#8ea9c5}.footer-logo{display:block;width:190px;height:auto;filter:brightness(0) invert(1)}.footer-brand>p{color:#8fa7bf;margin-top:24px}footer>div>small{color:#69dce1;font-weight:900;letter-spacing:.16em}footer p{color:#aebed0;font-size:13px;line-height:1.8}.copyright{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid #ffffff20;padding-top:20px;margin-top:25px;color:#7189a3;font-size:11px}

/* 2026 redesign: immersive first viewport */
body{background:#f5f7f9;font-family:var(--font-sans)}.site-header{position:absolute;top:22px;left:5vw;right:5vw;width:auto;height:66px;padding:0 10px 0 18px;border:1px solid #fff8;border-radius:40px;background:#ffffffed;box-shadow:0 14px 45px #00152b20;backdrop-filter:blur(18px);z-index:20}.site-header nav{gap:34px}.site-header nav a{font-size:13px;font-weight:650}.site-header .brand-mark{width:35px;height:35px;font-size:20px}.site-header .brand strong{font-size:15px}.site-header .brand small{font-size:6px}.site-header .header-cta{border-radius:28px;padding:13px 19px;background:linear-gradient(110deg,#0758ba,#16bfc9)}
.hero{min-height:100vh;grid-template-columns:1.03fr .97fr;gap:0;padding:116px 5vw 32px;background:#071a32;color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 10%,#0d68ca55,transparent 28%),radial-gradient(circle at 92% 85%,#12d2d644,transparent 32%);pointer-events:none}.hero-copy{z-index:2;padding:7vh 4vw 7vh;background:transparent;border:1px solid #ffffff18;border-right:0;border-radius:34px 0 0 34px;justify-content:center}.hero .eyebrow{color:#7de6ea;font-size:10px}.hero h1{margin:25px 0;font-size:clamp(54px,5.4vw,82px);line-height:.96;color:#fff;font-weight:420}.hero h1 em{color:#76e4e8}.hero-copy>p{color:#c7d5e4;max-width:620px;font-size:18px}.hero-actions{margin-top:34px}.hero .primary-button{border-radius:28px;padding:17px 23px;background:linear-gradient(110deg,#0a67d4,#17bdca)}.hero .text-link{color:#fff}.hero-note{margin-top:18px!important;font-size:11px!important;color:#8fa8c2!important}.hero-visual{min-height:680px;position:relative;overflow:hidden;border-radius:0 34px 34px 0;border:1px solid #ffffff18;background:radial-gradient(circle at 50% 48%,#1274dc65,transparent 22%),linear-gradient(145deg,#0a2c54,#041426)}.hero-visual:after{content:"";position:absolute;inset:0;background-image:linear-gradient(#ffffff08 1px,transparent 1px),linear-gradient(90deg,#ffffff08 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,transparent,#000 25%,#000 75%,transparent)}.visual-orbit{position:absolute;left:50%;top:50%;border:1px solid #7de6ea55;border-radius:50%;transform:translate(-50%,-50%)}.orbit-one{width:380px;height:380px}.orbit-two{width:570px;height:570px;border-color:#ffffff20}.visual-core{position:absolute;z-index:2;left:50%;top:50%;width:180px;height:180px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid #7de6ea88;border-radius:50%;background:#082d54dd;box-shadow:0 0 80px #12d2d650}.visual-core span{font-size:78px;font-weight:800;font-style:italic;color:#fff}.visual-core small{position:absolute;top:130px;color:#79dfe4;font-size:8px;line-height:1.5;text-align:center;letter-spacing:.2em}.floating-card{position:absolute;z-index:3;min-width:174px;padding:18px;border:1px solid #ffffff30;border-radius:18px;background:#ffffffef;color:#071a32;box-shadow:0 18px 50px #00112655;animation:float 6s ease-in-out infinite}.floating-card i{display:block;color:#0871d9;font-size:10px;font-style:normal;margin-bottom:16px}.floating-card strong{font-size:14px;line-height:1.35}.card-safety{left:7%;top:19%}.card-leadership{right:5%;top:29%;animation-delay:-1.5s}.card-digital{left:9%;bottom:16%;animation-delay:-3s}.card-response{right:7%;bottom:12%;animation-delay:-4.5s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@media(prefers-reduced-motion:reduce){.floating-card{animation:none}}
.page-hero{min-height:680px;padding:210px 9vw 110px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;background:radial-gradient(circle at 80% 30%,#0876d95e,transparent 27%),radial-gradient(circle at 10% 100%,#18cbd238,transparent 30%),#06172f;color:#fff}.page-hero:after{content:"";position:absolute;width:560px;height:560px;right:-100px;bottom:-260px;border:1px solid #78e5e85c;border-radius:50%;box-shadow:0 0 0 90px #ffffff08,0 0 0 180px #ffffff06}.page-hero>span{color:#75e2e7;font-size:11px;font-weight:900;letter-spacing:.2em}.page-hero h1{max-width:1000px;margin:22px 0;font-size:clamp(52px,6.7vw,96px);font-weight:430;line-height:.96;letter-spacing:-.055em}.page-hero p{max-width:720px;margin:0;color:#bfd0df;font-size:19px;line-height:1.7}.story-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:10vw}.story-split h2,.values h2,.outcome-section h2,.funding-grid h2,.contact-layout h2{font-size:clamp(38px,4.2vw,64px);line-height:1.02;letter-spacing:-.045em}.story-copy{font-size:18px;line-height:1.8;color:var(--muted)}.statement-grid{display:grid;grid-template-columns:1fr 1fr;background:#fff}.statement-grid article{padding:90px 8vw;border:1px solid var(--line)}.statement-grid span{font-size:10px;color:var(--blue);font-weight:900;letter-spacing:.2em}.statement-grid h3{font-size:clamp(26px,2.7vw,40px);line-height:1.3;font-weight:500}.value-cards{display:grid;grid-template-columns:repeat(3,1fr);margin-top:55px}.value-cards article{padding:38px;border:1px solid var(--line);margin-right:-1px;background:#fff}.value-cards b,.outcome-list b{color:var(--blue);font-size:11px}.value-cards h3{margin:55px 0 14px;font-size:22px}.value-cards p,.outcome-list p{color:var(--muted);line-height:1.7}.page-cta{display:flex;align-items:end;justify-content:space-between;gap:40px;padding:95px 8vw;background:linear-gradient(130deg,#0870d2,#082b55);color:#fff}.page-cta>div>span{font-size:10px;color:#74e6e9;font-weight:900;letter-spacing:.2em}.page-cta h2{max-width:800px;margin:15px 0 0;font-size:clamp(38px,4.5vw,68px);line-height:1.04;letter-spacing:-.045em}.page-cta>a{flex:none;padding:18px 22px;border-radius:28px;background:#fff;color:var(--blue);font-weight:800}.page-cta>a b{margin-left:24px}.outcome-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.outcome-section>div:first-child>p{color:var(--muted);font-size:17px;line-height:1.8}.outcome-list{display:grid;grid-template-columns:1fr 1fr}.outcome-list article{padding:35px;border:1px solid var(--line);margin:-1px 0 0 -1px;background:#fff}.outcome-list h3{margin:45px 0 12px;font-size:20px}.process-band{display:flex;align-items:center;justify-content:center;gap:4vw;padding:60px 6vw;background:var(--navy);color:#6ee4e8;font-size:13px;font-weight:900;letter-spacing:.18em}.process-band i{color:#587189;font-style:normal}.funding-grid{display:grid;grid-template-columns:.65fr 1.35fr;align-items:center;gap:9vw}.funding-seal{width:310px;height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:3px solid var(--blue);border-radius:50%;color:var(--blue);font-size:70px;font-weight:900;box-shadow:inset 0 0 0 12px #f5f7f9,inset 0 0 0 14px var(--blue)}.funding-seal span{font-size:25px;letter-spacing:.18em}.funding-grid>div>p{font-size:18px;color:var(--muted);line-height:1.75}.mini-steps{margin:35px 0}.mini-steps article{display:flex;align-items:center;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.mini-steps b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff}.funding-grid small{color:var(--muted)}.programme-index{padding-top:60px}.programme-index article{display:grid;grid-template-columns:80px 1fr 55px;align-items:center;gap:25px;padding:36px 15px;border-bottom:1px solid #bdcbd6}.programme-index article>span{font-size:11px;color:var(--blue);font-weight:900}.programme-index h2{margin:0 0 8px;font-size:clamp(28px,3vw,44px);letter-spacing:-.035em}.programme-index p{max-width:750px;margin:0;color:var(--muted);line-height:1.6}.programme-index a{width:48px;height:48px;display:grid;place-items:center;border:1px solid #9badbb;border-radius:50%;color:var(--blue)}.programme-index article:hover a{background:var(--blue);color:#fff;border-color:var(--blue)}.contact-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw}.contact-layout>div>p{font-size:22px;line-height:1.7;font-weight:750}.contact-layout address{font-style:normal;color:var(--muted);line-height:1.8}.contact-layout .registration-form{box-shadow:0 25px 70px #08285818}

.company-page .page-hero{min-height:620px}.company-page .page-hero h1{max-width:900px}.company-position{display:grid;grid-template-columns:1fr .8fr;align-items:end;gap:10vw}.company-position h2,.company-standard h2{max-width:760px;margin:18px 0 0;font-size:clamp(40px,4.3vw,64px);line-height:1.04;letter-spacing:-.045em}.company-position>div:last-child>p{margin:0 0 26px;color:var(--muted);font-size:19px;line-height:1.72}.company-position a{color:var(--blue);font-size:14px;font-weight:800}.company-position a b{margin-left:14px}.company-proof{display:grid;grid-template-columns:repeat(4,1fr);background:#071a32;color:#fff}.company-proof article{min-height:200px;display:flex;flex-direction:column;justify-content:center;padding:38px 4vw;border-right:1px solid #ffffff1d}.company-proof article:last-child{border-right:0}.company-proof strong{margin-bottom:13px;color:#70e2e7;font-size:clamp(25px,2.5vw,38px);line-height:1}.company-proof span{max-width:190px;color:#b9cad8;font-size:13px;line-height:1.5}.company-standard{display:grid;grid-template-columns:.85fr 1.15fr;gap:10vw;background:#f3f6f8}.company-principles{border-top:1px solid #bbc8d2}.company-principles article{display:grid;grid-template-columns:52px 1fr;gap:22px;padding:29px 0;border-bottom:1px solid #bbc8d2}.company-principles b{padding-top:5px;color:var(--blue);font-size:11px}.company-principles h3{margin:0 0 7px;font-size:23px}.company-principles p{margin:0;color:var(--muted);line-height:1.65}
.company-standard{scroll-margin-top:120px}.company-standard-heading>p{max-width:580px;margin:28px 0 0;color:var(--muted);font-size:17px;line-height:1.72}

.directory-page .page-hero{min-height:720px;background:linear-gradient(90deg,#06172ff2,#06172f88),url('/course-digital-technical.png') center/cover}.directory-page .page-hero:after{border-color:#75e5e83d}.directory-intro{display:grid;grid-template-columns:1fr .8fr;align-items:end;gap:9vw;background:#fff}.directory-intro h2{max-width:730px;margin:18px 0 0;font-size:clamp(42px,4.5vw,66px);line-height:1.03;letter-spacing:-.05em}.directory-intro>div:last-child>p{margin:0;color:var(--muted);font-size:18px;line-height:1.7}.directory-prompts{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.directory-prompts span{padding:10px 13px;border-radius:20px;background:#e9f3f8;color:#15547f;font-size:12px;font-weight:750}.pathway-gallery{padding-top:20px!important;background:#eef2f5}.pathway-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:1200px;margin:0 auto;gap:26px}.pathway-gallery article{min-width:0;overflow:hidden;border-radius:30px;background:#fff;box-shadow:0 18px 50px #06172f0d;transition:transform .3s ease,box-shadow .3s ease}.pathway-gallery article:hover{transform:translateY(-7px);box-shadow:0 28px 65px #06172f1a}.pathway-gallery figure{height:330px;position:relative;margin:0;overflow:hidden;background:#cdd8df}.pathway-gallery figure:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#06172f8c,transparent 55%)}.pathway-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.pathway-gallery article:hover img{transform:scale(1.04)}.pathway-gallery figure>span{position:absolute;z-index:1;left:24px;bottom:22px;display:grid;place-items:center;width:48px;height:48px;border:1px solid #ffffff78;border-radius:50%;background:#06172fb3;color:#77e5e8;font-size:11px;font-weight:900;backdrop-filter:blur(8px)}.pathway-card-body{padding:34px}.pathway-card-body small{color:var(--blue);font-size:9px;font-weight:900;letter-spacing:.19em}.pathway-card-body h2{margin:13px 0 12px;font-size:clamp(30px,3vw,43px);line-height:1.05;letter-spacing:-.04em}.pathway-card-body>p{max-width:490px;margin:0;color:var(--muted);font-size:16px;line-height:1.66}.pathway-topics{display:flex;flex-wrap:wrap;gap:7px;margin:26px 0}.pathway-topics span{padding:9px 11px;border:1px solid #d8e1e7;border-radius:18px;color:#536779;font-size:11px}.pathway-card-body>a{display:flex;align-items:center;justify-content:space-between;padding-top:22px;border-top:1px solid #e0e7ec;color:#153a59;font-size:13px;font-weight:850}.pathway-card-body>a b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#e6f4fa;color:var(--blue);font-size:16px}.pathway-gallery article:hover .pathway-card-body>a b{background:var(--blue);color:#fff}.directory-assist{display:flex;align-items:end;justify-content:space-between;gap:50px;padding:95px max(6.5vw,calc((100vw - 1200px)/2));background:linear-gradient(120deg,#07172f,#064e7b);color:#fff}.directory-assist span{color:#72e5e8;font-size:10px;font-weight:900;letter-spacing:.2em}.directory-assist h2{margin:18px 0 0;font-size:clamp(39px,4.2vw,62px);line-height:1.05;letter-spacing:-.045em}.directory-assist>a{flex:none;padding:17px 21px;border-radius:28px;background:#fff;color:var(--blue);font-size:13px;font-weight:850}.directory-assist>a b{margin-left:20px}

.organisations-page .page-hero{min-height:670px;background:linear-gradient(90deg,#06172ff0,#06172f78),url('/why-start-with-outcome.png') center/cover}.org-focus{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:8vw;background:#fff}.org-focus figure{position:relative;margin:0;padding:18px;border-radius:30px;background:#eef2f5}.org-focus img{width:100%;height:500px;display:block;object-fit:cover;border-radius:20px}.org-focus figcaption{position:absolute;left:42px;bottom:42px;padding:12px 15px;border-radius:9px;background:#fff;color:#15334d;font-size:12px;font-weight:800;box-shadow:0 12px 35px #07182b26}.org-focus h2,.org-outcomes h2{margin:18px 0 20px;font-size:clamp(42px,4.5vw,66px);line-height:1.03;letter-spacing:-.05em}.org-focus p{max-width:530px;margin:0;color:var(--muted);font-size:18px;line-height:1.72}.org-focus a{display:inline-flex;gap:18px;margin-top:30px;color:var(--blue);font-size:13px;font-weight:850}.org-outcomes{display:grid;grid-template-columns:.7fr 1.3fr;align-items:start;gap:8vw;background:#f0f4f6}.org-outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #b9c7d2}.org-outcome-grid article{padding:28px 24px 12px 0;border-right:1px solid #c6d1d9}.org-outcome-grid article+article{padding-left:24px}.org-outcome-grid article:last-child{border-right:0}.org-outcome-grid b{color:var(--blue);font-size:10px}.org-outcome-grid h3{margin:42px 0 10px;font-size:26px}.org-outcome-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.org-flow{display:flex;align-items:center;justify-content:center;gap:4vw;padding:48px 6vw;background:#071a32;color:#73e4e8;font-size:11px;font-weight:900;letter-spacing:.18em}.org-flow i{color:#587189;font-style:normal}

.contact-page .page-hero{min-height:620px}.contact-hub{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:start;background:#eef2f5}.contact-hub aside h2{margin:18px 0;font-size:clamp(42px,4.3vw,62px);line-height:1.04;letter-spacing:-.05em}.contact-intro{max-width:440px;margin:0 0 35px;color:var(--muted);font-size:17px;line-height:1.7}.contact-options{border-top:1px solid #bdcbd5}.contact-options a{position:relative;display:flex;flex-direction:column;gap:7px;padding:22px 45px 22px 0;border-bottom:1px solid #bdcbd5}.contact-options small,.contact-hub address small{color:#718393;font-size:9px;font-weight:900;letter-spacing:.17em}.contact-options strong{color:#17344d;font-size:18px}.contact-options b{position:absolute;right:4px;top:50%;color:var(--blue);transform:translateY(-50%)}.contact-hub address{margin-top:34px;color:#667887;font-size:13px;font-style:normal;line-height:1.7}.contact-hub address small{display:block;margin-bottom:9px}.contact-form{padding:42px;border-radius:24px;box-shadow:0 24px 70px #07182b16}.contact-form header{margin-bottom:30px;padding-bottom:25px;border-bottom:1px solid #dfe6eb}.contact-form header>span{color:var(--blue);font-size:9px;font-weight:900;letter-spacing:.19em}.contact-form header h2{margin:10px 0 6px;font-size:36px;letter-spacing:-.04em}.contact-form header p{margin:0;color:var(--muted);font-size:14px}.contact-form input,.contact-form select,.contact-form textarea{border:0;border-bottom:1px solid #b9c6d0;background:#f7f9fa;border-radius:6px 6px 0 0}.contact-form .submit-button{margin-top:10px;border-radius:6px;background:linear-gradient(100deg,#073665,#087ed6)}.form-note{display:block;margin-top:12px;color:#7c8b97;text-align:center;font-size:10px}.contact-hub .success-card{border-radius:24px;box-shadow:0 24px 70px #07182b16}.success-card>small{margin-top:25px;color:var(--blue);font-size:9px;font-weight:900;letter-spacing:.18em}.success-card>small+h3{margin-top:10px}
.waze-link{display:inline-flex;align-items:center;gap:12px;margin-top:16px;color:var(--blue);font-size:12px;font-weight:850}.waze-link b{font-size:14px}
.contact-form .field-label{min-height:20px;display:flex;align-items:center;justify-content:space-between;gap:12px;line-height:1.3}.contact-form .field-label b{color:#d24d57;font-size:13px}.contact-form .field-label small{color:#81909c;font-size:9px;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.contact-form .form-row{align-items:start}.contact-form .form-row>label{min-width:0}.contact-form input,.contact-form select{height:48px}
.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-error{margin:0 0 14px;padding:12px 14px;border-radius:6px;background:#fff0f1;color:#a52f3a;font-size:13px;line-height:1.5}.contact-form .submit-button:disabled{cursor:wait;opacity:.7}
@media(max-width:980px){nav{display:none}.hero{grid-template-columns:1fr;padding-top:110px}.hero-copy{padding:75px 7vw;border-right:1px solid #ffffff18;border-radius:34px 34px 0 0}.hero-visual{min-height:560px;border-radius:0 0 34px 34px}.proof-strip{grid-template-columns:1fr 1fr}.proof-strip>div:nth-child(2){border-right:0}.programme-browser,.why,.registration,.story-split,.outcome-section,.funding-grid,.contact-layout,.company-position,.company-standard,.directory-intro,.org-focus,.org-outcomes,.contact-hub{grid-template-columns:1fr}.company-position,.company-standard,.directory-intro,.org-focus,.org-outcomes,.contact-hub{gap:45px}.company-proof{grid-template-columns:1fr 1fr}.company-proof article:nth-child(2){border-right:0}.company-proof article:nth-child(-n+2){border-bottom:1px solid #ffffff1d}.pathway-gallery figure{height:275px}.directory-assist{align-items:flex-start;flex-direction:column}.org-focus img{height:430px}.contact-hub aside{display:grid;grid-template-columns:1fr 1fr;column-gap:50px}.contact-hub aside>.kicker,.contact-hub aside>h2,.contact-hub .contact-intro{grid-column:1/-1}.contact-hub address{margin-top:0;padding-top:22px}.why{gap:65px}.steps{grid-template-columns:1fr 1fr;gap:35px}.recognition-card{grid-template-columns:140px 1fr}.recognition-note{grid-column:2}.registration{gap:55px}.section{padding:85px 7vw}.funding-seal{width:220px;height:220px;font-size:50px}.statement-grid{grid-template-columns:1fr}.page-cta{align-items:start;flex-direction:column}footer{grid-template-columns:1.5fr 1fr 1fr}.copyright{grid-column:1/-1}}
@media(max-width:640px){.site-header{left:18px;right:18px;padding:0 8px 0 14px}.brand strong{font-size:14px}.header-cta{font-size:0}.hero h1{font-size:48px}.hero-copy>p{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-visual{min-height:510px}.orbit-one{width:290px;height:290px}.orbit-two{width:430px;height:430px}.visual-core{width:135px;height:135px}.visual-core span{font-size:56px}.visual-core small{top:98px}.floating-card{min-width:140px;padding:14px}.card-safety{left:3%;top:13%}.card-leadership{right:2%;top:27%}.card-digital{left:4%;bottom:16%}.card-response{right:3%;bottom:7%}.trust-row{flex-direction:column}.featured-course{grid-template-columns:40px 1fr}.proof-strip{grid-template-columns:1fr}.proof-strip>div{border-right:0;border-bottom:1px solid #ffffff24;padding-left:0}.section-heading{align-items:start;flex-direction:column;gap:25px}.programme-browser{display:block}.category-list{border-right:0}.category-list button{min-height:67px}.course-results{padding:25px 18px}.results-top{align-items:start;flex-direction:column}.search,.search input{width:100%}.course-grid,.value-cards,.outcome-list,.pathway-gallery-grid,.org-outcome-grid{grid-template-columns:1fr}.benefit-grid,.steps{grid-template-columns:1fr}.benefit-grid article{min-height:auto}.steps{gap:35px}.recognition-card{display:flex;align-items:flex-start;flex-direction:column;padding:35px 25px}.recognition-note{border:0;border-top:1px solid #b7cadb;padding:25px 0 0}.form-row{grid-template-columns:1fr}.registration-form{padding:25px 20px}.page-hero{min-height:600px;padding:180px 7vw 80px}.company-page .page-hero{min-height:570px}.directory-page .page-hero{min-height:650px}.organisations-page .page-hero{min-height:620px}.contact-page .page-hero{min-height:570px}.page-hero h1{font-size:48px}.page-hero p{font-size:16px}.company-position h2,.company-standard h2,.directory-intro h2,.org-focus h2,.org-outcomes h2{font-size:39px}.company-position>div:last-child>p{font-size:17px}.company-proof article{min-height:150px;padding:28px 22px}.company-proof strong{font-size:25px}.company-principles article{grid-template-columns:38px 1fr;gap:12px}.pathway-gallery figure{height:240px}.pathway-card-body{padding:27px 23px}.directory-assist{padding:70px 24px}.directory-assist h2{font-size:40px}.org-focus figure{padding:10px}.org-focus img{height:300px}.org-focus figcaption{left:26px;bottom:26px}.org-outcome-grid article,.org-outcome-grid article+article{padding:25px 0;border-right:0;border-bottom:1px solid #c6d1d9}.org-outcome-grid h3{margin-top:20px}.org-flow{flex-wrap:wrap;gap:16px;padding:38px 24px;text-align:center}.contact-hub aside{display:block}.contact-hub aside h2{font-size:39px}.contact-hub address{margin-top:30px}.contact-form{padding:28px 20px}.contact-form header h2{font-size:32px}.statement-grid article{padding:65px 7vw}.process-band{flex-wrap:wrap}.programme-index article{grid-template-columns:42px 1fr 45px;gap:10px}.programme-index p{font-size:14px}footer{grid-template-columns:1fr 1fr}.footer-brand,.copyright{grid-column:1/-1}.copyright{gap:12px;flex-direction:column}}

/* QuestBytes-inspired fresh Airspaces homepage */
.new-home{background:#f6f7f8}.new-home .section{padding:125px 6.5vw}.photo-hero{min-height:960px;margin:0 8px 90px;position:relative;overflow:hidden;border-radius:38px;background:#07192e;color:#fff}.photo-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.photo-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#06172ff2 0%,#07192ec9 36%,#06172f30 70%),linear-gradient(0deg,#06172f87,transparent 45%)}.photo-hero-copy{position:absolute;z-index:2;left:8vw;top:50%;max-width:780px;transform:translateY(-43%)}.hero-label{font-size:11px;font-weight:800;letter-spacing:.18em;color:#76e6e9}.photo-hero h1{margin:26px 0;font-size:clamp(60px,7vw,104px);font-weight:360;line-height:.93;letter-spacing:-.06em}.photo-hero h1 em{font-style:normal;color:#74e3e7}.photo-hero p{max-width:580px;font-size:19px;line-height:1.65;color:#d0dce7}.gradient-button{display:inline-flex;align-items:center;gap:30px;margin-top:22px;padding:16px 22px;border-radius:28px;background:linear-gradient(105deg,#6a45d7,#0789e8);color:#fff;font-weight:750;box-shadow:0 15px 40px #00182f32}.photo-hero-copy small{display:block;margin:16px 0 0 12px;color:#93a9bd}.hero-prompts span{position:absolute;z-index:3;padding:14px 18px 14px 38px;border-radius:12px;background:#fffffff2;color:#142334;font-size:12px;font-weight:700;box-shadow:0 14px 40px #00101f35}.hero-prompts span:before{content:"+";position:absolute;left:15px;color:var(--blue);font-weight:900}.prompt-one{right:10%;top:44%}.prompt-two{right:22%;bottom:18%}.prompt-three{right:5%;bottom:32%}.center-heading{text-align:center;max-width:900px;margin:0 auto 70px}.center-heading>span,.pathway-heading>div>span,.conversion-band span{font-size:10px;font-weight:900;letter-spacing:.2em;color:var(--blue)}.center-heading h2,.pathway-heading h2,.faq-section h2{margin:18px 0;font-size:clamp(42px,4.7vw,70px);line-height:1.02;letter-spacing:-.05em}.center-heading p{color:var(--muted);font-size:17px;line-height:1.7}.showcase-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.showcase-cards>a{display:block}.showcase-cards img,.card-graphic{width:100%;height:310px;object-fit:cover;border-radius:26px}.card-graphic{display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 40%,#0b7edb,#072750 72%);color:#fff}.card-graphic strong{font-size:74px}.card-graphic span{font-size:20px;letter-spacing:.25em}.showcase-cards h3{display:flex;justify-content:space-between;gap:15px;margin:20px 0 10px;font-size:21px}.showcase-cards h3 b{color:var(--blue)}.showcase-cards p{margin:0;color:var(--muted);line-height:1.65}.difference{background:#fff}.difference .center-heading>p{margin:18px 0 -5px;color:var(--ink)}.difference-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:9vw;max-width:1120px;margin:110px auto}.difference-row.reverse>div{order:2}.difference-row>div>span{font-size:11px;color:var(--blue);font-weight:900}.difference-row h3{font-size:clamp(34px,3.4vw,52px);letter-spacing:-.04em;margin:22px 0}.difference-row>div>p{color:var(--muted);font-size:17px;line-height:1.75}.difference-row ul{list-style:none;padding:0}.difference-row li{padding:8px 0;color:#33485e}.difference-row li:before{content:"✓";margin-right:12px;color:#1aad8f}.difference-row figure{position:relative;margin:0;padding:28px;border-radius:34px;background:#f1f3f5}.difference-row figure img{width:100%;display:block;aspect-ratio:1.05;object-fit:cover;border-radius:22px}.difference-row figcaption{position:absolute;left:50px;bottom:50px;padding:13px 16px;border-radius:10px;background:#fff;color:var(--ink);font-weight:750;box-shadow:0 14px 35px #00172c2b}.metric-figure{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 40%,#1483e0,#062342 72%)!important;color:#fff}.metric-figure strong{font-size:110px;letter-spacing:-.08em}.metric-figure span{text-align:center;color:#a9c9e2;line-height:1.5}.pathway-tabs{background:#f2f4f6}.pathway-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:45px}.pathway-heading h2{margin-bottom:0}.pathway-heading>a{color:var(--blue);font-weight:750}.tab-buttons{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.tab-buttons button{padding:13px 18px;border:0;border-radius:24px;background:#fff;color:#71808e;cursor:pointer}.tab-buttons button.active{background:#e3e7ea;color:var(--ink);font-weight:800}.pathway-feature{height:640px;position:relative;overflow:hidden;border-radius:30px;background:#06172f}.pathway-feature>img{width:100%;height:100%;object-fit:cover}.pathway-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#06172fe8 0,#06172f8f 42%,transparent 75%)}.pathway-overlay{position:absolute;z-index:2;left:0;top:0;bottom:0;width:55%;padding:70px 5vw;display:flex;flex-direction:column;justify-content:center;color:#fff}.pathway-overlay>span{color:#75e4e7;font-size:11px}.pathway-overlay h3{margin:18px 0;font-size:50px;letter-spacing:-.04em}.pathway-overlay>p{max-width:560px;color:#c4d4e1;line-height:1.7}.pathway-overlay>div{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.pathway-overlay small{padding:9px 12px;border-radius:18px;background:#ffffff18}.pathway-overlay>a{margin-top:20px;color:#76e5e9;font-weight:800}.home-process{background:#fff}.process-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.process-cards img{width:100%;aspect-ratio:1.55;object-fit:cover;border-radius:24px}.process-cards b{width:36px;height:36px;display:grid;place-items:center;margin-top:20px;border-radius:50%;background:var(--navy);color:#fff}.process-cards h3{font-size:22px}.process-cards p{color:var(--muted);line-height:1.65}.gradient-button.centered{width:max-content;margin:60px auto 0;display:flex}.conversion-band{min-height:650px;display:flex;align-items:center;padding:90px 7vw;background:linear-gradient(90deg,#07172ff2,#07172f70),url('/airspaces-leadership.png') center/cover;color:#fff}.conversion-band>div{max-width:720px}.conversion-band span{color:#72e6e8}.conversion-band h2{font-size:clamp(50px,5.5vw,82px);line-height:1;letter-spacing:-.055em;margin:22px 0}.conversion-band p{max-width:590px;color:#c9d7e2;font-size:18px;line-height:1.7}.faq-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw;background:#f6f7f8}.faq-section h2{font-size:clamp(40px,4vw,62px)}.faq-section article{border-bottom:1px solid #bdc9d3}.faq-section button{width:100%;display:flex;justify-content:space-between;gap:20px;padding:26px 0;border:0;background:transparent;text-align:left;font-weight:800;cursor:pointer}.faq-section button b{font-size:22px;color:var(--blue)}.faq-section article p{margin:-5px 50px 25px 0;color:var(--muted);line-height:1.7}

/* Centered floating navigation modelled on the reference geometry */
.site-header{position:absolute;top:24px;left:50%;right:auto;width:min(1100px,calc(100% - 56px));height:58px;transform:translateX(-50%);padding:4px 6px 4px 18px;border:0;border-radius:50px;background:#fff;box-shadow:0 2px 8px #00000014;backdrop-filter:none;z-index:50}.site-header .brand{width:176px;flex:none;gap:10px}.site-header .brand-mark{width:32px;height:32px;font-size:18px}.site-header .brand strong{font-size:14px;letter-spacing:.11em}.site-header .brand small{font-size:5.5px}.desktop-nav{height:50px;display:flex;align-items:center;justify-content:center;flex:1;gap:0}.nav-group{height:50px;position:relative;display:flex;align-items:center}.nav-group>button,.plain-nav-link{height:50px;padding:0 15px;border:0;background:transparent;color:#12232e;font-size:13px;font-weight:500;cursor:pointer}.nav-group>button span{margin-left:4px;color:#71808e}.nav-group:hover>button,.nav-group:focus-within>button,.plain-nav-link:hover{color:var(--blue)}.nav-dropdown{position:absolute;top:58px;left:50%;width:330px;padding:22px;border:1px solid #e5e9ed;border-radius:20px;background:#fff;box-shadow:0 24px 60px #06172f24;transform:translate(-50%,-8px);opacity:0;visibility:hidden;transition:.2s ease}.nav-group:hover>.nav-dropdown,.nav-group:focus-within>.nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%,0)}.nav-dropdown:before{content:"";position:absolute;top:-12px;left:0;right:0;height:14px}.nav-dropdown small{display:block;margin-bottom:11px;color:#7c8995;font-size:9px;font-weight:900;letter-spacing:.16em}.nav-dropdown>a,.nav-dropdown>div>a{display:block;padding:11px 10px;border-radius:11px}.nav-dropdown a:hover{background:#f2f6f9}.nav-dropdown b,.nav-dropdown em{display:block}.nav-dropdown b{font-size:13px}.nav-dropdown em{margin-top:4px;color:#73818e;font-size:11px;line-height:1.45;font-style:normal}.mega-menu{left:50%;width:530px;display:grid;grid-template-columns:1.15fr .85fr;gap:22px;padding:26px;transform:translate(-45%,-8px)}.nav-group:hover>.mega-menu,.nav-group:focus-within>.mega-menu{transform:translate(-45%,0)}.menu-card{padding:22px;border-radius:16px;background:linear-gradient(145deg,#071a33,#0a559f);color:#fff}.menu-card span{display:block;font-size:44px;font-weight:800;color:#77e5e8}.menu-card b{font-size:14px}.menu-card p{color:#b9cce0;font-size:11px;line-height:1.5}.menu-card a{padding:0!important;color:#77e5e8;font-size:11px;font-weight:800}.nav-actions{height:50px;display:flex;align-items:center;gap:18px;flex:none}.nav-contact{font-size:13px}.site-header .header-cta{height:46px;padding:0 20px;border-radius:50px;background:linear-gradient(108deg,#7d3bb5,#4192ff);font-size:14px;font-weight:600}.mobile-menu{display:none}
.site-header .brand{width:146px;height:50px;gap:0;align-items:center}.site-header .desktop-nav{gap:4px}.site-header .desktop-nav>.nav-group>button,.site-header .desktop-nav>.plain-nav-link,.site-header .nav-contact{font-size:13px;font-weight:500}.nav-group>button,.plain-nav-link{display:flex;align-items:center;justify-content:center;padding-inline:14px}.nav-actions{gap:12px}.nav-contact{height:46px;display:flex;align-items:center;padding:0 4px}.header-logo{display:block;width:136px;height:26px;object-fit:contain;object-position:left center}
.nav-balance{width:146px;height:1px;flex:none}
body{letter-spacing:.012em}body :is(h1,h2,h3){letter-spacing:-.018em!important}.site-header :is(button,a){letter-spacing:.015em}.header-cta{letter-spacing:.01em!important}
@media(max-width:980px){.site-header{width:calc(100% - 32px);padding-left:15px}.desktop-nav,.nav-contact,.nav-balance{display:none}.mobile-menu{display:block;position:relative;margin-left:auto}.mobile-menu>summary{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#eef2f5;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-nav-panel{position:absolute;right:0;top:52px;width:min(330px,calc(100vw - 32px));padding:12px 18px 18px;border-radius:20px;background:#fff;box-shadow:0 20px 55px #06172f2e}.mobile-nav-group{border-bottom:1px solid #e4e9ed}.mobile-nav-group>summary{display:flex;align-items:center;justify-content:space-between;padding:17px 4px;color:#12232e;font-size:14px;font-weight:750;cursor:pointer;list-style:none}.mobile-nav-group>summary span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#eef3f6;color:var(--blue);transition:transform .2s ease}.mobile-nav-group[open]>summary span{transform:rotate(45deg)}.mobile-nav-group>div{padding:0 0 10px}.mobile-nav-group a{display:block;padding:10px 8px;border-radius:10px}.mobile-nav-group a:hover{background:#f2f6f9}.mobile-nav-group b,.mobile-nav-group small{display:block}.mobile-nav-group b{color:#17344d;font-size:13px}.mobile-nav-group small{margin-top:4px;color:#778793;font-size:10px;line-height:1.4}.mobile-contact-link{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:14px 15px;border-radius:24px;background:linear-gradient(105deg,#6846d5,#0789e8);color:#fff;font-size:13px;font-weight:800}.photo-hero{min-height:850px}.hero-prompts{display:none}.showcase-cards{grid-template-columns:1fr 1fr}.showcase-cards>a:last-child{grid-column:1/-1}.difference-row{gap:5vw}.pathway-feature{height:620px}.pathway-overlay{width:75%}.faq-section{grid-template-columns:1fr}}
@media(max-width:640px){.new-home .section{padding:90px 6vw}.photo-hero{min-height:780px;margin:0 0 60px;border-radius:0 0 28px 28px}.photo-hero>img{object-position:62% center}.photo-hero-shade{background:linear-gradient(0deg,#06172ff5 0,#06172f9c 65%,#06172f55)}.photo-hero-copy{left:7vw;right:7vw;top:auto;bottom:70px;transform:none}.photo-hero h1{font-size:52px}.photo-hero p{font-size:16px}.showcase-cards{grid-template-columns:1fr}.showcase-cards>a:last-child{grid-column:auto}.difference-row,.difference-row.reverse{grid-template-columns:1fr;margin:75px auto;gap:35px}.difference-row.reverse>div{order:0}.pathway-heading{align-items:start;flex-direction:column}.tab-buttons{flex-wrap:nowrap;overflow:auto;padding-bottom:7px}.tab-buttons button{flex:none}.pathway-feature{height:680px}.pathway-feature:after{background:linear-gradient(0deg,#06172ff5 0,#06172f50 80%)}.pathway-overlay{top:auto;width:100%;height:auto;padding:45px 28px}.pathway-overlay h3{font-size:38px}.process-cards{grid-template-columns:1fr}.conversion-band{min-height:610px;background-position:65% center}.conversion-band h2{font-size:52px}}

.new-home{--landing-max:1200px;--section-space:104px;--landing-gutter:max(24px,calc((100vw - var(--landing-max))/2))}
.new-home .section{padding:var(--section-space) var(--landing-gutter)}

.hero-slides{position:absolute;inset:0}
.hero-slides img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.025);transition:opacity 1.1s ease,transform 7s ease}
.hero-slides img.active{opacity:1;transform:scale(1)}
.photo-hero-copy{max-width:720px}
.photo-hero h1{max-width:700px;font-size:clamp(58px,6.2vw,92px);line-height:.98}
.photo-hero p{max-width:560px}
.hero-dots{position:absolute;z-index:4;left:8vw;bottom:46px;display:flex;gap:9px}
.hero-dots button{width:28px;height:3px;padding:0;border:0;border-radius:3px;background:#ffffff66;cursor:pointer;transition:width .25s ease,background .25s ease}
.hero-dots button.active{width:48px;background:#74e3e7}

.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--landing-max);margin:-50px auto 0;position:relative;z-index:5;border-radius:20px;background:#fff;box-shadow:0 20px 55px #07182b18;overflow:hidden}
.trust-strip span{min-height:100px;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center;color:#2f4154;font-size:14px;font-weight:650;border-right:1px solid #dfe5ea}
.trust-strip span:last-child{border-right:0}
.trust-strip span:before{content:"✓";margin-right:10px;color:#129e91;font-weight:900}

.center-heading{max-width:820px;margin-bottom:58px}
.center-heading h2,.pathway-heading h2,.faq-section h2{font-size:clamp(44px,4.4vw,62px);line-height:1.06}
.center-heading p{max-width:650px;margin:0 auto}
.showcase-cards{gap:24px}
.showcase-cards h3{font-size:22px;line-height:1.3}

.difference{background:linear-gradient(180deg,#fff 0%,#f7f9fb 100%)}
.difference-heading{max-width:var(--landing-max);margin:0 auto 58px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:end;gap:80px}
.difference-heading>div>span{display:block;margin-bottom:17px;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.2em}
.difference-heading h2{max-width:760px;margin:0;font-size:clamp(44px,4.4vw,62px);line-height:1.06}
.difference-heading>p{max-width:430px;margin:0;color:var(--muted);font-size:17px;line-height:1.72}
.difference-grid{max-width:var(--landing-max);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.difference-grid article{min-width:0;overflow:hidden;border:1px solid #dfe6eb;border-radius:26px;background:#fff;box-shadow:0 16px 45px #07182b0b;transition:transform .25s ease,box-shadow .25s ease}
.difference-grid article:hover{transform:translateY(-5px);box-shadow:0 24px 58px #07182b14}
.difference-grid figure{height:270px;position:relative;margin:0;overflow:hidden;background:#e9eef2}
.difference-grid figure>img{width:100%;height:100%;display:block;object-fit:cover}
.difference-index{position:absolute;left:20px;top:20px;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--blue);font-size:11px;font-weight:850;box-shadow:0 8px 22px #06172f22}
.difference-card-copy{display:flex;min-height:300px;flex-direction:column;padding:30px}
.difference-card-copy h3{margin:0 0 15px;font-size:28px;line-height:1.14;font-weight:620}
.difference-card-copy>p{margin:0;color:var(--muted);font-size:16px;line-height:1.68}
.difference-card-copy ul{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:auto 0 0;padding:26px 0 0;border-top:1px solid #e3e9ed;list-style:none}
.difference-card-copy li{color:#33485e;font-size:13px;line-height:1.45}
.difference-card-copy li:before{content:"✓";margin-right:8px;color:#149b8d;font-weight:900}
.journey-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 52% 42%,#1286e7 0,#073d79 43%,#061b36 100%)!important;color:#fff}
.journey-visual:before,.journey-visual:after{content:"";position:absolute;border:1px solid #6ee4e85e;border-radius:50%}
.journey-visual:before{width:210px;height:210px}.journey-visual:after{width:285px;height:285px}
.journey-visual strong,.journey-visual>span:not(.difference-index),.journey-visual i{position:relative;z-index:1}
.journey-visual strong{font-size:76px;line-height:1;font-weight:650;letter-spacing:-.045em}
.journey-visual>span:not(.difference-index){max-width:190px;margin-top:13px;color:#c1d7e8;text-align:center;font-size:13px;line-height:1.45}
.journey-visual i{position:absolute;right:24px;bottom:20px;color:#73e2e7;font-size:30px;font-style:normal}

.pathway-heading{max-width:var(--landing-max);align-items:end}
.pathway-heading>div{max-width:780px}
.pathway-heading h2{margin-top:16px}
.pathway-heading>a{padding-bottom:8px}
.tab-buttons,.pathway-feature{max-width:var(--landing-max);margin-left:auto;margin-right:auto}
.tab-buttons{margin-bottom:20px}
.pathway-overlay h3{font-size:clamp(38px,4vw,52px)}

.home-process{position:relative;overflow:hidden;background:linear-gradient(150deg,#06172f 0%,#082c55 58%,#064d70 100%);color:#fff}
.home-process:before{content:"";position:absolute;width:620px;height:620px;right:-230px;top:-280px;border:1px solid #6ee4e82b;border-radius:50%;box-shadow:0 0 0 90px #6ee4e80b,0 0 0 180px #6ee4e808}
.process-intro{position:relative;z-index:1;max-width:var(--landing-max);margin:0 auto 78px;display:grid;grid-template-columns:1.15fr .65fr;align-items:end;gap:90px}
.process-intro span{display:block;margin-bottom:17px;color:#73e4e8;font-size:10px;font-weight:900;letter-spacing:.2em}
.process-intro h2{max-width:770px;margin:0;font-size:clamp(44px,4.4vw,62px);line-height:1.06;letter-spacing:-.05em}
.process-intro>p{margin:0;color:#bfd0de;font-size:17px;line-height:1.72}
.process-journey{position:relative;z-index:1;max-width:var(--landing-max);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}
.process-track{position:absolute;left:15%;right:15%;top:222px;height:2px;background:linear-gradient(90deg,#65dfe5,#5a84ed,#65dfe5)}
.process-track:after{content:"";position:absolute;right:-2px;top:-5px;width:10px;height:10px;border-top:2px solid #65dfe5;border-right:2px solid #65dfe5;transform:rotate(45deg)}
.process-journey article{position:relative;min-width:0}
.process-journey article{display:grid;grid-template-rows:280px 1fr}
.process-journey figure{height:280px;position:relative;margin:0;overflow:hidden;border-radius:26px;border:1px solid #ffffff26;background:#0b3154;box-shadow:0 24px 60px #00101f4a}
.process-journey img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}
.process-journey article:hover img{transform:scale(1.035)}
.process-journey figure>span{position:absolute;right:18px;bottom:18px;display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#fff;color:#096fb2;font-size:12px;font-weight:900;box-shadow:0 10px 28px #00172c52}
.process-copy{display:flex;flex-direction:column;padding:31px 5px 0}
.process-copy small{color:#73e4e8;font-size:10px;font-weight:900;letter-spacing:.19em}
.process-copy h3{max-width:320px;margin:12px 0;font-size:27px;line-height:1.18;font-weight:620;letter-spacing:-.025em}
.process-copy p{margin:0;color:#b8cad8;font-size:15px;line-height:1.7}
.process-copy em{display:inline-flex;align-items:center;align-self:flex-start;gap:9px;margin-top:auto;padding-top:22px;color:#fff;font-size:12px;font-style:normal;font-weight:750}
.process-copy em:before{content:"✓";display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#6ee4e824;color:#73e4e8}
.process-finish{position:relative;z-index:1;max-width:var(--landing-max);margin:105px auto 0;padding-top:28px;border-top:1px solid #ffffff24;display:flex;align-items:center;justify-content:space-between}
.process-finish>span{color:#8fa8bc;font-size:10px;font-weight:900;letter-spacing:.2em}
.process-finish .gradient-button{margin-top:0}

.conversion-band{padding-left:var(--landing-gutter);padding-right:var(--landing-gutter);background-image:linear-gradient(90deg,#07172ff2,#07172f70),url('/course-professional-skills.png')}
.conversion-band>div{max-width:700px}
.conversion-band h2{font-size:clamp(48px,5vw,72px);line-height:1.04}
.faq-section{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:90px}
.faq-section>div:first-child{max-width:440px}

@media(prefers-reduced-motion:reduce){.hero-slides img{transition:none;transform:none}}
@media(max-width:980px){
 .new-home{--section-space:82px;--landing-gutter:32px}
 .photo-hero h1{font-size:clamp(54px,8vw,72px)}
 .trust-strip{width:calc(100% - 48px);grid-template-columns:1fr 1fr}
 .trust-strip span:nth-child(2){border-right:0}.trust-strip span:nth-child(-n+2){border-bottom:1px solid #dfe5ea}
 .showcase-cards{grid-template-columns:1fr 1fr}.showcase-cards>a:last-child{grid-column:1/-1}
 .difference-heading{grid-template-columns:1fr;align-items:start;gap:22px}.difference-heading>p{max-width:680px}
 .difference-grid{grid-template-columns:1fr 1fr}.difference-grid article:last-child{grid-column:1/-1}.difference-grid article:last-child{display:grid;grid-template-columns:1fr 1fr}.difference-grid article:last-child figure{height:100%;min-height:300px}
 .process-intro{grid-template-columns:1fr;align-items:start;gap:22px}.process-intro>p{max-width:680px}.process-journey{gap:20px}.process-track{top:180px}.process-journey article{grid-template-rows:230px 1fr}.process-journey figure{height:230px}
 .pathway-heading{align-items:flex-start;flex-direction:column}
 .faq-section{grid-template-columns:1fr;gap:45px}
}
@media(max-width:640px){
 .new-home{--section-space:68px;--landing-gutter:24px}
 .photo-hero{min-height:760px;margin-bottom:38px}
 .photo-hero-copy{left:24px;right:24px;bottom:82px}
 .photo-hero h1{font-size:48px;line-height:1.02}
 .hero-dots{left:24px;bottom:40px}
 .trust-strip{width:calc(100% - 32px);margin:-22px auto 0}
 .trust-strip span{min-height:78px;padding:16px 10px;font-size:12px}
 .center-heading{margin-bottom:42px}
 .center-heading h2,.pathway-heading h2,.faq-section h2{font-size:40px}
 .showcase-cards{grid-template-columns:1fr}.showcase-cards>a:last-child{grid-column:auto}
 .difference-heading{margin-bottom:38px}.difference-heading h2{font-size:40px}.difference-heading>p{font-size:16px}
 .difference-grid{grid-template-columns:1fr}.difference-grid article:last-child{grid-column:auto;display:block}.difference-grid article:last-child figure{height:250px;min-height:0}
 .difference-grid figure{height:250px}.difference-card-copy{min-height:280px;padding:26px}.difference-card-copy h3{font-size:26px}
 .pathway-feature{height:650px}
 .pathway-overlay{padding:38px 24px}
 .process-intro{margin-bottom:45px}.process-intro h2{font-size:40px}.process-journey{grid-template-columns:1fr;gap:48px;padding-left:30px}.process-track{left:7px;right:auto;top:30px;bottom:45px;width:2px;height:auto;background:linear-gradient(180deg,#65dfe5,#5a84ed,#65dfe5)}.process-track:after{right:-4px;top:auto;bottom:0;transform:rotate(135deg)}.process-journey article{display:block}.process-journey figure{height:235px}.process-copy{padding-top:25px}.process-copy h3{font-size:25px}.process-copy em{margin-top:0}.process-finish{margin-top:60px;align-items:flex-start;flex-direction:column;gap:20px}
 .conversion-band{min-height:570px}
 .conversion-band h2{font-size:46px}
}

[hidden]{display:none!important}.faq-section details{border-bottom:1px solid #bdc9d3}.faq-section summary{width:100%;display:flex;justify-content:space-between;gap:20px;padding:26px 0;cursor:pointer;font-weight:800;list-style:none}.faq-section summary::-webkit-details-marker{display:none}.faq-section summary b{color:var(--blue);font-size:22px}.faq-section details[open] summary b{font-size:0}.faq-section details[open] summary b:after{content:"−";font-size:22px}.faq-section details p{margin:-5px 50px 25px 0;color:var(--muted);line-height:1.7}.nav-group.is-open .nav-dropdown{opacity:1;visibility:visible;transform:none;pointer-events:auto}:focus-visible{outline:3px solid var(--blue);outline-offset:4px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Keep subpage hero styling consistent with the About page. */
.directory-page .page-hero,
.organisations-page .page-hero {
  background:
    radial-gradient(circle at 80% 30%, #0876d95e, transparent 27%),
    radial-gradient(circle at 10% 100%, #18cbd238, transparent 30%),
    #06172f;
}

.directory-page .page-hero::after,
.organisations-page .page-hero::after {
  border-color: #78e5e85c;
}
