header{
  height:112px;
  padding:5px 6vw;
  color:var(--navy);
  background:#fffffff2;
  backdrop-filter:blur(10px);
  border-bottom:1px solid #dbe4e6;
}
.brand.official{
  width:104px;
  height:102px;
  overflow:visible;
  display:block;
}
.brand.official img{
  position:static;
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
header .outline{border-color:#0d4c7d66}
.footer-logo{
  width:190px!important;
  height:184px!important;
  background:#fff;
  border-radius:12px;
  padding:10px;
}
.footer-logo img{
  position:static!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
.contact-actions{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:80;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.contact-actions a{
  width:54px;
  height:54px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  box-shadow:0 10px 28px #071e2e45;
  font-weight:800;
  transition:transform .2s ease,box-shadow .2s ease;
}
.contact-actions a:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 32px #071e2e55;
}
.contact-email{background:#0d4c7d;font-size:24px}
.contact-whatsapp{background:#25d366;font-size:13px}
@media(max-width:600px){
  .contact-actions{right:14px;bottom:14px}
  .contact-actions a{width:50px;height:50px}
}
