.footer{position:relative;overflow:hidden;background:var(--bg-secondary);border-top:1px solid var(--glass-border);margin-top:auto}.footer__blobs{position:absolute;inset:0;pointer-events:none;z-index:0}.footer__blob{position:absolute;border-radius:50%;filter:blur(90px);opacity:.5}.footer__blob--1{width:500px;height:500px;top:-200px;left:-100px;background:rgba(5,173,192,.07)}.footer__blob--2{width:400px;height:400px;bottom:-150px;right:-80px;background:rgba(242,19,100,.06)}.footer__container{position:relative;z-index:1;max-width:1380px;margin:0 auto;padding:3.5rem 1.5rem 2rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.footer__logo{display:inline-flex;align-items:center;text-decoration:none;margin-bottom:1.25rem}.footer__logo-img{height:2.5rem;width:auto;object-fit:contain;display:block}.footer__logo-img--dark{display:block}.footer__logo-img--light{display:none}.dark .footer__logo-img--dark{display:none}.dark .footer__logo-img--light{display:block}.footer__desc{font-size:.875rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.25rem;max-width:300px}.footer__highlight{color:var(--primary);font-weight:600}.footer__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.footer__badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.72rem;font-weight:600;color:var(--text-muted);background:var(--bg-primary);border:1px solid var(--glass-border);border-radius:var(--radius-full);padding:.3rem .75rem .3rem .5rem}.footer__badge .mat-icon{font-size:14px;width:14px;height:14px;color:var(--primary)}.footer__social{display:flex;gap:.625rem;flex-wrap:wrap}.footer__social-btn{width:2.5rem;height:2.5rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;background:var(--bg-primary);border:1px solid var(--glass-border);color:var(--text-muted);text-decoration:none;transition:color .2s,background .2s,border-color .2s,transform .2s}.footer__social-btn svg{width:17px;height:17px;flex-shrink:0}.footer__social-btn:hover{transform:translateY(-3px)}.footer__social-btn--instagram:hover{color:#e1306c;border-color:rgba(225,48,108,.35);background:rgba(225,48,108,.08)}.footer__social-btn--facebook:hover{color:#1877f2;border-color:rgba(24,119,242,.35);background:rgba(24,119,242,.08)}.footer__social-btn--tiktok:hover{color:#010101;border-color:rgba(1,1,1,.2);background:rgba(1,1,1,.06)}.dark .footer__social-btn--tiktok:hover{color:#fff;border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.08)}.footer__social-btn--whatsapp:hover{color:#25d366;border-color:rgba(37,211,102,.35);background:rgba(37,211,102,.08)}.footer__col-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:1rem;position:relative;padding-bottom:.625rem}.footer__col-title::after{content:'';position:absolute;bottom:0;left:0;width:1.5rem;height:2px;background:var(--primary);border-radius:2px}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer__link{font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .2s,padding-left .2s;display:inline-block}.footer__link:hover{color:var(--primary);padding-left:.375rem}.footer__contact-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--text-muted)}.footer__contact-item .mat-icon{font-size:16px;width:16px;height:16px;color:var(--primary);flex-shrink:0;margin-top:1px}.footer__divider{height:1px;background:var(--glass-border);margin:2.5rem 0 1.5rem}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.footer__copy{font-size:.8rem;color:var(--text-muted)}.footer__copy strong{color:var(--text-secondary)}.footer__made{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--text-muted)}.footer__made a{color:var(--primary);text-decoration:none;font-weight:600}.footer__made a:hover{text-decoration:underline}.footer__heart{font-size:14px!important;width:14px!important;height:14px!important;color:var(--secondary);animation:heartbeat 1.4s ease-in-out infinite}@keyframes heartbeat{0%,100%{transform:scale(1)}14%{transform:scale(1.25)}28%{transform:scale(1)}42%{transform:scale(1.15)}56%{transform:scale(1)}}@media (min-width:640px){.footer__grid{grid-template-columns:1fr 1fr}.footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}@media (min-width:1024px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.footer__container{padding:4rem 2rem 2.5rem}}