body{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:#f6f8fb;
  color:#142033;
}

.navbar-glass{
  background:linear-gradient(135deg,#0f3f63,#163d5a);
  box-shadow:0 8px 30px rgba(0,0,0,.14);
}

.brand-logo{
  height:42px;
  width:auto;
  object-fit:contain;
  background:#fff;
  border-radius:8px;
  padding:4px;
}

.navbar .nav-link{
  color:#dbe8f3 !important;
}

.navbar .nav-link.active,
.navbar .nav-link:hover{
  color:#fff !important;
}

.hero,
.page-hero{
  background:linear-gradient(180deg,#ffffff 0%,#eef5fb 100%);
}

.hero{
  border-bottom:1px solid rgba(0,0,0,.05);
}

.hero-logo{
  max-width:340px;
  width:min(70vw,340px);
  height:auto;
}

.page-logo{
  max-width:180px;
  width:min(40vw,180px);
  height:auto;
}

.hero-text{
  max-width:760px;
}

.info-card,
.service-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  box-shadow:0 10px 30px rgba(15,23,42,.05);
}

.service-card{
  transition:transform .2s ease, box-shadow .2s ease;
}

.service-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 34px rgba(15,23,42,.09);
}

.site-footer{
  background:#0f3f63;
  color:#fff;
}

.site-footer a{
  color:#fff;
  text-decoration:none;
}