/* === FOOTER PREMIUM === */
.footer-premium {
    position: relative;
    background: linear-gradient(135deg, #0d1726 0%, #14100d 50%, #1a1410 100%);
    color: #ffffff;
    overflow: hidden;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(254,129,13,0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0,123,255,0.06) 0%, transparent 50%);
    pointer-events: none;
}

.footer-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fe810d, transparent);
}

/* Newsletter Section */
.footer-newsletter {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    z-index: 2;
}

.newsletter-title {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.newsletter-title i {
    color: #fe810d;
}

.newsletter-subtitle {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.7);
    margin: 0;
}

.newsletter-form {
    position: relative;
}

.newsletter-input {
    background: rgba(255,255,255,0.08);
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    padding: 14px 24px;
    color: #ffffff;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    background: rgba(255,255,255,0.12);
    border-color: #fe810d;
    box-shadow: 0 0 0 4px rgba(254,129,13,0.1);
    color: #ffffff;
}

.newsletter-input::placeholder {
    color: rgba(255,255,255,0.5);
}

.newsletter-btn {
    background: linear-gradient(135deg, #fe810d, #ff9b3d);
    border: none;
    border-radius: 50px;
    padding: 14px 32px;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: linear-gradient(135deg, #ff9b3d, #fe810d);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(254,129,13,0.4);
}

/* Main Footer Content */
.footer-main {
    padding: 60px 0 40px;
    position: relative;
    z-index: 2;
}

.footer-section {
    margin-bottom: 20px;
}

.footer-logo-premium {
    height: 60px;
    margin-bottom: 16px;
}

.footer-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
    margin-bottom: 24px;
}

/* Footer Stats */
.footer-stats {
    display: flex;
    gap: 20px;
}

.footer-stat-item {
    text-align: center;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fe810d;
    line-height: 1;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Footer Title */
.footer-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fe810d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #fe810d, transparent);
    border-radius: 2px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-links a i {
    font-size: 0.7rem;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fe810d;
    transform: translateX(4px);
}

.footer-links a:hover i {
    opacity: 1;
}

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.footer-contact i {
    font-size: 1.2rem;
    color: #fe810d;
    margin-top: 2px;
    width: 20px;
    flex-shrink: 0;
}

.footer-contact strong {
    display: block;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 4px;
    font-weight: 700;
}

.footer-contact a,
.footer-contact span {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: #fe810d;
}

/* Footer Social */
.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #fe810d;
    border-color: #fe810d;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(254,129,13,0.4);
}

/* Footer Bottom */
.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    z-index: 2;
}

.copyright-text {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    margin: 0;
}

.copyright-text strong {
    color: #fe810d;
}

.footer-legal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.footer-legal a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #fe810d;
}

.footer-legal .separator {
    color: rgba(255,255,255,0.3);
}

/* Responsive */
@media (max-width: 992px) {
    .newsletter-title {
        font-size: 1.6rem;
    }
    .footer-stats {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .footer-newsletter {
        padding: 40px 0;
    }
    .newsletter-title {
        font-size: 1.4rem;
        text-align: center;
        justify-content: center;
    }
    .newsletter-subtitle {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-main {
        padding: 40px 0 30px;
    }
    .footer-section {
        text-align: center;
    }
    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-stats {
        justify-content: center;
    }
    .footer-social {
        justify-content: center;
    }
    .footer-legal {
        flex-direction: column;
        gap: 8px;
    }
    .footer-legal .separator {
        display: none;
    }
}