/* =========================================================
   FOOTER TIENDA JOCHY
   ========================================================= */

.site-footer{
    position:relative;
    overflow:hidden;
    margin-top:90px;
    background:
        radial-gradient(circle at 12% 20%,rgba(255,255,255,.12),transparent 25%),
        radial-gradient(circle at 86% 80%,rgba(255,255,255,.08),transparent 30%),
        linear-gradient(135deg,#e62692 0%,#c91b78 58%,#a91462 100%);
    color:#fff;
}

.footer-glow{
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    filter:blur(8px);
}

.footer-glow--one{
    width:300px;
    height:300px;
    left:-120px;
    top:-120px;
    background:rgba(255,255,255,.08);
}

.footer-glow--two{
    width:380px;
    height:380px;
    right:-160px;
    bottom:-220px;
    background:rgba(255,185,218,.12);
}

.footer-main{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.35fr repeat(3,1fr);
    gap:48px;
    padding:70px 0 38px;
}

.footer-brand__logo{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:20px 22px;
    margin-bottom:22px;
    background:linear-gradient(180deg,#ffffff 0%,#fff8fc 100%);
    border:1px solid rgba(230, 38, 146, .12);
    border-radius:26px;
    box-shadow:
        0 18px 40px rgba(98, 18, 58, .18),
        inset 0 1px 0 rgba(255,255,255,.75);
}

.footer-brand__logo img{
    width:170px;
    height:auto;
    display:block;
    filter:none;
}

.footer-brand p{
    max-width:360px;
    margin:0;
    color:rgba(255,255,255,.85);
    font-size:15px;
    line-height:1.75;
}

.footer-trust{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:24px;
}

.footer-trust span{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:0 11px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:999px;
    background:rgba(255,255,255,.10);
    color:#fff;
    font-size:11px;
    font-weight:800;
}

.footer-column h3{
    margin:0 0 20px;
    color:#fff;
    font-size:13px;
    font-weight:900;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.footer-column>a{
    display:block;
    width:max-content;
    max-width:100%;
    margin:12px 0;
    color:rgba(255,255,255,.82);
    font-size:14px;
    line-height:1.5;
    transition:.2s ease;
}

.footer-column>a:hover{
    color:#fff;
    transform:translateX(4px);
}

.footer-contact>a,
.footer-contact__item{
    display:flex !important;
    align-items:flex-start;
    gap:11px;
    width:100% !important;
    margin:14px 0 !important;
}

.footer-contact__icon{
    flex:0 0 34px;
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:rgba(255,255,255,.13);
    color:#fff;
    font-size:14px;
    font-weight:900;
}

.footer-contact span:last-child{
    min-width:0;
    color:#fff;
    font-size:13px;
    line-height:1.45;
    word-break:break-word;
}

.footer-contact small{
    display:block;
    margin-bottom:2px;
    color:rgba(255,255,255,.64);
    font-size:10px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.footer-promo{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin-bottom:32px;
    padding:25px 28px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:22px;
    background:rgba(255,255,255,.11);
    box-shadow:0 16px 45px rgba(82,18,53,.18);
    backdrop-filter:blur(10px);
}

.footer-promo__eyebrow{
    display:block;
    margin-bottom:6px;
    color:#ffe5f3;
    font-size:10px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.footer-promo strong{
    display:block;
    font-size:22px;
    line-height:1.2;
}

.footer-promo p{
    margin:6px 0 0;
    color:rgba(255,255,255,.78);
    font-size:13px;
}

.footer-promo__button{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 20px;
    border-radius:14px;
    background:#fff;
    color:#d71e83;
    font-size:13px;
    font-weight:900;
    box-shadow:0 10px 24px rgba(73,17,48,.18);
    transition:.2s ease;
}

.footer-promo__button:hover{
    transform:translateY(-2px);
    background:#fff5fa;
}

.footer-bottom{
    position:relative;
    z-index:2;
    border-top:1px solid rgba(255,255,255,.15);
    background:rgba(93,13,55,.18);
}

.footer-bottom__inner{
    min-height:64px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    color:rgba(255,255,255,.74);
    font-size:12px;
}

/* =========================================================
   BOTÓN FLOTANTE WHATSAPP
   ========================================================= */

.whatsapp-float{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:900;
    display:flex;
    align-items:center;
    gap:9px;
    min-height:54px;
    padding:0 18px 0 10px;
    border:3px solid #fff;
    border-radius:999px;
    background:#25d366;
    color:#fff;
    font-size:13px;
    font-weight:900;
    box-shadow:0 15px 38px rgba(23,94,50,.30);
    transition:.2s ease;
}

.whatsapp-float:hover{
    transform:translateY(-3px) scale(1.02);
    background:#1fbd5b;
}

.whatsapp-float__icon{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#fff;
    color:#25d366;
    font-size:20px;
    font-weight:900;
}

@media(max-width:980px){
    .footer-main{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:680px){
    .site-footer{
        margin-top:60px;
    }

    .footer-main{
        grid-template-columns:1fr;
        gap:30px;
        padding:50px 0 30px;
    }

    .footer-brand__logo img{
        width:180px;
    }

    .footer-promo{
        align-items:flex-start;
        flex-direction:column;
        padding:22px;
    }

    .footer-promo__button{
        width:100%;
    }

    .footer-bottom__inner{
        min-height:auto;
        align-items:flex-start;
        flex-direction:column;
        padding:18px 0;
    }

    .whatsapp-float{
        right:14px;
        bottom:14px;
        min-width:54px;
        width:54px;
        height:54px;
        padding:0;
        justify-content:center;
    }

    .whatsapp-float__text{
        display:none;
    }

    .whatsapp-float__icon{
        width:38px;
        height:38px;
    }
}
.footer-brand__logo img{
    width: 180px;
    height: auto;
    display: block;
    filter: none;
}
@media(max-width:680px){
    .footer-brand__logo{
        padding:14px 16px;
        border-radius:20px;
    }

    .footer-brand__logo img{
        width:145px;
    }
}