.main-footer{background:linear-gradient(135deg,var(--primary) 0,var(--dark) 100%);color:#ecf0f1;padding:30px 0 10px;margin-top:0;position:relative}.main-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--secondary),var(--info))}.footer-top{margin-bottom:3px}.footer-title{color:white;font-family:var(--bs-body-font-family);font-size:1.3rem;font-weight:700;margin-bottom:20px;position:relative;padding-bottom:12px}.footer-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:var(--secondary);border-radius:2px}.footer-description{color:rgba(255,255,255,0.8);line-height:1.5;margin-bottom:15px}.footer-info{color:rgba(255,255,255,0.7);font-size:.9rem;margin-bottom:8px;line-height:1.5}.footer-info i{color:var(--accent)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:rgba(255,255,255,0.8);text-decoration:none;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:var(--accent);padding-left:5px}.footer-links a i{color:var(--accent)}.footer-contact{color:rgba(255,255,255,0.8);font-size:.95rem;margin-bottom:3px}.footer-contact a{color:rgba(255,255,255,0.8);text-decoration:none}.footer-contact a:hover{color:var(--accent)}.footer-contact i{color:var(--accent)}.footer-social{display:flex;gap:15px}.footer-social a{width:40px;height:40px;background:rgba(255,255,255,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1.2rem;transition:all .3s ease}.footer-social a:hover{background:var(--secondary);transform:translateY(-3px)}.footer-divider{height:1px;background:linear-gradient(90deg,var(--primary),var(--secondary),var(--info));margin:10px 0}.footer-anpc{padding:10px 0}.anpc-text{color:white}.anpc-info{color:rgba(255,255,255,0.8);font-size:.9rem}.anpc-info a{color:var(--accent);text-decoration:underline}.anpc-info a:hover{color:white}.anpc-badges{display:flex;gap:15px;justify-content:flex-end;align-items:center}.anpc-badge{height:40px;width:120px;line-height:1;border-radius:8px;background:white;padding:5px;display:inline-block;transition:opacity .3s ease}.anpc-badge:hover{opacity:.8}.footer-bottom{padding-top:3px}.copyright,.made-with-love{color:rgba(255,255,255,0.7);font-size:.9rem}.heart{color:var(--accent);animation:heartbeat 1.5s ease-in-out infinite;display:inline-block}@keyframes heartbeat{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}#backToTop{position:fixed;bottom:30px;right:30px;width:50px;height:50px;z-index:1000;background:linear-gradient(135deg,var(--primary) 0,var(--info) 100%);border:none;border-radius:50%;color:#ffffff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background .3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.2)}#backToTop:hover{transform:translateY(-5px);background:var(--secondary)}@media (max-width:768px){.main-footer{padding:40px 0 20px;margin-top:40px}.footer-title{font-size:1.1rem}.footer-social{justify-content:center}.anpc-badges{justify-content:center;margin-top:10px}.footer-bottom .col-md-6{text-align:center !important}}