.hbc-slider-profile {
    --hbc-sp-bg: #b2b5c2;
    --hbc-sp-card-bg: #274f8d;
    --hbc-sp-card-border: #2f5a9e;
    --hbc-sp-text: #ffffff;
    --hbc-sp-soft: rgba(255, 255, 255, 0.85);
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    gap: 12px;
    align-items: center;
    background: transparent;
    padding: 16px 10px;
    overflow: visible;
}

.hbc-sp-viewport {
    overflow: visible;
}

.hbc-sp-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    align-items: start;
}

.hbc-sp-card {
    position: relative;
    z-index: 1;
    background: var(--hbc-sp-card-bg);
    color: var(--hbc-sp-text);
    border: 1px solid var(--hbc-sp-card-border);
    border-radius: 10px;
    padding: 84px 22px 26px;
    box-shadow: 0 8px 22px rgba(15, 35, 70, 0.25);
    text-align: center;
    min-height: 350px;
    overflow: visible;
}

.hbc-sp-avatar-wrap {
    width: 134px;
    height: 134px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -67px;
    transform: translateX(-50%);
    border: 4px solid rgba(255, 255, 255, 0.9);
    overflow: hidden;
    background: #d9d9d9;
    z-index: 5;
}

.hbc-sp-avatar,
.hbc-sp-avatar-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hbc-sp-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f3c71;
    font-size: 2rem;
    font-weight: 700;
    background: #e5e7eb;
}

.hbc-sp-role {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 600;
}

.hbc-sp-name {
    margin: 6px 0 10px;
    font-size: 1.2rem;
    line-height: 1.22;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.hbc-sp-flag-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
}

.hbc-sp-flag-img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
}

.hbc-sp-flag-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 999px;
    background: #e31b24;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.hbc-sp-divider {
    border: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.58);
    margin: 14px auto !important;
    max-width: 80%;
}

.hbc-sp-quote {
    margin: 0;
    color: var(--hbc-sp-soft);
    line-height: 1.55;
    font-size: 1rem;
}

.hbc-sp-nav {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(250, 250, 250, 0.94);
    color: #7e899a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.55rem;
    line-height: 1;
    padding: 0;
}

.hbc-sp-nav:hover {
    color: #2f5a9e;
    border-color: #d4d8df;
}

@media (max-width: 1180px) {
    .hbc-sp-track {
        gap: 16px;
    }

    .hbc-sp-name {
        font-size: 1.26rem;
    }

    .hbc-sp-quote {
        font-size: 0.95rem;
    }
}

@media (max-width: 860px) {
    .hbc-slider-profile {
        grid-template-columns: 36px minmax(0, 1fr) 36px;
        gap: 6px;
    }

    .hbc-sp-track {
        grid-template-columns: 1fr;
    }

    .hbc-sp-card {
        min-height: 320px;
    }
}
