.kld-voyant-photo-stack { position: relative; z-index: 2; }
    .kld-voyant-badge.disponibilite,
    .kld-voyant-badge.dynamique {
        display: inline-block;
        padding: 4px 8px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.2;
        color: #fff;
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        white-space: nowrap;
    }
    .kld-voyant-badge.disponibilite {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 20;
    }
    .kld-voyant-badge.dynamique {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 20;
    }
    .kld-badge-nouveau { background: #2563eb; }
    .kld-badge-coup-de-coeur { background: #db2777; }
    .kld-badge--green { background: #16a34a; }
    .kld-badge--orange { background: #f97316; }
    .kld-badge--gray { background: #6b7280; }

    .kld-voyants-container { width: 100%; max-width: 100%; }
    .kld-strate-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    @media (min-width: 640px) {
        .kld-strate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (min-width: 1024px) {
        .kld-strate-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }

    .kld-voyant-card {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        border-radius: 0.5rem;
        border: 1px solid #e5e7eb;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .kld-voyant-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }
    .kld-card-border--audiotel { border-color: #7b2f9e; }
    .kld-card-border--busy { border-color: #f97316; }
    .kld-card-border--available { border-color: #22c55e; }
    .kld-card-border--offline { border-color: #e5e7eb; }

    .kld-voyant-card__body { display: flex; flex-direction: row; flex: 1 1 auto; }
    .kld-voyant-card__photo-wrap {
        position: relative;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .kld-voyant-card-photo {
        display: block;
        width: 100%;
        height: 240px;
        object-fit: cover;
        object-position: center;
    }
    .kld-voyant-card__content {
        flex: 1;
        min-width: 0;
        padding: 0.75rem;
        position: relative;
        z-index: 0;
    }
    .kld-voyant-card__head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .kld-voyant-card__title {
        flex: 1;
        margin: 0;
        font-size: 1.125rem;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
    }
    .kld-voyant-card__meta { text-align: right; flex-shrink: 0; }
    .kld-voyant-card-desc {
        margin: 0.5rem 0 0;
        font-size: 12px;
        line-height: 18px;
        color: #6b7280;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .kld-voyant-card__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 0.25rem;
        margin-top: 0.5rem;
    }
    .kld-voyant-card__tag {
        background: #e5e7eb;
        font-size: 11px;
        padding: 0.25rem 0.5rem;
        border-radius: 0.375rem;
    }
    .kld-voyant-card__rate {
        margin-top: 0.5rem;
        padding-top: 0.5rem;
        border-top: 1px solid #e5e7eb;
    }
    .kld-voyant-card__rate--pending { color: #9ca3af; font-size: 11px; }
    .kld-voyant-card__rate-head {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 6px;
        font-size: 12px;
        line-height: 1.3;
    }
    .kld-voyant-card__rate-icon {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }
    .kld-voyant-card__rate--audiotel .kld-voyant-card__rate-icon,
    .kld-voyant-card__rate--audiotel .kld-voyant-card__rate-label {
        color: #7b2f9e;
    }
    .kld-voyant-card__rate--privee .kld-voyant-card__rate-icon,
    .kld-voyant-card__rate--privee .kld-voyant-card__rate-label {
        color: #22c55e;
    }
    .kld-voyant-card__rate-label { font-weight: 700; }
    .kld-voyant-card__rate-dot,
    .kld-voyant-card__rate-method {
        color: #6b7280;
        font-weight: 400;
    }
    .kld-voyant-card__rate-price {
        margin: 4px 0 0;
        font-size: 15px;
        line-height: 1.35;
        color: #111827;
    }
    .kld-voyant-card__rate-price strong { font-weight: 700; }
    .kld-voyant-card__rate-price-suffix {
        font-size: 12px;
        font-weight: 400;
        color: #6b7280;
    }
    .kld-consultant-nbr { font-size: 12px; }
    .kld-voyant-card__cta-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 20;
    }
    .kld-voyant-card__cta {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        width: 100%;
        padding: 12px;
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        border: none;
        transition: transform 0.2s ease;
    }
    .kld-voyant-card__cta:hover { transform: scale(1.02); color: #fff; }
    .kld-card-cta--audiotel { background: #7b2f9e; }
    .kld-card-cta--busy { background: #f97316; }
    .kld-card-cta--available { background: #16a34a; }
    .kld-card-cta--offline { background: #f5f5dc; color: #374151; }
    .kld-card-cta--offline:hover { color: #374151; }
    .kld-voyant-card__offline-bar {
        width: 100%;
        padding: 10px 12px;
        font-size: 0.95rem;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: #6b7280;
    }
    .kld-voyant-card__cta-profile {
        min-height: 40px;
        background: #f3f4f6;
        border-top: 1px solid #e5e7eb;
        color: #374151;
        font-size: 0.875rem;
        font-weight: 500;
    }
    .kld-voyant-card__cta-profile:hover { background: #e5e7eb; color: #374151; }
    .kld-voyant-card__cta-icon { width: 1rem; height: 1rem; margin-right: 0.5rem; }
    .kld-voyant-card .planning-link {
        position: absolute;
        inset: 0;
        z-index: 10;
        height: calc(100% - 44px);
    }
    .kld-strate-title--green { color: #16a34a; }
    .kld-strate-title--blue { color: #2563eb; }
    .kld-strate-title--gray { color: #4b5563; }
    .kld-strate-count { font-size: 0.875rem; font-weight: 400; color: #9ca3af; }

    @media (max-width: 767px) {
        .kld-voyant-card__body { flex-direction: row; }
        .kld-voyant-card__photo-wrap {
            flex: 0 0 33.333%;
            max-width: 33.333%;
            width: 33.333%;
        }
        .kld-voyant-card__content {
            flex: 0 0 66.667%;
            max-width: 66.667%;
            width: 66.667%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .kld-voyant-card-photo { height: 240px; }
        .kld-voyant-card .planning-link {
            height: calc(100% - 36px);
        }
        .kld-voyant-card__title {
            font-size: 1.25rem;
            font-weight: 700;
        }
        .avis-note .fa-star,
        .avis-note .fa-star-half-o,
        .avis-note .fa-star-o {
            font-size: 14px;
        }
        .kld-consultant-nbr {
            font-size: 13px;
            font-weight: 500;
        }
        .kld-voyant-badge.dynamique {
            right: auto;
            left: 0;
            top: 26px;
        }
        .kld-voyant-card__meta .consultant-nbr {
            margin-top: 4px;
            display: inline-block;
        }
        .kld-strate-grid { gap: 1rem; }
        .kld-strate-title { font-size: 0.95rem; }
        .kld-strate-4-toggle {
            width: 100%;
            min-height: 48px;
        }
    }

.kld-voyants-page-wrap {
    width: 100%;
    max-width: 1554px;
    margin: 0 auto;
    padding: 0 16px;
}
@media (max-width: 639px) {
    .kld-voyants-page-wrap { padding: 0 12px; }
}
.kld-filters-toolbar {
    position: sticky;
    top: var(--kld-sticky-offset, 0);
    z-index: 990;
    background: #fff;
    padding: 0.75rem 0 1rem;
    margin-bottom: 1rem;


}
.kld-filters-toolbar.kld-filters-toolbar--stuck {
    padding-top: max(0.5rem, env(safe-area-inset-top, 0));
}
.kld-filters-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e6e0eb;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(35, 33, 42, 0.06);
}
.kld-filters-sticky-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.kld-filters-advanced-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    background: #faf8fc;
    border: 1px solid #dfe3ea;
    border-radius: 8px;
    cursor: pointer;
}
.kld-filters-advanced-toggle__chevron {
    display: inline-block;
    transition: transform 0.2s ease;
}
.kld-filters-advanced-toggle[aria-expanded="true"] .kld-filters-advanced-toggle__chevron {
    transform: rotate(180deg);
}
.kld-filters-advanced {
    display: block;
}
.kld-filter-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.kld-filter-search-wrap__icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #9ca3af;
    pointer-events: none;
}
.kld-filters-toolbar #kld-filter-search {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 0 14px 0 42px;
    font-size: 16px;
    line-height: 1.4;
    color: #23212a;
    background: #faf8fc;
    border: 1px solid #dfe3ea;
    border-radius: 8px;
    box-shadow: inset 0 1px 2px rgba(31, 41, 55, 0.04);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.kld-filters-toolbar #kld-filter-search::placeholder {
    color: #9ca3af;
}
.kld-filters-toolbar #kld-filter-search:hover {
    border-color: #c9b3e0;
    background: #fff;
}
.kld-filters-toolbar #kld-filter-search:focus {
    outline: none;
    border-color: #7b2f9e;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(123, 47, 158, 0.14);
}
.kld-filters-selects {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}
.kld-filters-toolbar .kld-filter-select {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 0 36px 0 12px;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    border: 1px solid #dfe3ea;
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 1px 2px rgba(31, 41, 55, 0.04);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}
.kld-filters-toolbar .kld-filter-select:hover {
    border-color: #c9b3e0;
    color: #23212a;
}
.kld-filters-toolbar .kld-filter-select:focus {
    outline: none;
    border-color: #7b2f9e;
    box-shadow: 0 0 0 3px rgba(123, 47, 158, 0.14);
}
@media (max-width: 991px) {
    .kld-filters-selects {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .kld-filters-advanced-toggle {
        display: flex;
    }
    .kld-filters-advanced {
        display: none;
    }
    .kld-filters-advanced.is-open {
        display: block;
    }
    .kld-filters-panel {
        padding: 12px;
        gap: 10px;
    }
}
@media (max-width: 575px) {
    .kld-filters-selects {
        grid-template-columns: 1fr;
    }
}
.kld-consult-info-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 24px;
    padding: 12px 18px;
    margin: 0 0 1rem;
    background: #f9f8f4;
    border: 1px solid #e6e0eb;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.45;
    color: #6b7280;
}
.kld-consult-info-banner__title {
    font-weight: 700;
    color: #23212a;
}
.kld-consult-info-banner__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.kld-consult-info-banner__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.kld-consult-info-banner__item--audiotel .kld-consult-info-banner__icon {
    color: #7b2f9e;
}
.kld-consult-info-banner__item--audiotel strong {
    color: #7b2f9e;
}
.kld-consult-info-banner__item--privee .kld-consult-info-banner__icon {
    color: #22c55e;
}
.kld-consult-info-banner__item--privee strong {
    color: #22c55e;
}
@media (max-width: 767px) {
    .kld-consult-info-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
.kld-groupe {
    margin-bottom: 2rem;
}
.kld-groupe-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111827;
}
.kld-strate {
    margin-bottom: 1.5rem;
}
.kld-strate-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.kld-strate-title .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.kld-strate-title .dot.online {
    background: #22c55e;
    animation: pulse 2s infinite;
}
.kld-strate-title .dot.today {
    background: #3b82f6;
}
.kld-strate-title .dot.week {
    background: #6b7280;
}
.kld-strate-4-container {
    text-align: center;
    margin: 2rem 0;
}
.kld-strate-4-content {
    display: none;
}
.kld-strate-4-content.expanded {
    display: block;
}
.kld-strate-4-toggle {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
}
.kld-strate-4-toggle:hover {
    background: #e5e7eb;
}
[data-kld-voyant-card].kld-filter-hidden,
.kld-voyant-card.kld-filter-hidden,
.kld-strate.kld-filter-hidden {
    display: none !important;
}
.kld-filters-empty {
    display: none;
    text-align: center;
    padding: 1.5rem 1rem;
    margin: 0 0 1rem;
    color: #6b7280;
    font-size: 0.95rem;
}
.kld-filters-empty.is-visible {
    display: block;
}
.kld-strate-4-container.kld-strate-4-container--no-visible {
    display: none;
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.kld-voyants-list-loading {
    text-align: center;
    padding: 2.5rem 1rem;
    color: #4b5563;
}
.kld-voyants-list-loading__text {
    margin: 0;
    font-size: 1rem;
}
.kld-voyants-list-error {
    text-align: center;
    padding: 2rem 1rem;
    color: #b91c1c;
}
.kld-voyants-list-error__text {
    margin: 0;
}
.kld-voyants-empty-msg {
    text-align: center;
    padding: 2rem 1rem;
    color: #4b5563;
}
