footer{position:relative;background:radial-gradient(circle at 10% 10%,rgb(0 127 255/10%) 0,transparent 42%),var(--section-bg);color:var(--palette-primary-500);padding:5rem 0 2rem;border-top:1px solid var(--card-border)}.footer-container{position:relative;z-index:1;margin:0 auto;display:grid;justify-items:stretch;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;padding:0 2rem;max-width:1180px}.footer-container>div{border:1px solid var(--card-border);background:var(--card-bg);box-shadow:var(--card-shadow);border-radius:1.25rem;padding:1.4rem 1.5rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}footer h2{font-size:1.35rem;font-weight:700;margin-bottom:1rem}footer a,footer button,footer h2{color:var(--palette-text-secondary)}footer a,footer button{text-decoration:none;transition:color .2s ease;font-size:1rem;background:none;outline:none;border:none;cursor:pointer;line-height:1.6}footer a:hover,footer button:hover{color:#60a5fa;text-decoration:underline}footer .footer-social__icons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}footer .social-icon{width:2.75rem;height:2.75rem;border-radius:.8rem;display:inline-flex;align-items:center;justify-content:center;background:rgb(0 127 255/8%);border:1px solid var(--card-border)}footer .footer-social__icons a svg{width:1.35rem;height:1.35rem;fill:var(--palette-text-secondary);transition:fill .2s ease}footer .footer-social__icons a svg:hover{fill:#60a5fa}footer ul{list-style:none;padding:0}footer ul li{margin-bottom:.5rem}footer .footer-credits{position:relative;z-index:1;text-align:center;color:var(--palette-text-secondary);margin-top:2rem;font-size:.95rem;opacity:.8}@media screen and (max-width:768px){footer .footer-container{grid-template-columns:1fr}footer .footer-container>div{text-align:center}footer .footer-social__icons{justify-content:center}}