/* Footer */
.we-footer { background: #303231; color: #fff; font-family: 'Satoshi', sans-serif; }
.we-footer__inner { max-width: 1280px; margin: 0 auto; padding: 56px 24px 40px; display: grid; grid-template-columns: 1fr; gap: 40px; text-align: center; }
.we-footer__logo { display: block; height: 96px; width: auto; margin: 0 auto 20px; }
.we-footer__tagline { font-size: 0.9rem; color: rgba(255,255,255,0.7); line-height: 1.6; margin: 0 0 20px; }
.we-footer__accreditations { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.we-footer__badge { display: inline-block; padding: 6px 14px; border: 1px solid rgba(255,255,255,0.2); border-radius: 4px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.03em; color: rgba(255,255,255,0.8); }
.we-footer__socials { display: flex; gap: 14px; margin-top: 20px; justify-content: center; }
.we-footer__socials a { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.6); transition: background 0.2s ease, color 0.2s ease; }
.we-footer__socials a:hover { background: #e8a020; color: #303231; }
.we-footer__heading { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #e8a020; margin: 0 0 16px; }
.we-footer__list { list-style: none; margin: 0; padding: 0; }
.we-footer__list li { margin-bottom: 8px; }
.we-footer__list a, .we-footer__list span { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.875rem; line-height: 1.5; transition: color 0.2s ease; }
.we-footer__list a:hover { color: #e8a020; }
.we-footer__list--contact li { display: flex; align-items: flex-start; justify-content: center; gap: 10px; margin-bottom: 14px; }
.we-footer__list--contact svg { flex-shrink: 0; margin-top: 2px; stroke: #e8a020; }
.we-footer__reviews { margin-top: 20px; }
.we-footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); }
.we-footer__bottom-inner { max-width: 1280px; margin: 0 auto; padding: 20px 24px; display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; }
.we-footer__bottom p { margin: 0; font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.we-footer__bottom-links { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; flex-wrap: wrap; justify-content: center; }
.we-footer__bottom-links a { color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s ease; }
.we-footer__bottom-links a:hover { color: #e8a020; }
.we-footer__divider { color: rgba(255,255,255,0.2); }

@media (min-width: 768px) {
    .we-footer__inner { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; text-align: left; }
    .we-footer__logo { margin: 0 0 20px; display: block; }
    .we-footer__accreditations, .we-footer__socials { justify-content: flex-start; }
    .we-footer__list--contact li { justify-content: flex-start; }
    .we-footer__bottom-inner { flex-direction: row; justify-content: space-between; text-align: left; }
}
