.premium-footer{background:#0a0a0a;color:#fff;padding:4rem 0 0;position:relative;border-top:3px solid #ff4d6d}.premium-footer .footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.premium-footer .footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,77,109,.2)}.premium-footer .footer-brand .logo{width:220px;margin-bottom:1.5rem}.premium-footer .footer-brand .tagline{color:hsla(0,0%,100%,.8);margin-bottom:2rem;font-size:1.1rem}.premium-footer .footer-brand .app-stores{display:flex;flex-direction:column;gap:1rem}.premium-footer .footer-brand .app-stores .app-button{padding:.8rem 1.5rem;border-radius:8px;border:none;display:flex;flex-direction:column;transition:transform .3s ease;cursor:pointer}.premium-footer .footer-brand .app-stores .app-button:hover{transform:translateY(-2px)}.premium-footer .footer-brand .app-stores .app-button span:first-child{font-size:.8rem;opacity:.8}.premium-footer .footer-brand .app-stores .app-button span:last-child{font-weight:600}.premium-footer .footer-brand .app-stores .app-button.ios{background:linear-gradient(45deg,#000,#333);color:#fff}.premium-footer .footer-brand .app-stores .app-button.android{background:linear-gradient(45deg,#3ddc84,#00c853);color:#000}.premium-footer .footer-column .column-title{color:#ff4d6d;font-size:1.2rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.premium-footer .footer-column .footer-links{list-style:none;padding:0}.premium-footer .footer-column .footer-links li{margin-bottom:.8rem}.premium-footer .footer-column .footer-links .hover-gradient{color:hsla(0,0%,100%,.8);text-decoration:none;position:relative;padding-bottom:2px}.premium-footer .footer-column .footer-links .hover-gradient:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#ff4d6d,#ff8fa3);transition:width .3s ease}.premium-footer .footer-column .footer-links .hover-gradient:hover{color:#fff}.premium-footer .footer-column .footer-links .hover-gradient:hover:after{width:100%}.premium-footer .footer-column .social-links{display:flex;gap:1.5rem}.premium-footer .footer-column .social-links .social-icon{width:36px;height:36px;color:hsla(0,0%,100%,.8);transition:all .3s ease}.premium-footer .footer-column .social-links .social-icon:hover{color:#ff4d6d;transform:translateY(-3px)}.premium-footer .footer-column .social-links .social-icon svg{width:100%;height:100%}.premium-footer .footer-bottom{padding:2rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.premium-footer .footer-bottom .copyright{color:hsla(0,0%,100%,.6);font-size:.9rem;margin:0}.premium-footer .footer-bottom .legal-links{display:flex;gap:1.5rem}.premium-footer .footer-bottom .legal-links a{color:hsla(0,0%,100%,.6);text-decoration:none;font-size:.9rem;transition:color .3s ease}.premium-footer .footer-bottom .legal-links a:hover{color:#ff4d6d}@media(max-width:768px){.premium-footer .footer-grid{grid-template-columns:1fr}.premium-footer .footer-bottom{flex-direction:column;text-align:center}}