html body .site-footer { background: #1F3286; color: #b7c0e0; padding: 62px 0 26px; }
html body .footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr 1fr 1.3fr; gap: 34px; }
html body .footer-logo { font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 700; color: #fff; }
html body .footer-logo strong { color: #BD7CAC; font-weight: 700; }
html body .footer-tagline { font-size: 14px; line-height: 1.65; margin: 14px 0 18px; max-width: 300px; }
html body .footer-social { display: flex; gap: 10px; }
html body .footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.10); display: inline-flex; align-items: center; justify-content: center; color: #fff; transition: background .2s ease, transform .2s ease; }
html body .footer-social a:hover { background: #BD7CAC; transform: translateY(-2px); }
html body .footer-social svg { width: 19px; height: 19px; }
html body .footer-col h4 { font-family: 'Montserrat', sans-serif; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; color: #fff; margin: 0 0 14px; }
html body .footer-col ul { list-style: none; padding: 0; margin: 0; }
html body .footer-col li { margin-bottom: 9px; }
html body .footer-col a { color: #b7c0e0; text-decoration: none; font-size: 14px; transition: color .2s ease; }
html body .footer-col a:hover { color: #fff; }
html body .footer-contact p { font-size: 14px; margin: 0 0 7px; }
html body .footer-btn { display: inline-flex; margin-top: 12px; background: #BD7CAC; color: #fff; padding: 11px 22px; border-radius: 999px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; text-decoration: none; transition: background .2s ease, transform .2s ease; }
html body .footer-btn:hover { background: #a85f93; transform: translateY(-1px); }
html body .footer-bottom { border-top: 1px solid rgba(255,255,255,.13); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; color: #93 9dc9; }
html body .footer-bottom { color: #939dc9; }
html body .footer-legal a { color: #939dc9; text-decoration: none; }
html body .footer-legal a:hover { color: #fff; }
@media (max-width: 820px) {html body .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
html body .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 520px) {html body .footer-grid { grid-template-columns: 1fr; }
html body .footer-bottom { flex-direction: column; align-items: flex-start; }
}
html body .wp-site-blocks > footer.wp-block-template-part { display: none; }
html body [data-elementor-type="footer"]:not(:has(.site-footer)) { display: none !important; }
html body .qlwapp .qlwapp__button, html body .qlwapp__button--bubble { background: #25D366 !important; }
html body .qlwapp .qlwapp__button:hover, html body .qlwapp__button--bubble:hover { background: #1ebe5d !important; }
html body .qlwapp__icon, html body .qlwapp__icon::before, html body .qlwapp__button--bubble i { color: #ffffff !important; font-size: 34px !important; }
html body .qlwapp__button--bubble { display: flex !important; align-items: center !important; justify-content: center !important; }