/**
 * 88I E-E-A-T SEO 2026 - Footer Custom Styles
 * Hide old footer and style new E-E-A-T compliant footer
 */

/* ===================================
   HIDE OLD FOOTER COMPLETELY
   =================================== */

/* Hide the old Flatsome footer section */
#footer #section_1022403563 {
    display: none !important;
}

/* Hide old footer wrapper if exists */
.footer-wrapper .footer-primary {
    display: none !important;
}

/* ===================================
   NEW E-E-A-T FOOTER 2026 STYLES
   =================================== */

#footer-eeat-2026 {
    background: linear-gradient(135deg, #0B0E14 0%, #1E293B 100%);
    color: #F8FAFC;
    padding: 60px 0 30px;
    margin-top: 60px;
    border-top: 4px solid #38BDF8;
    position: relative;
    z-index: 10;
}

#footer-eeat-2026 * {
    box-sizing: border-box;
}

/* Container */
.footer-eeat-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Grid Layout */
.footer-eeat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.footer-eeat-col h3 {
    color: #38BDF8;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(56, 189, 248, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-eeat-col p {
    color: #CBD5E1;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 15px;
}

.footer-eeat-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-eeat-col ul li {
    margin-bottom: 12px;
}

.footer-eeat-col ul li a {
    color: #E2E8F0;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-eeat-col ul li a:before {
    content: "▸";
    color: #38BDF8;
    font-weight: bold;
}

.footer-eeat-col ul li a:hover {
    color: #38BDF8;
    padding-left: 8px;
}

/* Contact Info Styles */
.footer-contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: flex-start;
}

.footer-contact-item strong {
    color: #38BDF8;
    min-width: 100px;
    font-size: 14px;
}

.footer-contact-item a {
    color: #F8FAFC;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-item a:hover {
    color: #38BDF8;
}

/* Trust Badges */
.footer-trust-badges {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(226, 232, 240, 0.1);
}

.trust-badge {
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.3);
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 13px;
    color: #38BDF8;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.trust-badge:before {
    content: "✓";
    background: #38BDF8;
    color: #0B0E14;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
}

/* License Info */
.footer-license {
    background: rgba(249, 115, 22, 0.15);
    border-left: 4px solid #F97316;
    padding: 20px 25px;
    border-radius: 8px;
    margin-top: 25px;
}

.footer-license p {
    color: #FED7AA;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.footer-license strong {
    color: #FEF3C7;
    font-weight: 700;
}

/* Bottom Bar */
.footer-eeat-bottom {
    border-top: 1px solid rgba(226, 232, 240, 0.1);
    padding-top: 30px;
    margin-top: 40px;
}

.footer-eeat-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright {
    color: #94A3B8;
    font-size: 14px;
}

.footer-copyright strong {
    color: #38BDF8;
    font-weight: 700;
}

.footer-social-links {
    display: flex;
    gap: 15px;
}

.footer-social-links a {
    width: 40px;
    height: 40px;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38BDF8;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer-social-links a:hover {
    background: #38BDF8;
    color: #0B0E14;
    transform: translateY(-3px);
}

/* Payment Methods */
.footer-payments {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.payment-icon {
    background: rgba(248, 250, 252, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.2);
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 13px;
    color: #CBD5E1;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* SEO Keywords Footer */
.footer-seo-keywords {
    text-align: center;
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid rgba(226, 232, 240, 0.1);
}

.footer-seo-keywords p {
    color: #64748B;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 0;
}

.footer-seo-keywords strong {
    color: #38BDF8;
    font-weight: 600;
    margin: 0 3px;
}

/* Responsive */
@media (max-width: 768px) {
    #footer-eeat-2026 {
        padding: 40px 0 20px;
    }
    
    .footer-eeat-container {
        padding: 0 20px;
    }
    
    .footer-eeat-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-eeat-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-trust-badges {
        flex-direction: column;
        gap: 12px;
    }
    
    .footer-payments {
        justify-content: center;
    }
}

/* Absolute Footer (if exists) */
.absolute-footer {
    background: #0B0E14 !important;
    border-top: 1px solid rgba(56, 189, 248, 0.2);
    padding: 15px 0 !important;
}

.absolute-footer .copyright-footer {
    color: #64748B !important;
    font-size: 13px !important;
}
