:root {
  --navy: #062a5f;
  --dark: #021a3e;
  --red: #e30613;
  --ink: #10213f;
  --muted: #5f6f86;
  --line: #dfe7f1;
  --soft: #f5f7fb;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(6, 42, 95, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.62;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: auto; }
.skip-link { position: fixed; left: 14px; top: 10px; z-index: 9999; background: var(--red); color: #fff; padding: 10px 14px; border-radius: 4px; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }
.topbar { background: var(--dark); color: rgba(255,255,255,.88); font-size: 13px; }
.topbar .container { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar a:hover, .topbar a:focus { color: #fff; text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 8px 24px rgba(6,42,95,.04); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 260px; }
.brand img { width: 64px; height: 64px; object-fit: contain; border-radius: 8px; }
.brand-title { font-family: Montserrat, Arial, sans-serif; font-weight: 900; text-transform: uppercase; color: var(--navy); font-size: 22px; line-height: 1; }
.brand-title span { color: var(--red); }
.brand-subtitle { color: #66758c; font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; margin-top: 5px; }
.nav-toggle { display: none; border: 0; background: var(--navy); color: #fff; padding: 10px 13px; border-radius: 5px; font-weight: 900; cursor: pointer; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { padding: 12px 9px; color: var(--navy); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .2px; border-radius: 4px; }
.main-nav a:hover, .main-nav a:focus { color: var(--red); background: #f7f9fd; outline: none; }
.header-cta { background: var(--red) !important; color: #fff !important; padding: 12px 16px !important; }
.hero { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 48%, rgba(255,255,255,.28) 100%), image-set(url("assets/hero-workers-map.webp") type("image/webp"), url("assets/hero-workers-map-optimized.jpg") type("image/jpeg"), url("assets/hero-workers-map.png") type("image/png")); background-size: cover; background-position: center right; border-bottom: 1px solid var(--line); }
.hero .container { min-height: 570px; display: grid; align-items: center; }
.hero-copy { max-width: 720px; padding: 70px 0; }
.eyebrow { color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: 1.4px; font-size: 12px; margin: 0 0 12px; }
h1, h2, h3 { font-family: Montserrat, Arial, sans-serif; color: var(--navy); line-height: 1.15; }
h1 { font-size: clamp(36px, 5vw, 62px); margin: 0 0 18px; letter-spacing: 0; }
.hero p { color: #33445c; font-size: 18px; max-width: 680px; margin: 0 0 28px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; border: 1px solid transparent; padding: 13px 20px; font-size: 14px; font-weight: 900; cursor: pointer; min-height: 46px; }
.btn.primary { background: var(--red); color: #fff; }
.btn.secondary { background: var(--navy); color: #fff; }
.btn.ghost { background: #fff; color: var(--navy); border-color: var(--line); }
.btn:hover, .btn:focus { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(6,42,95,.14); outline: none; }
.section { padding: 68px 0; }
.section.soft { background: var(--soft); }
.section-head { max-width: 760px; margin: 0 auto 32px; text-align: center; }
.section-head h2 { font-size: clamp(26px, 3vw, 38px); margin: 0 0 12px; }
.section-head p { color: var(--muted); margin: 0; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 24px; box-shadow: 0 10px 30px rgba(6,42,95,.06); }
.card h3 { margin: 0 0 10px; font-size: 19px; }
.card p { color: var(--muted); margin: 0; }
.card ul, .content ul { margin: 12px 0 0; padding-left: 20px; color: var(--muted); }
.card li, .content li { margin: 6px 0; }
.label { display: inline-flex; margin-bottom: 12px; padding: 5px 10px; border-radius: 999px; background: #eef3fb; color: var(--navy); font-size: 12px; font-weight: 900; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.trust-item { background: #fff; padding: 22px; }
.trust-item strong { display: block; color: var(--navy); font-family: Montserrat, Arial, sans-serif; font-size: 18px; margin-bottom: 4px; }
.trust-item span { color: var(--muted); font-size: 14px; }
.process { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 24px; }
.step:before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--red); color: #fff; font-weight: 900; margin-bottom: 14px; }
.cta-band { background: var(--navy); color: #fff; padding: 54px 0; }
.cta-band h2 { color: #fff; margin: 0 0 12px; font-size: clamp(28px, 4vw, 42px); }
.cta-band p { color: #dce7f7; max-width: 720px; margin: 0 0 24px; }
.content { max-width: 920px; margin: auto; }
.content h2 { margin-top: 34px; }
.form-panel { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 28px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
label { display: block; color: var(--navy); font-weight: 900; font-size: 13px; margin-bottom: 6px; }
input, select, textarea { width: 100%; border: 1px solid #cfd8e6; border-radius: 6px; padding: 12px 13px; font: inherit; color: var(--ink); background: #fff; }
textarea { min-height: 118px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(227,6,19,.14); border-color: var(--red); }
.notice { background: #fff7e6; border: 1px solid #f0cf89; color: #5d4210; border-radius: 8px; padding: 18px; }
.footer { background: var(--dark); color: #d9e1ef; padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 26px; }
.footer h3 { color: #fff; margin: 0 0 12px; font-size: 17px; }
.footer p, .footer a { color: #d9e1ef; font-size: 14px; }
.footer a { display: block; margin: 7px 0; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 28px; padding-top: 18px; font-size: 13px; color: #aebbd0; }
.page-hero { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.90)), url("assets/hero-workers-map-optimized.jpg"); background-size: cover; background-position: center right; border-bottom: 1px solid var(--line); }
.page-hero .container { padding: 72px 0; }
.page-hero h1 { max-width: 860px; }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 18px; }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
@media (max-width: 1050px) {
  .nav-toggle { display: inline-flex; }
  .main-nav { position: fixed; top: 126px; left: 0; right: 0; bottom: 0; display: none; flex-direction: column; align-items: stretch; background: #fff; padding: 18px 24px; overflow: auto; border-top: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 10px; border-bottom: 1px solid var(--line); }
  .header-cta { margin-top: 10px; text-align: center; }
  .grid-4, .process { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .topbar .container { justify-content: center; text-align: center; padding: 8px 0; }
  .header-inner { min-height: 78px; }
  .brand { min-width: 0; }
  .brand img { width: 54px; height: 54px; }
  .brand-title { font-size: 18px; }
  .brand-subtitle { font-size: 8px; line-height: 1.25; }
  .main-nav { top: 116px; }
  .hero .container { min-height: auto; }
  .hero-copy { padding: 46px 0; }
  .hero p, .page-hero p { font-size: 16px; }
  .actions .btn { width: 100%; }
  .grid-2, .grid-3, .grid-4, .process, .footer-grid, .form-grid, .trust-strip { grid-template-columns: 1fr; }
  .section { padding: 46px 0; }
}