.site-footer{align-items:center;background-color:#fff;border-top:1px solid #eee;color:#000;display:flex;flex-direction:column;font-family:Arial,sans-serif;font-size:14px;gap:20px;padding:30px 20px;text-align:center}.footer-social{display:flex;gap:10px;justify-content:center}.footer-social a{align-items:center;background-color:#000;border-radius:50%;display:inline-flex;height:40px;justify-content:center;text-decoration:none;transition:transform .3s ease,background-color .3s ease;width:40px}.footer-social a:hover{background-color:#333;transform:scale(1.1)}.footer-social i,.footer-social img,.footer-social svg{height:20px!important;width:20px!important;fill:#fff;display:block}.footer-copyright{order:2}.footer-copyright p{line-height:1.5;margin:0}.footer-links{display:flex;flex-direction:column;gap:15px;order:3}.footer-links a{color:#000;display:inline-block;padding:5px 10px;text-decoration:none;transition:opacity .3s ease,color .3s ease}.footer-links a:hover{color:#333;opacity:.7}@media (min-width:768px){.site-footer{align-items:center;flex-direction:row;justify-content:space-between;padding:25px 30px;text-align:left}.footer-links{flex-direction:row;order:3}.footer-links a{margin-left:20px;padding:0}.footer-links a:first-child{margin-left:0}.footer-copyright{flex:1;order:2;text-align:center}}@media (min-width:1024px){.site-footer{padding:20px 40px}.footer-links a{margin-left:25px}}@media (min-width:1440px){.site-footer{margin:0 auto;max-width:1400px;width:100%}}@media (hover:none) and (pointer:coarse){.footer-links a,.footer-social a{min-height:44px;min-width:44px}}@media (prefers-color-scheme:dark){.site-footer{background-color:#fff;border-top-color:#333;color:#000}.footer-social a{background-color:#000}.footer-social i,.footer-social img,.footer-social svg{fill:#fff}.footer-links a{color:#000}}