
:root{
  --navy:#0b3a6f;
  --navy-2:#08284b;
  --red:#e31837;
  --cyan:#16b4ea;
  --soft:#f6f9fd;
  --line:#e4ebf2;
  --text:#1f2a37;
  --muted:#667085;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#fff;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px, calc(100% - 36px)); margin:0 auto}
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(10px);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  gap:24px; min-height:84px;
}
.brand img{width:96px; height:auto}
.menu{display:flex; align-items:center; gap:28px; font-weight:700}
.menu a:hover{color:var(--red)}
.nav-btn{
  background:var(--navy);
  color:#fff !important;
  padding:12px 18px;
  border-radius:10px;
}
.menu-toggle{
  display:none;
  border:0;
  background:none;
  font-size:30px;
  cursor:pointer;
}
.hero{
  background:
    radial-gradient(circle at 85% 20%, rgba(22,180,234,.14), transparent 24%),
    radial-gradient(circle at 15% 80%, rgba(227,24,55,.10), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 55%, #edf4fb 100%);
  padding:74px 0 84px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.02fr .98fr;
  gap:64px;
  align-items:center;
}
.eyebrow{
  font-size:13px;
  font-weight:900;
  letter-spacing:.16em;
  color:var(--red);
  margin-bottom:14px;
}
.light-eyebrow{color:#fff; opacity:.8}
h1,h2,h3{
  margin:0;
  font-family:Impact, Arial Black, Arial, sans-serif;
  color:var(--navy-2);
  letter-spacing:.01em;
}
h1{
  font-size:clamp(56px, 7vw, 90px);
  line-height:.92;
}
h1 span{color:var(--red)}
.hero-copy p{
  font-size:21px;
  line-height:1.55;
  color:#4a5565;
  margin:24px 0 28px;
  max-width:620px;
}
.hero-image img{
  border-radius:24px;
  box-shadow:0 18px 55px rgba(10,39,71,.12);
}
.hero-actions{
  display:flex; gap:14px; flex-wrap:wrap;
}
.btn{
  display:inline-flex;
  align-items:center; justify-content:center;
  padding:14px 22px;
  border-radius:11px;
  font-weight:800;
  cursor:pointer;
  transition:.2s;
}
.btn:hover{transform:translateY(-1px)}
.btn-red{background:var(--red); color:#fff; border:0}
.btn-outline{border:1px solid #cdd8e3; background:#fff; color:var(--navy)}
.btn-white{background:#fff; color:var(--navy)}
.hero-points{
  display:flex; gap:18px; flex-wrap:wrap;
  margin-top:24px;
  color:#576476; font-weight:700; font-size:15px;
}
.contact-bar{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#fff;
}
.contact-bar-grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
}
.contact-bar-grid a{
  padding:22px 18px;
  border-right:1px solid var(--line);
}
.contact-bar-grid a:last-child{border-right:0}
.contact-bar-grid strong,
.contact-bar-grid span{display:block}
.contact-bar-grid strong{
  color:var(--navy);
  font-size:19px;
}
.contact-bar-grid span{
  color:var(--muted);
  margin-top:4px;
}
.section{padding:88px 0}
.section-head{
  max-width:760px;
  margin-bottom:40px;
}
.section-head.center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.section-head h2{
  font-size:clamp(38px,5vw,58px);
  line-height:1;
}
.section-head p{
  font-size:19px;
  color:var(--muted);
  margin-top:14px;
  line-height:1.55;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(11,58,111,.05);
}
.service-card img{
  width:100%;
  aspect-ratio: 3 / 2;
  object-fit:cover;
  background:#f8fbff;
}
.service-copy{padding:24px}
.service-copy h3{font-size:30px}
.service-copy p{
  color:var(--muted);
  line-height:1.6;
  font-size:17px;
  margin-top:10px;
}
.section-dark{
  background:var(--navy-2);
  color:#fff;
}
.section-dark h2{color:#fff}
.section-dark p{color:rgba(255,255,255,.78)}
.two-col{
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap:58px;
  align-items:center;
}
.pill-grid{
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:14px;
  margin-top:30px;
}
.pill-grid span{
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  padding:16px 18px;
  background:rgba(255,255,255,.05);
  font-weight:800;
}
.two-col-image img{
  border-radius:22px;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
}
.step-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.step-card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:26px;
}
.step-card b{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-size:20px;
  margin-bottom:18px;
}
.step-card h3{font-size:25px}
.step-card p{
  margin-top:10px;
  color:var(--muted);
  line-height:1.55;
}
.banner-cta{
  background:linear-gradient(90deg, var(--red), #c30f2c);
  color:#fff;
  padding:48px 0;
}
.banner-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
}
.banner-cta h2{
  color:#fff;
  font-size:46px;
}
.section-light{background:var(--soft)}
.quote-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:start;
}
.quote-copy h2{
  font-size:52px;
  line-height:1;
}
.quote-copy p{
  font-size:19px;
  line-height:1.6;
  color:var(--muted);
  margin-top:14px;
}
.contact-box{
  margin-top:28px;
  background:#fff;
  border-left:4px solid var(--red);
  padding:18px 20px;
}
.contact-box strong,
.contact-box span{display:block}
.contact-box span{
  color:var(--muted);
  margin-top:5px;
}
.quote-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:28px;
  box-shadow:0 16px 38px rgba(11,58,111,.07);
}
.quote-form label{
  display:block;
  font-weight:800;
  color:var(--navy);
  margin-bottom:14px;
}
.quote-form input,
.quote-form select,
.quote-form textarea{
  width:100%;
  margin-top:7px;
  padding:13px 14px;
  border:1px solid #cfd9e4;
  border-radius:10px;
  font:inherit;
  color:var(--text);
  background:#fff;
}
.quote-form textarea{resize:vertical}
.two-inputs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.form-note{
  font-size:13px;
  color:#6b7786;
  line-height:1.45;
}
.contact-cards{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:18px;
}
.contact-card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:26px;
  background:#fff;
  box-shadow:0 10px 24px rgba(11,58,111,.04);
}
.contact-card h3{
  color:var(--navy);
  font-size:28px;
}
.contact-card p{
  color:var(--muted);
  font-size:18px;
  margin-top:8px;
}
.site-footer{
  background:#061e38;
  color:#fff;
  padding:46px 0 22px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr;
  gap:28px;
}
.footer-brand img{
  width:114px;
  background:#fff;
  border-radius:10px;
  padding:6px;
}
.footer-brand p{
  opacity:.75;
}
.footer-grid strong,
.footer-grid span{
  display:block;
}
.footer-grid strong{
  margin-bottom:10px;
}
.footer-grid span{
  opacity:.72;
  margin:4px 0;
}
.footer-bottom{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  opacity:.55;
  font-size:13px;
}
@media (max-width: 940px){
  .hero-grid,
  .two-col,
  .quote-grid{grid-template-columns:1fr}
  .service-grid,
  .step-grid,
  .contact-cards{grid-template-columns:repeat(2,1fr)}
  .banner-cta-inner{flex-direction:column; align-items:flex-start}
}
@media (max-width: 720px){
  .menu-toggle{display:block}
  .menu{
    display:none;
    position:absolute;
    top:84px; left:0; right:0;
    background:#fff;
    border-bottom:1px solid var(--line);
    padding:20px;
    flex-direction:column;
    align-items:stretch;
  }
  .menu.open{display:flex}
  .service-grid,
  .step-grid,
  .contact-cards,
  .pill-grid,
  .two-inputs,
  .contact-bar-grid,
  .footer-grid{grid-template-columns:1fr}
  .contact-bar-grid a{border-right:0; border-bottom:1px solid var(--line)}
  .contact-bar-grid a:last-child{border-bottom:0}
  .section{padding:68px 0}
  .hero{padding:54px 0 62px}
  .hero-copy p{font-size:18px}
  .banner-cta h2,
  .quote-copy h2{font-size:38px}
}
