.container-footer{width:100%;padding:14px 16px 18px;background:radial-gradient(circle at top right,var(--primary-soft-strong) 0,transparent 24%),linear-gradient(180deg,var(--background) 0,var(--surface-muted) 100%);color:var(--foreground)}.footer-legal,.footer-main,.footer-shell{width:min(1180px,100%);margin:0 auto}.footer-shell{padding:16px 20px 12px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(247,250,255,.96));box-shadow:var(--shadow);backdrop-filter:blur(10px)}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:14px 20px;flex-wrap:wrap}.footer-brand{display:inline-flex;align-items:center;text-decoration:none}.footer-brand img{display:block}.footer-nav{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.footer-contact,.footer-nav a{padding:8px 12px;border:1px solid var(--border);border-radius:999px;background-color:var(--surface);color:var(--foreground);text-decoration:none;font-size:.88rem;font-weight:600;transition:transform .2s ease,border-color .2s ease,color .2s ease,background-color .2s ease}.footer-contact:hover,.footer-nav a:hover{color:var(--primary);border-color:rgba(37,99,235,.28);background-color:var(--surface-muted);transform:translateY(-1px)}.footer-legal{margin-top:12px;padding-top:10px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:8px 14px;flex-wrap:wrap;color:var(--foreground-muted);font-size:.82rem}@media (max-width:900px){.container-footer{padding:12px 14px 16px}.footer-shell{padding:14px 16px 12px}.footer-main{align-items:flex-start}.footer-legal,.footer-main,.footer-nav{justify-content:flex-start}}@media (max-width:560px){.footer-shell{border-radius:18px}.footer-nav{gap:8px}.footer-contact,.footer-nav a{width:100%;justify-content:center;font-size:.88rem}.footer-legal{font-size:.8rem}}