:root{
  --navy:#0F2942;
  --navy2:#153852;
  --red:#E30016;
  --light:#ffffff;
  --soft:#f6f8fb;
  --text:#20303a;
  --muted:#687985;
  --border:#dce4ea;
  --shadow:0 20px 45px rgba(15,41,66,.12);
  --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);line-height:1.65;background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1140px,92%);margin:0 auto}
.topbar{background:var(--navy);color:#e8eef3;font-size:.88rem;padding:.45rem 0}
.topbar-inner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:50}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.brand img{height:68px;width:auto}
.navlinks{display:flex;align-items:center;gap:1.05rem;font-size:.95rem;font-weight:700;color:var(--navy)}
.navlinks a:hover{color:var(--red)}
.mobile-toggle{display:none;border:0;background:none;font-size:1.9rem;color:var(--navy)}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--red);color:#fff;padding:.85rem 1.25rem;font-weight:800;border:1px solid var(--red);box-shadow:0 10px 24px rgba(227,0,22,.18);cursor:pointer}
.btn:hover{background:var(--navy);border-color:var(--navy);transform:translateY(-1px)}
.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.45);box-shadow:none}
.btn-outline:hover{background:#fff;color:var(--navy)}
.btn-small{padding:.65rem 1rem;font-size:.9rem;color:#fff!important}
.hero{position:relative;overflow:hidden;padding:96px 0;background:
  radial-gradient(circle at 80% 20%,rgba(227,0,22,.14),transparent 32%),
  linear-gradient(125deg,rgba(15,41,66,.98),rgba(21,56,82,.92));
color:#fff}
.hero:after{content:"";position:absolute;right:-110px;bottom:-160px;width:520px;height:520px;border-radius:50%;border:42px solid rgba(255,255,255,.08)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center;position:relative;z-index:2}
.kicker{display:inline-flex;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:.38rem .8rem;font-weight:900;color:#fff;font-size:.86rem}
h1{font-size:clamp(2.4rem,5vw,4.8rem);line-height:1.04;margin:1rem 0;letter-spacing:-.045em}
.hero p{font-size:1.14rem;color:#e8eef3;max-width:760px;margin:0 0 1.4rem}
.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1.5rem}
.hero-panel{background:#fff;color:var(--text);padding:1.6rem;border-radius:28px;box-shadow:0 28px 80px rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.3)}
.hero-panel img{height:180px;width:auto;margin:0 auto 1rem}
.hero-panel h2{font-size:1.45rem;line-height:1.25;color:var(--navy);text-align:center;margin:.5rem 0}
.hero-panel p{text-align:center;color:var(--muted);font-size:1rem;margin:0}
.metrics{margin-top:-34px;position:relative;z-index:5}
.metrics-grid{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.metrics-grid div{padding:1.25rem;text-align:center;border-right:1px solid var(--border)}
.metrics-grid div:last-child{border-right:0}
.metrics strong{display:block;color:var(--navy);font-size:1.25rem}
.metrics span{display:block;color:var(--muted);font-weight:650;font-size:.9rem}
.section{padding:84px 0}
.section-alt{background:var(--soft)}
.section-title{max-width:790px;margin:0 auto 2.5rem;text-align:center}
.eyebrow{display:block;text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;color:var(--red);font-weight:900;margin-bottom:.4rem}
h2{font-size:clamp(1.85rem,3.5vw,3.1rem);line-height:1.15;margin:.2rem 0 .9rem;color:var(--navy);letter-spacing:-.035em}
.section-title p,.two-col p,.contact-section p{color:var(--muted);font-size:1.04rem}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2.3rem;align-items:start}
.trust-card,.capability-box,.service-card,.regions article,.insights-grid article{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 26px rgba(15,41,66,.06)}
.trust-card,.capability-box{padding:1.5rem}
.trust-card h3,.capability-box h3{color:var(--navy);margin-top:0}
.trust-card ul,.capability-box ul{padding-left:1.2rem;margin-bottom:0;color:var(--muted)}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem}
.service-card{padding:1.3rem;transition:.2s}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#fff0f2;color:var(--red);font-size:1.55rem;margin-bottom:.9rem}
.service-card h3{color:var(--navy);line-height:1.25;margin:.3rem 0 .6rem}
.service-card p{color:var(--muted);margin:0}
.regions{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.regions article{padding:1.2rem}
.regions h3{color:var(--navy);margin-top:0}
.regions p{color:var(--muted)}
.experience-note{margin-top:1.2rem;background:#fff;border-left:4px solid var(--red);box-shadow:0 8px 26px rgba(15,41,66,.06);border-radius:14px;padding:1.1rem;color:var(--muted)}
.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.insights-grid article{padding:1.2rem}
.insights-grid span{color:var(--red);font-weight:900;text-transform:uppercase;font-size:.75rem;letter-spacing:.12em}
.insights-grid h3{color:var(--navy);line-height:1.25}
.form{display:grid;gap:.9rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.3rem}
.form label{font-weight:750;color:var(--navy)}
.form input,.form textarea{margin-top:.35rem;width:100%;border:1px solid var(--border);border-radius:12px;padding:.85rem;font:inherit;color:var(--text)}
.form textarea{min-height:120px}
.form-note{font-size:.88rem;color:var(--muted);margin:0}
.contact-section{background:linear-gradient(135deg,#fff,#f7f9fb)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:2.4rem;align-items:start}
.contact-list{display:grid;gap:.75rem;margin-top:1.2rem}
.contact-list a,.contact-list span{background:#fff;border:1px solid var(--border);border-radius:14px;padding:.85rem 1rem;font-weight:800;color:var(--navy)}
.footer{background:#081f33;color:#d6e0e8;padding:50px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr 1fr;gap:1.5rem}
.footer-logo{height:86px;width:auto;margin-bottom:.8rem;filter:drop-shadow(0 8px 20px rgba(0,0,0,.18))}
.footer h4{color:#fff;margin-top:0}
.footer a,.footer span{display:block;color:#d6e0e8;margin:.35rem 0}
.footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:1.8rem;padding-top:1rem;color:#aebfca;font-size:.9rem}
@media(max-width:980px){
  .mobile-toggle{display:block}
  .navlinks{display:none;position:absolute;top:84px;left:0;right:0;background:#fff;padding:1rem 4%;border-bottom:1px solid var(--border);flex-direction:column;align-items:flex-start}
  .navlinks.show{display:flex}
  .hero-grid,.two-col,.contact-grid{grid-template-columns:1fr}
  .metrics-grid,.services-grid,.regions,.insights-grid,.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .topbar-inner{display:block}
  .nav{height:74px}
  .brand img{height:54px}
  .navlinks{top:74px}
  .metrics-grid,.services-grid,.regions,.insights-grid,.footer-grid{grid-template-columns:1fr}
  .metrics-grid div{border-right:0;border-bottom:1px solid var(--border)}
  .hero{padding:70px 0}
  .hero-actions .btn{width:100%}
  .hero-panel img{height:140px}
}
