/* ==========================================
   Footer - Redesain Premium & Profesional
========================================== */

#site-footer {
    background: #0B0F19;
    color: #94A3B8;
    padding: 80px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

#site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(33, 158, 188, 0.3), transparent);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.25fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
}

.footer-widget h3 {
    margin-bottom: 25px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
    position: relative;
    padding-bottom: 12px;
}

.footer-widget h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
}

/* About / Company Widget */
.footer-about .footer-brand {
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.footer-logo-img {
    max-height: 55px !important;
    width: auto !important;
    max-width: 240px !important;
    display: block !important;
    margin-bottom: 20px !important;
    transition: transform 0.2s ease;
}
.footer-logo-img:hover {
    transform: scale(1.02);
}

.footer-about .brand-accent {
    color: var(--primary);
    background: linear-gradient(135deg, #219EBC, #0F4C81);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-about .about-text {
    font-size: 14px;
    line-height: 1.7;
    color: #94A3B8;
}

/* Navigation Menu Widget */
.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    list-style: none;
}

.footer-menu a {
    color: #94A3B8;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 0;
}

.footer-menu a::before {
    content: '→';
    opacity: 0;
    width: 0;
    transition: all 0.25s ease;
    color: var(--primary);
    font-weight: bold;
}

.footer-menu a:hover {
    color: #FFFFFF;
    padding-left: 5px;
}

.footer-menu a:hover::before {
    opacity: 1;
    width: 14px;
    margin-right: 6px;
}

/* Contact Widget */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-icon {
    width: 18px;
    height: 18px;
    color: var(--primary);
    margin-top: 3px;
    flex-shrink: 0;
}

.contact-text {
    font-size: 14px;
    line-height: 1.5;
    color: #94A3B8;
}

/* Social Media Widget */
.social-icons-grid {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.social-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-icon-btn svg {
    width: 18px;
    height: 18px;
}

.social-icon-btn:hover {
    transform: translateY(-3px);
    color: #FFFFFF;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.social-icon-btn.facebook:hover {
    background: #1877F2;
    border-color: #1877F2;
}

.social-icon-btn.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border-color: transparent;
}

.social-icon-btn.tiktok:hover {
    background: #010101;
    border-color: #FE2C55;
    color: #FE2C55;
}

.social-icon-btn.youtube:hover {
    background: #FF0000;
    border-color: #FF0000;
}

/* Payment Widget */
.footer-payment {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-payment h4 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.payment-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.payment-badge {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #FFFFFF;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.payment-badge:hover {
    background: #FFFFFF;
    color: #0B0F19;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1);
}

/* Copyright & Bottom Section */
.footer-bottom {
    padding-top: 10px;
}

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

.footer-bottom .copyright-text {
    font-size: 13px;
    color: #64748B;
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-bottom-links a {
    color: #64748B;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}

.footer-bottom-links a:hover {
    color: #FFFFFF;
}

.footer-bottom-links .separator {
    color: rgba(255, 255, 255, 0.1);
    font-size: 10px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    #site-footer {
        padding: 60px 0 30px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        text-align: center;
    }

    .footer-widget h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-menu a {
        justify-content: center;
    }

    .footer-menu a:hover {
        padding-left: 0;
    }

    .footer-menu a::before {
        display: none;
    }

    .contact-list {
        align-items: center;
    }

    .social-icons-grid {
        justify-content: center;
    }

    .footer-payment {
        flex-direction: column;
        text-align: center;
        padding: 25px 0;
    }

    .payment-list {
        justify-content: center;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
}