.footer{background:var(--bg-secondary,#FFF);position:relative;overflow:hidden}.footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,var(--gold) 20%,var(--gold) 80%,transparent)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding:4rem 0 3rem}.footer-brand{max-width:320px}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo img{height:50px;width:auto}.footer-logo-text{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--text-primary)}.footer-tagline{color:var(--text-secondary);font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.footer-section h4{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;position:relative}.footer-section h4::after{content:'';position:absolute;bottom:-8px;left:0;width:30px;height:2px;background:var(--gold)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.footer-links a::before{content:'';width:0;height:1px;background:var(--gold);transition:width .3s ease}.footer-links a:hover{color:var(--gold);transform:translateX(5px)}.footer-links a:hover::before{width:15px}.footer-contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;color:var(--text-secondary);font-size:.95rem}.footer-contact-item i{color:var(--gold);font-size:1rem;margin-top:3px;width:20px;text-align:center}.footer-contact-item a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.footer-contact-item a:hover{color:var(--gold)}.footer-social{display:flex;gap:.75rem;margin-top:1.5rem}.social-link{width:44px;height:44px;border-radius:50%;background:rgba(184,134,11,0.1);border:1px solid rgba(184,134,11,0.2);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.1rem;transition:all .3s ease}.social-link:hover{background:var(--gold);color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px rgba(184,134,11,0.3)}.footer-trust{background:rgba(255,255,255,0.02);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:2rem 0}.trust-badges{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.trust-badge-icon{width:60px;height:60px;border-radius:50%;background:rgba(184,134,11,0.1);display:flex;align-items:center;justify-content:center}.trust-badge-icon i{font-size:1.5rem;color:var(--gold)}.trust-badge-icon img{height:40px;width:auto;filter:grayscale(100%) brightness(1.5);opacity:.8;transition:all .3s ease}.trust-badge:hover .trust-badge-icon img{filter:grayscale(0%);opacity:1}.trust-badge-text{font-size:.8rem;color:var(--text-tertiary);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.footer-newsletter{background:rgba(184,134,11,0.05);border:1px solid rgba(184,134,11,0.1);border-radius:16px;padding:1.5rem}.footer-newsletter h4{margin-bottom:.75rem}.footer-newsletter h4::after{display:none}.footer-newsletter p{font-size:.9rem;color:var(--text-secondary);margin-bottom:1rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{flex:1;padding:12px 16px;border:1px solid var(--glass-border);border-radius:8px;background:var(--bg-primary);color:var(--text-primary);font-size:.95rem}.newsletter-form input:focus{outline:none;border-color:var(--gold)}.newsletter-form button{padding:12px 20px;background:var(--gold);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-form button:hover{background:var(--gold-dark);transform:translateY(-2px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-top:1px solid var(--glass-border);font-size:.9rem;color:var(--text-tertiary)}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:var(--text-tertiary);text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:var(--gold)}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;border-radius:50%;background:var(--gold);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;box-shadow:0 4px 20px rgba(184,134,11,0.4);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;z-index:99}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(184,134,11,0.5)}.back-to-top svg{position:absolute;width:100%;height:100%;transform:rotate(-90deg)}.back-to-top .progress-ring{fill:none;stroke:rgba(255,255,255,0.3);stroke-width:3}.back-to-top .progress-ring-fill{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-dasharray:141;stroke-dashoffset:141;transition:stroke-dashoffset .1s ease}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:span 2;max-width:100%}}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{grid-column:span 1}.footer-section h4::after{left:50%;transform:translateX(-50%)}.footer-logo{justify-content:center}.footer-social{justify-content:center}.footer-contact-item{justify-content:center}.trust-badges{gap:2rem}.newsletter-form{flex-direction:column}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center;gap:1rem}.back-to-top{bottom:20px;right:20px;width:44px;height:44px}}