.footer{width:100%;padding:3rem 1.5rem 1.5rem;background-color:#f8fafc;border-top:1px solid #e5e7eb;text-align:left}.footer-content{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:minmax(220px,280px) 1fr;gap:3rem;align-items:start}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.footer-logo{color:#111827;font-size:1.125rem;font-weight:700;text-decoration:none}.footer-logo:hover{color:#4f46e5}.footer-summary{max-width:18rem;margin:0;color:#4b5563;font-size:.9rem;line-height:1.6}.footer-socials{display:flex;align-items:center;gap:.5rem}.footer-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem 2.5rem}.footer-section{min-width:0}.footer-heading{margin:0 0 .75rem;color:#111827;font-size:.8rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.footer-section-links{display:grid;gap:.5rem;margin:0;padding:0;list-style:none}.footer-link{color:#4b5563;font-size:.85rem;line-height:1.4;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#111827;text-decoration:underline}.social-link{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#ffffff;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.social-link:hover{color:#4f46e5;border-color:#c7d2fe;background-color:#eef2ff;text-decoration:none}.social-icon{flex-shrink:0;width:18px;height:18px}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem 1.5rem;margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}.footer-bottom p{margin:0;color:#6b7280;font-size:.85rem}.footer-bottom .disclaimer{color:#9ca3af}@media (max-width:900px){.footer-top{grid-template-columns:1fr;gap:2rem}.footer-summary{max-width:32rem}}@media (max-width:640px){.footer{padding:2.25rem 1rem 1.25rem;overflow-x:hidden}.footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem 1.25rem}.footer-bottom{flex-direction:column}}@media (max-width:420px){.footer-nav{grid-template-columns:1fr}}