/* ── Footer redesign override ──
   Shared by every page whose footer uses the redesigned dark-strip layout
   (CTA strip, trust pills, 2-col link grid). Extracted verbatim from what
   was previously a byte-identical block duplicated inline across 14 pages:
   careers.html, areas-covered.html, about.html, brands.html, brand.html,
   supply.html, disposal.html, contact.html, service.html, eco-blogs.html,
   repair.html, eco-commitment.html, index.html, installation.html. */
.footer { background: #0a1a10; padding: 0 24px; }
.footer__inner { max-width: 1200px; margin: 0 auto; }
.footer__cta-strip {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 28px 0; border-bottom: 1px solid rgba(77,217,138,0.18); flex-wrap: wrap;
}
.footer__cta-strip-title { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 4px; letter-spacing: -0.3px; }
.footer__cta-strip-sub { font-size: 13px; color: rgba(255,255,255,0.48); }
.footer__cta-strip-btns { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; align-items: center; }
.footer__cta-phone { display: inline-flex; align-items: center; gap: 7px; background: #4dd98a; color: #082010; font-size: 14px; font-weight: 800; padding: 11px 22px; border-radius: 8px; white-space: nowrap; transition: background 0.18s; text-decoration: none; }
.footer__cta-phone svg { width: 14px; height: 14px; stroke: #082010; fill: none; flex-shrink: 0; }
.footer__cta-phone:hover { background: #3bc87a; }
.footer__cta-quote-btn { display: inline-flex; align-items: center; background: transparent; color: rgba(255,255,255,0.80); font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 8px; border: 1.5px solid rgba(255,255,255,0.22); white-space: nowrap; transition: border-color 0.18s, color 0.18s; text-decoration: none; }
.footer__cta-quote-btn:hover { border-color: rgba(255,255,255,0.55); color: #fff; }
.footer__top { padding: 44px 0 36px; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; margin-bottom: 0; }
.footer__trust-row { display: flex; gap: 6px; flex-wrap: wrap; margin: 14px 0 20px; }
.footer__trust-pill { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.62); background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.11); padding: 4px 10px; border-radius: 20px; white-space: nowrap; }
.footer__col-links--2col { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 8px 20px !important; flex-direction: unset !important; }
.footer__col-links--2col a { font-size: 13.5px !important; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 0; }
.footer__brand-logo img { height: 24px; width: auto; filter: brightness(0) invert(0.8); }
@media (max-width: 1024px) { .footer__top { grid-template-columns: 1fr 1fr; gap: 28px; padding: 36px 0 28px; } }
@media (max-width: 600px) { .footer__top { grid-template-columns: 1fr; gap: 24px; } .footer__cta-strip { flex-direction: column; align-items: flex-start; } .footer__col-links--2col { grid-template-columns: 1fr !important; } .footer__bottom { flex-direction: column; align-items: flex-start; } }
