.site-footer { background:#2c3e50; color:#bbb; padding:60px 20px 20px; font-family:'Poppins', sans-serif; }
.footer-container { display:flex; flex-wrap:wrap; justify-content:space-between; gap:30px; max-width:1400px; margin:0 auto; }
.footer-about, .footer-links, .footer-contact { flex:1 1 250px; }
.footer-about h3 { font-family:'Playfair Display', serif; color:#fff; font-size:1.8em; margin-bottom:10px; }
.footer-about p { font-size:0.95em; line-height:1.6; }
.footer-links h4, .footer-contact h4 { color:#fff; font-size:1.2em; margin-bottom:12px; }
.footer-links ul { list-style:none; padding:0; margin:0; }
.footer-links ul li { margin-bottom:8px; }
.footer-links ul li a { color:#bbb; text-decoration:none; transition:all 0.3s ease; }
.footer-links ul li a:hover { color:#667eea; }
.footer-contact p { margin:5px 0; }
.footer-contact a { color:#bbb; text-decoration:none; transition:all 0.3s ease; }
.footer-contact a:hover { color:#667eea; }
.footer-social { margin-top:10px; display:flex; gap:15px; }
.footer-social a { color:#bbb; text-decoration:none; font-weight:500; transition:all 0.3s ease; }
.footer-social a:hover { color:#667eea; }
.footer-bottom { text-align:center; margin-top:40px; font-size:0.9em; border-top:1px solid rgba(255,255,255,0.1); padding-top:15px; color:#888; }
