/* [admax_eredmenyek] — Splide ügyféleredmények slider. */

.sp {
    overflow: hidden;
}

.am-sp {
    padding: 32px 0 11px;
    margin-top: 5px;
    cursor: none;
    user-select: none;
    -webkit-user-select: none;
}

.am-sp .splide__list {
    align-items: flex-start;
}

.am-sp .splide__slide {
    height: 100%;
}

.am-sp-card {
    display: block;
    flex: none;
    width: 384px;
    height: 465px;
    margin-top: 0;
    border-radius: 21px;
    overflow: hidden;
    position: relative;
    background: #1e3a38;
    color: inherit;
    text-decoration: none;
    pointer-events: auto;
    transition: transform 0.4s ease;
}

.am-sp-card:hover {
    transform: translateY(-7px);
}

.am-sp-card--offset {
    margin-top: 48px;
    height: 420px;
}

.am-sp-card img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.am-sp-card__veil {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(18, 34, 31, 0) 36%, rgba(13, 28, 25, 0.55) 64%, rgba(11, 24, 21, 0.92) 100%);
}

.am-sp-card__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.94);
    color: #1e3a38;
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 0.04em;
    padding: 7px 13px;
    border-radius: 100px;
}

.am-sp-card__foot {
    position: absolute;
    left: 23px;
    right: 23px;
    bottom: 23px;
    color: #fff;
}

.am-sp-card__stat {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 72px;
    line-height: 0.85;
    color: #a7ebdd;
}

.am-sp-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 11px;
}

.am-sp-card__row span:first-child {
    font-size: 14px;
    font-weight: 600;
}

.am-sp-card__row span:last-child,
.am-sp-card__link {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.82;
    color: #fff;
    text-decoration: none;
}

.am-sp-card:hover .am-sp-card__link {
    opacity: 1;
}

.sp__nav {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
}

.sp__nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    transition: background 0.3s, border-color 0.3s;
}

.sp__nav-btn--next {
    border: none;
    background: #1e3a38;
}

.sp-cursor {
    position: fixed;
    z-index: 120;
    pointer-events: none !important;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1.5px solid rgba(255, 255, 255, 0.75);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: -2px;
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
    transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.sp-cursor.is-active {
    transform: translate(-50%, -50%) scale(1.15);
    background: rgba(255, 255, 255, 0.3);
}

.sp-cursor.is-visible {
    display: flex;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 767px) {
    .sp {
        padding: 0px 0 0px;
    }

    .am-sp {
        padding: 20px 0 8px;
    }

    .am-sp-card {
        width: 300px;
        height: 372px;
    }

    .am-sp-card--offset {
        margin-top: 32px;
        height: 340px;
    }

    .am-sp-card__stat {
        font-size: 54px;
    }

    .sp__nav-btn {
        width: 42px;
        height: 42px;
    }
}
