*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:#10213f;
  background:#ffffff;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
}
.topbar{
  background:#f5f8ff;
  border-bottom:1px solid #dfe7f6;
}
.topbar-inner{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  padding:8px 0;
  color:#405170;
}
.topbar a{
  color:#173d9a;
  font-weight:700;
}
.navbar{
  background:#ffffff;
  border-bottom:1px solid #e7edf8;
  position:sticky;
  top:0;
  z-index:20;
}
.nav-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.brand img{
  width:72px;
  height:72px;
  object-fit:contain;
  padding:6px;
  border-radius:18px;
  border:1px solid #dfe7f6;
  background:#fff;
}
.brand-text{
  display:flex;
  flex-direction:column;
}
.brand-text strong{
  font-size:18px;
}
.brand-text span{
  font-size:14px;
  color:#54657f;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:20px;
  font-weight:700;
  color:#32445f;
}
.menu-toggle{
  display:none;
  border:none;
  background:#173d9a;
  color:#fff;
  border-radius:12px;
  padding:12px 14px;
  font-weight:700;
}
.hero{
  padding:56px 0 40px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}
.hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:center;
}
.eyebrow{
  margin:0 0 10px;
  color:#173d9a;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1.8px;
  font-size:12px;
}
.hero h1{
  margin:0;
  font-size:64px;
  line-height:.95;
}
.hero-text{
  font-size:19px;
  color:#32445f;
  max-width:680px;
}
.hero-boxes{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin:24px 0;
}
.box{
  min-width:220px;
  padding:18px;
  background:#fff;
  border:1px solid #e3eaf8;
  border-radius:22px;
  box-shadow:0 14px 34px rgba(13,40,112,.08);
}
.box span{
  display:block;
  color:#54657f;
  font-size:14px;
  margin-bottom:4px;
}
.actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.btn{
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
}
.btn.primary{
  background:#173d9a;
  color:#fff;
}
.btn.secondary{
  background:#fff;
  color:#173d9a;
  border:1px solid #cfdcf5;
}
.hero-logo-card{
  background:#fff;
  border:1px solid #e3eaf8;
  border-radius:30px;
  box-shadow:0 24px 54px rgba(13,40,112,.10);
  padding:34px;
}
.hero-logo-card img{
  width:min(100%, 360px);
  margin:0 auto;
}
.logo-caption{
  margin-top:22px;
  background:#f8fbff;
  border:1px solid #e4ecfb;
  border-radius:18px;
  padding:16px;
  text-align:center;
}
.logo-caption span{
  display:block;
  color:#54657f;
  margin-top:4px;
}
.section{
  padding:72px 0;
}
.soft{
  background:#f8fbff;
}
.section-title{
  margin-bottom:24px;
}
.section-title.center{
  text-align:center;
}
.section-title h2{
  margin:0;
  font-size:42px;
}
.panel.two-cols,
.contact-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.card,
.contact-card{
  background:#fff;
  border:1px solid #e3eaf8;
  border-radius:28px;
  box-shadow:0 14px 34px rgba(13,40,112,.08);
  padding:26px;
}
.card p{
  margin-top:0;
  font-size:18px;
  color:#32445f;
}
.stats{
  display:grid;
  gap:14px;
}
.stat{
  background:#f8fbff;
  border:1px solid #e4ecfb;
  border-radius:18px;
  padding:18px;
}
.stat span{
  display:block;
  color:#54657f;
  margin-bottom:4px;
}
.services{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.service-card{
  background:#fff;
  border:1px solid #e3eaf8;
  border-radius:24px;
  box-shadow:0 14px 34px rgba(13,40,112,.08);
  padding:24px;
  min-height:190px;
}
.icon{
  width:68px;
  height:68px;
  border-radius:18px;
  background:#eaf1ff;
  color:#173d9a;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:22px;
}
.service-card h3{
  margin:22px 0 0;
  font-size:28px;
}
.contact-copy h2{
  margin:0 0 10px;
  font-size:42px;
}
.contact-copy p{
  margin:6px 0;
  color:#425472;
  font-size:18px;
}
.contact-phone{
  display:block;
  font-size:34px;
  font-weight:800;
  color:#173d9a;
  margin-bottom:22px;
}
.footer{
  background:#fbfcff;
  border-top:1px solid #e6edf8;
}
.footer-inner{
  min-height:100px;
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:16px;
  align-items:center;
  color:#425472;
}
.footer a{
  color:#173d9a;
  font-weight:800;
}
.floating-wa{
  position:fixed;
  right:20px;
  bottom:20px;
  background:#173d9a;
  color:#fff;
  padding:16px 20px;
  border-radius:999px;
  font-weight:800;
  box-shadow:0 18px 40px rgba(23,61,154,.24);
}
@media (max-width: 900px){
  .hero-grid,
  .panel.two-cols,
  .contact-panel,
  .services,
  .footer-inner{
    grid-template-columns:1fr 1fr;
  }
  .services{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width: 720px){
  .menu-toggle{display:block}
  .nav-links{
    display:none;
    position:absolute;
    left:16px;
    right:16px;
    top:86px;
    flex-direction:column;
    align-items:flex-start;
    background:#fff;
    border:1px solid #e3eaf8;
    border-radius:18px;
    padding:18px;
    box-shadow:0 14px 34px rgba(13,40,112,.08);
  }
  .nav-links.show{display:flex}
  .hero-grid,
  .panel.two-cols,
  .contact-panel,
  .services,
  .footer-inner{
    grid-template-columns:1fr;
  }
  .hero h1{
    font-size:44px;
  }
  .section-title h2,
  .contact-copy h2{
    font-size:30px;
  }
  .contact-phone{
    font-size:28px;
  }
}
