@charset "utf-8";

/* ============================================================
   BAYMEET · FOOTER
   Archivo: assets/css/page_public/footer.css
============================================================ */

/* ============================================================
   FOOTER BASE
============================================================ */

.footer-wrapper {
    width: 100%;

    background:
        linear-gradient(
            to bottom,
            #000000 0%,
            #0c0c0c 50%,
            #151515 100%
        );

    color: #fff;
    text-align: center;
    font-family: var(--font-body);

    padding: 1.20rem 1rem 1.45rem;

    border-radius: 14px 14px 0 0;

    box-shadow:
        0 -2px 12px rgba(0,0,0,.35);

    overflow: hidden;
}

/* ============================================================
   LINKS LEGALES
============================================================ */

.footer-legal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: .35rem .60rem;

    margin-bottom: .80rem;

    font-size: clamp(.78rem, 1vw, .95rem);
    line-height: 1.35;
}

.footer-legal a {
    color: #fff;
    text-decoration: none;

    font-weight: 600;

    transition:
        opacity .20s ease,
        transform .18s ease,
        color .20s ease;
}

.footer-legal a:hover {
    color: #f81142;
    opacity: .90;

    transform: translateY(-1px);
}

.footer-legal .sep {
    opacity: .55;
    font-weight: 300;
}

/* ============================================================
   CONTACTO OPCIONAL
============================================================ */

.footer-contact {
    margin-bottom: .90rem;

    font-size: clamp(.72rem, .9vw, .84rem);
    line-height: 1.3;

    opacity: .92;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;

    transition:
        opacity .20s ease,
        transform .18s ease;
}

.footer-contact a:hover {
    opacity: .75;
    transform: translateY(-1px);
}

/* ============================================================
   BLOQUE INFERIOR
============================================================ */

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: .48rem;

    line-height: 1.2;

    max-width: 100%;
}

/* ============================================================
   BRAND
============================================================ */

.footer-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: .32rem;

    line-height: 1;
    opacity: .96;
}

.footer-logo {
    width: clamp(14px, 1vw, 18px);
    height: clamp(14px, 1vw, 18px);

    display: block;
    flex: 0 0 auto;

    filter: brightness(0) invert(1);

    opacity: .92;

    image-rendering: -webkit-optimize-contrast;

    transition:
        opacity .18s ease,
        transform .18s ease;
}

.footer-brand:hover .footer-logo {
    opacity: 1;
    transform: scale(1.08);
}

.footer-brand-name {
    display: inline-flex;
    align-items: baseline;

    gap: 0;

    white-space: nowrap;

    font-size: clamp(.92rem, 1.1vw, 1.15rem);
    font-weight: 700;

    letter-spacing: -.2px;

    line-height: 1;
}

.footer-brand-name span {
    display: inline-block;
}

.footer-brand-name .logo-bay,
.footer-brand-name .logo-meet,
.footer-brand-name .logo-dotcom {
    color: #fff;
}

/* ============================================================
   AÑO
============================================================ */

.footer-year {
    font-size: clamp(.78rem, .9vw, .90rem);
    opacity: .95;
}

.footer-year-inline {
    margin-left: .22rem;

    font-size: .90em;
    font-weight: 600;

    opacity: .92;
}

/* ============================================================
   DERECHOS
============================================================ */

.footer-rights {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: .10rem;

    margin: 0;

    font-size: clamp(.76rem, .95vw, .92rem);
    line-height: 1.35;

    font-weight: 600;

    color: #fff;

    opacity: .95;
}

/* ============================================================
   MARCA REGISTRADA
============================================================ */

.footer-reg {
    display: inline-block;

    
    font-weight: 500;
    line-height: 1;

    position: relative;
    top: 2px;

    margin-right: .08rem;

    opacity: .95;
}

/* ============================================================
   TABLET / DESKTOP
============================================================ */

@media (min-width: 768px) {

    .footer-legal,
    .footer-bottom {
        width: min(100%, 1200px);

        margin-left: auto;
        margin-right: auto;
    }

    .footer-wrapper {
        padding: 1.35rem 1.25rem 1.65rem;
    }

    .footer-legal {
        font-size: .95rem;
        margin-bottom: .95rem;
    }

    .footer-brand-name {
        font-size: 1.08rem;
    }

    .footer-logo {
        width: 17px;
        height: 17px;
    }

    .footer-rights {
        font-size: 1.5rem;
    }

    .footer-reg {
        font-size: 1.18em;
        top: 2px;
    }
}

/* ============================================================
   DESKTOP GRANDE
============================================================ */

@media (min-width: 1200px) {

    .footer-legal,
    .footer-bottom {
        width: min(100%, 1400px);
    }

    .footer-wrapper {
        padding: 1.55rem 1.5rem 1.85rem;
    }

    .footer-legal {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .footer-brand-name {
        font-size: 1.20rem;
        letter-spacing: -.3px;
    }

    .footer-logo {
        width: 19px;
        height: 19px;
    }

    .footer-year-inline {
        font-size: .95rem;
    }

    .footer-rights {
        font-size: .96rem;
    }

    .footer-reg {
        font-size: 1.7em;
        top: 3px;
    }
}

/* ============================================================
   MOBILE PEQUEÑO
============================================================ */

@media (max-width: 420px) {

    .footer-wrapper {
        padding:
            1.10rem
            .85rem
            1.30rem;
    }

    .footer-legal {
        gap: .28rem .45rem;
        font-size: .76rem;
    }

    .footer-brand {
        gap: .26rem;
    }

    .footer-brand-name {
        font-size: .88rem;
    }

    .footer-logo {
        width: 13px;
        height: 13px;
    }

    .footer-rights {
        font-size: .72rem;
    }

    .footer-reg {
        font-size: 1.6em;
        top: 1px;
    }
}