:root {
  --navy: #1e293b;
  --navy-2: #26364f;
  --blue: #0b66c3;
  --blue-2: #2e8ed8;
  --blue-soft: #e8f3ff;
  --teal: #2dd4bf;
  --teal-dark: #0f8f85;
  --teal-soft: #dff8f4;
  --ink: #1e293b;
  --text: #52677d;
  --muted: #718196;
  --line: #d8e4ee;
  --paper: #ffffff;
  --soft: #f6f9fc;
  --soft-2: #eef6ff;
  --shadow: 0 18px 54px rgba(16, 37, 63, .12);
  --shadow-sm: 0 10px 28px rgba(16, 37, 63, .08);
  --radius: 22px;
  --radius-lg: 34px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 98px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(11, 102, 195, .35); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(216,228,238,.9);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 196px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.desktop-nav a:not(.btn) { color: var(--text); font-size: .94rem; font-weight: 700; }
.desktop-nav a:not(.btn):hover, .desktop-nav a[aria-current="page"]:not(.btn) { color: var(--blue); }
.mobile-toggle { width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--blue-soft); color: var(--navy); display: none; align-items: center; justify-content: center; cursor: pointer; }
.mobile-toggle svg { width: 22px; height: 22px; }
.mobile-nav { display: none; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; letter-spacing: -.01em; transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease; cursor: pointer; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #06233c; background: var(--teal); box-shadow: 0 10px 24px rgba(45,212,191,.22); }
.btn-primary:hover { box-shadow: 0 14px 30px rgba(45,212,191,.31); }
.btn-secondary { color: var(--navy); background: #fff; border-color: #bfd1df; }
.btn-secondary:hover { border-color: var(--blue); }
.btn-blue { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(11,102,195,.18); }
.btn-dark { color: #fff; background: var(--navy); }
.btn-light { color: var(--navy); background: #fff; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; }
.link-arrow:hover { color: var(--navy); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .105em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 3px; border-radius: 999px; background: var(--teal); }

.hero { position: relative; overflow: hidden; padding: 82px 0 78px; background: radial-gradient(circle at 88% 12%, rgba(45,212,191,.18), transparent 28%), radial-gradient(circle at 10% 88%, rgba(11,102,195,.08), transparent 24%), linear-gradient(180deg,#fff 0%,#f7fbff 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.95fr); gap: 62px; align-items: center; }
.hero h1, .page-hero h1 { margin: 0; color: var(--navy); font-size: clamp(2.7rem,5vw,5rem); line-height: .99; letter-spacing: -.052em; }
.hero .lead, .page-hero .lead { margin: 25px 0 0; max-width: 700px; color: var(--text); font-size: clamp(1.08rem,1.5vw,1.26rem); line-height: 1.72; }
.hero-actions { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 18px 24px; color: var(--text); font-size: .9rem; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.check-dot { width: 20px; height: 20px; border-radius: 50%; display: inline-grid; place-items: center; background: var(--teal-soft); color: var(--teal-dark); font-style: normal; font-size: .72rem; font-weight: 900; }
.hero-art img, .visual-card img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero-art { position: relative; }
.hero-art .floating-note { position: absolute; left: 7%; bottom: 6%; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 18px; padding: 13px 16px; box-shadow: var(--shadow-sm); font-weight: 800; color: var(--navy); }
.hero-art .floating-note small { display: block; margin-top: 2px; color: var(--text); font-weight: 650; }

.stats-strip { position: relative; z-index: 2; padding: 0; background: var(--navy); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat { min-height: 165px; padding: 31px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.16); }
.stat:last-child { border-right: 0; }
.stat:nth-child(1) { background: #0b66c3; }
.stat:nth-child(2) { background: #287fc2; }
.stat:nth-child(3) { background: #1eaa9f; }
.stat:nth-child(4) { background: #173d66; }
.stat strong { color: #fff; font-size: clamp(1.6rem,2.25vw,2.35rem); line-height: 1.08; letter-spacing: -.035em; }
.stat span { margin-top: 8px; color: rgba(255,255,255,.83); font-size: .9rem; line-height: 1.5; }

.section { padding: 88px 0; }
.section-tight { padding: 68px 0; }
.section-tint { background: var(--soft); }
.section-blue { background: var(--blue-soft); }
.section-dark { background: var(--navy); color: #fff; }
.section-head { max-width: 790px; margin-bottom: 38px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2, .split-copy h2, .cta-band h2, .pricing-card h2, .contact-copy h2 { margin: 0; color: var(--navy); font-size: clamp(2rem,3.4vw,3.25rem); line-height: 1.08; letter-spacing: -.04em; }
.section-dark .section-head h2, .section-dark .split-copy h2 { color: #fff; }
.section-head p:not(.eyebrow), .split-copy > p, .contact-copy > p { margin: 16px 0 0; color: var(--text); font-size: 1.05rem; }
.section-dark .section-head p:not(.eyebrow), .section-dark .split-copy > p { color: #c8d7e5; }

.grid-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 27px; }
.card.shadow { box-shadow: var(--shadow-sm); }
.card h3 { margin: 17px 0 8px; color: var(--navy); font-size: 1.18rem; line-height: 1.25; }
.card p { margin: 0; color: var(--text); }
.card-blue { background: var(--blue); border-color: var(--blue); color: #fff; }
.card-blue h3, .card-blue p { color: #fff; }
.card-teal { background: var(--teal-soft); border-color: #b4eee7; }
.icon-box { width: 48px; height: 48px; border-radius: 15px; display: inline-grid; place-items: center; background: var(--blue-soft); color: var(--blue); }
.icon-box svg { width: 25px; height: 25px; stroke: currentColor; }

.roles-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.role-card { min-height: 150px; padding: 23px; display: flex; flex-direction: column; justify-content: center; border: 1px solid #cfe0ee; border-radius: 20px; background: #fff; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.role-card:hover { transform: translateY(-2px); border-color: #8fbfe8; box-shadow: var(--shadow-sm); }
.role-card strong { color: var(--navy); font-size: 1.22rem; line-height: 1.16; letter-spacing: -.018em; }
.role-card span { margin-top: 9px; color: var(--text); font-size: .88rem; line-height: 1.48; }
.role-card.accent { background: var(--blue); border-color: var(--blue); }
.role-card.accent strong, .role-card.accent span { color: #fff; }

.split { display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); gap: 62px; align-items: center; }
.split.reverse { grid-template-columns: minmax(420px,1.08fr) minmax(0,.92fr); }
.split.reverse .visual-card { order: -1; }
.visual-card img { background: #fff; }
.bullet-list { margin: 25px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.bullet-list li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; color: var(--text); }
.bullet-list li::before { content: "✓"; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--teal-soft); color: var(--teal-dark); font-size: .72rem; font-weight: 900; }

.process-list { display: grid; gap: 16px; }
.process-step { display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: start; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.step-number { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: var(--blue); color: #fff; font-weight: 900; }
.process-step h3 { margin: 1px 0 4px; color: var(--navy); font-size: 1.08rem; }
.process-step p { margin: 0; color: var(--text); }

.price-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.pricing-card { border-radius: 28px; padding: 35px; background: var(--navy); color: #fff; }
.pricing-card h2 { color: #fff; }
.pricing-card p { color: #c8d7e5; }
.price-big { margin-top: 23px; color: #fff; font-size: clamp(3rem,5vw,5.3rem); font-weight: 900; line-height: .9; letter-spacing: -.055em; }
.price-big span { display: block; margin-top: 12px; color: #c9d7e4; font-size: 1rem; font-weight: 700; letter-spacing: 0; }
.price-split { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.price-split div { border-radius: 18px; padding: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.price-split strong { display: block; color: #fff; font-size: 1.1rem; }
.price-split span { display: block; margin-top: 4px; color: #c8d7e5; font-size: .88rem; }
.guarantee-card { border: 1px solid #b3e9e2; border-radius: 28px; padding: 35px; background: var(--teal-soft); }
.guarantee-card .big-number { color: var(--teal-dark); font-size: clamp(3.4rem,6vw,6rem); font-weight: 900; line-height: .9; letter-spacing: -.06em; }
.guarantee-card h3 { margin: 15px 0 8px; font-size: 1.45rem; }
.guarantee-card p { margin: 0; color: var(--text); }

.parent-brand { padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.parent-brand-inner { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.parent-brand span { color: var(--text); font-size: .92rem; font-weight: 750; }
.parent-brand img { width: 205px; height: auto; }

.cta-band { padding: 54px; border-radius: 34px; background: linear-gradient(125deg,#0b66c3,#173d66 58%,#10253f); display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-band h2 { color: #fff; max-width: 700px; }
.cta-band p { margin: 12px 0 0; max-width: 700px; color: #d8e7f4; }
.cta-band .hero-actions { margin-top: 0; flex: 0 0 auto; }

.page-hero { padding: 74px 0 70px; background: radial-gradient(circle at 88% 12%,rgba(45,212,191,.16),transparent 28%), linear-gradient(180deg,#fff 0%,#f6faff 100%); }
.page-hero .page-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.85fr); gap: 56px; align-items: center; }
.page-hero.narrow .page-hero-grid { grid-template-columns: minmax(0,1.1fr) minmax(360px,.75fr); }
.page-hero-art img { width: 100%; border-radius: 30px; box-shadow: var(--shadow-sm); }

.screening-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.screening-item { padding: 23px; border-radius: 20px; border: 1px solid var(--line); background: #fff; }
.screening-item strong { display: block; color: var(--navy); font-size: 1.05rem; }
.screening-item span { display: block; margin-top: 6px; color: var(--text); font-size: .92rem; }

.calculator-wrap { display: grid; grid-template-columns: minmax(0,.95fr) minmax(420px,1.05fr); gap: 34px; align-items: stretch; }
.calculator { border: 1px solid #c7dcec; border-radius: 28px; padding: 32px; background: #fff; box-shadow: var(--shadow-sm); }
.calculator h3 { margin: 0 0 6px; color: var(--navy); font-size: 1.45rem; }
.calculator > p { margin: 0; color: var(--text); }
.money-label { display: block; margin-top: 25px; color: var(--navy); font-size: .9rem; font-weight: 800; }
.money-input { margin-top: 8px; display: flex; align-items: center; gap: 8px; border: 1px solid #b9cfdf; border-radius: 16px; padding: 0 16px; background: #fff; }
.money-input span { color: var(--blue); font-weight: 900; }
.money-input input { width: 100%; border: 0; outline: 0; padding: 15px 0; color: var(--navy); font-size: 1.15rem; font-weight: 800; background: transparent; }
.calc-results { margin-top: 20px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.calc-result { border-radius: 16px; padding: 15px; background: var(--soft-2); }
.calc-result span { display: block; color: var(--text); font-size: .76rem; font-weight: 700; }
.calc-result strong { display: block; margin-top: 4px; color: var(--navy); font-size: 1.16rem; }
.salary-guidance { margin-top: 16px; padding: 15px 17px; border-radius: 16px; background: var(--teal-soft); border: 1px solid #b4eee7; color: #315b61; font-size: .88rem; line-height: 1.5; }
.salary-guidance strong { color: var(--teal-dark); }
.calc-note { margin-top: 13px !important; color: var(--muted) !important; font-size: .78rem; }

.role-search { max-width: 560px; margin: 0 0 34px; }
.role-search label { display: block; margin-bottom: 8px; color: var(--navy); font-size: .9rem; font-weight: 800; }
.role-search input { width: 100%; min-height: 52px; padding: 0 17px; border: 1px solid #bcd1e1; border-radius: 15px; color: var(--navy); background: #fff; outline: 0; }
.role-search input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,102,195,.1); }
.role-category { margin-top: 48px; }
.role-category:first-of-type { margin-top: 0; }
.role-category.is-hidden { display: none; }
.role-category-head { max-width: 760px; margin-bottom: 20px; }
.role-category-head h2 { margin: 0; font-size: clamp(1.7rem,2.7vw,2.5rem); letter-spacing: -.03em; line-height: 1.1; }
.role-category-head p { margin: 9px 0 0; color: var(--text); }
.role-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.role-item { padding: 20px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.role-item strong { display: block; color: var(--navy); font-size: 1.18rem; line-height: 1.15; }
.role-item span { display: block; margin-top: 7px; color: var(--text); font-size: .86rem; line-height: 1.48; }

.timeline-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.timeline-card { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.timeline-card > strong { display: block; color: var(--blue); font-size: 1.65rem; line-height: 1; }
.timeline-card h3 { margin: 15px 0 7px; font-size: 1.08rem; }
.timeline-card p { margin: 0; color: var(--text); font-size: .9rem; }

.contact-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(480px,1.15fr); gap: 52px; align-items: start; }
.contact-list { margin-top: 26px; display: grid; gap: 11px; }
.contact-item { display: grid; grid-template-columns: 46px 1fr; gap: 13px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.contact-item .icon-box { width: 42px; height: 42px; border-radius: 12px; }
.contact-item strong, .contact-item span { display: block; }
.contact-item strong { color: var(--navy); font-size: .9rem; }
.contact-item span span { color: var(--text); font-size: .88rem; }
.contact-form { border: 1px solid #c7dcec; border-radius: 28px; padding: 32px; background: #fff; box-shadow: var(--shadow); }
.contact-form h2 { margin: 0; font-size: 2rem; letter-spacing: -.03em; }
.contact-form > p { margin: 8px 0 24px; color: var(--text); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-group { display: grid; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { color: var(--navy); font-size: .86rem; font-weight: 800; }
.form-group input, .form-group select, .form-group textarea { width: 100%; border: 1px solid #bfd1df; border-radius: 13px; padding: 12px 13px; color: var(--navy); background: #fff; outline: 0; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,102,195,.1); }
.form-group textarea { min-height: 125px; resize: vertical; }
.form-actions { margin-top: 20px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.form-note { color: var(--muted); font-size: .76rem; }
.form-status { display: none; margin-top: 15px; padding: 12px 14px; border-radius: 12px; font-size: .88rem; }
.form-status.show { display: block; }
.form-status.success { background: var(--teal-soft); color: #24625d; }
.form-status.error { background: #fff1f2; color: #9f1239; }

.site-footer { padding: 62px 0 24px; background: #0d1d31; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .75fr .95fr .7fr; gap: 38px; }
.footer-brand img { width: 205px; }
.footer-brand p { max-width: 390px; margin: 16px 0 0; color: #aebed0; font-size: .9rem; }
.footer-col h3 { margin: 0 0 13px; color: #fff; font-size: .88rem; letter-spacing: .02em; }
.footer-col a, .footer-col span { display: block; margin: 8px 0; color: #aebed0; font-size: .88rem; }
.footer-col a:hover { color: #fff; }
.footer-parent { margin-top: 38px; padding: 22px 0; display: flex; align-items: center; gap: 17px; border-top: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); flex-wrap: wrap; }
.footer-parent > span { color: #aebed0; font-size: .84rem; font-weight: 700; }
.footer-parent a { padding: 0; border-radius: 0; background: transparent; display: inline-flex; align-items: center; }
.footer-parent img { width: 190px; height: auto; display: block; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 18px; color: #8398ad; font-size: .78rem; }
.not-found { min-height: 65vh; padding: 110px 0; display: grid; place-items: center; text-align: center; }
.not-found h1 { margin: 0; color: var(--blue); font-size: 7rem; line-height: .8; }
.not-found h2 { margin: 22px 0 0; font-size: 2rem; }
.not-found p { max-width: 570px; margin: 13px auto 0; color: var(--text); }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .mobile-toggle { display: inline-flex; }
  .mobile-nav { position: fixed; left: 0; right: 0; top: 78px; bottom: 0; padding: 22px 20px 36px; background: #fff; display: none; flex-direction: column; align-items: stretch; gap: 6px; overflow: auto; border-top: 1px solid var(--line); }
  .mobile-nav.open { display: flex; }
  .mobile-nav a:not(.btn) { padding: 13px 5px; color: var(--navy); font-weight: 800; }
  .mobile-nav .btn { margin-top: 8px; }
  .hero-grid, .page-hero .page-hero-grid, .page-hero.narrow .page-hero-grid, .split, .split.reverse, .calculator-wrap, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .split.reverse .visual-card { order: 0; }
  .hero-art, .page-hero-art, .visual-card, .shortlist-panel { max-width: 760px; margin: 0 auto; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .roles-grid { grid-template-columns: repeat(2,1fr); }
  .grid-4, .timeline-grid { grid-template-columns: repeat(2,1fr); }
  .screening-grid, .role-list { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 2 / 3; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand img { width: 166px; }
  .nav-wrap { min-height: 72px; }
  .mobile-nav { top: 72px; }
  .hero, .page-hero { padding: 58px 0 56px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.55rem,13vw,4rem); }
  .hero .lead, .page-hero .lead { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; gap: 10px; }
  .stats-grid, .grid-2, .grid-3, .grid-4, .roles-grid, .screening-grid, .role-list, .timeline-grid, .price-preview, .calc-results, .form-grid { grid-template-columns: 1fr; }
  .stat { min-height: 126px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .stat:last-child { border-bottom: 0; }
  .section { padding: 67px 0; }
  .section-tight { padding: 54px 0; }
  .section-head { margin-bottom: 28px; }
  .card, .pricing-card, .guarantee-card, .calculator, .contact-form { padding: 23px; }
  .role-card { min-height: 132px; }
  .cta-band { padding: 34px 24px; display: block; }
  .cta-band .hero-actions { margin-top: 24px; }
  .price-split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero-art, .hero-art, .shortlist-panel { max-width: 100%; }
  .candidate-grid { grid-template-columns: 1fr; }
  .candidate-card { display: grid; grid-template-columns: 118px 1fr; }
  .candidate-card img { width:100%; height:auto; min-height:0; aspect-ratio:4 / 5; object-fit:contain; }
  .hero-art .floating-note { position: static; margin-top: 12px; }
}

@media (max-width: 460px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .form-actions .btn { width: 100%; }
  .role-search { max-width: 100%; }
}



/* Homepage candidate shortlist */
.shortlist-panel { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.shortlist-head { margin-bottom: 18px; }
.shortlist-head .eyebrow { margin-bottom: 8px; }
.shortlist-head h2 { margin: 0; color: var(--navy); font-size: clamp(1.45rem,2.2vw,2rem); line-height: 1.08; letter-spacing: -.035em; }
.shortlist-head > p:not(.eyebrow) { margin: 8px 0 0; color: var(--text); font-size: .9rem; line-height: 1.5; }
.candidate-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; align-items: start; }
.candidate-card { overflow: hidden; border: 1px solid #cfe0ee; border-radius: 18px; background: #fff; box-shadow: 0 8px 20px rgba(16,37,63,.06); }
/* Supplied candidate portraits are 4:5. Preserve that ratio instead of cropping them into landscape boxes. */
.candidate-card img { display:block; width:100%; height:auto; aspect-ratio:4 / 5; object-fit:contain; object-position:center; background:var(--soft); }
.candidate-copy { padding: 15px; }
.candidate-tag { display: inline-flex; padding: 4px 8px; border-radius: 999px; background: var(--teal-soft); color: var(--teal-dark); font-size: .66rem; font-weight: 850; text-transform: uppercase; letter-spacing: .055em; }
.candidate-copy h3 { margin: 9px 0 5px; color: var(--navy); font-size: 1rem; line-height: 1.15; }
.candidate-copy p { margin: 0; color: var(--text); font-size: .77rem; line-height: 1.42; }
.candidate-copy ul { margin: 10px 0 0; padding: 0; list-style: none; display: grid; gap: 5px; }
.candidate-copy li { position: relative; padding-left: 15px; color: var(--text); font-size: .72rem; line-height: 1.35; }
.candidate-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-dark); font-weight: 900; }

/* Supplied recruiting imagery: preserve each file's real aspect ratio. */
.hero-art img,
.page-hero-art img,
.visual-card img {
  display:block;
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  background:#eef4f9;
}
.page-hero-art { align-self:center; }
.page-hero-art.portrait-art { max-width:460px; justify-self:end; }
.page-hero-art.portrait-art img { aspect-ratio:4 / 5; }
.page-hero-art.wide-art img { aspect-ratio:16 / 9; }
.page-hero-art.standard-art img,
.visual-card.standard-art img { aspect-ratio:3 / 2; }
.visual-card.wide-art img { aspect-ratio:16 / 9; }

/* WhatsApp quick contact */
.whatsapp-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 10px 16px 10px 11px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: .86rem;
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(30,41,59,.22);
  transition: transform .16s ease, box-shadow .16s ease;
}
.whatsapp-fab:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 38px rgba(30,41,59,.28); }
.whatsapp-fab svg { width: 30px; height: 30px; flex: 0 0 30px; color: #fff; }

@media (max-width: 720px) {
  .hero-art img, .page-hero-art img, .visual-card img { min-height:0; }
  .page-hero-art.portrait-art { max-width:390px; justify-self:center; }
  .whatsapp-fab { right: 14px; bottom: 14px; width: 52px; height: 52px; min-height: 52px; padding: 10px; justify-content: center; }
  .whatsapp-fab span { display: none; }
}

/* Non-photo process panels used to keep every supplied photo unique */
.process-visual-panel{display:flex;align-items:center;justify-content:center;min-height:360px;background:linear-gradient(145deg,#f7fbff,#eef7f6);border:1px solid rgba(30,41,59,.10)}
.process-visual-inner{max-width:430px;padding:36px}
.process-visual-inner h3{font-size:1.65rem;margin:18px 0 10px}
.process-visual-inner p{margin:0 0 20px;color:var(--muted)}
.direct-hire-panel{background:linear-gradient(145deg,#f8fbff,#f5f7fa)}
@media(max-width:760px){.process-visual-panel{min-height:auto}.process-visual-inner{padding:28px}}
