:root {
  --ics-navy: #0b3c5d;
  --ics-navy-2: #062b43;
  --ics-teal: #064c35;
  --ics-orange: #f97316;
  --ics-gold: #f97316;
  --ics-ink: #16273a;
  --ics-muted: #607084;
  --ics-line: #dfe7ee;
  --ics-soft: #f3f7fa;
  --ics-white: #ffffff;
  --ics-radius: 18px;
  --ics-shadow: 0 22px 60px rgba(11, 41, 72, 0.11);
  --ics-container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ics-ink);
  background: var(--ics-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: var(--ics-navy); text-decoration: none; }
a:hover { color: var(--ics-teal); }
img { display: block; max-width: 100%; height: auto; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--ics-container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.section { padding: 100px 0; }
.section-tight { padding: 52px 0; }
.section-tint { background: var(--ics-soft); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; z-index: 99999; top: 10px; left: 10px; width: auto; height: auto; clip: auto; padding: 10px 14px; background: #fff; color: #111; }
.skip-link { z-index: 999999; }

h1, h2, h3, h4 { margin: 0 0 0.6em; color: var(--ics-navy); font-weight: 750; line-height: 1.12; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.75rem, 5.7vw, 5.7rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.55rem); }
h3 { font-size: clamp(1.2rem, 1.7vw, 1.55rem); }
p { margin: 0 0 1.35em; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--ics-teal); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow-light { color: #78e0cf; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 10px; font-size: 0.92rem; font-weight: 750; line-height: 1; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { transition: transform .22s ease; }
.button:hover svg { transform: translateX(4px); }
.button-primary { background: linear-gradient(135deg, var(--ics-orange), #f97316); color: #0b3c5d; box-shadow: 0 12px 30px rgba(249,115,22,.25); }
.button-primary:hover { color: #0b3c5d; box-shadow: 0 16px 34px rgba(249,115,22,.33); }
.button-light { background: #fff; color: var(--ics-navy); }
.button-light:hover { color: var(--ics-teal); }
.button-outline { border-color: var(--ics-line); background: transparent; color: var(--ics-navy); }
.button-outline-light { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.05); color: #fff; }
.button-outline-light:hover { border-color: #fff; color: #fff; }
.button-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ics-navy); font-size: .9rem; font-weight: 800; }
.text-link svg { color: var(--ics-orange); transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }

/* Header */
.site-header { position: relative; z-index: 100; background: #fff; box-shadow: 0 2px 18px rgba(8,36,63,.06); }
.trust-bar { background: var(--ics-navy-2); color: #fff; font-size: .78rem; }
.trust-bar-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 24px; }
.trust-bar p { margin: 0; color: rgba(255,255,255,.74); }
.trust-contacts { display: flex; gap: 18px; }
.trust-contacts a { display: flex; align-items: center; gap: 6px; color: #fff; }
.trust-contacts svg { width: 15px; }
.main-header { background: rgba(255,255,255,.97); }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 28px; }
.site-branding { margin-right: auto; }
.custom-logo-link img { width: auto; max-height: 54px; }
.text-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ics-navy); line-height: 1; }
.text-logo:hover { color: var(--ics-navy); }
.text-logo .logo-mark { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--ics-teal), #0b3c5d); color: #fff; }
.text-logo .logo-mark svg { width: 26px; height: 26px; }
.text-logo strong { display: block; font-size: 1.15rem; letter-spacing: -.02em; }
.text-logo small { display: block; margin-top: 4px; color: var(--ics-teal); font-size: .64rem; font-weight: 800; letter-spacing: .34em; }
.primary-navigation ul { display: flex; align-items: center; gap: 4px; padding: 0; margin: 0; list-style: none; }
.primary-navigation li { position: relative; }
.primary-navigation a { display: block; padding: 14px 12px; color: #263b4f; font-size: .89rem; font-weight: 700; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a { color: var(--ics-teal); }
.primary-navigation .sub-menu { position: absolute; top: 100%; left: 0; display: none; width: 240px; padding: 10px; border: 1px solid var(--ics-line); border-radius: 12px; background: #fff; box-shadow: var(--ics-shadow); }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { display: block; }
.primary-navigation .sub-menu a { padding: 10px 12px; }
.header-cta { white-space: nowrap; }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; color: var(--ics-navy); }
.menu-toggle svg { width: 28px; height: 28px; }
.menu-close-icon { display: none; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 108px 0 0; background: radial-gradient(circle at 82% 28%, rgba(6,76,53,.33), transparent 32%), linear-gradient(125deg, #062b43 0%, #0b3c5d 58%, #064c35 100%); color: #fff; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero[style]::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(7,29,51,.98) 0%, rgba(7,29,51,.78) 52%, rgba(7,29,51,.3)), var(--hero-image); background-size: cover; background-position: center; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.orbit-one { width: 620px; height: 620px; right: -160px; top: -180px; }
.orbit-two { width: 430px; height: 430px; right: -65px; top: -85px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr); align-items: center; gap: 76px; }
.hero-content { padding-bottom: 88px; }
.hero h1 { max-width: 830px; color: #fff; }
.hero-lead { max-width: 710px; color: rgba(255,255,255,.76); font-size: clamp(1.05rem,1.5vw,1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 18px 24px; padding: 0; margin: 0; list-style: none; color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 650; }
.hero-checks li { display: flex; align-items: center; gap: 7px; }
.hero-checks svg { color: #74e1cf; }
.hero-pathways { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-bottom: 78px; }
.hero-pathways a { position: relative; display: flex; min-height: 175px; flex-direction: column; justify-content: flex-end; padding: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.07); color: #fff; backdrop-filter: blur(10px); transition: border .2s, transform .2s, background .2s; }
.hero-pathways a:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.12); color: #fff; }
.hero-pathways a > span { position: absolute; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: rgba(249,115,22,.16); color: var(--ics-gold); }
.hero-pathways strong { margin-bottom: 4px; font-size: 1.05rem; }
.hero-pathways small { color: rgba(255,255,255,.62); }
.trust-metrics { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.13); }
.trust-metrics div { display: flex; align-items: center; gap: 14px; padding: 24px; border-left: 1px solid rgba(255,255,255,.13); }
.trust-metrics div:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.trust-metrics strong { color: var(--ics-gold); font-size: 1.8rem; line-height: 1; }
.trust-metrics span { color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 650; }

/* Section patterns */
.split-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.7fr); align-items: center; gap: 80px; margin-bottom: 48px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin: 0; color: var(--ics-muted); font-size: 1.05rem; }
.split-heading.align-end { align-items: end; }
.section-heading { max-width: 750px; margin-bottom: 44px; }
.section-heading p { color: var(--ics-muted); font-size: 1.04rem; }
.center-heading { margin-inline: auto; text-align: center; }
.division-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.division-card { position: relative; display: flex; min-height: 410px; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--ics-line); border-radius: var(--ics-radius); background: #fff; transition: transform .25s, box-shadow .25s, border .25s; }
.division-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--card-accent, linear-gradient(90deg,var(--ics-teal),var(--ics-gold))); }
.division-card:hover { transform: translateY(-7px); border-color: transparent; box-shadow: var(--ics-shadow); }
.division-number { position: absolute; top: 20px; right: 22px; color: #d3dee7; font-size: 1.05rem; font-weight: 800; }
.division-icon { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 48px; border-radius: 16px; background: var(--ics-soft); color: var(--ics-teal); }
.division-icon svg { width: 27px; height: 27px; }
.division-card h2, .division-card h3 { margin-bottom: 14px; }
.division-card p { color: var(--ics-muted); font-size: .93rem; }
.division-card .text-link { margin-top: auto; }
.program-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.program-card { overflow: hidden; border: 1px solid var(--ics-line); border-radius: var(--ics-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,60,93,.06); }
.program-image { display: block; height: 220px; overflow: hidden; background: linear-gradient(135deg,var(--ics-navy),#064c35); }
.program-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.program-card:hover .program-image img { transform: scale(1.04); }
.image-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background-image: radial-gradient(circle at 75% 20%,rgba(249,115,22,.3),transparent 27%),linear-gradient(135deg,var(--ics-navy),#064c35); color: rgba(255,255,255,.85); }
.image-placeholder svg { width: 80px; height: 80px; }
.program-card-content { padding: 28px; }
.program-card-content h3 { margin-bottom: 12px; }
.program-card-content p { color: var(--ics-muted); font-size: .92rem; }
.program-timeline { padding-top: 14px; border-top: 1px solid var(--ics-line); }

/* Jobs */
.job-search-bar { display: grid; grid-template-columns: 1.45fr 1fr 1fr auto; gap: 10px; padding: 12px; margin-bottom: 32px; border: 1px solid var(--ics-line); border-radius: 15px; background: #fff; box-shadow: 0 14px 38px rgba(11,60,93,.08); }
.job-search-bar label { display: flex; flex-direction: column; justify-content: center; }
.job-search-bar label > span:not(.screen-reader-text) { margin: 0 0 6px 2px; color: var(--ics-muted); font-size: .72rem; font-weight: 700; }
.job-search-bar input, .job-search-bar select { width: 100%; min-height: 48px; padding: 10px 14px; border: 0; border-right: 1px solid var(--ics-line); background: transparent; color: var(--ics-ink); outline: none; }
.job-search-bar input:focus, .job-search-bar select:focus { box-shadow: inset 0 0 0 2px rgba(6,76,53,.25); }
.archive-search { margin-bottom: 0; }
.job-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.job-card { display: flex; min-height: 380px; flex-direction: column; padding: 25px; border: 1px solid var(--ics-line); border-radius: var(--ics-radius); background: #fff; transition: transform .22s, box-shadow .22s; }
.job-card:hover { transform: translateY(-5px); box-shadow: var(--ics-shadow); }
.job-card-top, .job-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tag { padding: 5px 9px; border-radius: 999px; background: #e5f5f2; color: var(--ics-teal); font-size: .69rem; font-weight: 800; text-transform: uppercase; }
.job-date { color: #8491a1; font-size: .75rem; }
.job-card h3 { margin: 26px 0 16px; }
.job-meta-list { display: flex; flex-wrap: wrap; gap: 8px 14px; padding: 0; margin: 0 0 18px; list-style: none; color: var(--ics-muted); font-size: .78rem; }
.job-meta-list li { display: flex; align-items: center; gap: 5px; }
.job-meta-list svg { width: 15px; color: var(--ics-orange); }
.job-card > p { color: var(--ics-muted); font-size: .9rem; }
.job-card-bottom { padding-top: 18px; margin-top: auto; border-top: 1px solid var(--ics-line); }
.job-card-bottom small { display: block; color: #8793a1; font-size: .66rem; text-transform: uppercase; }
.job-card-bottom strong { display: block; color: var(--ics-navy); font-size: .84rem; }
.circle-link { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--ics-navy); color: #fff; }
.circle-link:hover { background: var(--ics-teal); color: #fff; }
.archive-top { display: flex; justify-content: space-between; margin-bottom: 20px; color: var(--ics-muted); }
.archive-top p { margin: 0; }
.pagination-wrap { margin-top: 40px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.nav-links .page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 6px; border: 1px solid var(--ics-line); border-radius: 8px; background: #fff; }
.nav-links .current { background: var(--ics-navy); color: #fff; }
.empty-state { padding: 48px; border: 1px dashed #bdcbd6; border-radius: var(--ics-radius); background: rgba(255,255,255,.7); text-align: center; }
.empty-state.wide { grid-column: 1 / -1; }
.empty-state > span { display: grid; width: 64px; height: 64px; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: #e5f5f2; color: var(--ics-teal); }

/* Sectors / Why / Partners */
.sector-section { background: linear-gradient(180deg,#fff,var(--ics-soft)); }
.sector-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.sector-card { position: relative; display: flex; min-height: 220px; flex-direction: column; padding: 24px; border: 1px solid var(--ics-line); border-radius: 15px; background: #fff; color: var(--ics-navy); transition: transform .2s, box-shadow .2s; }
.sector-card:hover { transform: translateY(-5px); box-shadow: var(--ics-shadow); }
.sector-index { position: absolute; top: 20px; right: 20px; color: #c8d3dc; font-size: .75rem; font-weight: 800; }
.sector-symbol { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: auto; border-radius: 13px; background: var(--ics-soft); color: var(--ics-teal); }
.sector-card strong { margin: 24px 0 9px; }
.sector-card > span:last-child { display: flex; align-items: center; gap: 7px; color: var(--ics-muted); font-size: .77rem; }
.why-section { overflow: hidden; background: linear-gradient(130deg,var(--ics-navy-2),var(--ics-navy)); color: #fff; }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 78px; }
.why-copy h2, .why-list h3 { color: #fff; }
.why-copy p { color: rgba(255,255,255,.68); }
.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why-list > div { padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.06); }
.why-list > div > span { display: grid; width: 43px; height: 43px; place-items: center; margin-bottom: 22px; border-radius: 11px; background: rgba(249,115,22,.14); color: var(--ics-gold); }
.why-list h3 { font-size: 1.05rem; }
.why-list p { margin: 0; color: rgba(255,255,255,.63); font-size: .85rem; }
.partnership-card { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 60px; padding: 58px; border: 1px solid var(--ics-line); border-radius: 28px; background: linear-gradient(135deg,#fff,#f1f7f8); box-shadow: var(--ics-shadow); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; padding: 0; margin: 24px 0 30px; list-style: none; color: var(--ics-muted); font-size: .88rem; }
.check-list li { display: flex; gap: 7px; }
.check-list svg { color: var(--ics-teal); }
.partnership-visual { display: flex; min-height: 320px; align-items: center; justify-content: center; flex-direction: column; border-radius: 50% 50% 40% 60%; background: radial-gradient(circle at 30% 20%,#064c35,var(--ics-navy)); color: #fff; box-shadow: 0 25px 60px rgba(11,60,93,.24); }
.partnership-visual > span svg { width: 105px; height: 105px; color: rgba(255,255,255,.86); }
.partnership-visual strong { margin-top: 18px; font-size: 1.25rem; }
.partnership-visual small { color: rgba(255,255,255,.62); }

/* Inner pages */
.breadcrumbs { display: flex; gap: 8px; padding-top: 16px; color: var(--ics-muted); font-size: .77rem; }
.breadcrumbs a { color: var(--ics-teal); }
.inner-hero, .job-hero { position: relative; overflow: hidden; padding: 90px 0; background: radial-gradient(circle at 85% 20%,rgba(6,76,53,.35),transparent 28%),linear-gradient(130deg,var(--ics-navy-2),var(--ics-navy)); color: #fff; }
.inner-hero::after, .job-hero::after { content: ""; position: absolute; right: -120px; bottom: -180px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.02); }
.inner-hero h1, .job-hero h1 { color: #fff; font-size: clamp(2.6rem,5vw,4.7rem); }
.inner-hero p, .job-hero p, .archive-description { max-width: 740px; color: rgba(255,255,255,.7); font-size: 1.1rem; }
.compact-hero { padding: 82px 0; }
.inner-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.inner-hero-image { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.inner-hero-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.division-hero-mark { display: grid; width: 340px; height: 340px; place-items: center; margin-left: auto; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: rgba(255,255,255,.78); box-shadow: inset 0 0 80px rgba(6,76,53,.25); }
.division-hero-mark svg { width: 180px; height: 180px; }
.content-shell { display: grid; grid-template-columns: minmax(0,820px); justify-content: center; }
.entry-content { font-size: 1.04rem; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 1.5em; font-size: clamp(1.8rem,3vw,2.7rem); }
.entry-content h3 { margin-top: 1.4em; }
.entry-content p, .entry-content li { color: #42556a; }
.entry-content ul, .entry-content ol { padding-left: 1.25em; }
.entry-content li { margin-bottom: .65em; }
.entry-content blockquote { padding: 28px; margin: 32px 0; border-left: 4px solid var(--ics-orange); border-radius: 0 14px 14px 0; background: var(--ics-soft); }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 13px; border: 1px solid var(--ics-line); text-align: left; }
.entry-content th { background: var(--ics-navy); color: #fff; }
.article-hero { padding: 90px 0 50px; text-align: center; }
.article-hero h1 { font-size: clamp(2.5rem,5vw,4.4rem); }
.article-hero p { color: var(--ics-muted); font-size: 1.12rem; }
.article-featured img { width: 100%; max-height: 650px; object-fit: cover; border-radius: 22px; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.post-card { overflow: hidden; border: 1px solid var(--ics-line); border-radius: 16px; background: #fff; }
.post-card > div { padding: 24px; }
.post-card img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }

/* Job detail */
.job-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 360px; align-items: center; gap: 70px; }
.job-hero-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; color: rgba(255,255,255,.77); font-size: .83rem; }
.job-hero-meta span { display: flex; align-items: center; gap: 6px; }
.job-hero-meta svg { color: var(--ics-gold); }
.job-apply-card { padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.job-apply-card small { display: block; color: rgba(255,255,255,.63); }
.job-apply-card strong { display: block; margin: 5px 0 12px; color: #fff; font-size: 1.5rem; }
.job-apply-card p { font-size: .84rem; }
.job-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 350px; align-items: start; gap: 65px; }
.job-description > h2:first-child { margin-top: 0; }
.job-facts { position: sticky; top: 24px; padding: 28px; border: 1px solid var(--ics-line); border-radius: 17px; background: var(--ics-soft); }
.job-facts h2 { font-size: 1.45rem; }
.job-facts dl { margin: 0 0 22px; }
.job-facts dl > div { padding: 13px 0; border-bottom: 1px solid var(--ics-line); }
.job-facts dt { color: var(--ics-muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; }
.job-facts dd { margin: 4px 0 0; color: var(--ics-navy); font-weight: 700; }
.disclaimer-box { display: flex; gap: 22px; padding: 32px; border: 1px solid #cddde4; border-radius: 16px; background: #eef7f6; }
.disclaimer-box > span { flex: 0 0 auto; display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: #fff; color: var(--ics-teal); }
.disclaimer-box h2, .disclaimer-box h3 { margin-bottom: 8px; }
.disclaimer-box p { margin: 0; color: var(--ics-muted); }
.disclaimer-box.compact { margin-top: 40px; padding: 24px; }
.disclaimer-box.compact h3 { margin-top: 0; }

/* Forms */
.ics-lead-form { padding: 38px; margin-top: 36px; border: 1px solid var(--ics-line); border-radius: 20px; background: var(--ics-soft); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ics-lead-form label > span:first-child { display: block; margin-bottom: 6px; color: var(--ics-navy); font-size: .82rem; font-weight: 750; }
.ics-lead-form input, .ics-lead-form textarea, .ics-lead-form select { width: 100%; padding: 12px 14px; border: 1px solid #cbd7df; border-radius: 9px; background: #fff; color: var(--ics-ink); outline: none; }
.ics-lead-form input:focus, .ics-lead-form textarea:focus, .ics-lead-form select:focus { border-color: var(--ics-teal); box-shadow: 0 0 0 3px rgba(6,76,53,.11); }
.form-span { grid-column: 1 / -1; }
.consent-field { display: flex; align-items: flex-start; gap: 10px; }
.consent-field input { width: auto; margin-top: 6px; }
.consent-field > span { font-weight: 500 !important; }
.form-privacy-note { color: var(--ics-muted); font-size: .78rem; }
.form-honeypot { position: absolute; left: -9999px; }
.form-notice { padding: 15px 18px; margin: 24px 0; border-radius: 10px; }
.form-notice.success { background: #def3ea; color: #12603e; }
.form-notice.error { background: #fde6e2; color: #8a2c20; }

/* Footer */
.footer-cta { background: linear-gradient(125deg,var(--ics-teal),#064c35); color: #fff; }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-top: 56px; padding-bottom: 56px; }
.footer-cta h2 { margin-bottom: 8px; color: #fff; font-size: clamp(1.9rem,3vw,3rem); }
.footer-cta p { max-width: 760px; margin: 0; color: rgba(255,255,255,.75); }
.footer-main { padding: 72px 0; background: var(--ics-navy-2); color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr 1.1fr; gap: 50px; }
.text-logo-light { color: #fff; }
.text-logo-light:hover { color: #fff; }
.footer-brand p { max-width: 360px; margin-top: 22px; }
.footer-license { padding: 13px; border-left: 2px solid var(--ics-gold); background: rgba(255,255,255,.035); font-size: .74rem; }
.footer-main h3 { color: #fff; font-size: .95rem; letter-spacing: .02em; }
.footer-main ul { padding: 0; margin: 0; list-style: none; }
.footer-main li { margin-bottom: 9px; }
.footer-main a { color: rgba(255,255,255,.7); font-size: .85rem; }
.footer-main a:hover { color: #fff; }
.contact-list li { display: flex; gap: 8px; align-items: flex-start; }
.contact-list svg { flex: 0 0 auto; margin-top: 5px; color: var(--ics-gold); }
.footer-bottom { padding: 18px 0; background: #062b43; color: rgba(255,255,255,.57); font-size: .75rem; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 18px; }
.footer-bottom a { color: rgba(255,255,255,.67); }

/* Responsive */
@media (max-width: 1100px) {
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 38px; }
  .division-grid { grid-template-columns: 1fr 1fr; }
  .program-grid, .job-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .sector-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  .section { padding: 76px 0; }
  .menu-toggle { display: block; }
  .primary-navigation { position: fixed; inset: 120px 0 0; display: none; padding: 24px 20px; overflow-y: auto; background: #fff; }
  .primary-navigation.is-open { display: block; }
  .primary-navigation ul { display: block; }
  .primary-navigation a { padding: 14px; border-bottom: 1px solid var(--ics-line); font-size: 1rem; }
  .primary-navigation .sub-menu { position: static; display: block; width: auto; padding: 0 0 0 15px; border: 0; box-shadow: none; }
  .menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-close-icon { display: block; }
  .hero { padding-top: 80px; }
  .hero-grid, .inner-hero-grid, .job-hero-grid, .job-detail-grid, .why-grid, .partnership-card { grid-template-columns: 1fr; }
  .hero-content { padding-bottom: 30px; }
  .hero-pathways { padding-bottom: 56px; }
  .trust-metrics { grid-template-columns: 1fr 1fr; }
  .trust-metrics div:nth-child(3), .trust-metrics div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.13); }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .job-search-bar { grid-template-columns: 1fr 1fr; }
  .job-search-bar .button { min-height: 48px; }
  .why-grid { gap: 45px; }
  .partnership-visual { width: 330px; min-height: 330px; margin: auto; }
  .job-facts { position: static; }
  .inner-hero-image, .division-hero-mark { max-width: 540px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--ics-container)); }
  .section { padding: 60px 0; }
  .trust-bar p { display: none; }
  .trust-bar-inner { justify-content: center; }
  .trust-contacts a:last-child span { display: none; }
  .header-inner { min-height: 72px; }
  .primary-navigation { inset: 110px 0 0; }
  .text-logo .logo-mark { width: 39px; height: 39px; }
  .text-logo strong { font-size: 1rem; }
  .hero { padding-top: 65px; }
  .hero-pathways, .trust-metrics, .division-grid, .program-grid, .job-grid, .sector-grid, .why-list, .form-grid, .blog-grid { grid-template-columns: 1fr; }
  .hero-pathways a { min-height: 145px; }
  .trust-metrics div { border-right: 1px solid rgba(255,255,255,.13); border-top: 1px solid rgba(255,255,255,.13); }
  .job-search-bar { grid-template-columns: 1fr; }
  .job-search-bar input, .job-search-bar select { border-right: 0; border-bottom: 1px solid var(--ics-line); }
  .division-card { min-height: 360px; }
  .division-icon { margin-bottom: 38px; }
  .program-image { height: 200px; }
  .partnership-card { gap: 35px; padding: 30px 22px; }
  .partnership-visual { width: 250px; min-height: 250px; }
  .partnership-visual > span svg { width: 72px; height: 72px; }
  .check-list { grid-template-columns: 1fr; }
  .inner-hero, .job-hero { padding: 68px 0; }
  .division-hero-mark { width: 240px; height: 240px; }
  .division-hero-mark svg { width: 120px; height: 120px; }
  .ics-lead-form { padding: 24px 18px; }
  .footer-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom-inner { align-items: flex-start; flex-direction: column; }
}

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

