:root{
  --blue:#087fe0;
  --blue2:#0792f3;
  --blue3:#0567ce;
  --navy:#082b5d;
  --deep:#06245a;
  --gold:#f1b42a;
  --gold2:#ffd66b;
  --white:#fff;
  --ink:#102b50;
  --muted:#52657b;
  --soft:#f4f8fd;
  --line:#dce7f2;
  --shadow:0 14px 32px rgba(5,90,180,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:#fff;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1220px,92%);margin:0 auto}

/* HEADER */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.98);
  border-bottom:1px solid rgba(8,127,224,.08);
}
.nav{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
}
.brand img{
  width:125px;
  height:74px;
  object-fit:contain;
  background:transparent;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:28px;
  color:#0c4fa6;
  font-size:12px;
  font-weight:800;
}
.nav-links>a,
.services-parent{padding:34px 0 29px}
.nav-links a:hover,
.nav-links .active{color:var(--blue)}
.contact-btn{
  padding:14px 21px!important;
  background:linear-gradient(180deg,var(--gold2),#e5a41f);
  color:#17314d!important;
  border-radius:7px;
}

/* dropdown */
.has-submenu{position:relative;display:flex;align-items:center}
.submenu{
  position:absolute;
  top:69px;
  left:50%;
  transform:translate(-50%,8px);
  min-width:290px;
  padding:8px;
  background:#fff;
  border:1px solid #d8e7f5;
  border-radius:9px;
  box-shadow:0 14px 30px rgba(8,56,120,.18);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.18s ease;
  z-index:9999;
}
.submenu:before{
  content:"";
  position:absolute;
  left:0;right:0;top:-15px;height:15px;
}
.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-50%,0);
}
.submenu a{
  display:block;
  padding:12px 14px;
  border-radius:6px;
  color:#0d4c9b;
  white-space:nowrap;
}
.submenu a:hover{background:#eef7ff;color:#0787e8}

/* HERO */
.hero{
  position:relative;
  overflow:hidden;
  min-height:510px;
  background:
    linear-gradient(90deg,
      rgba(5,104,211,1) 0%,
      rgba(8,127,224,.98) 36%,
      rgba(8,127,224,.78) 53%,
      rgba(4,70,151,.18) 77%,
      rgba(3,44,95,.12) 100%),
    url("hero-local-team-recruitment.jpg") right center/66% 100% no-repeat;
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 23% 35%,rgba(255,255,255,.12),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,44,109,.13));
  pointer-events:none;
}
.hero-inner{
  min-height:510px;
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:45px;
}
.hero-copy{
  width:53%;
  color:#fff;
  padding:52px 0 60px;
}
.eyebrow{
  color:#ffd04c;
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
  margin-bottom:15px;
}
.hero h1{
  margin:0;
  color:#fff;
  font-size:58px;
  line-height:1.02;
  letter-spacing:-.035em;
}
.hero h2{
  margin:13px 0 14px;
  color:#ffce42;
  font-size:25px;
}
.hero-copy>p{
  max-width:590px;
  margin:0 0 25px;
  font-size:17px;
  line-height:1.55;
  color:#f3f9ff;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 23px;
  border-radius:6px;
  font-size:12px;
  font-weight:900;
}
.btn-gold{
  color:#14304e;
  background:linear-gradient(180deg,var(--gold2),#e6a51e);
  box-shadow:0 7px 18px rgba(126,86,0,.23);
}
.btn-outline{
  color:#fff;
  border:2px solid rgba(255,255,255,.86);
  background:rgba(255,255,255,.05);
}
.hero-proof{
  width:310px;
  padding:19px;
  border-radius:15px;
  background:rgba(5,39,94,.92);
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 18px 40px rgba(0,36,89,.23);
  color:#fff;
}
.hero-proof article{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:12px;
  padding:12px 0;
}
.hero-proof article+article{border-top:1px solid rgba(255,255,255,.13)}
.proof-icon{
  width:38px;height:38px;border-radius:50%;
  border:2px solid #f4b526;
  display:grid;place-items:center;
  color:#f7c341;font-size:10px;font-weight:900;
}
.hero-proof strong{display:block;font-size:13px;margin-bottom:4px}
.hero-proof p{margin:0;color:#dcecff;font-size:11px;line-height:1.4}

/* SNAPSHOT */
.snapshot{
  background:#fff;
  border-bottom:1px solid #e5edf5;
  box-shadow:0 8px 24px rgba(4,73,148,.07);
}
.snapshot-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
}
.snapshot article{
  position:relative;
  min-height:128px;
  text-align:center;
  padding:20px 15px;
}
.snapshot article+article:before{
  content:"";
  position:absolute;
  left:0;top:22px;bottom:22px;width:1px;background:var(--line);
}
.snapshot-icon{
  width:45px;height:45px;border-radius:50%;
  display:grid;place-items:center;
  margin:0 auto 9px;
  background:#eef7ff;color:#0661ce;
  font-size:12px;font-weight:900;
}
.snapshot strong{
  display:block;
  color:#0753ba;
  font-size:16px;
  margin-bottom:5px;
}
.snapshot span{
  display:block;
  color:#4c6076;
  font-size:11px;
  line-height:1.35;
}

/* COMMON */
.section{padding:60px 0}
.section-title span{
  display:block;
  color:#d89b17;
  font-size:12px;
  font-weight:900;
  letter-spacing:.045em;
  margin-bottom:7px;
}
.section-title h2{
  margin:0;
  color:#0751b7;
  font-size:30px;
  line-height:1.15;
}
.section-title h2:after{
  content:"";
  display:block;
  width:48px;height:3px;
  margin-top:11px;
  background:var(--gold);
}
.section-title.centered{text-align:center}
.section-title.centered h2:after{margin:11px auto 0}
.section-title.left{text-align:left}

/* POSITIONS */
.positions{
  background:linear-gradient(180deg,#fff,#f7faff);
}
.positions-layout{
  display:grid;
  grid-template-columns:2.5fr 1fr;
  gap:42px;
}
.positions-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:13px;
  margin-top:30px;
}
.positions-grid article{
  min-height:225px;
  padding:24px 14px;
  text-align:center;
  background:#fff;
  border:1px solid #dce6ef;
  border-radius:11px;
  box-shadow:0 6px 18px rgba(5,76,159,.05);
}
.role-icon{
  width:54px;height:54px;border-radius:50%;
  margin:0 auto 12px;
  display:grid;place-items:center;
  color:#fff;font-size:12px;font-weight:900;
  background:linear-gradient(145deg,#0751b5,#078df1);
}
.positions-grid h3{
  margin:0 0 9px;
  color:#074dae;
  font-size:13px;
  line-height:1.28;
}
.positions-grid p{
  margin:0;
  color:#53657a;
  font-size:11px;
  line-height:1.48;
}
.why{
  padding-left:28px;
  border-left:1px solid #d7e3ee;
}
.checklist{
  list-style:none;
  padding:0;margin:24px 0 0;
}
.checklist li{
  position:relative;
  padding-left:27px;
  margin-bottom:15px;
  color:#344c66;
  font-size:12.5px;
  line-height:1.45;
}
.checklist li:before{
  content:"✓";
  position:absolute;
  left:0;top:0;
  width:18px;height:18px;border-radius:50%;
  display:grid;place-items:center;
  background:#075ecb;color:#fff;
  font-size:11px;font-weight:900;
}
.side-cta{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:15px;
  margin-top:28px;
  padding:24px;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(135deg,#06347d,#075fce);
}
.side-icon{
  width:65px;height:65px;border-radius:50%;
  border:2px solid #f3b32a;
  color:#f7c544;
  display:grid;place-items:center;
  font-size:10px;font-weight:900;
}
.side-cta h3{
  color:#ffc837;
  margin:0 0 8px;
  font-size:18px;
}
.side-cta p{
  margin:0 0 17px;
  color:#e1efff;
  font-size:12px;
  line-height:1.45;
}

/* PROCESS */
.process-section{background:#fff}
.process-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
  margin-top:34px;
}
.process-grid article{
  text-align:center;
  position:relative;
}
.process-grid article:not(:last-child):after{
  content:"→";
  position:absolute;
  right:-15px;
  top:17px;
  color:#e7a71d;
  font-size:22px;
  font-weight:900;
}
.step{
  width:42px;height:42px;border-radius:50%;
  display:grid;place-items:center;
  margin:0 auto 11px;
  color:#fff;background:#0754bd;
  font-size:13px;font-weight:900;
}
.process-grid h3{
  margin:0 0 8px;
  color:#0749a7;
  font-size:12px;
  text-transform:uppercase;
  line-height:1.25;
}
.process-grid p{
  margin:0;
  color:#53667c;
  font-size:10.5px;
  line-height:1.45;
}

/* PERFORMANCE */
.performance{
  background:linear-gradient(90deg,#066bd8,#088df0);
  color:#fff;
}
.performance-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:50px;
  align-items:center;
}
.section-title.light span{color:#ffd250}
.section-title.light h2{color:#fff}
.performance-copy>p{
  color:#eaf5ff;
  line-height:1.6;
  font-size:15px;
  margin:20px 0 0;
}
.performance-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.performance-points article{
  min-height:145px;
  padding:22px 17px;
  border-radius:11px;
  background:rgba(5,52,126,.52);
  border:1px solid rgba(255,255,255,.2);
  text-align:center;
}
.performance-points strong{
  display:block;
  color:#ffd14b;
  font-size:18px;
  margin-bottom:10px;
}
.performance-points span{
  font-size:11px;
  line-height:1.42;
  color:#eef7ff;
}

/* DISCOVERY */
.discovery{background:#f7fafd}
.discovery-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:60px;
  align-items:center;
}
.discovery-grid>div>p{
  color:#445c74;
  font-size:15px;
  line-height:1.65;
  margin-top:20px;
}
.discovery-card{
  background:#fff;
  border:1px solid #e0e9f2;
  border-radius:13px;
  padding:27px;
  box-shadow:var(--shadow);
}
.discovery-card h3{
  margin:0 0 16px;
  color:#0752b7;
  font-size:20px;
}
.discovery-card ul{margin:0;padding-left:20px}
.discovery-card li{
  color:#455c74;
  margin-bottom:9px;
  font-size:12.5px;
}

/* CTA */
.cta{
  background:linear-gradient(90deg,#0755bf,#0788ec);
  color:#fff;
  padding:25px 0;
}
.cta-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
}
.cta h2{margin:0 0 5px;font-size:25px}
.cta p{margin:0;color:#e5f2ff;font-size:13px}

/* FOOTER */
.footer{
  background:#063a8b;
  color:#fff;
  padding-top:34px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.35fr .72fr 1.08fr .75fr;
  gap:34px;
}
.footer-brand img{
  width:118px;height:90px;
  object-fit:contain;
  background:transparent;
}
.footer-brand p{
  max-width:235px;
  color:#dcecff;
  font-size:11px;
  line-height:1.5;
}
.footer h3{font-size:13px;margin:6px 0 10px}
.footer a,.footer span{
  display:block;
  color:#e9f3ff;
  font-size:10.5px;
  line-height:1.65;
}
.footer a:hover{color:#ffd047}
.copyright{
  text-align:center;
  margin-top:25px;
  padding:15px 0;
  border-top:1px solid rgba(255,255,255,.17);
  color:#d9eaff;
  font-size:10px;
}

/* RESPONSIVE */
@media(max-width:1050px){
  .nav-links{gap:16px}
  .hero-copy{width:58%}
  .hero h1{font-size:48px}
  .hero-proof{width:285px}
  .snapshot-grid{grid-template-columns:repeat(3,1fr)}
  .positions-layout{grid-template-columns:1fr}
  .why{border-left:0;padding-left:0}
  .positions-grid{grid-template-columns:repeat(3,1fr)}
  .process-grid{grid-template-columns:repeat(3,1fr);gap:28px}
  .process-grid article:after{display:none}
  .performance-grid,.discovery-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .nav{min-height:72px}
  .brand img{width:100px;height:62px}
  .nav-links>a:not(.contact-btn),
  .nav-links .has-submenu{display:none}
  .hero{
    min-height:auto;
    background:
      linear-gradient(180deg,#087fe0 0%,rgba(8,127,224,.95) 55%,rgba(6,82,176,.56) 100%),
      url("hero-local-team-recruitment.jpg") center bottom/cover no-repeat;
  }
  .hero-inner{
    min-height:auto;
    display:block;
    padding:45px 0 35px;
  }
  .hero-copy{width:100%;padding:0}
  .hero h1{font-size:42px}
  .hero h2{font-size:21px}
  .hero-proof{
    width:100%;
    margin-top:30px;
    background:rgba(5,39,94,.86);
  }
  .snapshot-grid{grid-template-columns:1fr 1fr}
  .positions-grid{grid-template-columns:1fr 1fr}
  .process-grid{grid-template-columns:1fr 1fr}
  .performance-points{grid-template-columns:1fr}
  .cta-inner{flex-direction:column;align-items:flex-start}
}
@media(max-width:520px){
  .hero h1{font-size:35px}
  .snapshot-grid,
  .positions-grid,
  .process-grid,
  .footer-grid{grid-template-columns:1fr}
  .snapshot article+article:before{display:none}
}
