/* ===== AdsBlink unified footer (ab-footer) — self-contained, no Bootstrap/Tailwind dependency ===== */
.ab-footer{background:#0f172a;color:#fff;position:relative;font-family:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.ab-footer *{box-sizing:border-box}
.ab-footer__stripe{display:flex;height:4px}
.ab-footer__stripe span{flex:1}
.ab-footer__stripe span:nth-child(1){background:#4285F4}
.ab-footer__stripe span:nth-child(2){background:#EA4335}
.ab-footer__stripe span:nth-child(3){background:#FBBC04}
.ab-footer__stripe span:nth-child(4){background:#34A853}
.ab-footer__inner{max-width:1240px;margin:0 auto;padding:56px 24px 32px}
.ab-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:40px}
.ab-footer__col{min-width:0}
.ab-footer__logo-link{display:inline-block;margin-bottom:16px}
.ab-footer__logo{height:42px;width:auto;filter:brightness(0) invert(1);opacity:.98}
.ab-footer__about{color:#94a3b8;font-size:.86rem;line-height:1.6;max-width:400px;margin:0 0 18px}
.ab-footer__social{display:flex;gap:10px}
.ab-footer__social-btn{width:36px;height:36px;border-radius:9999px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;transition:background-color .2s}
.ab-footer__social-btn--fb:hover{background-color:#4285F4}
.ab-footer__social-btn--ig:hover{background-color:#EA4335}
.ab-footer__social-btn--wa:hover{background-color:#25D366}
.ab-footer__social-btn--li:hover{background-color:#0A66C2}
.ab-footer__title{color:#fff;font-size:.9rem;font-weight:800;letter-spacing:.04em;margin:0 0 16px;text-transform:uppercase}
.ab-footer__title--blue{color:#8ab4f8}
.ab-footer__title--red{color:#f28b82}
.ab-footer__title--yellow{color:#fdd663}
.ab-footer__links{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.ab-footer__links a{color:#94a3b8;text-decoration:none;font-size:.84rem;transition:color .2s}
.ab-footer__links a:hover{color:#fff}
.ab-footer__links--support li{color:#94a3b8;font-size:.84rem}
.ab-footer__pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:9999px;color:#fff!important;text-decoration:none;font-weight:800;font-size:.82rem;box-shadow:0 10px 24px rgba(66,133,244,.45);margin-bottom:6px;letter-spacing:.01em}
.ab-footer__pill:hover{box-shadow:0 12px 28px rgba(66,133,244,.6);filter:brightness(1.05)}
.ab-footer__row{display:flex;align-items:center;gap:9px}
.ab-footer__row-ic{flex:0 0 auto;color:#8ab4f8;opacity:.9}
.ab-footer__row-link{display:flex;align-items:center;gap:9px;color:#94a3b8;text-decoration:none;font-size:.84rem;transition:color .2s}
.ab-footer__row-link:hover{color:#fff}
.ab-footer__row-link:hover .ab-footer__row-ic{color:#8ab4f8;opacity:1}
.ab-footer__address{line-height:1.5}
.ab-footer__muted{color:#64748b!important;font-size:.78rem!important}
.ab-footer__bottom{border-top:1px solid #1e293b;padding-top:24px;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:space-between;color:#64748b;font-size:.8rem;text-align:center}
.ab-footer__legal-links a{color:#94a3b8;text-decoration:none}
.ab-footer__legal-links a:hover{color:#fff}

@media (min-width:768px){
  .ab-footer__bottom{flex-direction:row;text-align:left}
}
@media (max-width:900px){
  .ab-footer__grid{grid-template-columns:1fr 1fr;row-gap:36px}
  .ab-footer__col--brand{grid-column:1 / -1}
}
@media (max-width:520px){
  .ab-footer__grid{grid-template-columns:1fr}
  .ab-footer__inner{padding:44px 20px 28px}
}

/* ===== Shared floating WhatsApp button + back-to-top button (used by footer.php on every page) ===== */
.wa-float-site{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#25D366,#128C7E);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px rgba(37,211,102,.36);z-index:1000}
.wa-float-site svg{width:28px;height:28px;fill:#fff;position:relative;z-index:2}
.wa-ring-site{position:absolute;inset:0;border-radius:50%;background:#25D366;animation:waPulse 2.2s ease-out infinite}
@keyframes waPulse{0%{transform:scale(1);opacity:.48}100%{transform:scale(1.65);opacity:0}}
.back-top{position:fixed;left:18px;bottom:18px;width:44px;height:44px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#4285F4;font-weight:800;box-shadow:0 8px 24px rgba(15,23,42,.12);z-index:999;opacity:0;pointer-events:none;transform:translateY(10px);transition:.25s}
.back-top.show{opacity:1;pointer-events:auto;transform:none}
@media (max-width:480px){
  .wa-float-site{right:13px;bottom:13px;width:52px;height:52px}
  .back-top{left:13px;bottom:13px}
}
@media (prefers-reduced-motion:reduce){
  .wa-ring-site{animation:none!important}
}
