﻿/* ================================================
   FOOTER LEGAL — TraduceHombres
   wwwroot/css/Shared/FooterLegal.css
   ================================================ */

.th-footer {
    background: linear-gradient(135deg, #1a0a12 0%, #2d0a2e 100%);
    color: rgba(255, 255, 255, 0.75);
    padding: 3rem 0 1.5rem;
    margin-top: auto;
    border-top: 1px solid rgba(233, 30, 140, 0.2);
}

/* ── Marca ── */
.th-footer__brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.th-footer__logo-icon {
    font-size: 1.4rem;
}

.th-footer__logo-text {
    font-size: 1.1rem;
    font-weight: 700;
    background: linear-gradient(135deg, #e91e8c 0%, #9c27b0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.th-footer__tagline {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.th-footer__contact-link {
    font-size: 0.85rem;
    color: rgba(233, 30, 140, 0.8);
    text-decoration: none;
    transition: color 0.2s;
}

    .th-footer__contact-link:hover {
        color: #e91e8c;
    }

/* ── Secciones ── */
.th-footer__section-title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.75rem;
}

.th-footer__links {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .th-footer__links a {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        transition: color 0.2s, padding-left 0.2s;
    }

        .th-footer__links a:hover {
            color: #e91e8c;
            padding-left: 4px;
        }

/* ── Divider ── */
.th-footer__divider {
    border-color: rgba(233, 30, 140, 0.15);
    margin: 2rem 0 1rem;
}

/* ── Bottom ── */
.th-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.th-footer__copy {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
}

.th-footer__credit {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
}

    .th-footer__credit a {
        color: rgba(233, 30, 140, 0.7);
        text-decoration: none;
        font-weight: 600;
        transition: color 0.2s;
    }

        .th-footer__credit a:hover {
            color: #e91e8c;
        }

/* ── Mobile ── */
@media (max-width: 767px) {
    .th-footer__bottom {
        flex-direction: column;
        text-align: center;
    }
}
