:root {
  --blue: #0b62ad;
  --blue-dark: #073f71;
  --ink: #101820;
  --muted: #5c6873;
  --light: #f4f7fa;
  --line: #dce3e9;
  --white: #ffffff;
  --signal: #ffd447;
  --signal-dark: #e8ad00;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Manrope', Arial, sans-serif; color: var(--ink); line-height: 1.6; background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, 92%); margin: 0 auto; }
.hidden { display: none; }
.site-header { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 124px; padding: 8px 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex-shrink: 0; }
.brand img { width: 175px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 18px; font-weight: 700; font-size: .94rem; }
.main-nav a:hover { color: var(--blue); }
.main-nav .hiring-nav { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: var(--signal); color: var(--ink); box-shadow: 0 7px 18px rgba(232,173,0,.22); transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.main-nav .hiring-nav:hover { color: var(--ink); background: #ffe178; box-shadow: 0 10px 24px rgba(232,173,0,.3); transform: translateY(-2px); }
.hiring-nav span,.hiring-kicker span { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #d53a27; box-shadow: 0 0 0 5px rgba(213,58,39,.13); animation: hiring-pulse 1.8s ease-in-out infinite; }
.phone-link { padding: 11px 16px; color: #fff; background: var(--blue); border-radius: 8px; cursor: default; user-select: text; }
.menu-toggle { display: none; border: 0; background: none; font-size: 1.6rem; }
.hero { padding: 82px 0 72px; background: linear-gradient(135deg,#eef6fc 0%,#fff 58%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 800; color: #fff; }
.eyebrow.blue { color: var(--blue); }
h1,h2,h3 { margin-top: 0; line-height: 1.12; }
h1 { font-size: clamp(2.8rem,5.7vw,5.2rem); letter-spacing: -.045em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem,4vw,3.5rem); letter-spacing: -.035em; margin-bottom: 20px; }
h3 { font-size: 1.3rem; }
.hero-text { font-size: 1.15rem; color: var(--muted); max-width: 690px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border-radius: 8px; font-weight: 800; border: 1px solid transparent; cursor: pointer; font-family: inherit; }
.btn-primary { color: #fff; background: var(--blue); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { border-color: var(--ink); background: #fff; }
.btn-light { background: #fff; color: var(--blue-dark); }
.btn-hiring { gap: 10px; width: 100%; background: var(--signal); color: var(--ink); box-shadow: 0 12px 24px rgba(232,173,0,.22); transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.btn-hiring:hover { background: #ffe178; box-shadow: 0 15px 30px rgba(232,173,0,.3); transform: translateY(-2px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 32px; font-weight: 700; font-size: .88rem; color: var(--blue-dark); }
.hero-media { position: relative; }
.hero-media img { width: 100%; min-height: 540px; object-fit: cover; border-radius: 18px; box-shadow: 0 24px 70px rgba(16,24,32,.18); }
.hero-card { position: absolute; left: -30px; bottom: 28px; max-width: 310px; padding: 20px 24px; border-radius: 12px; background: var(--ink); color: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.22); }
.hero-card strong,.hero-card span { display: block; }
.hero-card strong { font-size: 1.12rem; margin-bottom: 4px; }
.proof-strip { background: var(--ink); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid div { padding: 25px 20px; border-right: 1px solid rgba(255,255,255,.14); }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong,.proof-grid span { display: block; }
.proof-grid strong { color: #74b8ef; }
.proof-grid span { font-size: .88rem; color: #cfd7dd; margin-top: 4px; }
.section { padding: 92px 0; }
.section-light { background: var(--light); }
.split-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: start; }
.split-layout p { color: var(--muted); font-size: 1.05rem; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 32px; font-weight: 700; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; color: #fff; }
.section-heading p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 34px; box-shadow: 0 10px 30px rgba(16,24,32,.05); }
.service-card.featured { border-top: 5px solid var(--blue); }
.service-card .icon { width: 52px; height: 52px; border-radius: 12px; display: grid; place-items: center; background: #e8f3fb; color: var(--blue); font-size: 1.45rem; font-weight: 900; margin-bottom: 20px; }
.service-card .icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.service-label { display: inline-block; margin: 0 0 9px; color: var(--blue); font-weight: 800; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.service-card p,.service-card li { color: var(--muted); }
.service-card ul { padding-left: 19px; margin-bottom: 0; }
.industries-section { background: linear-gradient(135deg,var(--blue-dark),var(--blue)); color: #fff; }
.industry-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.industry-grid div { border: 1px solid rgba(255,255,255,.2); padding: 25px; border-radius: 12px; background: rgba(255,255,255,.08); }
.industry-grid strong,.industry-grid span { display: block; }
.industry-grid span { color: #d9ebf8; margin-top: 5px; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.process-grid article { padding-top: 22px; border-top: 3px solid var(--line); }
.process-grid span { color: var(--blue); font-weight: 900; font-size: 1.25rem; }
.process-grid p { color: var(--muted); }
.about-section { background: var(--ink); color: #fff; }
.about-section p { color: #cfd7dd; }
.about-section blockquote { margin: 28px 0 0; padding-left: 22px; border-left: 4px solid var(--blue); color: #fff; font-size: 1.05rem; }
.hiring-section { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.hiring-section::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 8%, rgba(11,98,173,.42), transparent 33%), repeating-linear-gradient(135deg, transparent 0 38px, rgba(255,255,255,.025) 38px 40px); }
.careers-main .hiring-section { min-height: calc(100vh - 124px); display: grid; align-items: center; }
.hiring-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(48px,7vw,92px); align-items: center; }
.hiring-copy h1,.hiring-copy h2 { max-width: 640px; font-size: clamp(2.6rem,5vw,4.7rem); }
.hiring-copy > p:not(.hiring-kicker) { color: #c9d4dd; font-size: 1.05rem; }
.hiring-kicker { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 24px; padding: 9px 14px; border: 1px solid rgba(255,212,71,.45); border-radius: 999px; color: var(--signal); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 800; }
.hiring-highlights { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 34px 0; }
.hiring-highlights div { padding: 18px 14px; border: 1px solid rgba(255,212,71,.28); border-radius: 10px; background: rgba(255,255,255,.05); text-align: center; }
.hiring-highlights strong { color: var(--signal); font-size: 1.05rem; }
.hiring-note { padding: 20px 22px; border-left: 4px solid var(--signal); background: rgba(255,255,255,.06); }
.application-panel { padding: clamp(28px,4vw,48px); border-radius: 22px; background: #fff; color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.application-heading { margin-bottom: 26px; }
.application-heading h2,.application-heading h3 { margin-bottom: 8px; font-size: clamp(1.8rem,3vw,2.5rem); }
.application-heading p:last-child { margin: 0; color: var(--muted); }
.application-form { padding: 0; border: 0; box-shadow: none; }
.application-form .field-grid { gap: 16px; }
.checkbox-field { display: flex; flex-direction: row; align-items: flex-start; gap: 11px; margin: 4px 0 3px; font-size: .83rem; line-height: 1.5; }
.checkbox-field input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; accent-color: var(--blue); }
.application-panel .form-confirmation { box-shadow: none; }
.cta-section { padding: 58px 0; background: var(--blue); color: #fff; }
.cta-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-wrap h2 { margin-bottom: 0; }
.cta-wrap .btn { flex-shrink: 0; white-space: nowrap; }
.quote-section { background: #fff; }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.quote-grid > div > p { color: var(--muted); }
.contact-card { margin-top: 30px; display: grid; gap: 12px; }
.contact-card a { padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-card strong,.contact-card span { display: block; }
.contact-card strong { color: var(--blue-dark); }
.contact-card span { color: var(--muted); font-size: .88rem; }
.quote-form { padding: 34px; border-radius: 16px; background: var(--light); border: 1px solid var(--line); }
.field-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
label { display: grid; gap: 8px; font-weight: 800; font-size: .9rem; margin-bottom: 18px; }
input,select,textarea { width: 100%; border: 1px solid #cbd5dc; border-radius: 7px; padding: 13px 14px; font: inherit; background: #fff; }
input:focus,select:focus,textarea:focus { outline: 3px solid rgba(11,98,173,.15); border-color: var(--blue); }
.quote-form .btn:disabled { cursor: wait; opacity: .7; }
.form-confirmation { padding: 42px; border-radius: 16px; border: 1px solid var(--line); background: var(--light); box-shadow: 0 18px 50px rgba(16,24,32,.08); }
.form-confirmation:focus { outline: 3px solid rgba(11,98,173,.15); outline-offset: 4px; }
.form-confirmation.success { border-top: 5px solid var(--blue); }
.form-confirmation.error { border-top: 5px solid #b42318; background: #fff7f5; }
.form-confirmation h3 { margin-bottom: 12px; font-size: 1.8rem; }
.form-confirmation p { color: var(--muted); }
.form-confirmation a { color: var(--blue); font-weight: 800; }
.confirmation-mark { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 1.6rem; font-weight: 900; }
.form-note { font-size: .83rem; color: var(--muted); }
.form-note a { color: var(--blue); font-weight: 800; }
.thank-you-main { min-height: calc(100vh - 260px); display: grid; place-items: center; padding: 90px 0; background: linear-gradient(135deg,#eef6fb 0%,#fff 55%,#e5f1f9 100%); }
.thank-you-card { width: min(680px,92%); padding: 54px; border-radius: 18px; background: #fff; border-top: 6px solid var(--blue); box-shadow: 0 24px 70px rgba(16,24,32,.12); text-align: center; }
.thank-you-card .confirmation-mark { margin: 0 auto 24px; }
.thank-you-card p { color: var(--muted); }
.thank-you-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.site-footer { background: #080d12; color: #c6d0d8; padding: 52px 0 18px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 60px; }
.footer-grid img { width: 180px; background: #fff; border-radius: 8px; padding: 8px; margin-bottom: 15px; }
.footer-grid strong,.footer-grid a,.footer-grid span { display: block; margin-bottom: 9px; }
.footer-grid strong { color: #fff; margin-bottom: 15px; }
.footer-grid a:hover { color: #74b8ef; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 35px; padding-top: 18px; font-size: .82rem; }
.back-to-top { position: fixed; right: clamp(18px,3vw,38px); bottom: clamp(18px,3vw,38px); z-index: 90; display: inline-flex; align-items: center; gap: 7px; min-height: 46px; padding: 10px 15px 10px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: var(--ink); color: #fff; box-shadow: 0 12px 30px rgba(16,24,32,.24); font: 800 .82rem/1 'Manrope', sans-serif; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease, background-color .2s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: var(--blue); transform: translateY(-2px); }
.back-to-top:focus-visible { outline: 3px solid rgba(11,98,173,.35); outline-offset: 3px; }
.back-to-top svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@keyframes hiring-pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.78); opacity: .65; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hiring-nav span,.hiring-kicker span { animation: none; }
}
@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 22px 4%; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .main-nav.open { display: flex; }
  .hero-grid,.split-layout,.quote-grid,.hiring-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 700px; }
  .proof-grid,.process-grid { grid-template-columns: repeat(2,1fr); }
  .hero-card { left: 20px; }
  .main-nav .hiring-nav { width: 100%; justify-content: center; }
}
@media (max-width: 640px) {
  .brand img { width: 145px; }
  .hero { padding-top: 58px; }
  h1 { font-size: 2.75rem; }
  .hero-media img { min-height: 380px; }
  .hero-card { position: relative; left: auto; bottom: auto; margin: -35px 18px 0; }
  .proof-grid,.service-grid,.industry-grid,.process-grid,.field-grid,.footer-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .cta-wrap { align-items: flex-start; flex-direction: column; }
  .section { padding: 68px 0; }
  .form-confirmation,.thank-you-card { padding: 32px 24px; }
  .hiring-highlights { grid-template-columns: 1fr; }
  .application-panel { padding: 28px 20px; border-radius: 16px; }
}
