/* principal*/
.utsjr-section {
    width: 100%;
    min-height: 87vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 100px;
    overflow-y: hidden;
    overflow-x: clip;
    background-size: cover;
    background-position: center top;
}

.utsjr-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

/* left */
.utsjr-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 70vh;
    width: 540px;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
    overflow: visible;
}

.utsjr-copy {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#imagenInicio {
    width: 110%;
    max-width: none;
}

/* pyramid */
.utsjr-pyramid {
    position: absolute;
    left: 100px;
    bottom: 8%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    padding-top: 0;
    overflow: visible;
    z-index: 10;
    animation: hs-fromLeft .6s .1s ease both;
}

/* pyramid btns */
.utsjr-btn-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: transform 0.25s cubic-bezier(.4, 0, .2, 1);
}

.utsjr-btn-wrap:nth-child(1) .utsjr-btn {
    padding-right: 64px;
}

.utsjr-btn-wrap:nth-child(2) .utsjr-btn {
    padding-right: 48px;
}

.utsjr-btn-wrap:nth-child(3) .utsjr-btn {
    padding-right: 32px;
}

.utsjr-btn-wrap:nth-child(4) .utsjr-btn {
    padding-right: 18px;
}

.utsjr-btn-wrap:hover .utsjr-btn {
    transform: translateX(4px);
    border-color: #00A788;
    color: #00A788;
}

.utsjr-btn-wrap:hover .utsjr-wa-tab {
    transform: translateX(36px);
    background: #1aad57;
}

.utsjr-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1.5px solid #ddd9d0;
    border-radius: 50px;
    padding: 11px 18px;
    font-size: 1.75rem;
    font-weight: 500;
    color: #1a1a18;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    white-space: nowrap;
    z-index: 2;
}

.utsjr-btn .utsjr-dot-pip {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ddd9d0;
    flex-shrink: 0;
    transition: background 0.25s;
}

.utsjr-btn:hover {
    border-color: #2fc895;
    color: #0f8860;
    transform: translateX(6px);
}

.utsjr-btn:hover .utsjr-dot-pip {
    background: #2fc895;
}

.utsjr-wa-tab {
    position: absolute;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 38px;
    background: #25D366;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 4px 2px 12px rgba(37, 211, 102, 0.4);
    transform: translateX(0px);
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1), background 0.2s;
}

.utsjr-wa-tab svg {
    width: 19px;
    height: 19px;
    margin-left: 4px;
}

/* right */
.utsjr-right {
    position: absolute;
    right: 5%;
    top: 0;
    width: 50%;
    height: 100%;
    min-height: 400px;
}

.utsjr-right>* {
    position: absolute !important;
}

/* ── fichas aqui ── */
.utsjr-btns-label {
    left: 13%;
    top: 30%;
    font-size: clamp(1.2rem, 3.8vw, 4rem);
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 10;
    white-space: nowrap;
}

