.footer-component{--primary-gradient:linear-gradient(135deg,#0a2239 0%,#432818 100%);--secondary-gradient:linear-gradient(135deg,#ffb627 0%,#bc6c25 100%);--gold-gradient:linear-gradient(135deg,#ffb627 0%,#f77f00 100%);--card-bg:rgba(10,34,57,.95);--card-hover-bg:rgba(255,183,39,.15);--text-primary:#fff;--text-secondary:#b3c6e0;--accent-gold:#f77f00;--success-color:#2196f3;--shadow-light:0 4px 15px rgba(10,34,57,.1);--shadow-medium:0 8px 25px rgba(67,40,24,.15);--shadow-heavy:0 12px 40px rgba(255,183,39,.2);background:var(--primary-gradient);position:relative;overflow:hidden}.footer-component::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(255,183,39,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(67,40,24,.1) 0%,transparent 50%);animation:footerFloat 30s ease-in-out infinite}.footer-component .footer-wave{position:absolute;top:-1px;left:0;width:100%;height:100px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="%23ffb627"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" fill="%23ffb627"/><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%23ffb627"/></svg>') no-repeat;background-size:cover}.footer-component .footer-content{position:relative;z-index:2;padding:80px 0 40px 0}.footer-component .footer-logo{text-align:center;margin-bottom:50px}.footer-component .footer-brand{font-size:2.5rem;font-weight:800;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:15px;text-shadow:2px 2px 4px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;gap:15px}.footer-component .footer-brand i{color:var(--accent-gold);animation:floatBalloon 3s ease-in-out infinite}.footer-component .footer-tagline{color:var(--text-secondary);font-size:1.1rem;font-style:italic;margin-bottom:30px}.footer-component .footer-section{margin-bottom:40px}.footer-component .footer-title{color:var(--text-primary);font-size:1.3rem;font-weight:700;margin-bottom:25px;position:relative;padding-bottom:10px}.footer-component .footer-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:var(--gold-gradient);border-radius:2px}.footer-component .footer-links{list-style:none;padding:0;margin:0}.footer-component .footer-links li{margin-bottom:12px}.footer-component .footer-links a{color:var(--text-secondary);text-decoration:none;transition:all 0.3s ease;display:flex;align-items:center;gap:10px;padding:8px 0;position:relative}.footer-component .footer-links a::before{content:'';position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--accent-gold);transition:width 0.3s ease}.footer-component .footer-links a:hover{color:var(--text-primary);transform:translateX(5px)}.footer-component .footer-links a:hover::before{width:100%}.footer-component .footer-links i{color:var(--accent-gold);width:20px;text-align:center}.footer-component .contact-info{background:rgba(255,183,39,.1);border-radius:15px;padding:25px;border:1px solid rgba(255,183,39,.2);transition:all 0.3s ease}.footer-component .contact-info:hover{background:rgba(255,183,39,.15);transform:translateY(-5px);box-shadow:var(--shadow-medium)}.footer-component .contact-item{display:flex;align-items:center;margin-bottom:15px;color:var(--text-secondary);transition:all 0.3s ease}.footer-component .contact-item:hover{color:var(--text-primary)}.footer-component .contact-item i{color:var(--accent-gold);font-size:1.2rem;width:30px;text-align:center;margin-right:15px}.footer-component .social-links{display:flex;gap:15px;justify-content:center;margin-bottom:30px}.footer-component .social-link{width:50px;height:50px;background:var(--card-bg);border:2px solid rgba(255,183,39,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);text-decoration:none;transition:all 0.3s ease;position:relative;overflow:hidden}.footer-component .social-link::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gold-gradient);transition:left 0.3s ease;border-radius:50%}.footer-component .social-link:hover{transform:translateY(-5px) scale(1.1);border-color:var(--accent-gold);box-shadow:0 8px 20px rgba(255,183,39,.4)}.footer-component .social-link:hover::before{left:0}.footer-component .social-link i{position:relative;z-index:2;font-size:1.2rem;transition:color 0.3s ease}.footer-component .social-link:hover i{color:var(--text-primary)}.footer-component .newsletter{background:var(--card-bg);border-radius:15px;padding:30px;border:1px solid rgba(255,183,39,.2);text-align:center}.footer-component .newsletter-title{color:var(--text-primary);font-size:1.4rem;font-weight:600;margin-bottom:15px}.footer-component .newsletter-text{color:var(--text-secondary);margin-bottom:25px}.footer-component .newsletter-form{display:flex;gap:10px;max-width:400px;margin:0 auto}.footer-component .newsletter-input{flex:1;padding:12px 15px;border:2px solid rgba(255,183,39,.3);border-radius:25px;background:rgba(255,255,255,.1);color:var(--text-primary);font-size:.95rem;transition:all 0.3s ease}.footer-component .newsletter-input:focus{outline:none;border-color:var(--accent-gold);background:rgba(255,255,255,.15);box-shadow:0 0 20px rgba(255,183,39,.3)}.footer-component .newsletter-input::placeholder{color:var(--text-secondary)}.footer-component .newsletter-btn{padding:12px 25px;background:var(--gold-gradient);border:none;border-radius:25px;color:var(--text-primary);font-weight:600;cursor:pointer;transition:all 0.3s ease;white-space:nowrap}.footer-component .newsletter-btn:hover{transform:scale(1.05);box-shadow:0 5px 15px rgba(255,183,39,.4)}.footer-component .footer-bottom{border-top:1px solid rgba(255,183,39,.2);padding:30px 0;text-align:center;background:rgba(10,34,57,.3);position:relative}.footer-component .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-component .copyright{color:var(--text-secondary);font-size:.9rem}.footer-component .footer-bottom-links{display:flex;gap:25px;flex-wrap:wrap}.footer-component .footer-bottom-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:all 0.3s ease}.footer-component .footer-bottom-links a:hover{color:var(--accent-gold)}@keyframes footerFloat{0%,100%{transform:translateX(0) translateY(0)}33%{transform:translateX(10px) translateY(-5px)}66%{transform:translateX(-5px) translateY(5px)}}@keyframes floatBalloon{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(5deg)}}@media (max-width:768px){.footer-component .footer-brand{font-size:2rem}.footer-component .newsletter-form{flex-direction:column}.footer-component .social-links{flex-wrap:wrap}.footer-component .footer-bottom-content{flex-direction:column;text-align:center}.footer-component .footer-bottom-links{justify-content:center}}