/* ICS Global Group — unified premium design system */
:root {
  --ics-navy: #0b3c5d;
  --ics-navy-2: #062b43;
  --ics-teal: #064c35;
  --ics-orange: #f97316;
  --ics-gold: #f97316;
  --ics-ink: #213640;
  --ics-muted: #64747b;
  --ics-line: #dce5e2;
  --ics-soft: #f5f7f6;
  --ics-white: #fff;
  --ics-radius: 16px;
  --ics-shadow: 0 18px 45px rgba(11, 60, 93, .10);
  --ics-shadow-hover: 0 24px 60px rgba(11, 60, 93, .16);
  --ics-container: 1200px;
}

body {
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.68;
  color: var(--ics-ink);
}

h1, h2, h3, h4, h5, h6 {
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.028em;
  color: var(--ics-navy);
}
h1 { font-size: clamp(2.35rem, 4.8vw, 4.65rem); }
h2 { font-size: clamp(1.85rem, 3vw, 2.85rem); }
h3 { font-size: clamp(1.08rem, 1.6vw, 1.35rem); }
p { margin-bottom: 1.2em; }
.section { padding: 78px 0; }
.section-heading { max-width: 690px; margin-bottom: 34px; }
.section-heading p, .split-heading > p { font-size: .98rem; }
.eyebrow { margin-bottom: 11px; color: var(--ics-teal); font-size: .7rem; letter-spacing: .13em; }
.eyebrow-light { color: #aee3ce; }

.button { min-height: 46px; padding: 11px 19px; border-radius: 9px; font-size: .86rem; font-weight: 700; }
.button-primary { background: var(--ics-orange); color: #fff; box-shadow: 0 10px 24px rgba(249,115,22,.24); }
.button-primary:hover { background: #e9650d; color: #fff; box-shadow: 0 14px 28px rgba(249,115,22,.32); }
.button-outline { border-color: rgba(11,60,93,.18); background: #fff; }
.text-link { color: var(--ics-teal); font-size: .84rem; }

.site-header { position: sticky; top: 0; box-shadow: 0 4px 24px rgba(11,60,93,.08); }
.trust-bar { background: var(--ics-navy-2); }
.trust-bar-inner { min-height: 34px; }
.main-header { background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-inner { min-height: 72px; }
.text-logo .logo-mark { width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(135deg,var(--ics-navy),var(--ics-teal)); }
.text-logo strong { font-size: 1rem; }
.text-logo small { color: var(--ics-orange); }
.primary-navigation a { padding: 12px 11px; font-size: .84rem; font-weight: 600; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a { color: var(--ics-orange); }
.header-cta { background: var(--ics-orange); color: #fff; }

.hero {
  min-height: 700px;
  padding: 98px 0 0;
  background: var(--ics-navy-2);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg,rgba(6,43,67,.98) 0%,rgba(11,60,93,.91) 42%,rgba(6,76,53,.32) 74%,rgba(6,43,67,.16) 100%),var(--hero-image);
  background-size: cover;
  background-position: center;
}
.hero::after { background: linear-gradient(180deg,transparent 62%,rgba(6,43,67,.55)); }
.hero-grid { grid-template-columns: minmax(0,1.2fr) minmax(330px,.62fr); gap: 70px; }
.hero-content { padding-bottom: 72px; }
.hero h1 { max-width: 720px; margin-bottom: 18px; }
.hero-lead { max-width: 600px; font-size: clamp(1rem,1.35vw,1.14rem); line-height: 1.65; }
.hero-actions { margin: 27px 0 25px; }
.hero-checks { gap: 12px 22px; font-size: .8rem; }
.hero-pathways {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 20px;
  margin-bottom: 70px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(6,43,67,.48);
  backdrop-filter: blur(16px);
}
.pathways-label { grid-column: 1/-1; padding: 1px 3px 7px; color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-pathways a { min-height: 142px; padding: 17px; border-radius: 12px; background: rgba(255,255,255,.085); }
.hero-pathways a > span { top: 14px; right: 14px; width: 35px; height: 35px; border-radius: 9px; background: rgba(249,115,22,.18); color: #ff9a52; }
.hero-pathways strong { max-width: 80%; font-size: .91rem; }
.hero-pathways small { font-size: .72rem; }
.trust-metrics { background: rgba(6,43,67,.44); backdrop-filter: blur(8px); }
.trust-metrics div { padding: 20px 22px; }
.trust-metrics strong { color: #ff9a52; font-size: 1.45rem; }

.split-heading { gap: 60px; margin-bottom: 36px; }
.intro-section { background: linear-gradient(180deg,#fff 0%,#f8faf9 100%); }
.division-grid { grid-template-columns: repeat(4,1fr); gap: 16px; }
.division-card { min-height: 0; padding: 0; border-radius: 15px; }
.division-card::before { z-index: 2; height: 3px; background: var(--card-accent,var(--ics-orange)); }
.division-card-media { display: block; height: 150px; overflow: hidden; background: var(--ics-navy); }
.division-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.division-card:hover .division-card-media img { transform: scale(1.045); }
.division-card-body { position: relative; display: flex; min-height: 285px; flex: 1; flex-direction: column; padding: 23px; }
.division-number { top: 22px; right: 22px; color: rgba(11,60,93,.22); font-size: .85rem; }
.division-icon { width: 43px; height: 43px; margin-bottom: 20px; border-radius: 10px; background: rgba(6,76,53,.08); color: var(--ics-teal); }
.division-icon svg { width: 21px; height: 21px; }
.division-card p { font-size: .86rem; line-height: 1.6; }
.division-card .text-link { margin-top: auto; }

.editorial-banner { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 430px; padding: 0; margin-bottom: 75px; overflow: hidden; border-radius: 20px; background: var(--ics-navy); box-shadow: var(--ics-shadow); }
.editorial-banner-image { min-height: 430px; }
.editorial-banner-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-banner-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 52px; color: rgba(255,255,255,.78); }
.editorial-banner-copy h2 { color: #fff; font-size: clamp(1.75rem,2.6vw,2.55rem); }
.editorial-banner-copy .eyebrow { color: #ff9a52; }
.program-grid { gap: 18px; }
.program-card { border-radius: 15px; box-shadow: 0 12px 32px rgba(11,60,93,.07); transition: transform .25s,box-shadow .25s; }
.program-card:hover { transform: translateY(-5px); box-shadow: var(--ics-shadow); }
.program-image { height: 205px; }
.program-card-content { padding: 23px; }
.program-card-content p { font-size: .86rem; }

.job-search-bar { border-radius: 13px; box-shadow: 0 12px 32px rgba(11,60,93,.08); }
.job-card, .sector-card, .job-facts, .content-shell, .entry-card { border-radius: 14px; }
.sector-card { background: #fff; }
.sector-card:hover { border-color: rgba(249,115,22,.38); }
.why-section { background: linear-gradient(125deg,var(--ics-navy-2),var(--ics-navy) 66%,var(--ics-teal)); }
.why-list > div { border-radius: 14px; background: rgba(255,255,255,.075); }

.partnership-card { grid-template-columns: .9fr 1.1fr; padding: 0; overflow: hidden; border-radius: 20px; background: #fff; box-shadow: var(--ics-shadow); }
.partnership-card > div:first-child { padding: 55px; }
.partnership-visual { position: relative; min-height: 470px; padding: 0; overflow: hidden; border-radius: 0; }
.partnership-visual img { width: 100%; height: 100%; object-fit: cover; }
.partnership-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(6,43,67,.86)); }
.image-caption { position: absolute; z-index: 2; right: 28px; bottom: 25px; left: 28px; color: #fff; }
.image-caption strong, .image-caption small { display: block; }
.image-caption strong { font-family: Manrope,sans-serif; font-size: 1.15rem; }
.image-caption small { color: rgba(255,255,255,.72); }

.breadcrumbs { font-size: .75rem; }
.inner-hero { position: relative; overflow: hidden; padding: 68px 0; background: linear-gradient(125deg,var(--ics-navy-2),var(--ics-navy)); }
.inner-hero::after { content: ""; position: absolute; right: -10%; bottom: -80%; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.inner-hero-grid { position: relative; z-index: 2; grid-template-columns: minmax(0,.9fr) minmax(360px,.72fr); gap: 70px; }
.inner-hero h1 { font-size: clamp(2.2rem,4vw,4rem); }
.inner-hero p { max-width: 630px; font-size: 1rem; }
.inner-hero-image { height: 310px; overflow: hidden; border: 8px solid rgba(255,255,255,.1); border-radius: 18px; box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.inner-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.compact-hero, .archive-hero { position: relative; overflow: hidden; background-image: linear-gradient(90deg,rgba(6,43,67,.97),rgba(11,60,93,.78)),url(../images/hero-global-mobility.webp); background-size: cover; background-position: center; }
.job-hero { background-image: linear-gradient(90deg,rgba(6,43,67,.97),rgba(11,60,93,.83)),url(../images/hero-global-mobility.webp); background-size: cover; background-position: center; }
.content-shell { padding: clamp(26px,4vw,52px); border: 1px solid var(--ics-line); background: #fff; box-shadow: 0 10px 35px rgba(11,60,93,.055); }
.entry-content { font-size: .98rem; }
.entry-content h2 { margin-top: 1.5em; font-size: clamp(1.55rem,2.3vw,2.15rem); }
.entry-content h3 { margin-top: 1.4em; }
.entry-content img { border-radius: 14px; }
.job-facts { top: 128px; }

.site-footer { background: var(--ics-navy-2); }
.footer-cta { background: var(--ics-teal); }

@media (max-width: 1100px) {
  .division-grid { grid-template-columns: repeat(2,1fr); }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(300px,.6fr); gap: 35px; }
  .primary-navigation a { padding-inline: 8px; }
}

@media (max-width: 860px) {
  .section { padding: 62px 0; }
  .hero { min-height: auto; padding-top: 75px; }
  .hero::before { background-image: linear-gradient(90deg,rgba(6,43,67,.97),rgba(11,60,93,.80)),var(--hero-image); background-position: 62% center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { padding-bottom: 35px; }
  .hero-pathways { max-width: 620px; margin-bottom: 35px; }
  .editorial-banner, .partnership-card, .inner-hero-grid { grid-template-columns: 1fr; }
  .editorial-banner-image { min-height: 320px; }
  .partnership-visual { min-height: 360px; }
  .partnership-visual { width: 100%; margin: 0; }
  .inner-hero-image { height: 300px; }
}

@media (max-width: 640px) {
  body { font-size: 14.5px; }
  .container { width: min(calc(100% - 28px),var(--ics-container)); }
  .section { padding: 52px 0; }
  h1 { font-size: clamp(2.05rem,10vw,3.1rem); }
  h2 { font-size: clamp(1.65rem,7.5vw,2.25rem); }
  .trust-bar p { display: none; }
  .trust-bar-inner { justify-content: center; }
  .trust-contacts a:last-child { display: none; }
  .hero { padding-top: 58px; }
  .hero-pathways { grid-template-columns: 1fr 1fr; padding: 12px; }
  .hero-pathways a { min-height: 120px; padding: 13px; }
  .hero-pathways a > span { width: 30px; height: 30px; }
  .trust-metrics { grid-template-columns: 1fr 1fr; }
  .trust-metrics div { padding: 15px; }
  .split-heading, .division-grid, .program-grid { grid-template-columns: 1fr; }
  .division-card-media { height: 190px; }
  .editorial-banner-copy, .partnership-card > div:first-child { padding: 32px 25px; }
  .editorial-banner-image { min-height: 240px; }
  .partnership-visual { min-height: 280px; }
  .inner-hero { padding: 48px 0; }
  .inner-hero-image { height: 230px; border-width: 5px; }
  .job-search-bar { grid-template-columns: 1fr; }
}
