:root {
  --ink: #111426;
  --muted: #62687b;
  --line: #e3e6ef;
  --surface: #ffffff;
  --surface-soft: #f5f7fb;
  --surface-blue: #eef1ff;
  --brand: #303b8f;
  --brand-dark: #1e286f;
  --brand-soft: #e7eaff;
  --green: #2eaf32;
  --green-soft: #e8f8e7;
  --night: #101631;
  --night-soft: #192148;
  --danger-soft: #fff3e8;
  --shadow: 0 22px 60px rgba(21, 28, 69, .11);
  --shadow-soft: 0 12px 34px rgba(21, 28, 69, .08);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: min(1180px, calc(100vw - 48px));
  --narrow: min(780px, calc(100vw - 48px));
  --nav-height: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 132px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Satoshi", "Inter", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.drawer-open, body.filter-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p, h1, h2, h3, h4 { margin-top: 0; }
p:last-child { margin-bottom: 0; }
code { padding: .14em .42em; border-radius: 6px; background: #eceff6; font-size: .88em; }
.container { width: var(--container); margin-inline: auto; }
.narrow { width: var(--narrow); }
.narrow-wide { max-width: 940px; }
.section { padding: 92px 0; }
.section-tight { padding-top: 58px; }
.section-tint { background: var(--surface-soft); }
.section-dark { color: #fff; background: radial-gradient(circle at 86% 8%, rgba(63, 83, 190, .44), transparent 34%), var(--night); }
.section-dark .section-head h2, .section-dark .section-head p, .section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .section-head p { opacity: .76; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; background: var(--night); color: #fff; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 13px; color: var(--brand); font-size: .73rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #aeb9ff; }
h1 { margin-bottom: 22px; max-width: 19ch; font-size: clamp(2.65rem, 5vw, 4.35rem); font-weight: 600; letter-spacing: -.055em; line-height: 1.04; }
h2 { margin-bottom: 16px; max-width: 24ch; font-size: clamp(2rem, 3.6vw, 3.1rem); font-weight: 600; letter-spacing: -.043em; line-height: 1.09; }
h3 { margin-bottom: 10px; font-size: 1.18rem; font-weight: 600; letter-spacing: -.022em; line-height: 1.25; }
.hero-description { max-width: 680px; margin-bottom: 28px; color: var(--muted); font-size: clamp(1.03rem, 1.8vw, 1.22rem); line-height: 1.62; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-head > div { max-width: 760px; }
.section-head h2 { margin-bottom: 11px; }
.section-head p:not(.eyebrow) { max-width: 690px; margin: 0; color: var(--muted); font-size: 1.03rem; }
.section-head.compact { margin-top: 66px; margin-bottom: 25px; }
.section-head.compact:first-child { margin-top: 0; }

/* Header and navigation */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(227,230,239,.75); backdrop-filter: blur(18px); }
.audience-bar { min-height: 31px; color: #dfe4ff; background: var(--night); font-size: .75rem; }
.audience-inner { display: flex; align-items: center; justify-content: flex-end; gap: 18px; min-height: 31px; }
.audience-inner > span { opacity: .65; }
.audience-inner nav { display: flex; gap: 17px; }
.audience-inner a { transition: color .18s ease; }
.audience-inner a:hover, .audience-inner a:focus-visible { color: #79e66c; }
.main-nav { height: var(--nav-height); }
.nav-inner { display: flex; align-items: center; height: 100%; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 204px; height: auto; }
.desktop-nav { display: flex; align-items: stretch; align-self: stretch; gap: 15px; margin-left: 48px; }
.nav-item { position: static; display: flex; align-items: center; }
.nav-label { display: flex; align-items: center; gap: 2px; height: 100%; }
.nav-label > a { display: flex; align-items: center; height: 100%; padding: 0 2px; font-size: .91rem; font-weight: 600; }
.nav-label button { display: grid; place-items: center; width: 26px; height: 35px; padding: 0; border: 0; background: transparent; cursor: pointer; transition: transform .2s ease, color .2s ease; }
.nav-item.is-open .nav-label, .nav-item:hover .nav-label { color: var(--brand); }
.nav-item.is-open .nav-label button { transform: rotate(180deg); }
.mega-menu { position: absolute; top: 100%; left: 50%; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; width: min(1120px, calc(100vw - 48px)); padding: 28px; visibility: hidden; opacity: 0; background: #fff; border: 1px solid var(--line); border-radius: 0 0 22px 22px; box-shadow: var(--shadow); transform: translate(-50%, -7px); pointer-events: none; transition: opacity .16s ease, transform .16s ease, visibility .16s; }
.nav-item.is-open .mega-menu { visibility: visible; opacity: 1; transform: translate(-50%,0); pointer-events: auto; }
.mega-group { min-width: 0; padding: 4px 7px; }
.mega-group h3 { margin-bottom: 10px; color: #858a9a; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.mega-group > a { display: flex; align-items: flex-start; gap: 10px; margin: 1px -9px; padding: 9px; border-radius: 10px; transition: background .18s ease, color .18s ease, transform .18s ease; }
.mega-group > a:hover, .mega-group > a:focus-visible { color: var(--brand); background: var(--surface-blue); transform: translateX(2px); }
.mega-group > a > svg { flex: 0 0 auto; margin-top: 2px; }
.mega-group > a > span { display: flex; min-width: 0; flex-direction: column; }
.mega-group strong { font-size: .86rem; font-weight: 600; line-height: 1.3; }
.mega-group small { margin-top: 2px; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.mega-group > a > svg:last-child { margin-left: auto; }
.nav-actions { display: flex; align-items: center; gap: 13px; margin-left: auto; }
.icon-link { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; transition: color .18s ease, background .18s ease; }
.icon-link:hover { color: var(--brand); background: var(--brand-soft); }
.login-link { font-size: .87rem; font-weight: 600; }
.mobile-menu-button { display: none; place-items: center; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 10px; background: var(--surface-soft); cursor: pointer; }
.mobile-drawer, .drawer-scrim { display: none; }
.breadcrumb-wrap { background: #fff; border-bottom: 1px solid var(--line); }
.breadcrumb { min-height: 43px; overflow: hidden; }
.breadcrumb ol { display: flex; align-items: center; gap: 9px; min-height: 43px; margin: 0; padding: 0; list-style: none; white-space: nowrap; overflow-x: auto; scrollbar-width: none; }
.breadcrumb li { display: inline-flex; align-items: center; gap: 9px; color: #8a8f9f; font-size: .78rem; }
.breadcrumb li:last-child { min-width: 0; color: var(--ink); font-weight: 500; }
.breadcrumb li:last-child > span { max-width: 420px; overflow: hidden; text-overflow: ellipsis; }
.breadcrumb a:hover { color: var(--brand); }

/* Buttons and common interactions */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 19px; border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 650; line-height: 1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--brand); box-shadow: 0 10px 25px rgba(48,59,143,.22); }
.btn-primary:hover { background: var(--brand-dark); box-shadow: 0 13px 30px rgba(48,59,143,.3); }
.btn-primary svg { transition: transform .2s ease; }
.btn-primary:hover svg { transform: translateX(3px); }
.btn-ghost { color: var(--brand); background: transparent; border-color: #cbd0e2; }
.btn-ghost:hover { background: var(--brand-soft); border-color: var(--brand); }
.btn-light { color: var(--night); background: #fff; }
.btn-light:hover { color: var(--brand); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.4); }
.btn-outline-light:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-block { width: 100%; }
.btn-small { min-height: 37px; padding-inline: 14px; font-size: .79rem; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--brand); font-size: .86rem; font-weight: 650; }
.text-link svg, .round-link svg, .format-card > span svg, .pathway-card svg { transition: transform .2s ease, color .2s ease; }
.text-link:hover svg, .format-card:hover > span svg, .pathway-card:hover svg { color: var(--green); transform: translateX(4px); }
.round-link { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; color: var(--brand); background: var(--brand-soft); border-radius: 50%; transition: color .2s ease, background .2s ease, transform .2s ease; }
.round-link:hover { color: #fff; background: var(--green); transform: translateX(2px); }
.text-button { align-self: flex-start; padding: 0; color: var(--brand); background: transparent; border: 0; font-weight: 650; cursor: pointer; }
.hero-actions, .cta-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.hero-actions.center { justify-content: center; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 68px 0 76px; background: linear-gradient(180deg,#fff 0%,#fafbff 100%); }
.hero::before { position: absolute; top: -160px; right: -120px; width: 430px; height: 430px; content: ""; background: radial-gradient(circle,rgba(48,59,143,.11),transparent 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); align-items: center; gap: 64px; }
.hero-copy { min-width: 0; }
.hero-copy h1 { max-width: 15ch; }
.hero-media { position: relative; min-height: 388px; }
.hero-media img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.hero-media::before { position: absolute; inset: 18px -18px -18px 18px; z-index: -1; content: ""; border: 1px solid rgba(46,175,50,.45); border-radius: var(--radius-xl); }
.media-accent { position: absolute; right: -14px; bottom: 40px; width: 88px; height: 9px; background: var(--green); border-radius: 999px; box-shadow: 0 0 0 10px rgba(46,175,50,.12); }
.hero-centered { padding: 82px 0 58px; text-align: center; }
.hero-centered::after { position: absolute; bottom: -140px; left: -120px; width: 380px; height: 380px; content: ""; background: radial-gradient(circle,rgba(46,175,50,.09),transparent 70%); }
.hero-center-inner { display: flex; align-items: center; flex-direction: column; }
.hero-center-inner h1 { max-width: 18ch; }
.hero-center-inner .hero-description { max-width: 760px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 27px; }
.hero-center-inner .chip-row { justify-content: center; }
.chip { display: inline-flex; align-items: center; min-height: 31px; padding: 5px 11px; color: #424960; background: #f2f4f9; border: 1px solid #e3e6ef; border-radius: 999px; font-size: .75rem; line-height: 1.2; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.chip:hover { color: var(--brand); background: var(--brand-soft); border-color: #c4cafa; transform: translateY(-1px); }

/* Homepage hero and pathways */
.home-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(590px,68vh,710px);
  place-items: center;
  overflow: hidden;
  color: var(--ink);
  background: linear-gradient(180deg,#fff 0%,#fcfdff 72%,#f8fbff 100%);
  border-bottom: 1px solid rgba(227,230,239,.78);
}
.home-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: radial-gradient(ellipse at center,rgba(255,255,255,.92) 0%,rgba(255,255,255,.74) 45%,rgba(255,255,255,.24) 74%,transparent 100%);
  pointer-events: none;
}
.home-hero-art { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.home-hero-art::before {
  position: absolute;
  top: 8%;
  left: 50%;
  width: min(900px,72vw);
  height: 420px;
  content: "";
  background: radial-gradient(ellipse,rgba(50,102,230,.075),rgba(48,184,129,.025) 48%,transparent 72%);
  filter: blur(12px);
  transform: translateX(-50%);
}
.home-hero-art::after {
  position: absolute;
  right: -14%;
  bottom: -42%;
  width: 760px;
  height: 760px;
  content: "";
  background: radial-gradient(circle,rgba(41,181,125,.075),rgba(62,109,226,.025) 48%,transparent 70%);
  border-radius: 50%;
}
.home-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 91px 0 102px;
  text-align: center;
}
.home-hero-eyebrow { color: #171b31; text-shadow: none; }
.home-hero h1 {
  width: min(1120px,100%);
  max-width: none;
  margin-bottom: 25px;
  color: #0f1327;
  font-size: clamp(3.25rem,5vw,4.85rem);
  font-weight: 650;
  letter-spacing: -.062em;
  line-height: 1.03;
  text-shadow: 0 11px 32px rgba(35,49,93,.055);
}
.gradient-text {
  color: #3166e5;
  background: linear-gradient(96deg,#3564e8 0%,#2389bf 47%,#2dbb70 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: none;
}
.gradient-intent { background-image: linear-gradient(96deg,#3865e8 0%,#258cc0 48%,#2dbc72 100%); }
.gradient-opportunity { background-image: linear-gradient(96deg,#3a62e6 0%,#278ec0 49%,#2fbd70 100%); }
.home-hero-description {
  max-width: 780px;
  margin: 0 0 8px;
  color: #454c61;
  font-size: clamp(1.04rem,1.7vw,1.21rem);
  line-height: 1.62;
  text-shadow: none;
}
.home-hero .chip-row { justify-content: center; margin: 27px 0 29px; }
.home-hero .chip {
  color: #2e3449;
  background: rgba(255,255,255,.82);
  border-color: #cfd5e7;
  box-shadow: 0 8px 25px rgba(40,54,96,.055);
  backdrop-filter: blur(10px);
}
.home-hero .chip:hover {
  color: var(--brand);
  background: #fff;
  border-color: #9ba8dd;
  box-shadow: 0 10px 28px rgba(48,59,143,.1);
}
.home-hero .btn-primary {
  color: #fff;
  background: linear-gradient(110deg,#3564e8 0%,#2c8db9 50%,#2dbb70 100%);
  border-color: transparent;
  box-shadow: 0 16px 36px rgba(47,86,183,.22),0 8px 22px rgba(39,171,111,.1);
}
.home-hero .btn-primary:hover {
  background: linear-gradient(110deg,#2e58d3 0%,#2682ad 50%,#28a966 100%);
  box-shadow: 0 20px 42px rgba(47,86,183,.27),0 10px 24px rgba(39,171,111,.14);
  transform: translateY(-2px);
}
.home-hero .btn-ghost {
  color: #fff;
  background: #101631;
  border-color: #101631;
  box-shadow: 0 14px 31px rgba(16,22,49,.18);
  backdrop-filter: none;
}
.home-hero .btn-ghost:hover {
  color: #fff;
  background: #202a59;
  border-color: #202a59;
  box-shadow: 0 18px 36px rgba(16,22,49,.23);
}
.home-hero-aurora { position: absolute; border-radius: 50%; filter: blur(8px); opacity: .62; animation: home-hero-aurora 11s ease-in-out infinite alternate; }
.home-hero-aurora-blue { top: -115px; left: -90px; width: 420px; height: 420px; background: radial-gradient(circle,rgba(57,105,230,.14),rgba(57,105,230,.025) 54%,transparent 72%); }
.home-hero-aurora-green { right: -105px; bottom: -160px; width: 500px; height: 500px; background: radial-gradient(circle,rgba(45,187,112,.13),rgba(45,187,112,.02) 56%,transparent 73%); animation-delay: -5s; }
.home-hero-wave { position: absolute; overflow: visible; opacity: .74; color: rgba(59,105,220,.19); animation: home-hero-wave 13s ease-in-out infinite alternate; }
.home-hero-wave path { stroke: currentColor; stroke-width: 1.25; vector-effect: non-scaling-stroke; }
.home-hero-wave-left { left: -92px; bottom: -120px; width: 470px; height: 630px; transform: rotate(-2deg); }
.home-hero-wave-right { right: -90px; bottom: -140px; width: 520px; height: 640px; color: rgba(40,177,131,.17); animation-delay: -6s; }
.home-hero-circuit { position: absolute; overflow: visible; color: rgba(54,104,225,.18); opacity: .75; animation: home-hero-circuit 15s ease-in-out infinite alternate; }
.home-hero-circuit path { stroke: currentColor; stroke-width: 1.15; vector-effect: non-scaling-stroke; }
.home-hero-circuit circle { fill: #fff; stroke: currentColor; stroke-width: 1.15; vector-effect: non-scaling-stroke; }
.home-hero-circuit-left { top: -18px; left: 3%; width: 355px; height: 235px; }
.home-hero-circuit-right { top: 22px; right: 2.5%; width: 380px; height: 270px; color: rgba(36,174,127,.18); animation-delay: -8s; }
.home-hero-orb { position: absolute; border-radius: 50%; animation: home-hero-float 8s ease-in-out infinite; }
.home-hero-orb::after { position: absolute; inset: 12%; content: ""; border: 1px solid rgba(255,255,255,.72); border-radius: inherit; }
.home-hero-orb-blue { top: 49%; left: 5.3%; width: 58px; height: 58px; background: radial-gradient(circle at 33% 28%,#8be4fb 0%,#4f8feb 48%,#3865dc 100%); box-shadow: 0 18px 38px rgba(54,101,223,.17); }
.home-hero-orb-green { right: 8.6%; bottom: 17%; width: 65px; height: 65px; background: radial-gradient(circle at 34% 27%,#b7f2cd 0%,#62d9a4 48%,#2eb574 100%); box-shadow: 0 18px 38px rgba(39,171,112,.16); animation-delay: -4s; }
.home-hero-orb-small { top: 21%; right: 15.4%; width: 24px; height: 24px; background: radial-gradient(circle at 34% 27%,#d9fae6 0%,#7bdcb3 53%,#45bd83 100%); box-shadow: 0 10px 24px rgba(39,171,112,.13); animation-delay: -2.5s; }
.home-hero-ring { position: absolute; width: 68px; height: 68px; border: 1px solid rgba(58,102,222,.22); border-radius: 50%; animation: home-hero-ring 6s ease-in-out infinite; }
.home-hero-ring::after { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; content: ""; background: #fff; border: 1px solid rgba(58,102,222,.35); border-radius: 50%; transform: translate(-50%,-50%); }
.home-hero-ring-left { top: 36%; left: 15%; }
.home-hero-ring-right { right: 15.7%; bottom: 9%; width: 56px; height: 56px; border-color: rgba(39,174,128,.24); animation-delay: -3s; }
.home-hero-dot-grid { position: absolute; width: 112px; height: 82px; opacity: .55; background-image: radial-gradient(circle,rgba(62,106,225,.35) 1.4px,transparent 1.6px); background-size: 17px 17px; animation: home-hero-dot-drift 10s ease-in-out infinite alternate; }
.home-hero-dot-grid-left { left: 4.1%; bottom: 8%; }
.home-hero-dot-grid-right { top: 21%; right: 4.2%; background-image: radial-gradient(circle,rgba(40,178,130,.34) 1.4px,transparent 1.6px); animation-delay: -5s; }
@keyframes home-hero-aurora { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(24px,18px,0) scale(1.07); } }
@keyframes home-hero-wave { from { transform: translate3d(0,0,0) rotate(-2deg); } to { transform: translate3d(14px,-8px,0) rotate(1deg); } }
@keyframes home-hero-circuit { from { transform: translate3d(0,0,0); opacity: .62; } to { transform: translate3d(12px,8px,0); opacity: .9; } }
@keyframes home-hero-float { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-14px,0); } }
@keyframes home-hero-ring { 0%,100% { transform: scale(.94); opacity: .48; } 50% { transform: scale(1.08); opacity: .82; } }
@keyframes home-hero-dot-drift { from { transform: translate3d(0,0,0); } to { transform: translate3d(10px,-7px,0); } }
.pathway-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.pathway-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.pathway-card:hover { border-color: #bfc5e9; box-shadow: var(--shadow); transform: translateY(-5px); }
.pathway-card img { width: 100%; height: 130px; object-fit: cover; }
.pathway-card > span { position: relative; display: flex; min-height: 170px; flex-direction: column; padding: 20px; }
.pathway-card strong { margin-bottom: 8px; font-size: 1rem; }
.pathway-card small { color: var(--muted); font-size: .78rem; line-height: 1.55; }
.pathway-card svg { margin-top: auto; color: var(--brand); }

/* Cards and grids */
.card-grid, .course-grid, .resource-grid, .product-grid, .employer-grid, .mentor-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.solution-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
.job-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.job-grid.compact { grid-template-columns: repeat(3,minmax(0,1fr)); }
.directory-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 16/9; background: #e8ebf2; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.course-card:hover .card-media img, .resource-card:hover .card-media img, .product-card:hover .card-media img { transform: scale(1.045); filter: saturate(1.06); }
.card-badge { position: absolute; top: 13px; left: 13px; z-index: 1; padding: 6px 10px; color: var(--night); background: rgba(255,255,255,.93); border-radius: 999px; box-shadow: 0 5px 14px rgba(15,20,48,.11); font-size: .7rem; font-weight: 700; }
.product-badge { color: #fff; background: var(--brand); }
.play-badge { position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 47px; height: 47px; color: #fff; background: rgba(16,22,49,.85); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; backdrop-filter: blur(8px); transition: background .2s ease, transform .2s ease; }
.resource-card:hover .play-badge { background: var(--green); transform: scale(1.06); }
.course-card, .resource-card, .product-card, .employer-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.course-card:hover, .resource-card:hover, .product-card:hover, .employer-card:hover { border-color: #c7cdec; box-shadow: var(--shadow); transform: translateY(-5px); }
.card-body { display: flex; min-height: 290px; flex-direction: column; padding: 23px; }
.card-body h3 a:hover { color: var(--brand); }
.card-body > p { margin-bottom: 18px; color: var(--muted); font-size: .88rem; }
.card-kicker { margin-bottom: 8px; color: var(--brand); font-size: .69rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.card-meta { display: flex; flex-wrap: wrap; gap: 11px 16px; margin-top: auto; color: #676d7f; font-size: .74rem; }
.card-meta span, .job-facts span { display: inline-flex; align-items: center; gap: 6px; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
.card-footer strong { color: var(--night); font-size: 1rem; }
.card-footer > span { color: var(--muted); font-size: .75rem; }
.product-grid .product-card .card-body { min-height: 280px; }
.section-dark .product-card { color: var(--ink); }
.section-dark .product-card h3 { color: var(--ink); }
.solution-group { margin-top: 64px; }
.solution-group:first-child { margin-top: 0; }
.solution-group > h2 { margin-bottom: 25px; font-size: 1.75rem; }
.solution-card { display: flex; gap: 17px; min-height: 220px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.solution-card:hover { border-color: #c2c9ef; box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.solution-icon { display: grid; flex: 0 0 auto; place-items: center; width: 43px; height: 43px; color: var(--brand); background: var(--brand-soft); border-radius: 12px; transition: color .2s ease, background .2s ease; }
.solution-card:hover .solution-icon { color: #fff; background: var(--green); }
.solution-card p { color: var(--muted); font-size: .84rem; }
.directory-card { display: flex; align-items: flex-start; gap: 16px; min-height: 134px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.directory-card:hover { border-color: #bec5eb; box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.directory-card > span:first-child { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; color: var(--brand); background: var(--brand-soft); border-radius: 11px; }
.directory-card > div { min-width: 0; }
.directory-card h3 { margin-bottom: 6px; }
.directory-card p { margin: 0; color: var(--muted); font-size: .8rem; }
.directory-card > svg { flex: 0 0 auto; margin: 10px 0 0 auto; color: var(--brand); transition: transform .2s ease; }
.directory-card:hover > svg { color: var(--green); transform: translateX(3px); }

/* Job discovery */
.sample-notice { width: 100%; margin-bottom: 28px; padding: 15px 17px; color: #704315; background: var(--danger-soft); border: 1px solid #f1d4b5; border-radius: 13px; }
.sample-notice > div { display: flex; align-items: flex-start; gap: 11px; }
.sample-notice p { display: flex; flex-direction: column; margin: 0; font-size: .8rem; }
.sample-notice strong { margin-bottom: 2px; color: #562f08; }
.sample-label { display: inline-flex; width: max-content; margin-bottom: 8px; padding: 4px 7px; color: #79511e; background: #fff4d9; border-radius: 6px; font-size: .63rem; font-style: normal; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.listing-toolbar { display: flex; align-items: center; justify-content: flex-end; gap: 15px; margin-bottom: 20px; }
.listing-toolbar > span { margin-left: auto; color: var(--muted); font-size: .81rem; }
.sort-control { display: flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 600; }
.sort-control select { min-width: 140px; }
.mobile-filter-button { display: none; }
.listing-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); align-items: start; gap: 28px; }
.filter-panel { position: sticky; top: 128px; display: flex; flex-direction: column; gap: 16px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.filter-head { display: flex; align-items: center; justify-content: space-between; }
.filter-head h2 { margin: 0; font-size: 1.12rem; }
.filter-close { display: none; border: 0; background: transparent; }
.filter-panel label, .catalogue-controls label, .library-controls label { display: flex; flex-direction: column; gap: 7px; color: #4d5365; font-size: .74rem; font-weight: 650; }
input, select, textarea { width: 100%; color: var(--ink); background: #fff; border: 1px solid #d5d9e5; border-radius: 10px; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
input, select { height: 44px; padding: 0 12px; }
textarea { padding: 11px 12px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(48,59,143,.1); }
.job-card { display: flex; min-height: 300px; flex-direction: column; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.job-card:hover { border-color: #c2c8eb; box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.job-card-top { display: flex; align-items: flex-start; gap: 14px; }
.job-card-top > div { min-width: 0; }
.company-mark { display: grid; flex: 0 0 auto; place-items: center; width: 43px; height: 43px; color: #fff; background: linear-gradient(135deg,var(--brand),#5968d1); border-radius: 12px; font-size: .72rem; font-weight: 700; }
.company-mark.large { width: 62px; height: 62px; border-radius: 17px; font-size: .9rem; }
.job-card h3 { margin-bottom: 4px; }
.job-card h3 a:hover { color: var(--brand); }
.job-card-top p { margin: 0; color: var(--muted); font-size: .8rem; }
.job-facts { display: flex; flex-wrap: wrap; gap: 8px 15px; margin: 18px 0 2px; color: #676d7e; font-size: .73rem; }
.job-facts.large { gap: 12px 22px; margin-top: 22px; font-size: .84rem; }
.job-card .chip-row { margin: 17px 0 0; }
.job-card .card-footer { margin-top: auto; }
.job-card .card-footer strong { max-width: 60%; font-size: .83rem; }
.empty-state { grid-column: 1/-1; padding: 56px 30px; text-align: center; background: var(--surface-soft); border: 1px dashed #cbd0df; border-radius: var(--radius-lg); }
.empty-state h3 { font-size: 1.4rem; }
.empty-state p { max-width: 520px; margin: 0 auto 20px; color: var(--muted); }
.filter-scrim { display: none; }
.job-detail-hero { padding: 62px 0; background: linear-gradient(135deg,#f8f9ff,#eef1ff); }
.job-detail-head { display: grid; grid-template-columns: minmax(0,1fr) 310px; align-items: center; gap: 50px; }
.job-title-row { display: flex; align-items: center; gap: 18px; }
.job-title-row h1 { margin: 0; font-size: clamp(2.5rem,4.2vw,3.8rem); }
.job-apply-card { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.job-apply-card p { font-weight: 600; }
.job-apply-card .btn { width: 100%; margin-top: 10px; }
.job-apply-card small { display: block; margin-top: 14px; color: var(--muted); font-size: .7rem; }
.job-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; align-items: start; gap: 32px; }
.prose-card { padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.prose-card section + section { margin-top: 40px; padding-top: 37px; border-top: 1px solid var(--line); }
.prose-card h2 { font-size: 1.7rem; }
.job-side, .article-rail { position: sticky; top: 128px; display: flex; flex-direction: column; gap: 16px; }
.side-card { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.side-card h3 { font-size: 1.05rem; }
.side-card p { color: var(--muted); font-size: .8rem; }
.employer-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.employer-image { position: relative; height: 170px; }
.employer-image img { width: 100%; height: 100%; object-fit: cover; }
.employer-image .company-mark { position: absolute; bottom: -27px; left: 22px; border: 4px solid #fff; }
.employer-card .card-body { min-height: 275px; padding-top: 39px; }

/* Course system */
.catalogue-controls, .library-controls { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 14px; margin-bottom: 28px; padding: 18px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.library-controls { grid-template-columns: 1.5fr 1fr; }
.course-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.course-grid.single { grid-template-columns: minmax(0,370px); }
.course-hero { padding: 62px 0 70px; background: radial-gradient(circle at 12% 20%,rgba(46,175,50,.1),transparent 28%),linear-gradient(135deg,#f9faff,#eef1ff); }
.course-hero-grid { display: grid; grid-template-columns: minmax(0,1.18fr) 390px; align-items: center; gap: 60px; }
.course-hero-copy h1 { max-width: 16ch; }
.course-buy-card { overflow: hidden; background: #fff; border: 1px solid #dfe2ef; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.course-buy-card > img { width: 100%; height: 205px; object-fit: cover; }
.buy-card-body { padding: 25px; }
.buy-card-body > span, .buy-card-body > small { display: block; color: var(--muted); font-size: .73rem; }
.buy-card-body > strong { display: block; margin: 3px 0 4px; color: var(--night); font-size: 2rem; letter-spacing: -.04em; }
.buy-card-body > .btn { width: 100%; margin-top: 20px; }
.metric-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; margin-top: 20px; }
.metric-strip > div { min-width: 0; padding: 11px 8px; text-align: center; background: var(--surface-soft); border-radius: 10px; }
.metric-strip strong { display: block; overflow: hidden; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.metric-strip span { display: block; margin-top: 2px; color: var(--muted); font-size: .6rem; }
.decision-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.decision-grid article { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.check-list { display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 9px; color: #4e5569; font-size: .86rem; }
.check-list svg { flex: 0 0 auto; margin-top: 2px; color: var(--green); }
.curriculum-list { display: flex; flex-direction: column; gap: 14px; }
.curriculum-module { display: grid; grid-template-columns: 115px minmax(0,1fr); gap: 24px; padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: border-color .2s ease, box-shadow .2s ease; }
.curriculum-module:hover { border-color: #bdc5eb; box-shadow: var(--shadow-soft); }
.module-index span { display: inline-flex; padding: 7px 10px; color: var(--brand); background: var(--brand-soft); border-radius: 999px; font-size: .72rem; font-weight: 700; }
.curriculum-module h3 { font-size: 1.2rem; }
.inclusion-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.inclusion-card { display: flex; align-items: center; gap: 12px; min-height: 86px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); font-size: .83rem; font-weight: 550; }
.inclusion-card svg { flex: 0 0 auto; color: var(--green); }
.role-outcome-grid, .product-detail-grid, .evidence-panel, .profile-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 50px; }
.role-outcome-grid > div, .product-detail-grid > div { min-width: 0; }
.project-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.project-card { min-height: 230px; padding: 24px; background: var(--night-soft); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); }
.project-card > span { color: #8e9aff; font-size: .77rem; font-weight: 700; }
.project-card h3 { margin-top: 35px; }
.project-card p { color: rgba(255,255,255,.68); font-size: .79rem; }
.fee-panel { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 55px; padding: 39px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); }
.fee-list { padding: 25px; background: var(--surface-soft); border-radius: var(--radius-lg); }
.compact-checkout { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 35px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); }
.compact-checkout h2 { margin-bottom: 9px; font-size: 2rem; }
.compact-checkout > div:last-child { display: flex; min-width: 240px; flex-direction: column; gap: 9px; text-align: center; }
.compact-checkout small { color: var(--muted); font-size: .7rem; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.comparison-table { width: max(100%,1800px); border-collapse: collapse; background: #fff; }
.comparison-table th, .comparison-table td { min-width: 180px; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: .78rem; }
.comparison-table thead th { position: sticky; top: 0; z-index: 1; background: var(--surface-soft); }
.comparison-table tbody th { position: sticky; left: 0; z-index: 1; background: var(--surface-soft); }
.comparison-table a { color: var(--brand); font-weight: 650; }
.finder-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 30px; }
.finder-card, .finder-result { min-height: 420px; padding: 33px; border-radius: var(--radius-xl); }
.finder-card { display: flex; flex-direction: column; gap: 19px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.finder-card .field { display: flex; flex-direction: column; gap: 7px; }
.finder-card label { font-size: .8rem; font-weight: 650; }
.finder-card .btn { margin-top: auto; }
.finder-result { display: flex; justify-content: center; flex-direction: column; color: #fff; background: radial-gradient(circle at 80% 20%,rgba(88,106,226,.55),transparent 38%),var(--night); }
.finder-result > span { display: grid; place-items: center; width: 53px; height: 53px; margin-bottom: 25px; color: #fff; background: var(--green); border-radius: 16px; }
.finder-result h2 { font-size: 2rem; }
.finder-result p { color: rgba(255,255,255,.73); }

/* Value, proof and process */
.value-grid, .proof-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.proof-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.value-card, .proof-card { min-height: 220px; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.value-card:hover, .proof-card:hover { border-color: #c1c8ed; box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.value-card > span, .proof-card > span { color: var(--brand); font-size: .72rem; font-weight: 700; }
.value-card h3, .proof-card h3 { margin-top: 38px; }
.value-card p, .proof-card p { color: var(--muted); font-size: .82rem; }
.section-dark .value-card { color: var(--ink); }
.section-dark .value-card h3 { color: var(--ink); }
.process-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 13px; margin: 0; padding: 0; list-style: none; }
.process-grid li { position: relative; min-height: 140px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.process-grid li:not(:last-child)::after { position: absolute; top: 28px; right: -14px; z-index: 1; width: 14px; height: 1px; content: ""; background: #c6cbe0; }
.process-grid span { color: var(--brand); font-size: .7rem; font-weight: 700; }
.process-grid p { margin-top: 32px; font-size: .82rem; font-weight: 550; }
.outcome-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.outcome-card { min-height: 145px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.outcome-card span { color: var(--green); font-size: .7rem; font-weight: 700; }
.outcome-card p { margin-top: 25px; font-size: .85rem; font-weight: 550; }
.evidence-panel { align-items: center; padding: 40px; background: linear-gradient(135deg,var(--surface-blue),#f9fbff); border: 1px solid #dce0f2; border-radius: var(--radius-xl); }
.split-panel { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 70px; }
.split-panel.reverse .split-media { order: 2; }
.split-media img { width: 100%; height: 470px; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.split-copy > p:not(.eyebrow) { color: var(--muted); }
.split-copy .btn { margin-top: 24px; }
.integrations-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; }
.integrations-panel > div:last-child { display: flex; flex-direction: column; gap: 11px; }
.integrations-panel > div:last-child span { display: flex; align-items: center; gap: 10px; padding: 13px 15px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 11px; font-size: .84rem; }
.product-mini-grid { display: grid; gap: 12px; }
.product-mini-grid a { display: flex; align-items: center; gap: 13px; padding: 17px; color: var(--ink); background: #fff; border-radius: 13px; }
.product-mini-grid a span { margin-left: auto; color: var(--muted); font-size: .72rem; }

/* Testimonials and mentor */
.testimonial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.testimonial { min-height: 220px; padding: 23px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.testimonial-top { display: flex; align-items: center; gap: 11px; }
.testimonial-top > div { display: flex; flex-direction: column; }
.testimonial-top strong { font-size: .84rem; }
.testimonial-top small { color: var(--muted); font-size: .7rem; }
.testimonial-top .sample-label { margin: 0 0 0 auto; }
.avatar-placeholder { display: grid; place-items: center; width: 42px; height: 42px; color: var(--brand); background: var(--brand-soft); border-radius: 50%; }
.testimonial-avatar { width: 42px; height: 42px; flex: 0 0 auto; object-fit: cover; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--line); }
.testimonial > p { position: relative; margin-top: 27px; padding-left: 30px; color: #444b60; font-size: .86rem; }
.testimonial > p > svg { position: absolute; top: 0; left: 0; color: var(--green); }
.mentor-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: transform .22s ease, box-shadow .22s ease; }
.mentor-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.mentor-card > img { width: 100%; height: 235px; object-fit: cover; }
.mentor-card > div { padding: 22px; }
.mentor-role { color: var(--muted); font-size: .82rem; }
.mentor-card .chip-row { margin: 13px 0 17px; }
.profile-grid { padding: 35px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); }

/* Resource system */
.audience-resource-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.audience-resource-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: transform .22s ease, box-shadow .22s ease; }
.audience-resource-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.audience-resource-card img { width: 100%; height: 125px; object-fit: cover; }
.audience-resource-card > div { min-height: 175px; padding: 19px; }
.audience-resource-card h3 { font-size: 1rem; }
.audience-resource-card p { color: var(--muted); font-size: .74rem; }
.audience-resource-card svg { color: var(--brand); }
.format-directory { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.format-directory.dark { grid-template-columns: repeat(4,minmax(0,1fr)); }
.format-card { display: flex; min-height: 220px; flex-direction: column; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.format-card:hover { border-color: #c0c7ed; box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.format-card > svg { color: var(--brand); }
.format-card h3 { margin-top: 40px; }
.format-card p { color: var(--muted); font-size: .8rem; }
.format-card > span { display: flex; align-items: center; gap: 6px; margin-top: auto; color: var(--brand); font-size: .8rem; font-weight: 650; }
.format-directory.dark .format-card { background: var(--night-soft); border-color: rgba(255,255,255,.13); }
.format-directory.dark .format-card > svg, .format-directory.dark .format-card > span { color: #9faaef; }
.format-directory.dark .format-card p { color: rgba(255,255,255,.65); }
.article-header { padding: 62px 0 25px; background: linear-gradient(180deg,#fafbff,#fff); }
.article-header h1 { max-width: 18ch; font-size: clamp(2.65rem,4.8vw,4.1rem); }
.article-deck { max-width: 790px; color: var(--muted); font-size: 1.17rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 24px 0; color: #73798a; font-size: .77rem; }
.article-meta a { color: var(--brand); font-weight: 650; }
.article-cover { width: 100%; height: 490px; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); }
.article-summary-section { padding-top: 42px; padding-bottom: 24px; }
.article-summary-panel { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); align-items: center; gap: 46px; padding: 34px 38px; background: linear-gradient(135deg,#eef1ff,#f7fbff 55%,#eef9ef); border: 1px solid #dce1f3; border-radius: var(--radius-xl); }
.article-summary-panel h2 { margin-bottom: 10px; font-size: clamp(1.8rem,3vw,2.35rem); }
.article-summary-panel > div > p:not(.eyebrow) { color: var(--muted); }
.article-summary-panel .check-list { padding: 22px; background: rgba(255,255,255,.74); border: 1px solid rgba(214,220,239,.85); border-radius: var(--radius-lg); backdrop-filter: blur(8px); }
.article-layout { display: grid; grid-template-columns: 180px minmax(0,700px) 235px; align-items: start; justify-content: center; gap: 34px; }
.article-toc { position: sticky; top: 128px; display: flex; flex-direction: column; gap: 7px; padding-right: 17px; border-right: 1px solid var(--line); }
.article-toc strong { margin-bottom: 7px; font-size: .76rem; }
.article-toc a { color: var(--muted); font-size: .72rem; line-height: 1.38; }
.article-toc a:hover { color: var(--brand); }
.article-body > section { scroll-margin-top: 140px; }
.article-body > section + section { margin-top: 46px; padding-top: 44px; border-top: 1px solid var(--line); }
.article-body h2 { max-width: none; font-size: 1.8rem; }
.article-body p { color: #3e4557; font-size: 1rem; line-height: 1.78; }
.article-practical { margin-top: 18px; padding: 17px 19px; color: #2f3650 !important; background: #f6f7fc; border: 1px solid #e1e4f0; border-radius: 12px; font-size: .91rem !important; line-height: 1.62 !important; }
.article-practical strong { color: var(--brand); }
.article-author-card { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 17px; padding: 24px !important; background: linear-gradient(135deg,#f7f8ff,#f2fbf1); border: 1px solid #dce2ef !important; border-radius: var(--radius-lg); }
.article-author-card .avatar-placeholder { width: 52px; height: 52px; }
.article-author-card .eyebrow { margin-bottom: 5px; }
.article-author-card h3 { margin-bottom: 6px; }
.article-author-card p:not(.eyebrow) { margin-bottom: 12px; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.editorial-callout { display: flex; gap: 15px; margin-top: 25px; padding: 19px; background: var(--surface-blue); border-left: 4px solid var(--brand); border-radius: 0 13px 13px 0; }
.editorial-callout.action { background: var(--green-soft); border-left-color: var(--green); }
.editorial-callout.action > svg { color: var(--green); }
.editorial-callout > svg { flex: 0 0 auto; color: var(--brand); }
.editorial-callout p { margin-top: 5px; font-size: .83rem; }
.video-placeholder, .video-stage { display: flex; align-items: center; justify-content: center; min-height: 380px; flex-direction: column; gap: 13px; color: #fff; text-align: center; background: radial-gradient(circle at 75% 15%,rgba(87,104,220,.55),transparent 35%),var(--night); border-radius: var(--radius-lg); }
.video-placeholder span { max-width: 380px; color: rgba(255,255,255,.7); font-size: .8rem; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 21px; font-size: .9rem; font-weight: 600; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { flex: 0 0 auto; transition: transform .2s ease; }
.faq[open] summary svg { transform: rotate(180deg); }
.faq > div { padding: 0 21px 20px; color: var(--muted); font-size: .85rem; }
.faq.inline summary { padding-inline: 0; }
.faq.inline { border-width: 0 0 1px; border-radius: 0; }
.video-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 25px; }
.video-stage h2 { max-width: none; margin: 0; color: #fff; font-size: 1.6rem; }
.video-stage p { max-width: 460px; color: rgba(255,255,255,.7); }
.chapter-card { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.chapter-card ol { margin: 0; padding: 0; list-style: none; }
.chapter-card li { display: grid; grid-template-columns: 50px 1fr; gap: 11px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .8rem; }
.chapter-card li span { color: var(--brand); font-size: .7rem; font-weight: 700; }
.transcript-placeholder { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.asset-preview { display: grid; grid-template-columns: 390px minmax(0,1fr); align-items: center; gap: 65px; }
.asset-mockup { position: relative; overflow: hidden; aspect-ratio: 4/5; background: var(--surface-soft); border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.asset-mockup img { width: 100%; height: 100%; object-fit: cover; }
.asset-mockup::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent,rgba(14,20,48,.56)); }
.asset-mockup span { position: absolute; z-index: 1; left: 25px; bottom: 23px; color: #fff; font-weight: 650; }
.asset-copy > p { color: var(--muted); }
.resource-depth .value-card { min-height: 235px; }
.resource-use-layout { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(270px,.55fr); align-items: stretch; gap: 24px; }
.resource-use-layout .prose-card { min-width: 0; }
.resource-use-layout .prose-card h2 { max-width: 22ch; }
.resource-use-layout .process-grid { margin-top: 30px; }
.resource-utility-card { display: flex; flex-direction: column; justify-content: center; padding: 30px; color: #fff; background: radial-gradient(circle at 85% 12%,rgba(92,111,230,.55),transparent 38%),var(--night); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); }
.resource-utility-card .eyebrow { color: #aeb9ff; }
.resource-utility-card > strong { margin-bottom: 17px; font-size: clamp(1.65rem,3vw,2.25rem); letter-spacing: -.035em; line-height: 1.08; }
.resource-utility-card > p { color: rgba(255,255,255,.72); font-size: .86rem; }
.resource-utility-card > span { display: flex; align-items: center; gap: 9px; margin-top: 25px; padding-top: 19px; color: #bde8c0; border-top: 1px solid rgba(255,255,255,.13); font-size: .76rem; font-weight: 650; }
.resource-utility-card > span svg { color: #6be073; }

/* Forms, contact and CTA */
.form-section { display: grid; grid-template-columns: minmax(0,.8fr) minmax(480px,1.2fr); align-items: start; gap: 70px; }
.form-intro { position: sticky; top: 130px; }
.form-intro > p:not(.eyebrow) { max-width: 530px; color: var(--muted); }
.trust-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 28px; color: #52596c; font-size: .77rem; }
.trust-note svg { flex: 0 0 auto; color: var(--green); }
.form-shell { padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-wide { grid-column: 1/-1; }
.field label { color: #4f5568; font-size: .75rem; font-weight: 650; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; color: var(--muted); font-size: .7rem; }
.consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; }
.consent a { color: var(--brand); text-decoration: underline; }
.form-note { margin-top: 12px; color: #7b8192; font-size: .68rem; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.cta-panel h2 { max-width: 18ch; }
.cta-panel p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.7); }
.contact-paths { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.contact-path { display: flex; min-height: 150px; flex-direction: column; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: transform .2s ease, box-shadow .2s ease; }
.contact-path:hover { box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.contact-path span { color: var(--muted); font-size: .8rem; }
.contact-path svg { margin-top: auto; color: var(--brand); }

/* Corporate, media and legal */
.corporate-section { display: grid; grid-template-columns: 70px minmax(0,1fr); gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.corporate-section > span { color: var(--brand); font-size: .75rem; font-weight: 700; }
.corporate-section h2 { font-size: 1.75rem; }
.corporate-section p { color: var(--muted); }
.media-kit-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.logo-preview { display: grid; place-items: center; gap: 25px; min-height: 300px; padding: 35px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); }
.logo-preview img:first-child { width: 350px; }
.logo-preview .mark-preview { width: 100px; }
.legal-copy > h2 { margin-top: 35px; font-size: 1.45rem; }
.legal-copy > h2:first-child { margin-top: 0; }
.sitemap-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.sitemap-grid section { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.sitemap-grid h2 { font-size: 1.25rem; }
.sitemap-grid a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 0; color: var(--muted); border-bottom: 1px solid #eff1f6; font-size: .8rem; }
.sitemap-grid a:hover { color: var(--brand); }

/* Search */
.search-page { max-width: 920px; }
.site-search-form { margin-bottom: 20px; }
.site-search-form > label { display: block; margin-bottom: 8px; font-size: .78rem; font-weight: 650; }
.site-search-form > div { display: flex; gap: 10px; }
.site-search-form input { height: 50px; }
.search-type-filter { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.search-type-filter button { padding: 8px 13px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; }
.search-type-filter button.active, .search-type-filter button:hover { color: #fff; background: var(--brand); border-color: var(--brand); }
.search-summary { margin-bottom: 15px; color: var(--muted); font-size: .8rem; }
.search-results { display: flex; flex-direction: column; gap: 11px; }
.search-result { display: grid; grid-template-columns: 135px minmax(0,1fr) auto; align-items: center; gap: 20px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); transition: border-color .2s ease, box-shadow .2s ease; }
.search-result:hover { border-color: #c0c7ed; box-shadow: var(--shadow-soft); }
.search-result > span { color: var(--brand); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.search-result h3 { margin: 0 0 5px; }
.search-result p { margin: 0; color: var(--muted); font-size: .8rem; }
.search-result > svg { color: var(--brand); }

/* Footer and utility */
.site-footer { padding-top: 70px; color: #d9ddf2; background: #0c1129; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(4,1fr); gap: 38px; padding-bottom: 55px; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 330px; margin: 23px 0; color: #969dbd; font-size: .8rem; }
.footer-grid h3 { margin-bottom: 18px; color: #fff; font-size: .84rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: #9ca3c2; font-size: .75rem; transition: color .18s ease; }
.footer-grid a:hover { color: #79e66c; }
.social-links { display: flex; flex-wrap: wrap; gap: 14px; }
.social-links a { display: inline-flex; align-items: center; gap: 4px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 70px; border-top: 1px solid rgba(255,255,255,.1); color: #858caa; font-size: .7rem; }
.footer-bottom > div { display: flex; gap: 17px; }
.cookie-banner { position: fixed; z-index: 150; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 20px; max-width: 520px; padding: 16px 17px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { color: var(--muted); font-size: .72rem; }
.cookie-banner a { color: var(--brand); text-decoration: underline; }
.toast { position: fixed; z-index: 200; right: 22px; bottom: 22px; max-width: 380px; padding: 14px 17px; visibility: hidden; opacity: 0; color: #fff; background: var(--night); border-radius: 12px; box-shadow: var(--shadow); transform: translateY(14px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.toast.show { visibility: visible; opacity: 1; transform: none; }

.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .desktop-nav { gap: 9px; margin-left: 28px; }
  .login-link { display: none; }
  .nav-actions .btn { padding-inline: 15px; }
  .pathway-grid, .audience-resource-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .article-layout { grid-template-columns: 160px minmax(0,1fr); }
  .article-rail { display: none; }
}

@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 920px); }
  .audience-bar, .desktop-nav, .nav-actions > .icon-link, .nav-actions > .login-link, .nav-actions > .btn { display: none; }
  .site-header { position: sticky; }
  .main-nav { height: 69px; }
  .brand img { width: 180px; }
  .nav-actions { display: flex; }
  .mobile-menu-button { display: grid; }
  .mobile-drawer { position: fixed; z-index: 130; top: 0; right: 0; display: flex; width: min(440px,92vw); height: 100dvh; flex-direction: column; visibility: hidden; opacity: 0; background: #fff; box-shadow: -20px 0 60px rgba(15,20,48,.2); transform: translateX(100%); transition: transform .25s ease, opacity .25s ease, visibility .25s; }
  .mobile-drawer.is-open { visibility: visible; opacity: 1; transform: none; }
  .drawer-scrim { position: fixed; z-index: 120; inset: 0; display: block; visibility: hidden; opacity: 0; background: rgba(5,9,26,.5); transition: opacity .25s ease, visibility .25s; }
  .drawer-scrim.is-open { visibility: visible; opacity: 1; }
  .mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; height: 69px; padding: 0 20px; border-bottom: 1px solid var(--line); }
  .mobile-drawer-head button { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; background: var(--surface-soft); border: 0; border-radius: 10px; }
  .mobile-audiences { padding: 17px 20px; background: var(--night); }
  .mobile-audiences p { margin-bottom: 9px; color: #979ebc; font-size: .68rem; text-transform: uppercase; }
  .mobile-audiences > div { display: flex; flex-wrap: wrap; gap: 8px; }
  .mobile-audiences a { padding: 5px 9px; color: #fff; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; font-size: .7rem; }
  .mobile-nav { flex: 1; padding: 10px 20px 25px; overflow-y: auto; }
  .mobile-nav details { border-bottom: 1px solid var(--line); }
  .mobile-nav summary { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; font-weight: 650; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav details[open] summary svg { transform: rotate(180deg); }
  .mobile-nav .mobile-hub { display: block; margin-bottom: 12px; color: var(--brand); font-size: .8rem; font-weight: 650; }
  .mobile-nav section { margin: 0 0 16px; padding: 13px; background: var(--surface-soft); border-radius: 12px; }
  .mobile-nav section h3 { margin-bottom: 7px; color: #8a8f9f; font-size: .64rem; text-transform: uppercase; }
  .mobile-nav section a { display: flex; align-items: center; justify-content: space-between; padding: 7px 0; font-size: .79rem; }
  .mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 16px 20px; border-top: 1px solid var(--line); }
  .hero-grid, .course-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy h1, .course-hero-copy h1 { max-width: 18ch; }
  .hero-media { min-height: 0; }
  .hero-media img { height: 390px; }
  .home-hero { min-height: 650px; }
  .home-hero-inner { padding: 86px 0 94px; }
  .home-hero h1 { max-width: 19ch; }
  .home-hero-wave-left { left: -10%; width: 58vw; opacity: .42; }
  .home-hero-wave-right { right: -11%; width: 60vw; opacity: .4; }
  .home-hero-circuit { opacity: .38; }
  .home-hero-orb-blue { left: 3%; }
  .home-hero-orb-green { right: 4%; }
  .course-buy-card { max-width: 550px; }
  .card-grid, .course-grid, .resource-grid, .product-grid, .employer-grid, .mentor-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .solution-grid, .directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .job-grid.compact { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pathway-grid, .audience-resource-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .value-grid, .project-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .process-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .process-grid li::after { display: none; }
  .outcome-grid, .inclusion-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .form-section { grid-template-columns: 1fr; gap: 35px; }
  .form-intro { position: static; }
  .split-panel { grid-template-columns: 1fr; gap: 38px; }
  .split-panel.reverse .split-media { order: 0; }
  .split-media img { height: 390px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-summary-panel, .resource-use-layout { grid-template-columns: 1fr; }
  .resource-use-layout .process-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .article-toc { position: static; display: flex; flex-direction: row; flex-wrap: wrap; gap: 6px 14px; padding: 16px; background: var(--surface-soft); border: 0; border-radius: 13px; }
  .article-toc strong { width: 100%; }
  .article-cover { height: 400px; }
  .asset-preview { grid-template-columns: 330px 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 2fr repeat(2,1fr); }
  .footer-brand { grid-row: span 2; }
}

@media (max-width: 720px) {
  :root { --container: calc(100% - 28px); }
  html { scroll-padding-top: 92px; }
  body { font-size: 15px; }
  .section { padding: 64px 0; }
  .section-tight { padding-top: 39px; }
  h1 { font-size: clamp(2.35rem,11vw,3.3rem); line-height: 1.04; }
  h2 { font-size: clamp(1.75rem,8vw,2.45rem); }
  .hero { padding: 49px 0 58px; }
  .hero-centered { padding-top: 60px; }
  .hero-media img { height: 300px; }
  .hero-media::before { display: none; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 26px; }
  .home-hero { min-height: 625px; }
  .home-hero-inner { padding: 66px 0 76px; }
  .home-hero h1 { max-width: 14ch; font-size: clamp(2.55rem,11.7vw,3.55rem); line-height: 1.06; }
  .home-hero-description { max-width: 34rem; font-size: 1rem; }
  .home-hero .chip-row { max-width: 360px; margin-top: 23px; }
  .home-hero-wave-left { bottom: -7%; left: -35%; width: 108vw; height: 82%; opacity: .29; }
  .home-hero-wave-right { right: -38%; bottom: -8%; width: 110vw; height: 80%; opacity: .27; }
  .home-hero-circuit { display: none; }
  .home-hero-orb-blue { top: 52%; left: 2%; width: 42px; height: 42px; opacity: .8; }
  .home-hero-orb-green { right: 2%; bottom: 18%; width: 52px; height: 52px; opacity: .78; }
  .home-hero-orb-small, .home-hero-ring-right, .home-hero-dot-grid-right { display: none; }
  .home-hero-ring-left { top: auto; bottom: 8%; left: -2%; width: 58px; height: 58px; opacity: .58; }
  .home-hero-dot-grid-left { bottom: 2%; left: 4%; opacity: .25; }
  .pathway-grid, .audience-resource-grid, .card-grid, .course-grid, .resource-grid, .product-grid, .employer-grid, .mentor-grid, .solution-grid, .directory-grid, .job-grid, .job-grid.compact, .testimonial-grid, .proof-grid, .format-directory, .format-directory.dark, .contact-paths, .sitemap-grid { grid-template-columns: 1fr; }
  .card-body { min-height: auto; }
  .course-card .card-body, .resource-card .card-body { min-height: 265px; }
  .catalogue-controls, .library-controls { grid-template-columns: 1fr; }
  .listing-toolbar { justify-content: space-between; }
  .listing-toolbar > span { display: none; }
  .mobile-filter-button { display: inline-flex; }
  .listing-layout { display: block; }
  .filter-panel { position: fixed; z-index: 150; top: 0; left: 0; width: min(360px,88vw); height: 100dvh; padding: 25px; visibility: hidden; border-radius: 0 20px 20px 0; opacity: 0; overflow-y: auto; transform: translateX(-100%); transition: transform .24s ease, opacity .24s ease, visibility .24s; }
  .filter-panel.is-open { visibility: visible; opacity: 1; transform: none; }
  .filter-close { display: grid; place-items: center; }
  .filter-scrim { position: fixed; z-index: 140; inset: 0; visibility: hidden; display: block; opacity: 0; background: rgba(7,11,30,.5); transition: opacity .2s ease, visibility .2s; }
  .filter-scrim.is-open { visibility: visible; opacity: 1; }
  .job-detail-head, .job-detail-layout { grid-template-columns: 1fr; }
  .job-apply-card { max-width: none; }
  .prose-card { padding: 25px; }
  .job-side { position: static; }
  .course-buy-card > img { height: 180px; }
  .metric-strip { grid-template-columns: 1fr; }
  .decision-grid, .role-outcome-grid, .product-detail-grid, .evidence-panel, .profile-grid, .fee-panel, .finder-layout, .integrations-panel, .media-kit-grid { grid-template-columns: 1fr; }
  .curriculum-module { grid-template-columns: 1fr; gap: 15px; padding: 22px; }
  .project-grid, .value-grid, .outcome-grid, .inclusion-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .compact-checkout, .cta-panel { align-items: flex-start; flex-direction: column; }
  .compact-checkout > div:last-child { width: 100%; min-width: 0; }
  .fee-panel { padding: 25px; }
  .article-header h1 { font-size: clamp(2.35rem,11vw,3.25rem); }
  .article-cover { height: 290px; }
  .article-meta { flex-direction: column; gap: 4px; }
  .article-summary-section { padding-top: 28px; }
  .article-summary-panel { gap: 23px; padding: 25px; }
  .resource-use-layout .process-grid { grid-template-columns: 1fr; }
  .resource-utility-card { padding: 25px; }
  .article-body p { font-size: .98rem; }
  .video-detail-layout, .asset-preview { grid-template-columns: 1fr; }
  .asset-mockup { width: min(100%,360px); margin-inline: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-shell { padding: 20px; }
  .search-result { grid-template-columns: 1fr auto; }
  .search-result > span { grid-column: 1/-1; }
  .site-search-form > div { flex-direction: column; }
  .site-search-form .btn { width: 100%; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1/-1; grid-row: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .footer-bottom > div { flex-wrap: wrap; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; max-width: none; }
}

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

/* --------------------------------------------------------------------------
   Impacteers v1.2.0 — AI-forward facelift, events and dynamic placements
   -------------------------------------------------------------------------- */
:root {
  --surface-warm: #fbfcf8;
  --surface-mint: #f4fbf7;
  --surface-violet: #f7f7ff;
  --aura-blue: rgba(67,102,230,.12);
  --aura-green: rgba(49,188,117,.12);
}
body { background: linear-gradient(180deg,#fff 0%,#fdfefd 42%,#fbfcff 100%); }
.section { position: relative; isolation: isolate; }
.section-tint { background: linear-gradient(145deg,var(--surface-soft),var(--surface-warm)); }
.section:nth-of-type(4n+2):not(.section-dark):not(.section-tint):not(.home-hero) { background-image: radial-gradient(circle at 7% 18%,rgba(59,103,223,.035),transparent 24%),radial-gradient(circle at 93% 82%,rgba(47,184,113,.035),transparent 22%); }

/* Ambient movement on inner banners without adding layout weight. */
.hero { overflow: hidden; background: linear-gradient(155deg,#fff 0%,#fbfcff 57%,#f7fbf8 100%); }
.hero::after { position: absolute; right: 8%; bottom: 9%; width: 112px; height: 112px; content: ""; opacity: .48; background-image: radial-gradient(circle,rgba(52,95,220,.34) 1.3px,transparent 1.5px); background-size: 16px 16px; pointer-events: none; animation: banner-dot-drift 11s ease-in-out infinite alternate; }
.hero-copy::before { position: absolute; z-index: -1; top: -38px; left: -52px; width: 158px; height: 158px; content: ""; border: 1px solid rgba(51,90,211,.08); border-radius: 50%; box-shadow: 0 0 0 28px rgba(51,90,211,.025),0 0 0 56px rgba(45,183,113,.018); animation: banner-ring-breathe 9s ease-in-out infinite; }
.hero-copy { position: relative; }
.hero-media { transform: translateZ(0); }
.hero-media::after { position: absolute; inset: 14px; content: ""; border: 1px solid rgba(255,255,255,.42); border-radius: calc(var(--radius-xl) - 6px); pointer-events: none; }
.hero-media img { transition: transform .7s cubic-bezier(.2,.7,.2,1),filter .45s ease; }
.hero-media:hover img { transform: scale(1.025); filter: saturate(1.06) contrast(1.02); }
@keyframes banner-dot-drift { from { transform: translate3d(0,0,0) rotate(0); } to { transform: translate3d(-15px,-9px,0) rotate(4deg); } }
@keyframes banner-ring-breathe { 0%,100% { transform: scale(.94); opacity: .45; } 50% { transform: scale(1.06); opacity: .78; } }

/* Subtle vibrancy and interaction language. */
.course-card,.job-card,.resource-card,.solution-card,.product-card,.directory-card,.value-card,.proof-card,.format-card,.audience-resource-card,.event-card,.person-card,.mentor-card { position: relative; transition: transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s ease,border-color .28s ease,background-color .28s ease; }
.course-card::before,.job-card::before,.resource-card::before,.event-card::before,.person-card::before { position: absolute; z-index: 2; top: -1px; left: 12%; width: 0; height: 2px; content: ""; background: linear-gradient(90deg,var(--brand),#3797bb,var(--green)); border-radius: 999px; transition: width .34s ease; }
.course-card:hover::before,.job-card:hover::before,.resource-card:hover::before,.event-card:hover::before,.person-card:hover::before { width: 76%; }
.course-card:hover,.job-card:hover,.resource-card:hover,.event-card:hover,.person-card:hover { border-color: rgba(55,82,192,.24); box-shadow: 0 22px 58px rgba(27,38,87,.105); transform: translateY(-6px); }
.text-link svg,.round-link svg,.btn svg { transition: transform .22s ease,color .22s ease; }
.text-link:hover svg,.btn:hover svg { transform: translateX(3px); }
.round-link:hover svg { transform: translateX(2px) scale(1.04); }
.chip { transition: color .22s ease,background-color .22s ease,border-color .22s ease,transform .22s ease; }
.chip:hover { color: var(--brand); background: #fff; border-color: rgba(52,73,184,.25); transform: translateY(-2px); }

/* Events */
.section-events { overflow: hidden; background: linear-gradient(145deg,#fbfcff 0%,#f7fbf8 100%); }
.section-events::before { position: absolute; z-index: -1; top: -170px; right: -130px; width: 420px; height: 420px; content: ""; background: radial-gradient(circle,var(--aura-green),transparent 68%); animation: event-aura 12s ease-in-out infinite alternate; }
.section-events::after { position: absolute; z-index: -1; bottom: -190px; left: -160px; width: 450px; height: 450px; content: ""; background: radial-gradient(circle,var(--aura-blue),transparent 69%); animation: event-aura 14s ease-in-out -5s infinite alternate; }
@keyframes event-aura { from { transform: translate3d(0,0,0) scale(.94); } to { transform: translate3d(26px,-13px,0) scale(1.08); } }
.event-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.event-card { overflow: hidden; min-width: 0; background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 10px 30px rgba(27,38,87,.045); backdrop-filter: blur(8px); }
.event-media { position: relative; display: block; overflow: hidden; height: 170px; }
.event-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 48%,rgba(9,16,46,.48)); pointer-events: none; }
.event-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1),filter .4s ease; }
.event-card:hover .event-media img { transform: scale(1.055); filter: saturate(1.08); }
.event-date { position: absolute; z-index: 2; top: 14px; left: 14px; display: grid; min-width: 52px; min-height: 57px; place-items: center; padding: 7px 10px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 9px 28px rgba(8,15,43,.16); }
.event-date strong { font-size: 1.12rem; line-height: 1; }
.event-date small { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.event-card-body { display: flex; min-height: 265px; flex-direction: column; padding: 21px; }
.event-card-body h3 { margin: 7px 0 9px; font-size: 1.05rem; line-height: 1.28; }
.event-card-body > p { color: var(--muted); font-size: .78rem; }
.event-meta { display: grid; gap: 7px; margin: 16px 0; color: #4d566e; font-size: .71rem; }
.event-meta span { display: flex; align-items: center; gap: 7px; }
.event-meta svg { color: var(--brand); }
.event-card-body .text-link { margin-top: auto; }

/* Compact circular mentor and leadership portraits. */
.mentor-card { overflow: visible; padding: 22px; background: linear-gradient(155deg,#fff,#fbfcff); }
.mentor-card-head { display: flex; align-items: center; gap: 15px; }
.mentor-card-head > img { width: 78px; height: 78px; flex: 0 0 auto; object-fit: cover; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--line),0 10px 28px rgba(31,42,89,.12); }
.mentor-card-head > div { min-width: 0; }
.mentor-card-head h3 { margin: 4px 0 3px; font-size: 1rem; line-height: 1.25; }
.mentor-card-body { padding-top: 16px; }
.mentor-card .chip-row { margin: 0 0 16px; }
.mentor-card > img,.mentor-card > div:not(.mentor-card-head):not(.mentor-card-body) { all: unset; }
.person-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.person-card { display: grid; grid-template-columns: 96px minmax(0,1fr); align-items: start; gap: 22px; padding: 28px; background: linear-gradient(150deg,#fff,#f9fbff); border: 1px solid var(--line); border-radius: var(--radius-xl); }
.person-card > img { width: 96px; height: 96px; object-fit: cover; border: 5px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px rgba(55,72,163,.16),0 14px 34px rgba(27,38,87,.14); }
.person-card h3 { margin: 5px 0 2px; }
.person-role { margin: 0 0 12px; color: var(--brand); font-size: .82rem; font-weight: 700; }
.person-card-copy > p:not(.eyebrow):not(.person-role) { color: var(--muted); font-size: .82rem; }
.person-card .chip-row { margin: 16px 0; }

/* Role-aligned course recommendation placements. */
.section-course-match { overflow: hidden; background: linear-gradient(135deg,#f3f6ff 0%,#f8fcf9 100%); border-top: 1px solid rgba(62,86,187,.08); border-bottom: 1px solid rgba(38,166,104,.08); }
.section-course-match::before { position: absolute; z-index: -1; top: -110px; left: 42%; width: 340px; height: 340px; content: ""; background: radial-gradient(circle,rgba(70,102,223,.1),transparent 70%); }
.dynamic-note { margin: 16px 0 0; color: var(--muted); font-size: .69rem; text-align: right; }
.dynamic-note.is-live { color: #1f7b4b; }
[data-dynamic-feed].is-loading { min-height: 220px; opacity: .65; }
[data-dynamic-feed].is-live::after { position: absolute; top: -10px; right: 0; content: "Live feed"; padding: 4px 8px; color: #177847; background: #eaf9f0; border: 1px solid #c8ecd7; border-radius: 999px; font-size: .6rem; font-weight: 700; text-transform: uppercase; }
[data-dynamic-feed] { position: relative; }

/* Legal readability */
.policy-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-bottom: 18px; padding: 14px 17px; color: #4d566e; background: #f7f8fc; border: 1px solid var(--line); border-radius: 12px; font-size: .72rem; }
.policy-meta span { display: flex; align-items: center; gap: 7px; }
.policy-meta svg { color: var(--brand); }
.legal-review-note { display: flex; gap: 12px; margin-bottom: 18px; padding: 16px 18px; color: #4e5060; background: #fffaf0; border: 1px solid #eee1bd; border-radius: 13px; }
.legal-review-note svg { flex: 0 0 auto; color: #a47414; }
.legal-review-note p { margin: 0; font-size: .76rem; }
.legal-review-note strong { display: block; margin-bottom: 3px; color: #58400e; }
.legal-copy h2 { scroll-margin-top: 150px; }
.legal-copy p { max-width: 78ch; }

@media (max-width: 1120px) {
  .event-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .person-grid { grid-template-columns: 1fr; }
  .person-card { grid-template-columns: 82px minmax(0,1fr); padding: 22px; }
  .person-card > img { width: 82px; height: 82px; }
  .hero::after { opacity: .28; }
}
@media (max-width: 600px) {
  .event-grid { grid-template-columns: 1fr; }
  .event-media { height: 185px; }
  .event-card-body { min-height: auto; }
  .person-card { grid-template-columns: 1fr; text-align: left; }
  .person-card > img { width: 78px; height: 78px; }
  .mentor-card-head > img { width: 66px; height: 66px; }
  .dynamic-note { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  .hero::after,.hero-copy::before,.section-events::before,.section-events::after { animation: none !important; }
  .course-card,.job-card,.resource-card,.event-card,.person-card,.mentor-card,.hero-media img { transition-duration: .01ms !important; }
}

/* --------------------------------------------------------------------------
   Impacteers v1.3.0 — AI-Native Full-Stack visual system
   Shared visual migration only: routes, copy, metadata and content structure
   remain unchanged.
   -------------------------------------------------------------------------- */
:root {
  --ink: #0b2019;
  --ink-2: #20362e;
  --muted: #617269;
  --line: #d9e2da;
  --line-dark: #b9c8bc;
  --surface: #ffffff;
  --surface-soft: #eef3ed;
  --surface-blue: #e9ecff;
  --surface-warm: #f7f9f5;
  --surface-mint: #eef8ef;
  --surface-violet: #f1f2ff;
  --paper: #f7f9f5;
  --paper-2: #eef3ed;
  --brand: #2f368e;
  --brand-dark: #252c76;
  --brand-soft: #e9ecff;
  --green: #31b536;
  --green-2: #6de36d;
  --green-soft: #e5f8e7;
  --teal: #178178;
  --yellow: #eef553;
  --night: #0b211a;
  --night-soft: #113429;
  --aura-blue: rgba(89,103,217,.14);
  --aura-green: rgba(49,181,54,.14);
  --shadow: 0 28px 86px rgba(22,48,38,.13);
  --shadow-soft: 0 12px 38px rgba(31,52,44,.08);
  --shadow-xs: 0 1px 2px rgba(11,32,25,.06);
  --radius-xl: 32px;
  --radius-lg: 20px;
  --radius-md: 12px;
  --nav-height: 76px;
}

html { scroll-padding-top: 132px; }
body {
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.56;
  overflow-x: hidden;
}
::selection { color: var(--ink); background: var(--yellow); }

/* Reading-progress detail from the campaign visual language. */
.reading-progress {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
}
.reading-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,var(--green),var(--yellow),var(--brand));
  box-shadow: 0 0 14px rgba(49,181,54,.48);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

/* Header and navigation */
.audience-bar {
  color: rgba(255,255,255,.78);
  background: var(--night);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.audience-inner > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: .72;
}
.audience-inner > span::before {
  width: 6px;
  height: 6px;
  content: "";
  background: var(--green-2);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(109,227,109,.1);
  animation: ai-native-pulse 2.4s ease-in-out infinite;
}
.audience-inner a:hover,
.audience-inner a:focus-visible { color: var(--green-2); }
.site-header {
  z-index: 1000;
  background: rgba(247,249,245,.9);
  border-bottom-color: rgba(185,200,188,.64);
  backdrop-filter: blur(18px) saturate(150%);
  transition: background-color .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.site-header.is-scrolled {
  background: rgba(247,249,245,.97);
  border-bottom-color: rgba(159,179,163,.72);
  box-shadow: 0 10px 35px rgba(22,48,38,.08);
}
.brand img { width: 196px; }
.desktop-nav { gap: 13px; margin-left: 42px; }
.nav-label > a {
  position: relative;
  color: var(--ink-2);
  font-size: .89rem;
  font-weight: 650;
}
.nav-label > a::after {
  position: absolute;
  right: 100%;
  bottom: 14px;
  left: 2px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg,var(--green),var(--teal));
  transition: right .24s ease;
}
.nav-item:hover .nav-label > a::after,
.nav-item.is-open .nav-label > a::after,
.nav-label > a:focus-visible::after { right: 2px; }
.nav-item.is-open .nav-label,
.nav-item:hover .nav-label { color: var(--teal); }
.mega-menu {
  overflow: hidden;
  padding: 30px;
  background: rgba(255,255,255,.985);
  border-color: var(--line);
  border-radius: 0 0 24px 24px;
  box-shadow: var(--shadow);
}
.mega-menu::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg,var(--green),var(--yellow),var(--brand));
}
.mega-group h3 { color: var(--teal); font-weight: 800; }
.mega-group > a { border-radius: 12px; }
.mega-group > a:hover,
.mega-group > a:focus-visible {
  color: var(--ink);
  background: linear-gradient(110deg,var(--green-soft),var(--brand-soft));
}
.icon-link:hover { color: var(--teal); background: var(--green-soft); }
.login-link { color: var(--ink-2); }
.mobile-menu-button { background: rgba(255,255,255,.9); border: 1px solid var(--line); }
.breadcrumb-wrap {
  background: rgba(247,249,245,.93);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
}
.breadcrumb a:hover { color: var(--teal); }

/* Buttons and links */
.btn {
  position: relative;
  isolation: isolate;
  min-height: 46px;
  padding: 0 18px;
  overflow: hidden;
  border-radius: 12px;
  font-weight: 730;
  letter-spacing: -.01em;
}
.btn::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(110deg,transparent 28%,rgba(255,255,255,.27),transparent 72%);
  transform: translateX(-125%);
  transition: transform .55s ease;
}
.btn:hover::before { transform: translateX(125%); }
.btn:focus-visible { outline: 3px solid rgba(47,54,142,.22); outline-offset: 3px; }
.btn-primary {
  color: #fff;
  background: var(--night);
  box-shadow: 0 12px 31px rgba(11,33,26,.18);
}
.btn-primary:hover {
  background: var(--night-soft);
  box-shadow: 0 17px 40px rgba(11,33,26,.24);
}
.btn-ghost {
  color: var(--ink);
  background: rgba(255,255,255,.78);
  border-color: var(--line-dark);
  box-shadow: var(--shadow-xs);
}
.btn-ghost:hover {
  color: var(--ink);
  background: #fff;
  border-color: #8fa496;
  box-shadow: var(--shadow-soft);
}
.btn-light { color: var(--night); background: #fff; }
.btn-light:hover { color: var(--night); background: var(--green-soft); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.34); }
.btn-outline-light:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.72); }
.text-link { color: var(--teal); font-weight: 730; }
.round-link { color: var(--teal); background: var(--green-soft); }
.round-link:hover { color: #fff; background: var(--night-soft); }

/* Type hierarchy and section rhythm */
h1, h2, h3 { color: var(--ink); }
h1 { font-weight: 740; letter-spacing: -.058em; }
h2 { font-weight: 740; letter-spacing: -.05em; }
h3 { font-weight: 680; }
.section { padding: 104px 0; }
.section-tight { padding-top: 64px; }
.section-tint { background: var(--paper-2); }
.section:nth-of-type(4n+2):not(.section-dark):not(.section-tint):not(.home-hero) {
  background-image:
    radial-gradient(circle at 8% 18%,rgba(89,103,217,.045),transparent 24%),
    radial-gradient(circle at 92% 84%,rgba(49,181,54,.045),transparent 22%);
}
.section-head { gap: 46px; margin-bottom: 48px; }
.section-head > div { max-width: 800px; }
.section-head h2 {
  max-width: 25ch;
  margin-bottom: 12px;
  font-size: clamp(2.15rem,3.8vw,3.55rem);
  line-height: 1.02;
  background: linear-gradient(102deg,var(--ink) 0%,var(--brand) 54%,var(--teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.72;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em;
}
.eyebrow::before {
  width: 25px;
  height: 1px;
  content: "";
  background: var(--green);
}
.eyebrow.light { color: #b5efcf; }
.eyebrow.light::before { background: var(--green-2); }

/* Shared inner-page hero */
.hero {
  padding: 82px 0 88px;
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(39,72,60,.044) 1px,transparent 1px),
    linear-gradient(90deg,rgba(39,72,60,.044) 1px,transparent 1px),
    radial-gradient(circle at 92% 5%,rgba(89,103,217,.14),transparent 31%),
    radial-gradient(circle at 12% 92%,rgba(49,181,54,.09),transparent 30%);
  background-size: 48px 48px,48px 48px,auto,auto;
}
.hero::before {
  top: -190px;
  right: -140px;
  width: 510px;
  height: 510px;
  background: radial-gradient(circle,rgba(89,103,217,.15),rgba(89,103,217,0) 69%);
}
.hero::after {
  right: 5%;
  bottom: 7%;
  width: 106px;
  height: 106px;
  opacity: .42;
  background-image: radial-gradient(circle,rgba(23,129,120,.34) 1.35px,transparent 1.55px);
  background-size: 16px 16px;
}
.hero-grid { gap: 72px; }
.hero-copy h1,
.hero-center-inner h1 {
  max-width: 15ch;
  font-size: clamp(2.9rem,5vw,4.65rem);
  line-height: .99;
  background: linear-gradient(103deg,var(--ink) 0%,var(--brand) 58%,var(--teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-description { color: var(--muted); line-height: 1.72; }
.hero-media { min-height: 400px; }
.hero-media img {
  height: 430px;
  border: 1px solid rgba(185,200,188,.72);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.hero-media::before {
  inset: 17px -17px -17px 17px;
  border-color: rgba(49,181,54,.45);
  border-radius: 30px;
}
.hero-media::after { border-radius: 24px; }
.media-accent {
  background: linear-gradient(90deg,var(--green),var(--yellow));
  box-shadow: 0 0 0 10px rgba(49,181,54,.1);
}
.chip {
  color: var(--ink-2);
  background: rgba(255,255,255,.74);
  border-color: var(--line);
}
.chip:hover { color: var(--teal); background: #fff; border-color: #9bb9a2; }

/* Homepage banner: dark, luminous and motion-led while retaining all copy. */
.home-hero {
  min-height: clamp(620px,72vh,760px);
  color: #fff;
  background:
    radial-gradient(circle at 82% 14%,rgba(89,103,217,.29),transparent 30%),
    radial-gradient(circle at 16% 88%,rgba(49,181,54,.17),transparent 30%),
    linear-gradient(135deg,#071a15 0%,#0b211a 58%,#101b34 130%);
  border-bottom-color: rgba(255,255,255,.08);
}
.home-hero::before {
  z-index: 1;
  background:
    radial-gradient(ellipse at 50% 38%,rgba(18,62,48,.18) 0%,rgba(7,26,21,.06) 52%,rgba(7,26,21,.42) 100%);
}
.home-hero::after {
  position: absolute;
  z-index: 0;
  right: 12%;
  bottom: -210px;
  width: 560px;
  height: 560px;
  content: "";
  background: radial-gradient(circle,rgba(109,227,109,.12),transparent 69%);
  border-radius: 50%;
  filter: blur(4px);
  animation: ai-native-float 14s ease-in-out infinite alternate;
}
.home-hero-art::before {
  inset: 0;
  width: auto;
  height: auto;
  background-image:
    linear-gradient(rgba(255,255,255,.047) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.047) 1px,transparent 1px);
  background-size: 48px 48px;
  filter: none;
  opacity: .75;
  transform: none;
  -webkit-mask-image: linear-gradient(to bottom,#000 0%,rgba(0,0,0,.8) 68%,transparent 100%);
  mask-image: linear-gradient(to bottom,#000 0%,rgba(0,0,0,.8) 68%,transparent 100%);
}
.home-hero-art::after {
  right: -10%;
  bottom: -48%;
  background: radial-gradient(circle,rgba(89,103,217,.17),rgba(49,181,54,.06) 48%,transparent 70%);
}
.home-hero-inner { padding: 103px 0 112px; }
.home-hero-eyebrow {
  color: rgba(255,255,255,.78);
  text-shadow: none;
}
.home-hero-eyebrow::before { background: var(--green-2); }
.home-hero h1 {
  color: #fff;
  font-size: clamp(3.4rem,5.4vw,5.15rem);
  font-weight: 735;
  line-height: .98;
  text-shadow: 0 20px 56px rgba(0,0,0,.22);
}
.gradient-intent {
  background-image: linear-gradient(96deg,#9aa5ff 0%,#6fc7ff 43%,#69e5b0 100%);
}
.gradient-opportunity {
  background-image: linear-gradient(96deg,#8e9cff 0%,#65d2df 48%,#72e774 82%,#eef553 118%);
}
.home-hero-description {
  max-width: 790px;
  color: rgba(240,248,243,.76);
  font-size: clamp(1.04rem,1.6vw,1.2rem);
  line-height: 1.7;
}
.home-hero .chip {
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.16);
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.home-hero .chip:hover {
  color: #fff;
  background: rgba(255,255,255,.11);
  border-color: rgba(109,227,109,.45);
  box-shadow: none;
}
.home-hero .btn-primary {
  color: var(--night);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}
.home-hero .btn-primary:hover {
  color: var(--night);
  background: var(--green-soft);
  border-color: var(--green-soft);
  box-shadow: 0 22px 48px rgba(0,0,0,.28);
}
.home-hero .btn-ghost {
  color: #fff;
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.28);
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.home-hero .btn-ghost:hover {
  color: #fff;
  background: rgba(255,255,255,.13);
  border-color: rgba(255,255,255,.52);
  box-shadow: none;
}
.home-hero-aurora { filter: blur(14px); opacity: .74; }
.home-hero-aurora-blue {
  background: radial-gradient(circle,rgba(101,117,232,.32),rgba(89,103,217,.04) 56%,transparent 72%);
}
.home-hero-aurora-green {
  background: radial-gradient(circle,rgba(63,206,92,.24),rgba(49,181,54,.035) 58%,transparent 74%);
}
.home-hero-wave { color: rgba(135,154,255,.23); opacity: .88; }
.home-hero-wave-right { color: rgba(105,227,176,.21); }
.home-hero-wave path {
  stroke-width: 1.1;
  stroke-dasharray: 9 13;
  animation: ai-native-signal-flow 16s linear infinite;
}
.home-hero-wave-right path { animation-direction: reverse; animation-duration: 19s; }
.home-hero-circuit { color: rgba(137,156,255,.27); opacity: .88; }
.home-hero-circuit-right { color: rgba(109,227,171,.27); }
.home-hero-circuit path {
  stroke-width: 1.3;
  stroke-dasharray: 11 10;
  animation: ai-native-circuit-flow 6.5s linear infinite;
}
.home-hero-circuit circle {
  fill: var(--night);
  stroke: currentColor;
  animation: ai-native-node-pulse 2.8s ease-in-out infinite;
}
.home-hero-circuit circle:nth-of-type(2n) { animation-delay: -1.2s; }
.home-hero-orb-blue {
  background: radial-gradient(circle at 33% 28%,#b5c0ff 0%,#6879df 48%,#35439a 100%);
  box-shadow: 0 18px 44px rgba(57,72,174,.27);
}
.home-hero-orb-green {
  background: radial-gradient(circle at 34% 27%,#c8f6d5 0%,#68db85 48%,#2fae44 100%);
  box-shadow: 0 18px 44px rgba(47,174,68,.22);
}
.home-hero-orb-small {
  background: radial-gradient(circle at 34% 27%,#f7fbcd 0%,#bfe76a 53%,#55bd64 100%);
}
.home-hero-ring { border-color: rgba(161,176,255,.34); }
.home-hero-ring::after { background: var(--night); border-color: rgba(176,190,255,.55); }
.home-hero-ring-right { border-color: rgba(109,227,171,.38); }
.home-hero-dot-grid { opacity: .48; background-image: radial-gradient(circle,rgba(154,168,255,.52) 1.3px,transparent 1.55px); }
.home-hero-dot-grid-right { background-image: radial-gradient(circle,rgba(109,227,171,.45) 1.3px,transparent 1.55px); }

/* Cards and catalogue surfaces */
.course-card,
.job-card,
.resource-card,
.solution-card,
.product-card,
.employer-card,
.directory-card,
.value-card,
.proof-card,
.format-card,
.audience-resource-card,
.event-card,
.person-card,
.mentor-card,
.pathway-card,
.side-card,
.prose-card,
.job-apply-card,
.form-shell,
.filter-panel {
  background: rgba(255,255,255,.91);
  border-color: var(--line);
  box-shadow: var(--shadow-xs);
}
.course-card,
.job-card,
.resource-card,
.solution-card,
.product-card,
.employer-card,
.directory-card,
.value-card,
.proof-card,
.format-card,
.audience-resource-card,
.event-card,
.person-card,
.mentor-card,
.pathway-card { border-radius: var(--radius-lg); }
.course-card::before,
.job-card::before,
.resource-card::before,
.event-card::before,
.person-card::before,
.product-card::before,
.solution-card::before,
.directory-card::before,
.value-card::before,
.proof-card::before,
.format-card::before,
.audience-resource-card::before,
.mentor-card::before,
.pathway-card::before {
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg,var(--green),var(--yellow),var(--brand));
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .34s ease;
}
.course-card:hover::before,
.job-card:hover::before,
.resource-card:hover::before,
.event-card:hover::before,
.person-card:hover::before,
.product-card:hover::before,
.solution-card:hover::before,
.directory-card:hover::before,
.value-card:hover::before,
.proof-card:hover::before,
.format-card:hover::before,
.audience-resource-card:hover::before,
.mentor-card:hover::before,
.pathway-card:hover::before { width: 100%; transform: scaleX(1); }
.course-card:hover,
.job-card:hover,
.resource-card:hover,
.solution-card:hover,
.product-card:hover,
.employer-card:hover,
.directory-card:hover,
.value-card:hover,
.proof-card:hover,
.format-card:hover,
.audience-resource-card:hover,
.event-card:hover,
.person-card:hover,
.mentor-card:hover,
.pathway-card:hover {
  border-color: #b9cdbd;
  box-shadow: 0 22px 64px rgba(22,48,38,.11);
  transform: translateY(-5px);
}
.card-kicker { color: var(--teal); font-weight: 800; }
.card-badge {
  color: var(--ink);
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(217,226,218,.8);
  border-radius: 10px;
}
.product-badge { color: #fff; background: var(--night); border-color: var(--night); }
.card-footer { border-top-color: var(--line); }
.card-footer strong { color: var(--ink); }
.solution-icon,
.directory-card > span:first-child {
  color: var(--teal);
  background: var(--green-soft);
}
.solution-card:hover .solution-icon { color: #fff; background: var(--night-soft); }
.company-mark { background: linear-gradient(135deg,var(--brand),var(--teal)); }
.section-events {
  background:
    radial-gradient(circle at 90% 8%,rgba(49,181,54,.11),transparent 28%),
    radial-gradient(circle at 6% 92%,rgba(89,103,217,.1),transparent 28%),
    var(--paper);
}
.event-card { backdrop-filter: blur(9px); }
.event-date { border-radius: 12px; }
.section-course-match {
  background: linear-gradient(135deg,var(--brand-soft) 0%,var(--green-soft) 100%);
  border-color: rgba(109,143,116,.14);
}

/* Forms, filters and utilities */
input, select, textarea {
  background: rgba(255,255,255,.92);
  border-color: var(--line-dark);
  border-radius: 11px;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(89,103,217,.11);
}
.catalogue-controls,
.library-controls {
  background: rgba(255,255,255,.7);
  border-color: var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  backdrop-filter: blur(10px);
}
.sample-notice { border-radius: 12px; }
.policy-meta { background: rgba(255,255,255,.64); border-color: var(--line); }
.empty-state { background: rgba(255,255,255,.48); border-color: var(--line-dark); }
.cookie-banner {
  background: rgba(255,255,255,.96);
  border-color: var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.cookie-banner a { color: var(--teal); }

/* Dark product and CTA bands */
.section-dark {
  color: #fff;
  background:
    radial-gradient(circle at 88% 7%,rgba(89,103,217,.32),transparent 33%),
    radial-gradient(circle at 8% 94%,rgba(49,181,54,.18),transparent 30%),
    var(--night);
}
.section-dark::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .4;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to bottom,#000,transparent 88%);
  mask-image: linear-gradient(to bottom,#000,transparent 88%);
}
.section-dark .section-head h2,
.section-dark h2:not(.card-body h2),
.section-dark .cta-panel h2 {
  color: #fff;
  background: linear-gradient(98deg,#fff 0%,#a8edcf 48%,#aeb8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-dark .section-head p,
.section-dark .cta-panel > div > p:not(.eyebrow) { color: rgba(255,255,255,.68); opacity: 1; }
.section-dark .product-card,
.section-dark .product-card h3 { color: var(--ink); }

/* Mentor profiles: compact circular portraits; five per row in mentor directories. */
.mentor-card {
  overflow: hidden;
  min-width: 0;
  padding: 20px 16px 18px;
  text-align: center;
  background: linear-gradient(155deg,rgba(255,255,255,.96),rgba(238,248,239,.72));
}
.mentor-card-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.mentor-card-head > img {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line-dark),0 12px 30px rgba(22,48,38,.13);
}
.mentor-card-head > div { width: 100%; min-width: 0; }
.mentor-card-head h3 {
  margin: 5px 0 3px;
  overflow-wrap: anywhere;
  font-size: .96rem;
  line-height: 1.2;
}
.mentor-role { min-height: 2.5em; color: var(--muted); font-size: .73rem; line-height: 1.35; }
.mentor-card-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 13px;
}
.mentor-card .chip-row {
  justify-content: center;
  gap: 5px;
  margin: 0 0 14px;
}
.mentor-card .chip {
  min-height: 25px;
  padding: 4px 7px;
  font-size: .63rem;
}
.mentor-card .text-link { justify-content: center; margin-top: auto; font-size: .77rem; }
.mentor-grid--directory {
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 16px;
}

/* Leadership cards retain more detail while using the same portrait language. */
.person-card {
  background: linear-gradient(150deg,rgba(255,255,255,.96),rgba(233,236,255,.52));
}
.person-card > img {
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px var(--line-dark),0 15px 38px rgba(22,48,38,.14);
}
.person-role { color: var(--teal); }

/* Footer */
.site-footer {
  color: rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 88% 6%,rgba(89,103,217,.24),transparent 27%),
    var(--night);
}
.footer-brand p { color: rgba(255,255,255,.56); }
.footer-grid h3 { color: #fff; }
.footer-grid a { color: rgba(255,255,255,.58); }
.footer-grid a:hover { color: var(--green-2); }
.footer-bottom { color: rgba(255,255,255,.48); }

@keyframes ai-native-pulse {
  0%,100% { opacity: .68; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.08); }
}
@keyframes ai-native-float {
  from { transform: translate3d(0,0,0) scale(.96); }
  to { transform: translate3d(26px,-16px,0) scale(1.06); }
}
@keyframes ai-native-signal-flow { to { stroke-dashoffset: -176; } }
@keyframes ai-native-circuit-flow { to { stroke-dashoffset: -84; } }
@keyframes ai-native-node-pulse {
  0%,100% { opacity: .5; r: 4px; }
  50% { opacity: 1; r: 5.4px; }
}

@media (max-width: 1180px) {
  .mentor-grid--directory { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 980px) {
  .section { padding: 86px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 18px; }
  .section-head h2 { max-width: 21ch; }
  .hero-grid { gap: 44px; }
  .mentor-grid--directory { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .home-hero { min-height: 650px; }
  .home-hero-inner { padding: 82px 0 92px; }
  .home-hero h1 { font-size: clamp(2.7rem,12vw,3.75rem); line-height: 1.01; }
  .home-hero-description { font-size: 1rem; }
  .home-hero .hero-actions { width: min(100%,360px); display: grid; }
  .home-hero .hero-actions .btn { width: 100%; }
  .home-hero-wave { opacity: .4; }
  .home-hero-orb { opacity: .72; }
  .hero-copy h1,
  .hero-center-inner h1 { font-size: clamp(2.55rem,11vw,3.7rem); }
  .mentor-grid--directory { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 520px) {
  .section { padding: 72px 0; }
  .section-head h2 { font-size: clamp(2rem,10.5vw,2.8rem); }
  .mentor-grid--directory { grid-template-columns: 1fr; }
  .mentor-card { padding: 22px 18px; }
  .mentor-card-head > img { width: 68px; height: 68px; }
}
@media (prefers-reduced-motion: reduce) {
  .reading-progress > span,
  .audience-inner > span::before,
  .home-hero::after,
  .home-hero-wave path,
  .home-hero-circuit path,
  .home-hero-circuit circle { animation: none !important; }
}
.home-hero-art {
  translate: var(--hero-pointer-x,0) var(--hero-pointer-y,0);
  transition: translate .7s cubic-bezier(.2,.7,.2,1);
}
@media (prefers-reduced-motion: reduce) {
  .home-hero-art { translate: none; transition: none; }
}
/* Keep mentor-directory tiles compact and visually centred when a row has fewer than five profiles. */
.mentor-grid--directory {
  grid-template-columns: repeat(5,minmax(0,210px));
  justify-content: center;
}
@media (max-width: 1180px) {
  .mentor-grid--directory { grid-template-columns: repeat(4,minmax(0,210px)); }
}
@media (max-width: 930px) {
  .mentor-grid--directory { grid-template-columns: repeat(3,minmax(0,210px)); }
}
@media (max-width: 700px) {
  .mentor-grid--directory { grid-template-columns: repeat(2,minmax(0,210px)); }
}
@media (max-width: 470px) {
  .mentor-grid--directory { grid-template-columns: minmax(0,1fr); }
}
/* Additional major section-title contexts used outside .section-head wrappers. */
.split-copy h2,
.form-intro h2,
.asset-copy h2,
.article-summary-panel h2,
.solution-group > h2 {
  background: linear-gradient(102deg,var(--ink) 0%,var(--brand) 56%,var(--teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Preserve the full desktop navigation on compact laptops without horizontal overflow. */
@media (min-width: 981px) and (max-width: 1080px) {
  .brand img { width: 172px; }
  .desktop-nav { gap: 7px; margin-left: 20px; }
  .nav-label > a { padding-inline: 1px; font-size: .82rem; }
  .nav-label button { width: 21px; }
  .nav-actions { gap: 7px; }
  .nav-actions .icon-link { width: 32px; height: 32px; }
  .nav-actions .btn { min-height: 42px; padding-inline: 11px; font-size: .78rem; }
}

/* Keep animated hero artwork inside its visual stage at every viewport. */
.home-hero-art {
  contain: paint;
  clip-path: inset(0);
}
.home-hero-art svg { overflow: hidden; }

/* The mobile drawer reveals inside the viewport, avoiding an off-canvas layout width. */
@media (max-width: 980px) {
  .mobile-drawer {
    right: 0;
    transform: none;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: clip-path .28s cubic-bezier(.2,.7,.2,1), opacity .2s ease, visibility .2s;
  }
  .mobile-drawer.is-open {
    transform: none;
    clip-path: inset(0);
    pointer-events: auto;
  }
}


/* ==========================================================
   EVENTS HUB — WEBINARS, MASTERCLASSES & WORKSHOPS
   ========================================================== */
.events-hub-page { background:#f7f9f5; }
.events-hub-hero { position:relative; overflow:hidden; padding:105px 0 90px; color:#fff; background:#09241c; }
.events-hub-ambient { position:absolute; inset:0; pointer-events:none; }
.events-hub-ambient span:first-child { position:absolute; width:620px; height:620px; right:-160px; top:-260px; border-radius:50%; background:radial-gradient(circle,rgba(65,209,104,.28),transparent 68%); animation:impacteers-drift 14s ease-in-out infinite; }
.events-hub-ambient span:nth-child(2) { position:absolute; width:520px; height:520px; left:-260px; bottom:-340px; border-radius:50%; background:radial-gradient(circle,rgba(77,96,218,.30),transparent 70%); animation:impacteers-drift 17s ease-in-out infinite reverse; }
.events-hub-ambient i { position:absolute; inset:0; opacity:.13; background-image:linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size:48px 48px; mask-image:linear-gradient(to bottom,#000,transparent); }
.events-hub-hero__inner { position:relative; display:grid; grid-template-columns:minmax(0,1.18fr) minmax(330px,.65fr); gap:80px; align-items:center; }
.events-hub-hero .eyebrow { color:#87e697; }
.events-hub-hero h1 { margin:14px 0 24px; max-width:850px; font-size:clamp(52px,6.4vw,88px); line-height:.94; letter-spacing:-.065em; }
.events-hub-hero h1 span { background:linear-gradient(100deg,#86ec8f,#91e4cf,#8ca1ff); -webkit-background-clip:text; background-clip:text; color:transparent; }
.events-hub-hero__inner>div>p:last-of-type { max-width:720px; color:rgba(255,255,255,.68); font-size:18px; line-height:1.75; }
.events-hub-hero__actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:30px; }
.events-hub-hero aside { padding:34px; border:1px solid rgba(255,255,255,.16); border-radius:26px; background:rgba(255,255,255,.08); box-shadow:0 28px 80px rgba(0,0,0,.25); backdrop-filter:blur(16px); }
.events-hub-hero aside>span { display:block; color:#86ec8f; font-size:64px; line-height:1; font-weight:800; letter-spacing:-.06em; }
.events-hub-hero aside>strong { display:block; margin-top:7px; font-size:13px; text-transform:uppercase; letter-spacing:.14em; }
.events-hub-hero aside>p { color:rgba(255,255,255,.65); line-height:1.65; }
.events-hub-hero aside>div { display:grid; gap:8px; margin-top:25px; }
.events-hub-hero aside a { padding:11px 13px; border:1px solid rgba(255,255,255,.12); border-radius:11px; color:#fff; text-decoration:none; }
.events-hub-hero aside a:hover { background:rgba(255,255,255,.09); }
.events-hub-section { scroll-margin-top:120px; }
.events-hub-section:nth-of-type(odd) { background:#fff; }
.events-hub-section__head>span { padding:8px 11px; border:1px solid var(--line); border-radius:999px; color:var(--muted); background:#fff; font-size:11px; font-weight:800; }
.events-hub-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.events-hub-card { position:relative; min-height:370px; display:flex; flex-direction:column; padding:27px; overflow:hidden; border:1px solid var(--line); border-radius:22px; background:linear-gradient(145deg,#fff,#f4f8f3); box-shadow:0 8px 28px rgba(17,55,40,.06); transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.events-hub-card:hover { transform:translateY(-6px); border-color:#a8c8b0; box-shadow:0 22px 55px rgba(17,55,40,.12); }
.events-hub-card::after { content:""; position:absolute; width:180px; height:180px; right:-95px; bottom:-100px; border-radius:50%; background:radial-gradient(circle,rgba(49,181,54,.14),transparent 70%); }
.events-hub-card__top { display:flex; align-items:center; justify-content:space-between; }
.events-hub-card__top>span { color:#2f368e; font-size:10px; font-weight:900; letter-spacing:.14em; }
.events-hub-card__top>em { padding:5px 7px; border-radius:999px; color:#26713a; background:#e4f7e7; font-size:8px; font-style:normal; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.events-hub-card__icon { width:48px; height:48px; display:grid; place-items:center; margin-top:25px; border-radius:14px; color:#13756d; background:#e0f5ef; }
.events-hub-card__icon svg { width:24px; height:24px; stroke:currentColor; fill:none; stroke-width:1.6; }
.events-hub-card .eyebrow { margin:20px 0 0; font-size:10px; }
.events-hub-card h3 { margin:10px 0 11px; font-size:25px; line-height:1.08; letter-spacing:-.035em; }
.events-hub-card>p:not(.eyebrow) { margin:0; color:var(--muted); line-height:1.65; }
.events-hub-card__meta { display:flex; flex-wrap:wrap; gap:8px 13px; margin:22px 0; }
.events-hub-card__meta span { display:flex; align-items:center; gap:6px; color:var(--muted); font-size:11px; font-weight:700; }
.events-hub-card__meta svg { width:15px; height:15px; stroke:#168179; fill:none; stroke-width:1.7; }
.events-hub-card .text-link { position:relative; z-index:1; margin-top:auto; }
.events-hub-cta { background:linear-gradient(130deg,#e8f8e9,#ecefff); }
.events-hub-cta>.container { display:grid; grid-template-columns:1fr auto; gap:55px; align-items:center; padding:45px; border:1px solid rgba(88,122,100,.18); border-radius:28px; background:rgba(255,255,255,.72); }
.events-hub-cta h2 { max-width:850px; margin:10px 0 14px; font-size:clamp(36px,4.5vw,62px); line-height:1; letter-spacing:-.05em; }
.events-hub-cta p:last-child { max-width:780px; color:var(--muted); }
@keyframes impacteers-drift { 50% { transform:translate3d(28px,20px,0) scale(1.05); } }
@media(max-width:1000px){.events-hub-hero__inner{grid-template-columns:1fr}.events-hub-hero aside{max-width:620px}.events-hub-grid{grid-template-columns:repeat(2,1fr)}.events-hub-cta>.container{grid-template-columns:1fr}}
@media(max-width:680px){.events-hub-hero{padding:72px 0 58px}.events-hub-hero h1{font-size:48px}.events-hub-hero__inner{gap:38px}.events-hub-grid{grid-template-columns:1fr}.events-hub-card{min-height:340px}.events-hub-cta>.container{padding:28px 22px}.events-hub-section__head>span{display:none}}
@media(prefers-reduced-motion:reduce){.events-hub-ambient span{animation:none!important}}

/* =========================================================
   Impacteers v1.5.0 — top-level Events hub and navigation
   ========================================================= */
.mega-menu--events {
  grid-template-columns: repeat(3,minmax(0,1fr));
  width: min(900px,calc(100vw - 48px));
}
.mega-menu--events .mega-group { padding: 9px 12px 13px; }
.mega-menu--events .mega-group + .mega-group { border-left: 1px solid var(--line); }

.events-hub-page { background: #f8faf7; }
.events-hub-main { overflow: hidden; }
.events-hub-hero {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(112deg,rgba(5,18,26,.99),rgba(8,33,43,.97) 52%,rgba(10,43,42,.96)),
    radial-gradient(circle at 72% 24%,rgba(76,224,157,.24),transparent 34%);
}
.events-hub-hero::after {
  position: absolute;
  right: -9%; bottom: -42%;
  width: 620px; height: 620px;
  content: "";
  border: 1px solid rgba(134,239,196,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(76,224,157,.025),0 0 0 180px rgba(76,224,157,.018);
  animation: events-breathe 10s ease-in-out infinite alternate;
}
.events-hero-grid {
  position: absolute; inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.065) 1px,transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg,#000,rgba(0,0,0,.65),transparent 93%);
}
.events-hero-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; filter: blur(12px); opacity: .42; }
.events-hero-glow--blue { top: -250px; left: 17%; background: radial-gradient(circle,rgba(56,111,255,.5),transparent 68%); animation: events-float 12s ease-in-out infinite alternate; }
.events-hero-glow--green { right: 6%; bottom: -245px; background: radial-gradient(circle,rgba(79,230,163,.44),transparent 68%); animation: events-float 15s ease-in-out -4s infinite alternate-reverse; }
.events-hub-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.04fr) minmax(430px,.96fr); align-items: center; gap: 60px; min-height: 670px; padding-block: 90px; }
.events-hub-hero__copy .eyebrow { color: #8bf0b5; }
.events-hub-hero h1 { max-width: 12ch; margin-bottom: 22px; color: #fff; font-size: clamp(3.2rem,5.8vw,5.7rem); letter-spacing: -.06em; line-height: .98; }
.events-hub-hero h1 .gradient-text { background-image: linear-gradient(100deg,#79e66c,#4fe0b2 48%,#71a8ff); }
.events-hub-hero__copy > p:not(.eyebrow) { max-width: 690px; color: rgba(234,244,245,.76); font-size: 1.08rem; line-height: 1.7; }
.events-hub-hero .btn-ghost { color: #fff; background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.25); }
.events-hub-hero .btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.45); }
.events-hero-proof { display: flex; gap: 11px; margin-top: 34px; }
.events-hero-proof span { display: flex; align-items: center; gap: 9px; min-width: 126px; padding: 10px 13px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 13px; backdrop-filter: blur(8px); }
.events-hero-proof strong { color: #82efad; font-size: 1.14rem; }
.events-hero-proof small { color: rgba(255,255,255,.72); font-size: .72rem; }
.events-hub-hero__visual { display: grid; place-items: center; min-height: 490px; }
.event-format-orbit { position: relative; width: min(100%,520px); aspect-ratio: 1; }
.event-format-orbit > svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; fill: none; stroke: rgba(128,237,191,.18); stroke-width: 1.2; stroke-dasharray: 5 9; animation: event-orbit-spin 32s linear infinite; }
.event-format-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; width: 152px; height: 152px; color: rgba(255,255,255,.72); background: radial-gradient(circle at 35% 30%,rgba(107,231,167,.23),rgba(11,35,43,.96)); border: 1px solid rgba(129,238,193,.35); border-radius: 50%; box-shadow: 0 0 80px rgba(63,220,157,.12),inset 0 0 36px rgba(255,255,255,.035); text-align: center; transform: translate(-50%,-50%); }
.event-format-core strong { display: block; color: #fff; font-size: 1.55rem; }
.event-format-node { position: absolute; z-index: 3; display: flex; width: 154px; min-height: 82px; flex-direction: column; justify-content: center; padding: 14px 17px; color: #fff; background: rgba(13,39,48,.92); border: 1px solid rgba(126,232,187,.28); border-radius: 18px; box-shadow: 0 18px 55px rgba(0,0,0,.24); backdrop-filter: blur(10px); transition: transform .25s ease,border-color .25s ease,background .25s ease; }
.event-format-node:hover { background: rgba(17,53,60,.96); border-color: rgba(126,232,187,.62); transform: translateY(-5px); }
.event-format-node small { margin-bottom: 4px; color: #82efad; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.event-format-node strong { font-size: .9rem; }
.event-format-node--one { top: 7%; left: 7%; animation: events-node 7s ease-in-out infinite alternate; }
.event-format-node--two { top: 27%; right: -1%; animation: events-node 8.5s ease-in-out -2s infinite alternate-reverse; }
.event-format-node--three { right: 13%; bottom: 7%; animation: events-node 7.8s ease-in-out -4s infinite alternate; }

.events-anchor-nav { position: sticky; z-index: 70; top: calc(var(--nav-height) + 31px); background: rgba(250,252,249,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.events-anchor-nav .container { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 58px; }
.events-anchor-nav a { padding: 8px 16px; color: var(--ink-2); border-radius: 999px; font-size: .8rem; font-weight: 700; transition: color .2s ease,background .2s ease; }
.events-anchor-nav a:hover,.events-anchor-nav a:focus-visible { color: var(--teal); background: var(--green-soft); }

.events-category-section { position: relative; scroll-margin-top: 160px; }
.events-category-section:nth-of-type(even) { background: rgba(255,255,255,.72); }
.events-category-section--masterclasses { background: linear-gradient(135deg,#f2f7ff 0%,#fbfcf7 48%,#f1fbf6 100%); }
.events-category-section--workshops { background: linear-gradient(145deg,#fbfcf8,#f3f8f5); }
.events-section-head h2 { max-width: 21ch; }
.events-orb { position: absolute; z-index: 0; width: 340px; height: 340px; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.events-orb--one { top: 3%; right: -190px; background: radial-gradient(circle,rgba(68,117,243,.09),transparent 70%); animation: events-float 15s ease-in-out infinite alternate; }
.events-orb--two { bottom: 5%; left: -210px; background: radial-gradient(circle,rgba(62,211,141,.1),transparent 70%); animation: events-float 17s ease-in-out -5s infinite alternate-reverse; }
.events-category-section .container { position: relative; z-index: 1; }
.events-hub-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.events-hub-card { position: relative; display: flex; min-width: 0; overflow: hidden; flex-direction: column; background: rgba(255,255,255,.94); border: 1px solid rgba(211,220,216,.88); border-radius: 23px; box-shadow: 0 12px 34px rgba(14,40,43,.055); transition: transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s ease,border-color .28s ease; }
.events-hub-card::before { position: absolute; z-index: 4; top: 0; left: 14%; width: 0; height: 3px; content: ""; background: linear-gradient(90deg,var(--green),var(--teal),var(--brand)); border-radius: 999px; transition: width .32s ease; }
.events-hub-card:hover { border-color: rgba(67,177,131,.34); box-shadow: 0 24px 66px rgba(14,40,43,.115); transform: translateY(-7px); }
.events-hub-card:hover::before { width: 72%; }
.events-hub-media { position: relative; display: block; height: 212px; overflow: hidden; background: #dfe9e5; }
.events-hub-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,rgba(5,19,27,.04),rgba(5,19,27,.64)); pointer-events: none; }
.events-hub-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease,filter .35s ease; }
.events-hub-card:hover .events-hub-media img { filter: saturate(1.07); transform: scale(1.055); }
.events-hub-format { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 6px 10px; color: #fff; background: rgba(4,23,29,.72); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .66rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.events-hub-date { position: absolute; z-index: 2; right: 16px; bottom: 15px; display: grid; place-items: center; width: 58px; height: 62px; color: #112d31; background: rgba(255,255,255,.94); border-radius: 15px; box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.events-hub-date strong { font-size: 1.1rem; line-height: 1; }
.events-hub-date small { color: var(--teal); font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.events-hub-card__body { display: flex; min-height: 360px; flex: 1; flex-direction: column; padding: 23px; }
.events-hub-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 10px; }
.events-hub-meta span { padding: 5px 8px; color: var(--teal); background: var(--green-soft); border: 1px solid rgba(68,184,130,.14); border-radius: 999px; font-size: .62rem; font-weight: 700; }
.events-hub-meta span + span { color: var(--brand); background: var(--brand-soft); border-color: rgba(75,105,221,.12); }
.events-hub-card h3 { margin-bottom: 9px; font-size: 1.17rem; line-height: 1.25; }
.events-hub-card h3 a:hover { color: var(--teal); }
.events-hub-card__body > p { color: var(--muted); font-size: .79rem; line-height: 1.62; }
.events-topic-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 15px 0 20px; padding: 0; list-style: none; }
.events-topic-list li { padding: 5px 8px; color: #59656a; background: #f6f8f7; border: 1px solid #e6ebe8; border-radius: 8px; font-size: .63rem; }
.events-hub-card__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.events-hub-card__footer > span { display: flex; min-width: 0; flex-direction: column; }
.events-hub-card__footer strong { color: var(--ink); font-size: .72rem; }
.events-hub-card__footer small { margin-top: 3px; color: var(--muted); font-size: .62rem; }
.events-hub-card__footer .round-link { flex: 0 0 auto; }
.events-interest { background: #09262d; }
.events-interest-card { position: relative; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(260px,.55fr); align-items: center; gap: 48px; overflow: hidden; padding: clamp(42px,6vw,72px); color: #fff; background: linear-gradient(115deg,#0a3037,#0d4542 58%,#173f57); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: 0 35px 100px rgba(0,0,0,.26); }
.events-interest-card::after { position: absolute; right: -110px; bottom: -145px; width: 360px; height: 360px; content: ""; background: radial-gradient(circle,rgba(104,234,166,.27),transparent 68%); border-radius: 50%; }
.events-interest-card > * { position: relative; z-index: 1; }
.events-interest-card .eyebrow { color: #8af0b5; }
.events-interest-card h2 { color: #fff; }
.events-interest-card p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.7); }
.events-interest-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 17px; }
.text-link--light { color: #aaf4c6; }

@keyframes events-float { to { transform: translate3d(26px,-20px,0) scale(1.05); } }
@keyframes events-breathe { to { transform: scale(1.08) translate3d(-18px,-10px,0); opacity: .72; } }
@keyframes events-node { to { margin-top: -10px; } }
@keyframes event-orbit-spin { to { transform: rotate(360deg); } }

@media (max-width: 1180px) {
  .events-hub-hero__inner { grid-template-columns: minmax(0,1fr) 430px; gap: 35px; }
  .event-format-orbit { width: 430px; }
  .events-hub-grid { gap: 18px; }
  .events-hub-card__body { padding: 20px; }
}
@media (max-width: 980px) {
  .events-anchor-nav { top: 69px; }
  .events-hub-hero__inner { grid-template-columns: 1fr; padding-block: 75px 40px; }
  .events-hub-hero h1 { max-width: 14ch; }
  .events-hub-hero__visual { min-height: 420px; }
  .events-hub-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .events-interest-card { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .events-hub-hero { min-height: auto; }
  .events-hub-hero__inner { gap: 28px; padding-block: 62px 34px; }
  .events-hub-hero h1 { font-size: clamp(2.75rem,13vw,4.2rem); }
  .events-hero-proof { display: grid; grid-template-columns: repeat(3,1fr); }
  .events-hero-proof span { min-width: 0; flex-direction: column; gap: 1px; text-align: center; }
  .events-hub-hero__visual { min-height: 340px; }
  .event-format-orbit { width: 340px; max-width: 100%; }
  .event-format-core { width: 115px; height: 115px; }
  .event-format-node { width: 126px; min-height: 68px; padding: 10px 12px; }
  .event-format-node--one { left: 0; }
  .event-format-node--two { right: 0; }
  .event-format-node--three { right: 7%; }
  .events-anchor-nav .container { justify-content: flex-start; overflow-x: auto; }
  .events-anchor-nav a { white-space: nowrap; }
  .events-section-head { align-items: flex-start; flex-direction: column; }
  .events-hub-grid { grid-template-columns: 1fr; }
  .events-hub-media { height: 230px; }
  .events-hub-card__body { min-height: 0; }
  .events-interest-card { padding: 34px 24px; border-radius: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .events-hub-hero::after,.events-hero-glow,.event-format-orbit > svg,.event-format-node,.events-orb { animation: none !important; }
  .events-hub-card,.events-hub-media img { transition-duration: .01ms !important; }
}

