
:root{
  --navy:#071d49; --navy2:#0e2f68; --red:#e52e34; --red2:#c82027;
  --ink:#12264d; --text:#596985; --muted:#7d899d; --soft:#f4f7fb;
  --line:#dbe3ee; --white:#fff; --max:1180px; --shadow:0 18px 45px rgba(7,29,73,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.wrap{width:min(var(--max),calc(100% - 48px));margin:auto}
.topbar{background:#082255;color:#fff;font-size:12px}
.topbar .wrap{min-height:34px;display:flex;justify-content:flex-end;align-items:center;gap:26px}
.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:1000}
.header .wrap{min-height:98px;display:flex;align-items:center;gap:36px}
.logo img{width:205px;height:auto}
.nav{margin-left:auto;display:flex;gap:34px;align-items:center}
.nav a{font-size:14px;font-weight:700;color:var(--ink);padding:38px 0 30px;position:relative}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:24px;height:3px;background:var(--red);transition:.2s}
.nav a:hover:after,.nav a.active:after{right:0}
.btn,.openbtn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:7px;border:1px solid var(--navy);background:var(--navy);color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;transition:.2s}
.btn:hover,.openbtn:hover{transform:translateY(-2px);background:var(--navy2)}
.btn.red{background:var(--red);border-color:var(--red)} .btn.red:hover{background:var(--red2)}
.btn.ghost{background:transparent;border-color:rgba(255,255,255,.65);color:#fff}
.btn.ghost:hover{background:#fff;color:var(--navy)}
.hero{min-height:560px;background:linear-gradient(90deg,rgba(3,18,48,.94),rgba(3,18,48,.72) 52%,rgba(3,18,48,.18)),url("hero.jpg?v=2") center / cover no-repeat;color:#fff}
.hero .wrap{min-height:560px;display:flex;align-items:center}
.hero-copy{max-width:670px;padding:70px 0}
.eyebrow{margin:0 0 14px;color:#ff666b;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.hero h1{margin:0;font-size:64px;line-height:1.02;letter-spacing:-.04em}
.hero .lead{margin:24px 0 0;max-width:600px;font-size:18px;color:rgba(255,255,255,.84)}
.hero .buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}

.services{margin-top:-48px;position:relative;z-index:10;padding-bottom:74px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}
.service{padding:30px 28px;min-height:240px;border-right:1px solid var(--line)}
.service:last-child{border-right:0}
.service .icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:20px;margin-bottom:20px}
.service h3{margin:0 0 9px;font-size:18px}
.service p{margin:0;color:var(--text);font-size:14px}
.service a{display:inline-block;margin-top:18px;color:var(--red);font-size:12px;font-weight:900;text-transform:uppercase}

.section{padding:84px 0}
.intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}
.intro-grid h2,.section-head h2{margin:0;font-size:42px;line-height:1.08;letter-spacing:-.025em}
.intro-grid p{color:var(--text);font-size:16px}
.story-image{border-radius:16px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}
.story-image img{width:100%;height:360px;object-fit:cover;border-radius:16px;box-shadow:0 20px 50px rgba(3,18,48,.14)}
.story-image .caption{padding:22px 24px;background:#fff}
.story-image h3{margin:0 0 6px}.story-image p{margin:0}

.proof{
  position:relative;
  overflow:hidden;
  padding:125px 0 90px;
  color:#fff;
  background:
    radial-gradient(circle at 76% 24%,rgba(40,91,160,.20),transparent 32%),
    linear-gradient(125deg,#051735 0%,#08285c 56%,#061837 100%);
}

.proof .wrap{
  position:relative;
  z-index:1;
}

.proof .eyebrow{
  color:#8fc2ff;
  margin-bottom:14px;
}

.proof h2{
  margin:0;
  max-width:980px;
  font-size:42px;
  line-height:1.08;
  letter-spacing:-.025em;
}

.proof-intro{
  max-width:780px;
  margin:20px 0 38px;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.75;
}

.proof-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.proof-card{
  min-height:300px;
  padding:28px 26px 26px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:14px;
  background:linear-gradient(
    180deg,
    rgba(15,49,104,.54),
    rgba(5,23,53,.64)
  );
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 18px 38px rgba(0,0,0,.12);
  transition:.2s ease;
}

.proof-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.38);
}

.proof-top{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:82px;
}

.proof-icon{
  width:64px;
  height:64px;
  flex:0 0 64px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  background:radial-gradient(
    circle at 35% 30%,
    #214d91,
    #0a285c 68%,
    #061c42
  );
  color:#fff;
  font-size:27px;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}

.proof-kicker strong,
.proof-kicker span{
  display:block;
  color:#fff;
  text-transform:uppercase;
}

.proof-kicker strong{
  font-size:27px;
  line-height:1;
}

.proof-kicker span{
  margin-top:6px;
  font-size:18px;
  line-height:1.05;
  font-weight:900;
}

.proof-line{
  position:relative;
  height:1px;
  margin:20px 0 18px;
  background:rgba(255,255,255,.22);
}

.proof-line:before{
  content:"";
  position:absolute;
  left:0;
  top:-1px;
  width:58px;
  height:3px;
  border-radius:99px;
  background:#e52e34;
}

.proof-card h3{
  margin:0 0 10px;
  color:#fff;
  font-size:20px;
  line-height:1.2;
}

.proof-card p{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:14px;
  line-height:1.7;
}

.jobs-preview{
  padding:92px 0 96px;
  background:
    linear-gradient(180deg,#f4f7fb 0%,#eef3f9 100%);
}

.jobs-preview .section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:42px;
}

.jobs-preview .section-head h2{
  margin:0;
  font-size:42px;
  line-height:1.08;
  letter-spacing:-.025em;
  color:var(--ink);
}

.jobs-preview .section-head p{
  margin:10px 0 0;
  max-width:680px;
  color:var(--text);
  font-size:16px;
}

.job-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.job-card{
  position:relative;
  overflow:hidden;
  min-height:235px;
  display:flex;
  flex-direction:column;
  padding:32px 30px 28px;
  background:#fff;
  border:1px solid #d7e0ec;
  border-radius:14px;
  box-shadow:0 10px 28px rgba(7,29,73,.06);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.job-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:4px;
  background:linear-gradient(
    90deg,
    #e52e34 0 72px,
    #071d49 72px 100%
  );
}

.job-card:hover{
  transform:translateY(-5px);
  border-color:#bccbde;
  box-shadow:0 22px 42px rgba(7,29,73,.12);
}

.job-tag{
  margin:8px 0 16px;
  color:#657894;
  font-size:11px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.job-card h3{
  margin:0 0 18px;
  color:#071d49;
  font-size:22px;
  line-height:1.32;
  letter-spacing:-.01em;
}

.job-card p{
  margin:5px 0;
  color:#657894;
  font-size:14px;
}

.job-card .applylink{
  display:inline-flex;
  align-items:center;
  margin-top:auto;
  padding-top:24px;
  color:#e52e34;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  transition:.2s ease;
}

.job-card .applylink:hover{
  color:#071d49;
  transform:translateX(3px);
}

/* When only one live vacancy is showing */
.job-grid:has(> .job-card:only-child){
  grid-template-columns:minmax(0,760px);
}

/* When two vacancies are showing */
.job-grid:has(> .job-card:nth-child(2):last-child){
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:900px;
}

.cta{padding:54px 0 84px;background:#fff}
.cta-box{min-height:180px;border-radius:16px;padding:34px 40px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(90deg,rgba(4,23,59,.97),rgba(4,23,59,.82)),url("hero.jpg") right center/cover no-repeat;box-shadow:var(--shadow)}
.cta-box h2{margin:0;font-size:30px}.cta-box p{margin:6px 0 0;color:rgba(255,255,255,.76)}

.footer{background:linear-gradient(135deg,#051632,#082252);color:#fff;padding:58px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.05fr .8fr 1.25fr;gap:70px}
.footer-logo{width:170px;height:auto;margin-bottom:18px;background:#fff;padding:8px;border-radius:6px}
.footer-brand p,.footer-contact p{color:rgba(255,255,255,.74);font-size:14px}
.footer-col h3,.footer-contact h3{font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 16px}
.footer-col a{display:flex;justify-content:space-between;align-items:center;min-height:42px;border-bottom:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.8);font-size:14px}
.footer-bottom{margin-top:38px;padding-top:22px;border-top:1px solid rgba(255,255,255,.15);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;color:rgba(255,255,255,.7);font-size:12px}
.recruiter-login{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:0 20px;
  border:1px solid #e52e34;
  border-radius:7px;
  background:rgba(255,255,255,.02);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
  transition:.2s ease;
}

.recruiter-login:hover{
  background:#e52e34;
  border-color:#e52e34;
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(229,46,52,.22);
}

@media(max-width:1000px){
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .service:nth-child(2){border-right:0}
  .service:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .intro-grid{grid-template-columns:1fr}
  .job-grid{grid-template-columns:repeat(2,1fr)}
  .stats{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-contact{grid-column:1/-1}
}
@media(max-width:760px){
  .wrap{width:min(var(--max),calc(100% - 28px))}
  .topbar{display:none}
  .header .wrap{min-height:80px;flex-wrap:wrap;padding:10px 0}
  .logo img{width:165px}.openbtn{margin-left:auto}
  .nav{order:3;width:100%;overflow:auto;border-top:1px solid var(--line);gap:22px}
  .nav a{padding:14px 0;white-space:nowrap}.nav a:after{bottom:6px}
  .hero,.hero .wrap{min-height:500px}.hero h1{font-size:44px}
  .service-grid{grid-template-columns:1fr}.service{border-right:0!important;border-bottom:1px solid var(--line)}
  .job-grid,.stats{grid-template-columns:1fr}
  .section-head,.cta-box{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr}.footer-contact{grid-column:auto}
  .footer-bottom{grid-template-columns:1fr;text-align:left}.footer-bottom .copyright{text-align:left}
}
.footer-bottom .links{
  display:flex;
  align-items:center;
  gap:24px;
}/* =========================
   ABOUT PAGE
   ========================= */

.about-hero{
  padding:92px 0 84px;
  background:linear-gradient(180deg,#f7f9fc 0%,#ffffff 100%);
}

.about-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:58px;
  align-items:center;
}

.about-hero-copy h1{
  margin:0;
  font-size:54px;
  line-height:1.05;
  letter-spacing:-.035em;
  color:var(--ink);
}

.about-lead{
  margin:24px 0 14px;
  max-width:640px;
  color:#34496e;
  font-size:19px;
  line-height:1.7;
}

.about-hero-copy > p:not(.eyebrow):not(.about-lead){
  color:var(--text);
  font-size:16px;
  max-width:640px;
}

.about-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}

.about-outline{
  background:#fff;
  color:var(--navy);
  border-color:var(--navy);
}

.about-outline:hover{
  background:var(--navy);
  color:#fff;
}

.about-hero-image{
  overflow:hidden;
  border-radius:18px;
  box-shadow:0 24px 55px rgba(7,29,73,.14);
}

.about-hero-image img{
  width:100%;
  height:430px;
  object-fit:cover;
}


/* STORY */

.about-story{
  padding:92px 0;
  background:#fff;
}

.about-story-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  align-items:start;
}

.about-story h2{
  margin:0;
  font-size:40px;
  line-height:1.12;
  letter-spacing:-.025em;
}

.about-story-copy p{
  margin:0 0 18px;
  color:var(--text);
  font-size:16px;
  line-height:1.8;
}


/* CREDIBILITY STRIP */

.about-proof{
  padding:0 0 92px;
  background:#fff;
}

.about-proof-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-radius:15px;
  overflow:hidden;
  background:linear-gradient(125deg,#061837,#0a2a61);
  box-shadow:0 18px 42px rgba(7,29,73,.12);
}

.about-proof-item{
  min-height:155px;
  padding:30px 26px;
  border-right:1px solid rgba(255,255,255,.14);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.about-proof-item:last-child{
  border-right:0;
}

.about-proof-item strong{
  display:block;
  color:#fff;
  font-size:31px;
  line-height:1;
}

.about-proof-item span{
  display:block;
  margin-top:12px;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.5;
}


/* APPROACH */

.about-approach{
  padding:92px 0 96px;
  background:#f4f7fb;
}

.about-section-head{
  margin-bottom:38px;
}

.about-section-head h2{
  font-size:42px;
}

.approach-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.approach-card{
  position:relative;
  min-height:270px;
  padding:30px 26px;
  background:#fff;
  border:1px solid #d9e2ee;
  border-radius:14px;
  box-shadow:0 10px 28px rgba(7,29,73,.05);
  transition:.2s ease;
}

.approach-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(7,29,73,.10);
}

.approach-number{
  display:block;
  margin-bottom:26px;
  color:#e52e34;
  font-size:14px;
  font-weight:900;
  letter-spacing:.12em;
}

.approach-card h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:22px;
}

.approach-card p{
  margin:0;
  color:var(--text);
  font-size:14px;
  line-height:1.75;
}


/* VISION & VALUES */

.about-values{
  padding:92px 0 96px;
  background:#fff;
}

.about-vision{
  max-width:850px;
  margin-bottom:42px;
}

.about-vision h2{
  margin:0;
  font-size:42px;
  line-height:1.12;
  letter-spacing:-.025em;
}

.values-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.value-card{
  min-height:245px;
  padding:30px 28px;
  border:1px solid #dbe3ee;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 24px rgba(7,29,73,.05);
}

.value-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-size:21px;
}

.value-card h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:20px;
}

.value-card p{
  margin:0;
  color:var(--text);
  font-size:14px;
  line-height:1.75;
}


/* ABOUT CTA */

.about-cta{
  padding:0 0 88px;
  background:#fff;
}

.about-cta-box{
  min-height:210px;
  padding:40px 44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:38px;
  border-radius:18px;
  color:#fff;
  background:
    linear-gradient(
      90deg,
      rgba(4,23,59,.98),
      rgba(4,23,59,.88)
    ),
    url("hero.jpg?v=2") center/cover no-repeat;
  box-shadow:0 20px 48px rgba(7,29,73,.14);
}

.about-cta-box h2{
  margin:0;
  font-size:32px;
}

.about-cta-box p{
  margin:8px 0 0;
  max-width:680px;
  color:rgba(255,255,255,.76);
}


/* RESPONSIVE ABOUT PAGE */

@media(max-width:1000px){

  .about-hero-grid,
  .about-story-grid{
    grid-template-columns:1fr;
  }

  .about-proof-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .about-proof-item:nth-child(2){
    border-right:0;
  }

  .about-proof-item:nth-child(-n+2){
    border-bottom:1px solid rgba(255,255,255,.14);
  }

  .approach-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .values-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){

  .about-hero{
    padding:66px 0;
  }

  .about-hero-copy h1{
    font-size:42px;
  }

  .about-hero-image img{
    height:320px;
  }

  .about-story,
  .about-approach,
  .about-values{
    padding:68px 0;
  }

  .about-story h2,
  .about-vision h2,
  .about-section-head h2{
    font-size:34px;
  }

  .about-proof-grid,
  .approach-grid{
    grid-template-columns:1fr;
  }

  .about-proof-item{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.14);
  }

  .about-proof-item:last-child{
    border-bottom:0;
  }

  .about-cta-box{
    flex-direction:column;
    align-items:flex-start;
    padding:32px 26px;
  }

  .about-cta-box h2{
    font-size:28px;
  }
}