.footer{background:var(--color-gray-950,#0d0d0d);padding:48px 0}.footer .container{margin:0 auto;max-width:var(--container-max,1200px);padding:0 var(--px,80px)}.footer-inner{align-items:center;display:flex;justify-content:space-between}.footer-logo{filter:brightness(0) invert(1);flex-shrink:0;height:20px;opacity:.4;width:auto}.footer-links{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.footer-link{color:var(--color-gray-500,#737373);font-family:var(--font-family,"Inter",-apple-system,BlinkMacSystemFont,sans-serif);font-size:13px;font-weight:500;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:var(--color-gray-300,#d4d4d4);text-decoration:none}.footer-copy{color:var(--color-gray-600,#525252);flex-shrink:0;font-family:var(--font-family,"Inter",-apple-system,BlinkMacSystemFont,sans-serif);font-size:13px;font-weight:400;margin:0;text-align:right;white-space:nowrap}.footer--purple{background:transparent;overflow:hidden;position:relative}.footer-gradient{animation:footerGradientShift 4s ease infinite;background:linear-gradient(69deg,#9a0a9c 15%,#fd5c64 112%);background-size:200% 200%;border-top:1px solid hsla(0,0%,100%,.15);inset:0;position:absolute;z-index:0}@keyframes footerGradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.footer--purple .container{position:relative;z-index:1}.footer--purple .footer-link{color:hsla(0,0%,100%,.7)}.footer--purple .footer-link:hover{color:var(--color-white,#fff)}.footer--purple .footer-copy{color:hsla(0,0%,100%,.5)}@media (max-width:768px){.footer-inner{flex-direction:column;gap:24px;text-align:center}.footer-links{justify-content:center}.footer-copy{text-align:center}}