.app-footer{background:var(--bg-primary);border-top:1px solid var(--border-primary);width:100%;margin-top:auto}.footer-container{text-align:left;grid-template-columns:2fr repeat(4,1fr);gap:2rem;max-width:1280px;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid}.footer-brand-section{flex-direction:column;gap:1rem;display:flex}.footer-logo{align-items:center;gap:.5rem;width:fit-content;text-decoration:none;transition:opacity .2s;display:flex}.footer-logo:hover{opacity:.8}.footer-logo-icon{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-family:SF Pro Display,sans-serif;font-size:1.125rem;font-weight:700;display:flex;box-shadow:0 4px 12px #3b82f640}.footer-logo-text{background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-family:SF Pro Display,sans-serif;font-size:1.125rem;font-weight:700}.footer-tagline{color:var(--text-tertiary);max-width:280px;font-size:.875rem;line-height:1.5}.footer-social{gap:.75rem;margin-top:.5rem;display:flex}.footer-section{flex-direction:column;gap:1rem;display:flex}.footer-title{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-family:SF Pro Display,sans-serif;font-size:.875rem;font-weight:600}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links li{margin:0;padding:0}.footer-links a{color:var(--text-secondary);font-size:.9375rem;text-decoration:none;transition:color .2s;display:inline-block}.footer-links a:hover{color:var(--primary-blue)}.footer-bottom{border-top:1px solid var(--border-primary);background:var(--bg-primary);width:100%;padding:1.5rem 0}.footer-bottom-container{justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.footer-copyright{color:var(--text-secondary);font-size:.875rem}.footer-bottom-links{align-items:center;gap:.75rem;font-size:.875rem;display:flex}.footer-bottom-links a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:var(--primary-blue)}.footer-separator{color:var(--text-secondary)}@media (max-width:1024px){.footer-container{grid-template-columns:repeat(3,1fr)}.footer-brand-section{border-bottom:1px solid var(--border-primary);grid-column:1/-1;max-width:100%;padding-bottom:1rem}.footer-tagline{max-width:100%}}@media (max-width:768px){.footer-container{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem;padding:2rem 1rem 1.5rem}.footer-brand-section{padding-bottom:1.5rem}.footer-bottom-container{text-align:center;flex-direction:column;align-items:center;gap:.75rem}}@media (max-width:480px){.footer-container{grid-template-columns:1fr;padding:1.5rem 1rem}.footer-brand-section{padding-bottom:1rem}.footer-section{gap:.75rem}.footer-title{font-size:.8125rem}.footer-links{gap:.5rem}.footer-links a{font-size:.875rem}.footer-bottom{padding:1rem 0}.footer-bottom-container{padding:0 1rem}.footer-copyright,.footer-bottom-links{font-size:.8125rem}.footer-bottom-links{flex-wrap:wrap;justify-content:center}}
