/* Parteneri Premium — carduri unitare, fără separatoare vizuale. */
.ho-premium-showcase {
    border-top: 1px solid #e2e8ef;
    border-bottom: 1px solid #e2e8ef;
    background: #f7f9fb;
    padding: 56px 0 60px;
}

.ho-premium-showcase-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 26px;
}

.ho-premium-showcase-header > div:first-child {
    min-width: 0;
}

.ho-premium-showcase-header h2 {
    margin: 7px 0 0;
    color: #08254d;
    font-size: clamp(25px, 2.5vw, 34px);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.18;
}

.ho-premium-showcase-header p {
    max-width: 680px;
    margin: 10px 0 0;
    color: #5c6878;
    font-size: 14px;
    line-height: 1.65;
}

.ho-premium-slider-controls {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
}

.ho-premium-slider-controls[hidden] {
    display: none;
}

.ho-premium-slider-controls button {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid #ccd7e2;
    border-radius: 50%;
    background: #ffffff;
    color: #08254d;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(8, 37, 77, 0.06);
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.ho-premium-slider-controls button:first-child svg {
    transform: rotate(180deg);
}

.ho-premium-slider-controls button:hover {
    transform: translateY(-1px);
    border-color: #08254d;
    background: #08254d;
    color: #ffffff;
}

.ho-premium-slider-controls button:focus-visible {
    outline: 3px solid rgba(8, 37, 77, 0.18);
    outline-offset: 3px;
}

.ho-premium-slider-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 8px 16px;
    scroll-padding-inline: 8px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

.ho-premium-slider-viewport::-webkit-scrollbar {
    display: none;
}

.ho-premium-slider-viewport:focus-visible {
    border-radius: 20px;
    outline: 3px solid rgba(8, 37, 77, 0.12);
    outline-offset: 4px;
}

.ho-premium-slider-track {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.ho-premium-slider-item {
    min-width: 0;
    flex: 0 0 calc((100% - 60px) / 4);
    scroll-snap-align: start;
}

.ho-premium-slider-item > .ho-company-card.is-premium-showcase {
    height: 100%;
    min-height: 324px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.ho-premium-slider-item > .ho-company-card.is-premium-showcase:hover {
    transform: none;
    background: #ffffff;
}

.ho-premium-card-branding {
    position: relative;
    min-height: 102px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 20px 0;
    background: radial-gradient(circle at 18% 10%, rgba(7, 142, 162, 0.1), transparent 54%);
}

.ho-premium-slider-item .ho-company-image.is-logo {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: none;
}

.ho-premium-slider-item .ho-company-image.is-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 9px;
    transform: none;
}

.ho-premium-slider-item > .ho-company-card.is-premium-showcase:hover .ho-company-image.is-logo img {
    transform: none;
}

.ho-premium-slider-item .ho-company-logo-fallback {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background: #f3fafb;
    color: #078ea2;
    font-size: 20px;
    font-weight: 750;
    letter-spacing: -0.03em;
}

.ho-premium-status-badge {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 6px 10px;
    background: linear-gradient(100deg, #b80a83 0%, #d80b67 52%, #ff6500 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.ho-premium-status-badge svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.ho-premium-slider-item > .ho-company-card.is-premium-showcase .ho-company-body {
    min-height: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 4px 20px 20px;
    background: transparent;
}

.ho-premium-slider-item > .ho-company-card.is-premium-showcase .ho-company-category {
    display: block;
    margin: 0 0 6px;
    color: #078ea2;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
}

.ho-premium-slider-item > .ho-company-card.is-premium-showcase h3 {
    margin: 0;
    color: #08254d;
    font-size: 21px;
    font-weight: 650;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.ho-premium-slider-item > .ho-company-card.is-premium-showcase h3 a {
    color: inherit;
    text-decoration: none;
}

.ho-premium-slider-item > .ho-company-card.is-premium-showcase h3 a:hover {
    color: #078ea2;
}

.ho-premium-slider-item > .ho-company-card.is-premium-showcase .ho-company-body > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0 0;
    color: #62738a;
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ho-premium-slider-item > .ho-company-card.is-premium-showcase .ho-premium-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    border: 0;
    padding: 20px 0 0;
    color: #677b96;
    font-size: 12px;
}

.ho-premium-location,
.ho-premium-rating {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
}

.ho-premium-location {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ho-premium-location svg {
    flex: 0 0 auto;
    color: #078ea2;
}

.ho-premium-rating {
    flex: 0 0 auto;
    color: #73839a;
}

.ho-premium-rating > svg {
    color: #ff9b00;
}

.ho-premium-rating strong {
    color: #08254d;
    font-size: 16px;
    font-weight: 750;
}

.ho-premium-rating small {
    color: #77879c;
    font-size: 11px;
}

@media (max-width: 1023px) {
    .ho-premium-slider-item {
        flex-basis: calc((100% - 18px) / 2);
    }

    .ho-premium-slider-track {
        gap: 18px;
    }
}

@media (max-width: 639px) {
    .ho-premium-showcase {
        padding: 42px 0 46px;
    }

    .ho-premium-showcase-header {
        align-items: center;
        gap: 16px;
        margin-bottom: 20px;
    }

    .ho-premium-showcase-header h2 {
        font-size: 24px;
    }

    .ho-premium-showcase-header p {
        font-size: 13px;
    }

    .ho-premium-slider-controls button {
        width: 40px;
        height: 40px;
    }

    .ho-premium-slider-track {
        gap: 14px;
    }

    .ho-premium-slider-viewport {
        padding: 4px 6px 16px;
        scroll-padding-inline: 6px;
    }

    .ho-premium-slider-item {
        flex-basis: 100%;
    }

    .ho-premium-slider-item > .ho-company-card.is-premium-showcase {
        min-height: 286px;
        border-radius: 14px;
    }

    .ho-premium-card-branding {
        min-height: 90px;
        padding: 16px 16px 0;
    }

    .ho-premium-slider-item .ho-company-image.is-logo {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .ho-premium-status-badge {
        min-height: 28px;
        padding: 5px 9px;
        font-size: 10px;
    }

    .ho-premium-slider-item > .ho-company-card.is-premium-showcase .ho-company-body {
        padding: 2px 16px 16px;
    }

    .ho-premium-slider-item > .ho-company-card.is-premium-showcase h3 {
        font-size: 18px;
    }

    .ho-premium-slider-item > .ho-company-card.is-premium-showcase .ho-company-body > p {
        font-size: 12px;
    }

    .ho-premium-slider-item > .ho-company-card.is-premium-showcase .ho-premium-card-meta {
        padding-top: 16px;
    }
}

@media (max-width: 479px) {
    .ho-premium-showcase-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .ho-premium-slider-controls {
        align-self: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ho-premium-slider-viewport {
        scroll-behavior: auto;
    }

    .ho-premium-slider-controls button,
    .ho-premium-slider-item > .ho-company-card.is-premium-showcase {
        transition: none;
    }

    .ho-premium-slider-item > .ho-company-card.is-premium-showcase:hover {
        transform: none;
    }
}
