/* Homepage Trusted Agents — premium horizontal carousel */

#tb-home-agents-section .tb-agents-carousel-shell {
    margin-top: 0.5rem;
}

#tb-home-agents-section .tb-ads-carousel-viewport {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
}

@media (max-width: 639px) {
    #tb-home-agents-section .tb-ads-carousel-viewport {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }
}

.tb-agents-carousel-slide {
    flex: 0 0 var(--tb-ads-slide-basis, 100%);
    min-width: 0;
    display: flex;
    align-items: stretch;
}

/* Premium agent card — uniform dimensions */
.tb-agent-premium-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 24.5rem;
    height: 100%;
    padding: 1.35rem 1.15rem 1.15rem;
    border-radius: 1rem;
    border: 1px solid rgba(0, 106, 255, 0.12);
    background: linear-gradient(165deg, #ffffff 0%, #f8fbff 48%, #eef4ff 100%);
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.04),
        0 12px 28px rgba(0, 106, 255, 0.08);
    text-align: center;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.25s ease;
}

.tb-agent-premium-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 106, 255, 0.22);
    box-shadow:
        0 8px 16px rgba(15, 23, 42, 0.06),
        0 20px 40px rgba(0, 106, 255, 0.14);
}

.tb-agent-premium-card__avatar-wrap {
    flex-shrink: 0;
    padding: 4px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d4a853 0%, #006aff 55%, #0053b3 100%);
    box-shadow: 0 8px 20px rgba(0, 106, 255, 0.2);
}

.tb-agent-premium-card__avatar {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 999px;
    object-fit: cover;
    border: 3px solid #fff;
    background: #f1f5f9;
}

.tb-agent-premium-card__identity {
    margin-top: 1rem;
    width: 100%;
    min-height: 3.25rem;
}

.tb-agent-premium-card__name-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
}

.tb-agent-premium-card__name {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.tb-agent-premium-card__verified {
    display: inline-flex;
    height: 1.35rem;
    width: 1.35rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #006aff;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 106, 255, 0.35);
}

.tb-agent-premium-card__verified i {
    font-size: 0.6rem;
}

.tb-agent-premium-card__role {
    margin: 0.4rem 0 0;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.4;
    color: #64748b;
}

.tb-agent-premium-card__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.75rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 106, 255, 0.06);
    font-size: 0.8125rem;
    font-weight: 700;
    color: #006aff;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.tb-agent-premium-card__phone:hover {
    background: rgba(0, 106, 255, 0.12);
    color: #0053b3;
}

.tb-agent-premium-card__phone--static {
    cursor: default;
}

.tb-agent-premium-card__phone i {
    font-size: 0.75rem;
    opacity: 0.85;
}

.tb-agent-premium-card__qr {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 5.5rem;
    margin-top: 0.65rem;
    padding: 0.35rem 0;
}

.tb-agent-premium-card__qr .tb-qr-card,
.tb-agent-premium-card__qr .tb-qr-inline {
    margin: 0 auto;
}

.tb-agent-premium-card__qr.tb-qr-inline {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    gap: 0.35rem;
}

.tb-agent-premium-card__qr .tb-qr-download-btn {
    max-width: 100%;
    padding: 0.4rem 0.65rem;
    font-size: 0.6875rem;
    line-height: 1.25;
}

.tb-agent-premium-card__actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-top: auto;
    padding-top: 0.65rem;
}

.tb-agent-premium-card__btn {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 0.75rem;
    padding: 0.65rem 1rem;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tb-agent-premium-card__btn--primary {
    border: none;
    background: linear-gradient(135deg, #006aff 0%, #0053b3 100%);
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 106, 255, 0.28);
}

.tb-agent-premium-card__btn--primary:hover {
    background: linear-gradient(135deg, #0053b3 0%, #004494 100%);
    box-shadow: 0 8px 22px rgba(0, 106, 255, 0.35);
    transform: translateY(-1px);
}

.tb-agent-premium-card__btn--ghost {
    border: 1px solid rgba(0, 106, 255, 0.2);
    background: #fff;
    color: #006aff;
}

.tb-agent-premium-card__btn--ghost:hover {
    border-color: #006aff;
    background: #f5f9ff;
}
