:root {
  --fullbond-navy: #0b3153;
  --fullbond-gold: #d8a12d;
}

main { min-height: 55vh; }
.flash-container { padding-top: 96px; margin-bottom: -72px; position: relative; z-index: 5; }
.hero-carousel .hero-section { background-position: center; background-size: cover; }
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next { width: 7%; }
.blog-card-image { aspect-ratio: 16 / 9; object-fit: cover; }
.footer-links li { margin-bottom: .45rem; }
.footer-links a, .site-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.footer-links a:hover, .site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-rule { border-color: rgba(255,255,255,.18); margin: 2rem 0 1rem; }
.design-credit { font-size: .76rem; opacity: .82; letter-spacing: .02em; }
.footer-social a { display: inline-flex; width: 2rem; height: 2rem; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; margin-right: .4rem; }
.whatsapp-float { position: fixed; z-index: 1040; right: 1.2rem; bottom: 1.2rem; width: 3.5rem; height: 3.5rem; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; font-size: 1.8rem; box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.22); text-decoration: none; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); color: #fff; }
.consent-banner { position: fixed; z-index: 1050; left: 1rem; right: 1rem; bottom: 1rem; max-width: 920px; margin: auto; padding: .85rem 1rem; border-radius: .75rem; background: #0b3153; color: #fff; box-shadow: 0 .6rem 2rem rgba(0,0,0,.25); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.contact-form .visually-hidden input { position: absolute; left: -9999px; }
@media (max-width: 767.98px) {
  .consent-banner { display: block; bottom: .5rem; }
  .whatsapp-float { right: .8rem; bottom: .8rem; }
}
