:root{
  --site-footer-bg:#1f2529;
  --site-footer-surface:#ffffff;
  --site-footer-text:#f4f1eb;
  --site-footer-muted:rgba(244,241,235,.76);
  --site-footer-border:rgba(255,255,255,.08);
  --site-accent:#b69674;
  --site-accent-dark:#8b7355;
  --site-whatsapp:#25D366;
}

html{scroll-behavior:smooth}
img{max-width:100%;height:auto}
img[data-render-optimized="true"]{content-visibility:auto}

.site-premium-footer{
  position:relative;
  margin-top:40px;
  background:
    radial-gradient(circle at top left, rgba(182,150,116,.18), transparent 28%),
    linear-gradient(180deg, #232a2f 0%, #1b2024 100%);
  color:var(--site-footer-text);
  padding:40px 0 28px;
  overflow:hidden;
}
.site-premium-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));
  pointer-events:none;
}
.site-premium-footer .footer-inner{
  position:relative;
  display:grid;
  grid-template-columns:minmax(220px,1fr) minmax(240px,.95fr) minmax(260px,1fr);
  gap:28px;
  align-items:stretch;
}
.site-premium-footer .footer-col{min-width:0}
.site-premium-footer .footer-title,
.site-premium-footer .newsletter-label,
.site-premium-footer .footer-kicker{
  display:block;
  margin:0 0 14px;
  font-family:Monserrat, Arial, sans-serif;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#fff;
}
.site-premium-footer .footer-copy,
.site-premium-footer .newsletter-copy{
  margin:0 0 14px;
  max-width:360px;
  font-family:Monserrat, Arial, sans-serif;
  font-size:.93rem;
  line-height:1.7;
  color:var(--site-footer-muted);
}
.site-premium-footer .footer-links{display:flex;flex-direction:column;gap:10px}
.site-premium-footer .footer-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  color:var(--site-footer-text);
  text-decoration:none;
  font-family:Monserrat, Arial, sans-serif;
  transition:transform .18s ease, opacity .18s ease, color .18s ease;
}
.site-premium-footer .footer-link::before{
  content:"›";
  color:var(--site-accent);
  font-size:1rem;
  line-height:1;
}
.site-premium-footer .footer-link:hover{color:#fff;opacity:1;transform:translateX(3px)}
.site-premium-footer .footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.site-premium-footer .footer-socials a{
  width:44px;
  height:44px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.08);
  border:1px solid var(--site-footer-border);
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.site-premium-footer .footer-socials a:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.18);
}
.site-premium-footer .footer-socials img{
  width:18px;
  height:18px;
  display:block;
  filter:brightness(0) invert(1);
}
.site-premium-footer .footer-cta-wrap{display:flex;align-items:center}
.site-premium-footer .footer-cta-card{
  width:100%;
  max-width:360px;
  background:var(--site-footer-surface);
  color:#1f2529;
  border-radius:20px;
  padding:18px 18px 16px;
  border:1px solid rgba(31,37,41,.08);
  box-shadow:0 20px 45px rgba(0,0,0,.18);
}
.site-premium-footer .footer-cta-kicker{
  display:inline-block;
  margin-bottom:8px;
  font-family:Monserrat, Arial, sans-serif;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--site-accent-dark);
}
.site-premium-footer .footer-cta-card h3{
  margin:0 0 8px;
  font-family:MonserratBold, Monserrat, Arial, sans-serif;
  font-size:1.08rem;
  line-height:1.3;
  color:#1f2529;
}
.site-premium-footer .footer-cta-card p{
  margin:0 0 14px;
  font-family:Monserrat, Arial, sans-serif;
  font-size:.92rem;
  line-height:1.6;
  color:#5b656d;
}
.site-premium-footer .footer-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  background:#1f2529;
  color:#fff !important;
  text-decoration:none;
  font-family:MonserratBold, Monserrat, Arial, sans-serif;
  font-size:.89rem;
  box-shadow:0 12px 24px rgba(31,37,41,.16);
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.site-premium-footer .footer-cta-btn:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(31,37,41,.22);opacity:.98}
.site-premium-footer .newsletter-group{
  display:flex;
  gap:8px;
  margin-bottom:12px;
}
.site-premium-footer .newsletter-group .form-control{
  height:46px;
  border-radius:14px !important;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  color:#fff;
  padding:0 14px;
  font-family:Monserrat, Arial, sans-serif;
  box-shadow:none;
}
.site-premium-footer .newsletter-group .form-control::placeholder{color:rgba(255,255,255,.55)}
.site-premium-footer .newsletter-group .btn{
  min-width:110px;
  height:46px;
  border-radius:14px !important;
  border:1px solid rgba(255,255,255,.18);
  background:#fff;
  color:#1f2529;
  font-family:MonserratBold, Monserrat, Arial, sans-serif;
}
.site-premium-footer .newsletter-group .btn:hover{background:#f2eadf;border-color:#f2eadf;color:#1f2529}
.site-premium-footer .form-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
}
.site-premium-footer .form-check-input{
  margin-top:.28rem;
  background-color:transparent;
  border-color:rgba(255,255,255,.28);
}
.site-premium-footer .form-check-label{
  font-family:Monserrat, Arial, sans-serif;
  font-size:.84rem;
  line-height:1.55;
  color:var(--site-footer-muted);
}

.premium-whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:99999;
  display:inline-flex;
  align-items:center;
  gap:10px;
  height:60px;
  padding:0 18px 0 0;
  border-radius:999px;
  background:var(--site-whatsapp);
  color:#fff !important;
  text-decoration:none;
  box-shadow:0 20px 38px rgba(0,0,0,.24);
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease;
}
.premium-whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 24px 42px rgba(0,0,0,.28)}
.premium-whatsapp-float .wa-icon-wrap{
  width:60px;
  height:60px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.08);
}
.premium-whatsapp-float svg{width:28px;height:28px;display:block;fill:currentColor}
.premium-whatsapp-float .wa-label{font-family:MonserratBold, Monserrat, Arial, sans-serif;font-size:.92rem;white-space:nowrap}

@media (max-width: 991.98px){
  .site-premium-footer .footer-inner{grid-template-columns:1fr;gap:22px}
  .site-premium-footer .footer-cta-card{max-width:none}
}
@media (max-width: 767.98px){
  .site-premium-footer{padding:30px 0 24px}
  .site-premium-footer .newsletter-group{flex-direction:column}
  .site-premium-footer .newsletter-group .btn{width:100%}
  .premium-whatsapp-float{right:16px;bottom:16px;width:58px;height:58px;padding:0;border-radius:50%}
  .premium-whatsapp-float .wa-icon-wrap{width:58px;height:58px;background:transparent}
  .premium-whatsapp-float .wa-label{display:none}
}


body{overflow-x:hidden}
.site-premium-footer{display:block !important;visibility:visible !important;opacity:1 !important}
.site-premium-footer .container{max-width:1180px}
.footer-social-icon{font-size:1.15rem;line-height:1;color:#fff}
.premium-whatsapp-float{display:inline-flex !important;visibility:visible !important;opacity:1 !important}
.premium-whatsapp-float .wa-icon-wrap .bi{font-size:1.7rem;line-height:1;color:#fff}
@media (min-width: 992px){
  .site-premium-footer .footer-inner{grid-template-columns:minmax(250px,1fr) minmax(280px,.9fr) minmax(280px,1fr);gap:34px}
  .site-premium-footer .footer-cta-card{padding:20px 20px 18px}
}
