.brand-logo img {
  display: block;
  width: 74px;
  height: 64px;
  object-fit: contain;
  border-radius: 14px;
}

.brand-name {
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .14em;
}

.footer-logo img {
  width: 92px;
  height: 80px;
  border-radius: 18px;
}

.logo-core {
  overflow: hidden;
  background: #0b55b5;
}

.logo-core img {
  width: 108px;
  height: 108px;
  object-fit: cover;
  border-radius: 22px;
}

@media (max-width: 480px) {
  .brand-name {
    font-size: 13px;
    letter-spacing: .1em;
  }
}

.social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 8px 12px;
  color: #b8c4d9 !important;
  transition: .2s ease;
}

.social-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.instagram-icon rect,
.instagram-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.instagram-icon .fill-dot,
.facebook-icon path,
.whatsapp-icon path {
  fill: currentColor;
  stroke: none;
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-links a:hover {
  border-color: #35d4ff;
  color: #ffffff !important;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #06140b;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 35px rgba(37,211,102,.35);
}

.whatsapp-float:hover {
  transform: translateY(-3px);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: #06140b;
}
