
footer { background: #111; color: #aaa; padding: 70px 0; font-size: 0.9rem; }
.footer-top { display: flex; justify-content: space-between; margin-bottom: 50px; border-bottom: 1px solid #333; padding-bottom: 40px;}
.footer-top p {color: #fff; font-size: 0.9rem; opacity: 0.8; }
.footer-logo { color: #fff; font-size: 1.5rem; font-weight: bold; margin-bottom: 15px; }
.footer-menu { display: flex; gap: 30px; }
.footer-menu a{ color: #fff; }
.copyright { text-align: center; font-size: 0.8rem; }

@media (max-width: 768px) {
.footer-top { flex-direction: column; gap: 30px; text-align: center; }
.footer-menu { justify-content: center; flex-wrap: wrap; }
}