.footer{background:var(--primary);color:var(--secondary);padding:80px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:48px}.footer-about h3{color:var(--secondary);margin-bottom:20px;font-size:22px;font-weight:600;letter-spacing:.5px}.footer-about p{color:rgba(246,242,234,.85);line-height:1.7;margin-bottom:28px;font-size:15px;letter-spacing:.2px}.footer-social{display:flex;gap:14px}.social-link{width:44px;height:44px;background:rgba(246,242,234,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.3s;color:var(--secondary)}.social-link:hover{background:var(--accent);transform:translateY(-3px);box-shadow:0 4px 12px rgba(201,166,107,.3)}.footer-links h4{color:var(--secondary);font-size:17px;margin-bottom:24px;font-weight:600;letter-spacing:.3px}.footer-links ul{list-style:none}.footer-links ul li{margin-bottom:14px}.footer-links a{color:rgba(246,242,234,.8);transition:.2s;font-size:15px;letter-spacing:.2px}.footer-links a:hover{color:var(--secondary);padding-left:4px}.footer-bottom{padding-top:36px;border-top:1px solid rgba(246,242,234,.15);text-align:center;color:rgba(246,242,234,.7);font-size:14px;letter-spacing:.3px}@media (max-width:968px){.footer-grid{grid-template-columns:1fr;gap:32px}}