.footer{border-top:1px solid var(--border);background:radial-gradient(ellipse at top,oklch(.55 .24 265/.04),transparent 60%),var(--background);color:var(--foreground);padding:4rem 1.5rem 2rem;font-family:var(--font-sans);position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--brand-blue),var(--brand-purple),transparent);opacity:.6}.footer-top{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}@media (min-width:768px){.footer-top{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}}.footer-brand{display:flex;flex-direction:column;gap:1.25rem;max-width:24rem}.footer-logo{display:inline-flex;align-items:center;transition:opacity .25s ease,transform .25s ease}.footer-logo:hover{opacity:.9;transform:translateY(-1px)}.footer-tagline{font-size:.875rem;line-height:1.5;color:var(--muted-foreground);font-weight:400;margin:0}.footer-status{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--muted);border:1px solid var(--border);padding:.35rem .75rem;border-radius:9999px;width:fit-content;margin-top:.25rem}.status-dot{width:6px;height:6px;background-color:#22c55e;border-radius:50%;position:relative;display:inline-block;box-shadow:0 0 8px #22c55e;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(34,197,94,.7)}70%{transform:scale(1);box-shadow:0 0 0 6px rgba(34,197,94,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(34,197,94,0)}}.status-text{font-size:.75rem;font-weight:500;color:var(--muted-foreground)}.footer-nav{display:contents}.footer-col,.footer-social-col{display:flex;flex-direction:column;gap:1.25rem}.footer-col-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--foreground);margin:0}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{font-size:.875rem;color:var(--muted-foreground);text-decoration:none;transition:color .25s ease;position:relative;display:inline-block;width:fit-content}.footer-link:hover{color:var(--foreground)}.footer-link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:-2px;left:0;background-color:var(--foreground);transform-origin:bottom right;transition:transform .25s cubic-bezier(.4,0,.2,1)}.footer-link:hover:after{transform:scaleX(1);transform-origin:bottom left}.footer-social{display:flex;gap:.875rem;align-items:center}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid var(--border);color:var(--muted-foreground);background-color:transparent;transition:all .25s cubic-bezier(.4,0,.2,1)}.social-icon:hover{color:var(--foreground);border-color:var(--foreground);background-color:var(--muted);transform:translateY(-2px)}.social-icon svg{width:1rem;height:1rem;fill:currentColor}.footer-bottom{max-width:80rem;margin:0 auto;padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem;font-size:.8rem;color:var(--muted-foreground)}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-bottom p{margin:0}.footer-policies{opacity:.85}