/* Site footer */

.site-footer {
    margin-top: 3rem;
    background: #111816;
    color: #c5cec9;
}

.site-footer__newsletter {
    background: linear-gradient(135deg, #0d6e4f 0%, #084a35 100%);
    color: #fff;
}

.site-footer__newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem 0;
}

.site-footer__newsletter-title {
    margin: 0 0 0.35rem;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.site-footer__newsletter-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
}

.site-footer__newsletter-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    flex: 1 1 360px;
    max-width: 480px;
}

.site-footer__newsletter-form input[type="email"] {
    flex: 1 1 220px;
    min-width: 0;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 0.92rem;
}

.site-footer__newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.site-footer__newsletter-form input[type="email"]:focus {
    outline: none;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.18);
}

.site-footer__newsletter-form button {
    padding: 0.8rem 1.25rem;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #084a35;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.site-footer__newsletter-form button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.site-footer__newsletter-feedback {
    flex: 1 1 100%;
    margin: 0;
    font-size: 0.86rem;
    color: #fff;
}

.site-footer__columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    padding: 3rem 0 2.5rem;
}

.site-footer__heading {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

.site-footer__heading--sub {
    margin-top: 1.5rem;
}

.site-footer__list,
.site-footer__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__list a,
.site-footer__contact-list a {
    color: #9aa8a1;
    font-size: 0.9rem;
    line-height: 1.9;
    transition: color 0.15s ease;
}

.site-footer__list a:hover,
.site-footer__contact-list a:hover,
.site-footer__whatsapp:hover {
    color: #fff;
}

.site-footer__contact-lead {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #9aa8a1;
}

.site-footer__whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
    padding: 0.65rem 0.9rem;
    border-radius: 10px;
    background: rgba(37, 211, 102, 0.12);
    color: #4ade80;
    font-weight: 700;
    font-size: 0.92rem;
    transition: background 0.15s ease, color 0.15s ease;
}

.site-footer__whatsapp:hover {
    background: rgba(37, 211, 102, 0.2);
}

.site-footer__contact-list li {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #9aa8a1;
}

.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.15rem;
}

.site-footer__social a {
    padding: 0.4rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #c5cec9;
    font-size: 0.78rem;
    font-weight: 600;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.site-footer__social a:hover {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.site-footer__trust {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #0c100e;
}

.site-footer__trust-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr) minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: center;
    padding: 1.35rem 0;
}

.site-footer__trust-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.site-footer__trust-item strong,
.site-footer__trust-item span {
    display: block;
}

.site-footer__trust-item strong {
    color: #fff;
    font-size: 0.86rem;
    line-height: 1.35;
}

.site-footer__trust-item span {
    color: #8b9892;
    font-size: 0.76rem;
    line-height: 1.35;
}

.site-footer__trust-icon {
    flex-shrink: 0;
    color: #4ade80;
}

.site-footer__trust-item--payments {
    flex-wrap: wrap;
    gap: 0.45rem;
}

.site-footer__payment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: #e2e8f0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.site-footer__payment-badge--troy {
    color: #38bdf8;
}

.site-footer__payment-badge--provider {
    color: #fbbf24;
}

.site-footer__etbis-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    text-align: center;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.site-footer__etbis-placeholder:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.site-footer__etbis-placeholder span {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.site-footer__etbis-placeholder small {
    margin-top: 0.15rem;
    font-size: 0.62rem;
    color: #9aa8a1;
}

.site-footer__brands {
    padding: 1.1rem 0;
    background: #111816;
}

.site-footer__brands-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
}

.site-footer__brands-label {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8b9892;
}

.site-footer__brands-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.site-footer__brands-list span {
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: #dce3df;
    font-size: 0.78rem;
    font-weight: 600;
}

.site-footer__bottom {
    padding: 1rem 0 1.35rem;
    background: #0a0d0c;
}

.site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.site-footer__bottom p {
    margin: 0;
    font-size: 0.86rem;
    color: #8b9892;
}

.site-footer__brand-link {
    color: #4ade80;
    font-size: 0.86rem;
    font-weight: 700;
}

.site-footer__brand-link:hover {
    color: #fff;
}

@media (max-width: 1024px) {
    .site-footer__columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__trust-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .site-footer__newsletter-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .site-footer__newsletter-form {
        max-width: none;
    }

    .site-footer__columns {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding-top: 2rem;
    }

    .site-footer__trust-inner {
        grid-template-columns: 1fr;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