/* ── fichas btns ── */
.utsjr-fichas-btns {
    left: 13%;
    top: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.utsjr-btn-flotante {
    padding: 10px 22px;
    border-radius: 50px;
    font-size: clamp(14px, 1.2vw, 18px);
    font-weight: 700;
    color: white !important;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    width: fit-content;
}

.utsjr-btn-flotante:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.utsjr-btn-flotante--izq {
    background: #00A788;
}

.utsjr-btn-flotante--der {
    background: #004ABA;
}

/* ── mascota ── */
.utsjr-mascota {
    bottom: 0;
    right: 5%;
    left: auto !important;
    width: clamp(220px, 80%, 550px);
    height: auto;
    z-index: 3;
    pointer-events: none;
    filter: drop-shadow(0px 40px 30px rgba(0, 0, 0, 0.9));
}

/* ── carrusel ── */
.utsjr-car {
    left: 12%;
    right: 25%;
    top: 50%;
    bottom: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(13, 27, 75, 0.3);
    transform-origin: bottom left;
    transition: transform 0.4s ease;
    z-index: 5 !important;
    display: none;
}

/* animaciones */
@keyframes hs-fromLeft {
    from {
        opacity: 0;
        transform: translateX(-24px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.utsjr-copy {
    animation: hs-fromLeft .6s ease both;
}

.utsjr-pyramid {
    animation: hs-fromLeft .6s .1s ease both;
}

@media (max-width: 1400px) {
    .utsjr-btn {
        font-size: 1.35rem;
    }

    .utsjr-mascota {
        max-width: 70%;
    }

    .utsjr-btns-label {
        top: 20% !important;
        left: 12% !important;
        font-size: clamp(1.3rem, 5vw, 3rem) !important;
    }

    .utsjr-fichas-btns {
        top: 30% !important;
        left: 12% !important;
    }

    .utsjr-btn-flotante {
        font-size: 16px !important;
        padding: 10px 20px !important;
    }

    .utsjr-mascota {
        width: clamp(130px, 55%, 500px) !important;
        right: 10%;
    }

    #imagenInicio {
        width: 75%;
    }

}

@media (max-width: 1024px) {
    .utsjr-section {
        padding: 40px 40px;
    }

    .utsjr-left {
        width: 380px;
    }

    .utsjr-right {
        right: 3%;
    }

    .utsjr-btns-label {
        top: 25%;
    }

    .utsjr-fichas-btns {
        top: 37%;
    }

    .utsjr-mascota {
        width: clamp(160px, 85%, 800px);
    }

}

/* movil */
@media (max-width: 768px) {

    .principal {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    /* seccion */
    .utsjr-section {
        flex-direction: column;
        padding: 24px 0 0;
        min-height: auto;
        overflow: visible;
        align-items: flex-start;
    }

    /* left logo */
    .utsjr-left {
        width: 100%;
        min-height: auto;
        position: relative;
        z-index: 10;
    }

    .utsjr-copy {
        padding: 0 24px;
        align-items: center;
    }

    #imagenInicio {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    /* right*/
    .utsjr-right {
        position: relative !important;
        right: auto;
        top: auto;
        width: 100%;
        height: 56vw;
        min-height: 240px;
        overflow: visible;
    }

    .utsjr-right>* {
        position: absolute !important;
    }

    .utsjr-btns-label {
        top: 8% !important;
        left: 10% !important;
        font-size: clamp(1.3rem, 6vw, 2rem) !important;
    }

    .utsjr-fichas-btns {
        top: 30% !important;
        left: 10% !important;
    }

    .utsjr-btn-flotante {
        font-size: 15px !important;
        padding: 10px 20px !important;
    }

    .utsjr-mascota {
        width: clamp(130px, 50%, 300px) !important;
        bottom: -40px !important;
        right: 5% !important;
        left: auto !important;
        z-index: -4 !important;
    }

    /* pyramid */
    .utsjr-pyramid {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        background: #002855;
        width: 100%;
        margin: 0;
        padding: 32px 16px 32px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        z-index: 3;
        overflow: visible;
        animation: none;
    }

    /* btns*/
    .utsjr-btn-wrap {
        display: flex;
        align-items: center;
        gap: 0;
        width: 100%;
    }

    .utsjr-btn-wrap:nth-child(1) .utsjr-btn,
    .utsjr-btn-wrap:nth-child(2) .utsjr-btn,
    .utsjr-btn-wrap:nth-child(3) .utsjr-btn,
    .utsjr-btn-wrap:nth-child(4) .utsjr-btn {
        padding-right: 16px !important;
        border-radius: 50px 0 0 50px !important;
        border-right: none !important;
        flex: 1;
        font-size: 1.6rem !important;
        justify-content: flex-start;
    }

    /* whats */
    .utsjr-wa-tab {
        position: static !important;
        transform: none !important;
        border-radius: 0 50px 50px 0 !important;
        width: 50px !important;
        height: auto !important;
        align-self: stretch !important;
        flex-shrink: 0;
    }

    .utsjr-btn-wrap:hover .utsjr-wa-tab {
        transform: none !important;
    }
}

@media (max-width: 500px) {

    .utsjr-left {
        margin-bottom: 10px;
    }

    div#fondo {
        background-position: top center;
    }
}