﻿
/* ========== TRUST BAR ========== */
.trust-bar {
    background-color: #f8f9fa;
    padding: 30px 20px;
    border-top: 1px solid #e9ecef;
}

.trust-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.trust-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2563EB;
    border-radius: 12px;
    color: #fff;
    font-size: 1.3rem;
    flex-shrink: 0;
    line-height: 1;
}

.trust-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.trust-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trust-content h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 4px 0;
    line-height: 1.2;
}

.trust-content p {
    font-size: 0.8rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.3;
}

/* ========== MAIN FOOTER ========== */
.footer {
    background-color: #1a1a1a;
    color: #fff;
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.footer-main {
    padding: 50px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

/* Columna Brand */
.footer-brand {
    padding-right: 20px;
}

.footer-logo-link {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 15px;
}

.footer-logo {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
    border-radius: 10px;
}

.footer-brand-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.footer-description {
    color: #b8b8c8;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 15px 0 20px 0;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #2563EB;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

/* Columnas de Enlaces */
.footer-col h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #3B82F6;
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #b8b8c8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(5px);
}

/* Columna Contacto */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #b8b8c8;
    font-size: 0.9rem;
}

.footer-contact i {
    width: 20px;
    color: #2563EB;
    font-size: 1rem;
}

.footer-contact a {
    color: #b8b8c8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact a:hover {
    color: #fff;
}

.footer-contact span {
    color: #b8b8c8;
}

/* ========== PAYMENT METHODS BAR ========== */
.footer-payments-bar {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    padding: 25px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-payments-bar .footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.payment-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8e8ea0;
    font-size: 0.9rem;
    font-weight: 500;
}

.payment-label i {
    color: #4CAF50;
}

.bold-badges-container {
    display: flex;
    align-items: center;
    min-height: 40px;
}

/* ========== FOOTER BOTTOM ========== */
.footer-bottom {
    background-color: #0a0a0a;
    padding: 18px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: none;
}

.footer-copyright {
    color: #6e6e7a;
    font-size: 0.8rem;
    margin: 0;
}

.footer-powered {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-powered span {
    color: #6e6e7a;
    font-size: 0.8rem;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
    .trust-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }

    .footer-brand {
        grid-column: span 2;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .trust-bar {
        padding: 25px 15px;
    }

    .trust-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .trust-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        text-align: left;
    }

    .trust-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        max-width: 44px;
        min-height: 44px;
        max-height: 44px;
        font-size: 1.1rem;
    }

    .trust-content h4 {
        font-size: 0.85rem;
        margin-bottom: 2px;
    }

    .trust-content p {
        font-size: 0.7rem;
    }

    .footer-main {
        padding: 40px 15px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-brand {
        grid-column: span 1;
        text-align: center;
    }

    .footer-logo-link {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-col h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-col {
        text-align: center;
    }

    .footer-contact li {
        justify-content: center;
    }

    .footer-payments-bar .footer-container {
        flex-direction: column;
        gap: 15px;
    }

    .payment-label {
        font-size: 0.85rem;
    }

    .footer-bottom .footer-container {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .footer-powered {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .trust-container {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .trust-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding: 8px 0;
    }

    .trust-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        max-width: 40px;
        min-height: 40px;
        max-height: 40px;
        font-size: 1rem;
        border-radius: 10px;
    }

    .trust-content h4 {
        font-size: 0.85rem;
    }

    .trust-content p {
        font-size: 0.7rem;
    }

    .footer-logo {
        width: 45px !important;
        height: 45px !important;
    }

    .footer-brand-name {
        font-size: 1.3rem;
    }

    .footer-description {
        font-size: 0.85rem;
    }

    .footer-col h4 {
        font-size: 1rem;
    }

    .footer-links a,
    .footer-contact li {
        font-size: 0.85rem;
    }
}

