
:root{
  --v8-footer-bg:#1f252c;
  --v8-footer-panel:#ffffff;
  --v8-footer-text:#f4f1ea;
  --v8-footer-muted:#d9d4ca;
  --v8-footer-link:#efe7d8;
  --v8-footer-accent:#c9bfaa;
  --v8-footer-dark:#1b1f24;
  --v8-wa:#25D366;
}
.site-premium-footer{
  display:block !important;
  width:100% !important;
  background:linear-gradient(135deg,#1f252c 0%, #242c35 60%, #1b2027 100%) !important;
  color:var(--v8-footer-text) !important;
  padding:44px 0 34px !important;
  margin:64px 0 0 !important;
  clear:both !important;
  position:relative !important;
  z-index:20 !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 -12px 30px rgba(0,0,0,.12) inset !important;
}
.site-premium-footer *,
.site-premium-footer *::before,
.site-premium-footer *::after{box-sizing:border-box !important;}
.site-premium-footer .footer-shell{
  width:min(1180px,calc(100% - 32px)) !important;
  margin:0 auto !important;
}
.site-premium-footer .footer-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(290px,.92fr) minmax(0,1.05fr) !important;
  gap:28px !important;
  align-items:start !important;
}
.site-premium-footer .footer-title,
.site-premium-footer .newsletter-title{
  display:block !important;
  margin:0 0 12px !important;
  font-family:MonserratBold,Monserrat,Arial,sans-serif !important;
  font-size:1.15rem !important;
  font-weight:700 !important;
  letter-spacing:.01em !important;
  color:#fff !important;
}
.site-premium-footer .footer-text,
.site-premium-footer .newsletter-text{
  margin:0 0 16px !important;
  color:var(--v8-footer-muted) !important;
  font-size:1rem !important;
  line-height:1.75 !important;
  max-width:38rem !important;
}
.site-premium-footer .footer-links{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px 14px !important;
  margin:0 0 16px !important;
}
.site-premium-footer .footer-link{
  color:var(--v8-footer-link) !important;
  text-decoration:none !important;
  font-weight:600 !important;
  border-bottom:1px solid transparent !important;
}
.site-premium-footer .footer-link:hover{border-color:currentColor !important;color:#fff !important;}
.site-premium-footer .footer-socials{
  display:flex !important;
  gap:12px !important;
  align-items:center !important;
}
.site-premium-footer .footer-socials a{
  width:42px !important;
  height:42px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:50% !important;
  color:#fff !important;
  background:rgba(255,255,255,.02) !important;
  transition:transform .18s ease, background .18s ease, border-color .18s ease !important;
  text-decoration:none !important;
}
.site-premium-footer .footer-socials a:hover{
  transform:translateY(-2px) !important;
  background:rgba(255,255,255,.08) !important;
  border-color:rgba(255,255,255,.3) !important;
}
.site-premium-footer .footer-socials svg{width:19px !important;height:19px !important;fill:currentColor !important;display:block !important;}
.site-premium-footer .footer-cta{display:block !important;}
.site-premium-footer .footer-cta-card{
  display:block !important;
  background:var(--v8-footer-panel) !important;
  color:#20252c !important;
  border-radius:22px !important;
  padding:24px 24px 22px !important;
  box-shadow:0 20px 44px rgba(0,0,0,.18) !important;
  border:1px solid rgba(0,0,0,.05) !important;
}
.site-premium-footer .cta-eyebrow{
  display:inline-block !important;
  margin:0 0 8px !important;
  color:#6f675b !important;
  font-size:.84rem !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
}
.site-premium-footer .footer-cta-card h3{
  margin:0 0 10px !important;
  font-family:MonserratBold,Monserrat,Arial,sans-serif !important;
  font-size:1.7rem !important;
  line-height:1.15 !important;
  color:#1f252c !important;
}
.site-premium-footer .footer-cta-card p{
  margin:0 0 18px !important;
  color:#485160 !important;
  font-size:1rem !important;
  line-height:1.65 !important;
}
.site-premium-footer .footer-cta-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:46px !important;
  padding:12px 20px !important;
  border-radius:999px !important;
  background:#1f252c !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:700 !important;
  box-shadow:none !important;
}
.site-premium-footer .footer-cta-btn:hover{background:#15191e !important;color:#fff !important;}
.site-premium-footer .newsletter-group{
  display:flex !important;
  align-items:stretch !important;
  gap:0 !important;
  width:100% !important;
  margin:0 0 14px !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:14px !important;
  overflow:hidden !important;
  background:rgba(255,255,255,.98) !important;
}
.site-premium-footer .newsletter-input{
  flex:1 1 auto !important;
  min-width:0 !important;
  border:0 !important;
  outline:none !important;
  padding:15px 16px !important;
  background:#fff !important;
  color:#222 !important;
  font-size:1rem !important;
  box-shadow:none !important;
}
.site-premium-footer .newsletter-btn{
  flex:0 0 auto !important;
  border:0 !important;
  padding:0 22px !important;
  background:var(--v8-footer-dark) !important;
  color:#fff !important;
  font-weight:700 !important;
  min-width:110px !important;
  cursor:pointer !important;
}
.site-premium-footer .newsletter-btn:hover{background:#111418 !important;}
.site-premium-footer .newsletter-check{
  display:flex !important;
  gap:10px !important;
  align-items:flex-start !important;
  color:var(--v8-footer-muted) !important;
  line-height:1.55 !important;
  font-size:.95rem !important;
}
.site-premium-footer .newsletter-check input{
  margin-top:4px !important;
  width:16px !important;
  height:16px !important;
  flex:0 0 16px !important;
}
.premium-whatsapp-float{
  position:fixed !important;
  right:20px !important;
  bottom:20px !important;
  left:auto !important;
  top:auto !important;
  z-index:2147483640 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  height:60px !important;
  min-width:60px !important;
  padding:0 18px 0 0 !important;
  border-radius:999px !important;
  background:var(--v8-wa) !important;
  color:#fff !important;
  text-decoration:none !important;
  box-shadow:0 16px 38px rgba(0,0,0,.24) !important;
  opacity:1 !important;
  visibility:visible !important;
  overflow:hidden !important;
}
.premium-whatsapp-float:hover{
  color:#fff !important;
  transform:translateY(-2px) !important;
  box-shadow:0 20px 42px rgba(0,0,0,.28) !important;
}
.premium-whatsapp-float .wa-icon{
  width:60px !important;
  height:60px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(0,0,0,.08) !important;
  flex:0 0 60px !important;
}
.premium-whatsapp-float .wa-icon svg{width:28px !important;height:28px !important;fill:#fff !important;display:block !important;}
.premium-whatsapp-float .wa-label{
  display:inline-block !important;
  font-family:MonserratBold,Monserrat,Arial,sans-serif !important;
  font-size:.95rem !important;
  white-space:nowrap !important;
  color:#fff !important;
  padding-right:2px !important;
}
@media (max-width: 991.98px){
  .site-premium-footer .footer-grid{grid-template-columns:1fr !important;gap:22px !important;}
}
@media (max-width: 767.98px){
  .site-premium-footer{padding:34px 0 26px !important;margin-top:44px !important;}
  .site-premium-footer .footer-shell{width:min(100% - 24px, 100%) !important;}
  .site-premium-footer .footer-cta-card{padding:20px 18px !important;border-radius:18px !important;}
  .site-premium-footer .footer-cta-card h3{font-size:1.45rem !important;}
  .site-premium-footer .newsletter-group{flex-direction:column !important;border-radius:14px !important;}
  .site-premium-footer .newsletter-btn{width:100% !important;min-height:48px !important;}
  .premium-whatsapp-float{right:14px !important;bottom:14px !important;width:58px !important;height:58px !important;padding:0 !important;border-radius:50% !important;gap:0 !important;}
  .premium-whatsapp-float .wa-icon{width:58px !important;height:58px !important;flex-basis:58px !important;background:transparent !important;}
  .premium-whatsapp-float .wa-label{display:none !important;}
}
