/* Premium Footer Styles */
.premium-footer {
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    color: #475569;
    padding-top: 4rem;
    padding-bottom: 2rem;
    font-size: 0.95rem;
}

.premium-footer-title {
    color: #0f172a;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.premium-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.premium-footer-links li {
    margin-bottom: 0.85rem;
}

.premium-footer-links a {
    color: #64748b;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

.premium-footer-links a:hover {
    color: #0f172a;
    transform: translateX(3px);
}

.premium-footer-desc {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.footer-social-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #475569;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-social-links a:hover {
    background-color: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    transform: translateY(-3px);
}

.footer-subscribe-form .form-control {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid #cbd5e1;
    background-color: #ffffff;
}

.footer-subscribe-form .form-control:focus {
    border-color: #0f172a;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.1);
}

.footer-subscribe-form .btn-primary {
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: #0f172a;
    border: none;
    font-weight: 600;
}

.footer-subscribe-form .btn-primary:hover {
    background-color: #1e293b;
}

.footer-bottom {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.footer-logo-img {
    max-height: 40px;
    width: auto;
    margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
    .premium-footer {
        padding-top: 3rem;
        padding-bottom: 1rem;
        text-align: center;
    }
    .footer-logo-img {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-bottom {
        margin-top: 3rem;
        padding-top: 1.5rem;
    }
    .premium-footer-title {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }
    .premium-footer-links li {
        margin-bottom: 0;
    }
    .premium-footer-links a {
        display: block;
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        font-size: 1rem;
    }
    .premium-footer-links li:last-child a {
        border-bottom: none;
    }
    .premium-footer-links a:hover {
        transform: none; /* Disable shift on mobile tap */
        color: #0f172a;
    }
    .footer-social-links {
        justify-content: center !important;
    }
    .footer-bottom > div {
        margin-top: 0.75rem;
    }
}
