/* ========================================================================
   MATCRAFTER PREMIUM FOOTER STYLES
   ======================================================================== */

.site-footer {
    background-color: #0c0e12;
    color: #e2e8f0;
    padding: 80px 0 0 0;
    font-family: inherit;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

/* Footer Main Grid */
.footer-widgets {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
    gap: 50px;
    margin-bottom: 60px;
}

.footer-column h3 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--primary-color, #00d2ff);
    border-radius: 2px;
}

/* Brand Column */
.footer-brand p {
    line-height: 1.8;
    color: #94a3b8;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

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

.footer-social-premium a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-social-premium a:hover {
    background: var(--primary-color, #00d2ff);
    transform: translateY(-5px);
    color: #000;
    box-shadow: 0 10px 20px rgba(0, 210, 255, 0.2);
}

/* Navigation Lists */
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 15px;
}

.footer-column ul li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
}

.footer-column ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-column ul li a::before {
    content: '→';
    margin-right: 10px;
    font-size: 0.8rem;
    opacity: 0;
    transition: all 0.25s ease;
}

.footer-column ul li a:hover::before {
    opacity: 1;
}

/* Contact Column */
.footer-contact-info {
    font-style: normal;
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: rgba(0, 210, 255, 0.1);
    color: var(--primary-color, #00d2ff);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-text strong {
    display: block;
    color: #ffffff;
    font-size: 0.85rem;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-text p,
.contact-text a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Trust Bar */
.footer-trust-bar {
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 0;
}

.trust-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.trust-item svg {
    color: var(--primary-color, #00d2ff);
}

.trust-item span {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

/* Footer Bottom */
.footer-bottom {
    background: #080a0d;
    padding: 25px 0;
}

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

.footer-copyright p {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0;
}

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

@media (max-width: 640px) {
    .site-footer {
        padding: 60px 0 0 0;
    }

    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

    .trust-inner {
        justify-content: flex-start;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
/* Pars Yazilim Credits Style */
.footer-credits a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-credits span {
    color: #64748b;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.footer-credits img {
    height: 20px;
    width: auto;
    filter: brightness(0) invert(1) opacity(0.6);
    transition: all 0.3s ease;
}

.footer-credits a:hover img {
    filter: brightness(0) invert(1) opacity(1);
    transform: scale(1.05);
}

.footer-credits a:hover span {
    color: #94a3b8;
}

/* Footer Logo Styling */
.footer-logo img, 
.footer-logo .custom-logo {
    max-height: 50px;
    width: auto;
    /* Basic white filter to make dark/colored logos visible on dark footer */
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.footer-logo img:hover,
.footer-logo .custom-logo:hover {
    transform: scale(1.05);
    filter: brightness(0) invert(1) opacity(0.8);
}
