:root{--brand:#5f60ef}.content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.content h1{font-family:'Montserrat',sans-serif;color:#2c3e50;margin-bottom:1.5rem;text-align:center}.content p{line-height:1.6;margin-bottom:1rem;max-width:800px;margin-left:auto;margin-right:auto}.footer-modern{background:linear-gradient(135deg,#1a1f2d 0%,#131722 100%);color:#fff;padding:3rem 1rem 1.5rem;position:relative;overflow:hidden;font-size:14px}.footer-modern::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#3b82f6,transparent)}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column}.brand-wrapper{display:flex;align-items:center;margin-bottom:1.5rem}.brand-icon{font-size:2rem;color:var(--brand);margin-right:0.75rem}.brand-text{font-size:1.75rem;font-weight:800;color:#fff;font-family:'Montserrat',sans-serif}.brand-text span{color:#3b82f6;color:var(--brand)}.brand-description{color:#a0aec0;margin-bottom:2rem;line-height:1.6}.app-download p{color:#a0aec0;margin-bottom:0.75rem;font-size:0.9rem}.download-buttons{display:flex;flex-direction:column;gap:0.75rem}.download-btn{display:flex;align-items:center;gap:0.5rem;padding:0.8rem 1rem;background:rgba(59,130,246,0.1);color:#3b82f6;border:1px solid rgba(59,130,246,0.2);border-radius:8px;font-weight:500;transition:all 0.3s ease;cursor:pointer;width:100%}.download-btn:hover{background:rgba(59,130,246,0.2);transform:translateY(-2px)}.footer-title{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;position:relative;padding-bottom:0.75rem;color:#fff;font-family:'Montserrat',sans-serif}.footer-title::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:3px}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:0.75rem}.footer-link{display:flex;align-items:center;gap:0.75rem;color:#a0aec0;text-decoration:none;transition:all 0.3s ease;padding:0.5rem;border-radius:6px}.footer-link:hover{color:#3b82f6;background:rgba(59,130,246,0.1);transform:translateX(5px)}.footer-link i{width:20px;text-align:center}.social-icons{display:flex;gap:0.75rem;margin-bottom:2rem;flex-wrap:wrap}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.05);color:#a0aec0;text-decoration:none;transition:all 0.3s ease}.social-icon:hover{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);color:#fff;transform:translateY(-3px);box-shadow:0 4px 10px rgba(59,130,246,0.3)}.newsletter-title{font-size:1rem;font-weight:600;margin-bottom:0.5rem;color:#fff}.newsletter-text{color:#a0aec0;font-size:0.85rem;margin-bottom:1rem;line-height:1.5}.newsletter-form{display:flex;flex-direction:column;gap:0.5rem}.newsletter-input{padding:0.75rem 1rem;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:8px;color:#fff;font-size:0.9rem;width:100%}.newsletter-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,0.2)}.newsletter-btn{padding:0.75rem;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all 0.3s ease;font-weight:600;display:flex;align-items:center;justify-content:center;gap:0.5rem}.newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(59,130,246,0.3)}.contact-list{list-style:none;padding:0;margin:0 0 2rem 0}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:0.75rem;border-radius:8px;transition:all 0.3s ease}.contact-item:hover{background:rgba(255,255,255,0.05)}.contact-item i{font-size:1.25rem;color:#3b82f6;width:24px}.contact-item div{display:flex;flex-direction:column}.contact-item span{font-size:0.8rem;color:#a0aec0;margin-bottom:0.25rem}.contact-item p{margin:0;color:#fff;font-weight:500}.footer-badges{display:flex;flex-wrap:wrap;gap:0.75rem}.badge{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 0.75rem;background:rgba(59,130,246,0.1);border-radius:6px;font-size:0.8rem;color:#3b82f6}.badge i{font-size:0.9rem}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem}.footer-bottom-content{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.copyright{color:#a0aec0;margin:0;text-align:center}.legal-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.legal-links a{color:#a0aec0;text-decoration:none;font-size:0.9rem;transition:all 0.3s ease}.legal-links a:hover{color:#3b82f6}.made-with{text-align:center;color:#a0aec0;font-size:0.9rem;margin:0;padding-top:1rem}.made-with i{color:#ef4444}
@media(min-width:768px){.footer-content{grid-template-columns:repeat(2,1fr)}.download-buttons{flex-direction:row}.newsletter-form{flex-direction:row}.newsletter-input{width:auto;flex:1}.footer-bottom-content{flex-direction:row;justify-content:space-between;align-items:center}.copyright{text-align:left}}
@media(min-width:992px){.footer-content{grid-template-columns:repeat(4,1fr)}.footer-modern{padding:4rem 2rem 1.5rem}}
@media(max-width:767px){.social-icons{justify-content:center}.legal-links{flex-direction:column;align-items:center;gap:0.75rem}.footer-title{text-align:center}.footer-title::after{left:50%;transform:translateX(-50%)}.brand-wrapper{justify-content:center}}