/* --- FOOTER --- */
.main-footer { background-color: #e8e3da; color: #555; padding: 4rem 2rem 0 2rem; margin-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.footer-title { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 700; color: var(--text-color); margin-bottom: 1.5rem; }
.footer-column p { font-size: 0.95rem; }
.footer-column ul { list-style: none; padding: 0; }
.footer-column ul li { margin-bottom: 0.8rem; }
.footer-column ul a { text-decoration: none; color: #555; transition: color 0.3s; }
.footer-column ul a:hover { color: var(--secondary-color); }
.social-media { margin-top: 1.5rem; }
.social-media a { font-size: 1.2rem; color: var(--text-color); margin-right: 1.5rem; transition: transform 0.3s, color 0.3s; }
.social-media a:hover { color: var(--secondary-color); transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid var(--light-gray); margin-top: 3rem; padding: 1.5rem 0; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { margin: 0; font-size: 0.9rem; }
.payment-icons { font-size: 1.8rem; display: flex; gap: 1rem; }