.footer{background:rgba(243,243,243,.5);border-top:1px solid #e5e7eb}.footer__container{max-width:1300px;margin:0 auto;padding:3rem 1rem}.footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.footer__brand{grid-column:span 2}.footer__logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer__logo-icon{width:2rem;height:2rem;background:#105c92;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.footer__logo-text{color:white;font-weight:700}.footer__brand-name{font-weight:700;font-size:1.125rem;color:#1b1b1b}.footer__tagline{font-size:.875rem;color:#6b7280}.footer__links-section{display:flex;flex-direction:column}.footer__links-title{font-weight:600;color:#1b1b1b;margin-bottom:1rem}.footer__links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer__link{font-size:.875rem;color:#6b7280;text-decoration:none;transition:color .3s ease}.footer__link:hover{color:#105c92}.footer__bottom{padding-top:2rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}.footer__copyright{font-size:.875rem;color:#6b7280}.footer__social{display:flex;gap:1.5rem}.footer__social-link{font-size:.875rem;color:#6b7280;text-decoration:none;transition:color .3s ease}.footer__social-link:hover{color:#105c92}@media (min-width:768px){.footer__grid{grid-template-columns:repeat(5,1fr)}.footer__brand{grid-column:span 1}.footer__bottom{flex-direction:row}}@media (max-width:767px){.footer__container{padding:2rem 1rem}.footer__grid{gap:1.5rem}}