main{min-height:calc(100vh - 100px)}footer{background-color:#1a1a1a;color:#fff;padding:3rem 2rem;border-top:1px solid #333}footer .footer-content{display:flex;justify-content:flex-start;gap:4rem;margin-bottom:2rem;flex-wrap:wrap}footer .footer-section{display:flex;flex-direction:column;gap:.75rem;min-width:200px}footer .footer-section h4{color:#b00020;margin-bottom:1rem;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;font-weight:700;text-shadow:0 0 10px rgba(176,0,32,.35)}footer .footer-section a{color:#fff;text-decoration:none;font-size:.9rem;transition:color .3s;display:block}footer .footer-section a:hover{color:#b00020;text-shadow:0 0 8px rgba(176,0,32,.35)}footer .social-links{display:flex;justify-content:flex-start;gap:1rem;margin-top:.5rem}footer .social-links a{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#b00020,#7a0015);border-radius:50%;transition:all .3s;color:#fff;font-size:1.2rem;border:2px solid #B00020}footer .social-links a:hover{background:linear-gradient(135deg,#7a0015,#b00020);transform:translateY(-5px);box-shadow:0 5px 15px #b000206b}footer .footer-bottom{border-top:1px solid #333;padding-top:2rem;font-size:.85rem;color:#fff;text-align:center}@media(max-width:1024px){footer{padding:2.5rem 1.5rem}footer .footer-content{gap:2.5rem}}@media(max-width:768px){footer .footer-content{gap:1.5rem;flex-direction:column}footer{padding:2rem 1rem}footer .footer-section{min-width:100%}footer .footer-section h4{font-size:1rem}footer .social-links{gap:.75rem}footer .social-links a{width:38px;height:38px;font-size:1rem}}@media(max-width:480px){footer{padding:1.5rem 1rem}footer .footer-section a{font-size:.85rem}footer .footer-content{gap:1rem}}
