.footer{background-color:var(--footer-background);color:var(--footer-text);padding:5rem 1.5rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.04) 1px,transparent 0);background-size:25px 25px;opacity:.3;z-index:0}.footer-container{max-width:var(--container-max-width);margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;text-align:center;position:relative;z-index:1}.footer-column{display:flex;flex-direction:column;align-items:center}.footer-title{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;background:linear-gradient(90deg,var(--primary-brand-orange),#fcd34d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.footer-subtitle{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--footer-text)}.footer-copyright,.footer-cta-description{font-size:.875rem;color:var(--footer-copyright);max-width:32ch}.footer-cta-description{margin-bottom:1.5rem}.footer-working-at{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.4rem .75rem;border-radius:4px;background-color:rgba(255,255,255,.04);color:var(--footer-copyright);font-size:.8rem;transition:background-color .2s ease-in-out,transform .2s ease-in-out,color .2s ease-in-out;text-decoration:none}.footer-working-at:hover{background-color:rgba(255,255,255,.08);color:white;transform:translateY(-1px)}.footer-working-at-label{white-space:nowrap}.footer-working-at-logo{height:1.25rem;width:auto;display:block}.footer-socials{display:flex;gap:1.25rem;margin-top:1.5rem}.footer-social-link,.footer-socials{align-items:center;justify-content:center}.footer-social-link{transition:transform .2s ease-in-out,filter .2s ease-in-out;filter:brightness(.9);display:inline-flex;min-width:44px;min-height:44px}.footer-social-link:hover{transform:scale(1.1);filter:brightness(1.1) drop-shadow(0 0 4px var(--primary-brand-orange))}.footer-social-image{height:2.25rem;width:auto}.footer-social-icon{height:1.75rem;width:1.75rem}.footer-social-link.github{color:var(--footer-copyright)}.footer-social-link.github:hover{color:white;filter:brightness(1.1) drop-shadow(0 0 4px #fff)}.footer-social-link.discord{color:var(--footer-copyright)}.footer-social-link.discord:hover{color:#5865F2;filter:brightness(1.1) drop-shadow(0 0 4px #5865F2)}.footer-social-link.clinic:hover{filter:brightness(1.15) drop-shadow(0 0 6px var(--primary-brand-orange))}.footer-sitemap{display:flex;flex-direction:column;gap:.75rem}.footer-sitemap-link,.footer-sitemap-link.as-button{color:var(--footer-copyright);transition:color .2s,padding-left .2s;position:relative;text-align:center}.footer-sitemap-link.as-button:hover,.footer-sitemap-link:hover{color:white;padding-left:.75rem}.footer-sitemap-link.as-button:before,.footer-sitemap-link:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:4px;background-color:var(--primary-brand-orange);border-radius:50%;opacity:0;transition:opacity .2s}.footer-sitemap-link.as-button:hover:before,.footer-sitemap-link:hover:before{opacity:1}.footer-cta-button{display:inline-block;color:white;font-weight:600;padding:.75rem 1.75rem;border-radius:4px;cursor:pointer;font-size:.875rem;border:1px solid transparent;background-image:linear-gradient(to right,var(--interactive-blue) 0,var(--primary-brand-orange) 50%,var(--interactive-blue) 100%);background-size:200% auto;transition:all .4s cubic-bezier(.25,.8,.25,1);box-shadow:0 4px 6px rgba(0,0,0,.1)}.footer-cta-button:hover{background-position:100%;box-shadow:var(--custom-shadow)}@media (min-width:768px){.footer-container{grid-template-columns:repeat(3,1fr);text-align:left;gap:2rem}.footer-column{align-items:flex-start}.footer-column:not(:first-child){padding-left:2rem;border-left:1px solid rgba(255,255,255,.1)}.footer-socials{justify-content:flex-start}.footer-copyright,.footer-cta-description{margin-left:0;margin-right:0}.footer-sitemap-link,.footer-sitemap-link.as-button{text-align:left}}