/************************************************************
	PAGE TARIFS ACCOMPAGNEMENT (template page-tarifs-accompagnement.php)
	Chargé uniquement sur ce template, APRÈS css/tarifs.css dont il
	réutilise le socle (variables --trf-*, cartes, boutons, jauges…).
	Ce fichier ne contient que les composants propres à la page (acc-*).
************************************************************/

/************************************************************
	HERO — LISTE DE SUJETS « EN ATTENTE »
************************************************************/
.acc-hero-body {
    margin-top: clamp(2.5rem, 5vw, 5rem);
    row-gap: 2.5rem;
}

.acc-backlog {
    padding: clamp(1.25rem, 2.5vw, 2.25rem);
    border: 1px solid var(--trf-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 40px 90px -50px rgba(0, 0, 0, 0.35);
}

.acc-backlog-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.acc-backlog-count {
    font-size: 0.9rem;
    color: var(--trf-muted);
}

.acc-backlog-count strong {
    margin-right: 0.15rem;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 500;
    letter-spacing: -0.03em;
    color: var(--trf-fg);
    font-variant-numeric: tabular-nums;
}

.acc-backlog-progress {
    height: 3px;
    margin-bottom: 0.5rem;
    border-radius: 3px;
    background: var(--trf-line);
    overflow: hidden;
}

.acc-backlog-progress span {
    display: block;
    height: 100%;
    background: var(--trf-fg);
    transform: scaleX(0);
    transform-origin: left center;
}

.acc-backlog-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.acc-backlog-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--trf-line);
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    line-height: 1.35;
}

.acc-backlog-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.acc-backlog-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px dashed rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    color: #fff;
    transition: background-color 0.45s var(--trf-ease), border-color 0.45s var(--trf-ease);
}

.acc-backlog-box .trf-check {
    flex-basis: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0.4);
    transition: opacity 0.35s ease, transform 0.45s var(--trf-ease);
}

.acc-backlog-box .trf-check circle {
    display: none;
}

/* Texte barré dessiné par un dégradé : sa largeur s'anime */
.acc-backlog-text {
    justify-self: start;
    background: linear-gradient(currentColor, currentColor) 0 58% / 0% 1px no-repeat;
    transition: background-size 0.6s var(--trf-ease), color 0.45s ease;
}

.acc-backlog-status {
    display: inline-grid;
    padding: 0.3rem 0.75rem;
    border: 1px dashed rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    overflow: hidden;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    color: var(--trf-muted);
    white-space: nowrap;
    transition: background-color 0.45s var(--trf-ease), border-color 0.45s var(--trf-ease), color 0.45s var(--trf-ease);
}

.acc-backlog-status span {
    grid-area: 1 / 1;
    transition: transform 0.45s var(--trf-ease), opacity 0.3s ease;
}

.acc-backlog-status span + span {
    opacity: 0;
    transform: translateY(120%);
}

/* État « fait » (posé par accompagnement.js au fil du scroll) */
.acc-backlog-item.is-done .acc-backlog-box {
    border: 1px solid #000;
    background: #000;
}

.acc-backlog-item.is-done .acc-backlog-box .trf-check {
    opacity: 1;
    transform: scale(1);
}

.acc-backlog-item.is-done .acc-backlog-text {
    background-size: 100% 1px;
    color: var(--trf-muted);
}

.acc-backlog-item.is-done .acc-backlog-status {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.acc-backlog-item.is-done .acc-backlog-status span:first-child {
    opacity: 0;
    transform: translateY(-120%);
}

.acc-backlog-item.is-done .acc-backlog-status span + span {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 575.98px) {
    .acc-backlog-item {
        grid-template-columns: 28px minmax(0, 1fr);
    }

    .acc-backlog-status {
        grid-column: 2;
        justify-self: start;
    }
}

/* Un seul partenaire. Plusieurs compétences. Un budget maîtrisé. */
.acc-trio {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: clamp(4rem, 8vw, 8rem) 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--trf-fg);
}

.acc-trio li {
    padding-top: 1.5rem;
    font-size: clamp(1.6rem, 3vw, 3.2rem);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.acc-trio li + li {
    padding-left: clamp(1rem, 2.5vw, 2.5rem);
    border-left: 1px solid var(--trf-line);
}

.acc-trio li span {
    display: block;
    margin-bottom: 1.25rem;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--trf-muted);
}

@media (max-width: 767.98px) {
    .acc-trio {
        grid-template-columns: 1fr;
    }

    .acc-trio li {
        padding-bottom: 1.5rem;
    }

    .acc-trio li + li {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid var(--trf-line);
    }
}

/************************************************************
	L'ÉQUIPE EXTERNALISÉE
************************************************************/
.acc-team {
    margin-top: clamp(3rem, 6vw, 6rem);
}

.acc-team-list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: var(--trf-gap);
    margin: 0;
    padding: 0;
    list-style: none;
}

.acc-team-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.acc-team-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(64px, 7vw, 112px);
    aspect-ratio: 1;
    border: 1px solid var(--trf-fg);
    border-radius: 50%;
    background: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    transition: background-color 0.4s var(--trf-ease), color 0.4s var(--trf-ease), transform 0.4s var(--trf-ease);
}

.acc-team-list li:hover .acc-team-dot {
    background: #000;
    color: #fff;
    transform: scale(1.08);
}

.acc-team-role {
    font-size: clamp(0.95rem, 1.1vw, 1.1rem);
    font-weight: 500;
    line-height: 1.2;
}

/* Accolade qui relie les 7 profils au partenaire unique */
.acc-team-bracket {
    position: relative;
    height: clamp(40px, 5vw, 64px);
    margin: 1.75rem calc((100% - 6 * var(--trf-gap)) / 14) 0;
    border: 1px solid var(--trf-fg);
    border-top: 0;
    border-radius: 0 0 28px 28px;
}

.acc-team-bracket span {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: clamp(28px, 3vw, 44px);
    background: var(--trf-fg);
    transform-origin: top center;
}

.acc-team-one {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    max-width: 100%;
    margin: clamp(28px, 3vw, 44px) auto 0;
    padding: 0.5rem 1.6rem 0.5rem 0.5rem;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-size: clamp(1.1rem, 1.6vw, 1.6rem);
    font-weight: 500;
    letter-spacing: -0.015em;
}

.acc-team-one-mark {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .acc-team-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 2rem;
    }

    .acc-team-bracket {
        display: none;
    }

    .acc-team-one {
        margin: 2.5rem 0 0;
    }
}

@media (max-width: 575.98px) {
    .acc-team-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Plein temps / régulièrement */
.acc-contrast {
    margin-top: clamp(5rem, 10vw, 10rem);
}

.acc-contrast-line {
    max-width: 24ch;
    margin: 0;
    font-size: clamp(1.5rem, 3.2vw, 3.4rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--trf-muted);
}

.acc-contrast-line--strong {
    max-width: none;
    margin-top: 0.75rem;
    font-size: clamp(2.2rem, 6vw, 7rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    color: var(--trf-fg);
}

.acc-contrast-line em {
    padding: 0 0.12em 0.04em;
    border-radius: 0.14em;
    background: #000;
    color: #fff;
    font-style: normal;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

/* Rature animée (accompagnement.js) — réutilisée dans « Méthode » */
.acc-strike {
    position: relative;
    display: inline-block;
    font-style: normal;
    white-space: nowrap;
}

.acc-strike-line {
    position: absolute;
    top: 54%;
    left: -0.04em;
    right: -0.04em;
    height: max(2px, 0.07em);
    border-radius: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    pointer-events: none;
}

/* Domaines d'intervention : bandeaux défilants */
.acc-domains {
    margin-top: clamp(5rem, 10vw, 10rem);
    overflow: hidden;
}

.acc-marquee {
    overflow: hidden;
    border-top: 1px solid var(--trf-line);
}

.acc-marquee:last-child {
    border-bottom: 1px solid var(--trf-line);
}

.acc-marquee-track {
    display: flex;
    width: max-content;
    animation: acc-marquee 70s linear infinite;
}

.acc-marquee--reverse .acc-marquee-track {
    animation-direction: reverse;
}

.acc-marquee:hover .acc-marquee-track {
    animation-play-state: paused;
}

.acc-marquee-item {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 2.5vw, 2.5rem);
    padding: clamp(0.9rem, 1.6vw, 1.6rem) clamp(1.25rem, 2.5vw, 2.5rem) clamp(0.9rem, 1.6vw, 1.6rem) 0;
    font-size: clamp(2rem, 5vw, 5.4rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.acc-marquee-item::after {
    content: '';
    flex-shrink: 0;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    background: currentColor;
}

/* Seconde ligne en contour : même contenu, autre texture */
.acc-marquee--reverse .acc-marquee-item {
    color: transparent;
    -webkit-text-stroke: 1px #000;
}

.acc-marquee--reverse .acc-marquee-item::after {
    background: transparent;
    border: 1px solid #000;
}

@keyframes acc-marquee {
    to {
        transform: translateX(-50%);
    }
}

/************************************************************
	FORMULES
************************************************************/
/* Échelle de capacité */
.acc-scale {
    margin-top: clamp(3rem, 6vw, 6rem);
    padding: clamp(1.25rem, 3vw, 3rem);
    border-radius: 30px;
    background: #f3f3f1;
}

.acc-scale-head,
.acc-scale-row {
    display: grid;
    grid-template-columns: minmax(150px, 2fr) minmax(0, 7fr) minmax(130px, 1.5fr);
    align-items: center;
    gap: 1rem clamp(1rem, 2vw, 2rem);
}

.acc-scale-head {
    margin-bottom: 1rem;
}

.acc-scale-axis {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: var(--trf-muted);
}

.acc-scale-list {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.acc-scale-row {
    padding: 1rem 0;
    border-top: 1px solid var(--trf-line);
    color: var(--trf-fg);
    text-decoration: none;
}

.acc-scale-row:hover {
    text-decoration: none;
}

.acc-scale-name {
    font-size: clamp(1.2rem, 1.8vw, 1.8rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.02em;
    transition: transform 0.45s var(--trf-ease);
}

.acc-scale-name small,
.acc-scale-value small {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--trf-muted);
}

.acc-scale-name small {
    display: block;
    margin-top: 0.3rem;
}

.acc-scale-row:hover .acc-scale-name {
    transform: translateX(0.5rem);
}

/* Piste graduée : un trait tous les 45 h (8 segments de 360 h) */
.acc-scale-track {
    position: relative;
    height: clamp(34px, 4vw, 56px);
    border-radius: 8px;
    background:
        repeating-linear-gradient(to right, var(--trf-line) 0 1px, transparent 1px calc(100% / 8)),
        rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.acc-scale-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--acc-w, 0%);
    border-radius: 8px;
    background: #000;
    transform-origin: left center;
    transition: background-color 0.4s ease;
}

.acc-scale-row.is-featured .acc-scale-fill {
    background: repeating-linear-gradient(-45deg, #000 0 10px, #262626 10px 20px);
}

.acc-scale-row:hover .acc-scale-fill {
    background-color: #333;
}

.acc-scale-value {
    font-size: clamp(1.2rem, 1.8vw, 1.8rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .acc-scale-head {
        grid-template-columns: 1fr;
    }

    .acc-scale-axis {
        display: none;
    }

    .acc-scale-row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .acc-scale-track {
        grid-column: 1 / -1;
        order: 3;
    }
}

/* Groupes trimestriel / annuel */
.acc-tier {
    margin-top: clamp(5rem, 9vw, 9rem);
}

.acc-tier .trf-capacity {
    margin-top: 0;
}

.acc-pay-switch {
    margin-top: 0;
}

.acc-plan-audience {
    margin-bottom: 2rem;
}

.trf-capacity-card .trf-ideal {
    margin-bottom: 2rem;
}

/* Formule recommandée */
.acc-featured {
    box-shadow: 0 50px 100px -50px rgba(0, 0, 0, 0.6);
}

.acc-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.4rem 0.9rem;
    border-radius: 50px;
    background: var(--trf-fg);
    color: var(--trf-inv-fg);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.acc-badge-dot {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.acc-badge-dot::after,
.acc-signal-tag i::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: currentColor;
    animation: acc-pulse 2.2s ease-out infinite;
}

@keyframes acc-pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(3.2);
    }
}

.acc-featured-note {
    margin-bottom: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--trf-line);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.4;
}

/************************************************************
	TABLEAU COMPARATIF (4 formules)
************************************************************/
.acc-compare {
    min-width: 880px;
}

.acc-compare td {
    width: 19%;
    font-size: 0.98rem;
}

/* Neutralise la surbrillance « dernière colonne » de tarifs.css */
.acc-compare td:last-child,
.acc-compare thead th:last-child {
    background: transparent;
}

.acc-compare .is-hl,
.acc-compare thead th.is-hl {
    background: rgba(255, 255, 255, 0.07);
}

.acc-compare thead th.is-hl {
    border-radius: 16px 16px 0 0;
}

.acc-compare-groups td,
.acc-compare-groups th {
    padding: 0 1rem 0.9rem;
    border-bottom: 1px solid var(--trf-line) !important;
}

.acc-compare-groups td {
    border-bottom: 0 !important;
}

.acc-compare-groups th {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: var(--trf-muted);
}

.acc-compare thead tr + tr th {
    padding-top: 1.25rem;
}

.acc-compare-flag {
    display: block;
    width: max-content;
    margin: 0.6rem 0 0 auto;
    padding: 0.25rem 0.6rem;
    border-radius: 50px;
    background: #fff;
    color: #000;
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.acc-compare tr.is-key td {
    font-size: clamp(1.02rem, 1.35vw, 1.35rem);
}

.acc-compare td strong {
    font-weight: 500;
}

.acc-dash {
    color: var(--trf-muted);
}

/* Colonne des critères figée pendant le défilement horizontal (mobile) */
.acc-compare tbody th,
.acc-compare thead tr + tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #000;
}

/************************************************************
	SOUPLESSE — BOOSTERS
************************************************************/
.acc-booster-note {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem var(--trf-gap);
    margin-top: clamp(3rem, 5vw, 5rem);
    padding-top: 1.5rem;
    border-top: 1px solid var(--trf-line);
}

.acc-booster-note p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
    color: var(--trf-muted);
}

.acc-booster-note strong {
    font-weight: 500;
    color: var(--trf-fg);
}

@media (max-width: 767.98px) {
    .acc-booster-note {
        grid-template-columns: 1fr;
    }
}

/************************************************************
	MÉTHODE
************************************************************/
.acc-know {
    row-gap: 2.5rem;
}

.acc-rebrief em {
    font-style: normal;
}

.acc-rebrief-note {
    display: inline-block;
    margin: 2rem 0 0;
    padding: 0.8rem 1.4rem;
    border-radius: 50px;
    background: #fff;
    color: #000;
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    font-weight: 500;
    line-height: 1.35;
}

.acc-knowns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem var(--trf-gap);
    margin: clamp(5rem, 9vw, 9rem) 0 0;
    padding: 0;
    list-style: none;
}

.acc-knowns li {
    display: flex;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--trf-fg);
    font-size: clamp(1.3rem, 2vw, 2.1rem);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.acc-knowns .trf-check {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-top: 0.1em;
}

@media (max-width: 767.98px) {
    .acc-knowns {
        grid-template-columns: 1fr;
    }
}

/* Signaux détectés */
.acc-signals {
    margin: 0;
    padding: 0;
    list-style: none;
}

.acc-signal {
    display: grid;
    grid-template-columns: 10rem minmax(0, 1fr);
    align-items: center;
    gap: 1rem 1.5rem;
    margin-bottom: 0.6rem;
    padding: 1.1rem 1.4rem;
    border: 1px solid var(--trf-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.5s var(--trf-ease), border-color 0.4s ease, background-color 0.4s ease;
}

.acc-signal:hover {
    border-color: var(--trf-fg);
    background: rgba(255, 255, 255, 0.07);
    transform: translateX(8px);
}

/* Décalage alterné : lecture « fil d'alertes » */
@media (min-width: 992px) {
    .acc-signal:nth-child(odd) {
        margin-right: 8%;
    }

    .acc-signal:nth-child(even) {
        margin-left: 8%;
    }
}

.acc-signal-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--trf-muted);
}

.acc-signal-tag i {
    position: relative;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--trf-fg);
    color: var(--trf-fg);
}

.acc-signal:nth-child(2) .acc-signal-tag i::after { animation-delay: 0.3s; }
.acc-signal:nth-child(3) .acc-signal-tag i::after { animation-delay: 0.6s; }
.acc-signal:nth-child(4) .acc-signal-tag i::after { animation-delay: 0.9s; }
.acc-signal:nth-child(5) .acc-signal-tag i::after { animation-delay: 1.2s; }
.acc-signal:nth-child(6) .acc-signal-tag i::after { animation-delay: 1.5s; }
.acc-signal:nth-child(7) .acc-signal-tag i::after { animation-delay: 1.8s; }

.acc-signal-text {
    font-size: clamp(1.1rem, 1.5vw, 1.45rem);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

@media (max-width: 575.98px) {
    .acc-signal {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

/************************************************************
	POUR LES AGENCES — ZÉRO / ZÉRO / ZÉRO
************************************************************/
.acc-zeros {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--trf-gap);
    margin: clamp(2.5rem, 4vw, 4rem) 0 0;
    padding: 0;
    list-style: none;
}

.acc-zeros li {
    padding-top: 1rem;
    border-top: 1px solid var(--trf-line);
}

.acc-zero-num {
    display: block;
    font-size: clamp(4rem, 8vw, 8.5rem);
    font-weight: 500;
    line-height: 0.85;
    letter-spacing: -0.06em;
    font-variant-numeric: tabular-nums;
}

.acc-zero-label {
    display: block;
    margin-top: 0.9rem;
    font-size: 0.95rem;
    line-height: 1.35;
    color: var(--trf-muted);
}

@media (max-width: 575.98px) {
    .acc-zeros {
        grid-template-columns: 1fr;
    }

    .acc-zeros li {
        display: flex;
        align-items: center;
        gap: 1.25rem;
    }

    .acc-zero-label {
        margin-top: 0;
    }
}

/************************************************************
	CE QUI N'EST PAS COMPRIS
************************************************************/
.acc-excluded-head {
    align-items: flex-end;
    row-gap: 1rem;
}

.acc-excluded {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0 var(--trf-gap);
    margin: clamp(2.5rem, 5vw, 5rem) 0 0;
    padding: 0;
    list-style: none;
}

.acc-excluded li {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 0 2rem;
    border-top: 1px solid var(--trf-fg);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.35;
}

.acc-excluded-icon {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid var(--trf-line);
    border-radius: 50%;
}

.acc-excluded-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1.5px;
    background: var(--trf-fg);
    transform: translate(-50%, -50%);
}

.acc-excluded-control {
    margin-top: 1.5rem;
}

@media (max-width: 1199.98px) {
    .acc-excluded {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .acc-excluded {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .acc-excluded {
        grid-template-columns: 1fr;
    }

    .acc-excluded li {
        flex-direction: row;
        align-items: center;
        padding: 1rem 0;
    }

    .acc-excluded-icon {
        flex-shrink: 0;
    }
}

/************************************************************
	QUESTIONS FRÉQUENTES (<details> natif, sans JS de hauteur)
************************************************************/
.acc-faq-aside {
    margin-bottom: 2.5rem;
}

.acc-faq {
    border-top: 1px solid var(--trf-fg);
    /* Permet d'animer block-size vers « auto » (navigateurs récents) */
    interpolate-size: allow-keywords;
}

.acc-faq-item {
    border-bottom: 1px solid var(--trf-line);
}

.acc-faq-item summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    align-items: center;
    gap: 1.5rem;
    padding: clamp(1.25rem, 2vw, 2rem) 0;
    list-style: none;
    cursor: pointer;
}

.acc-faq-item summary::-webkit-details-marker {
    display: none;
}

.acc-faq-q {
    font-size: clamp(1.25rem, 2vw, 2.1rem);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.02em;
    transition: transform 0.45s var(--trf-ease);
}

.acc-faq-item summary:hover .acc-faq-q {
    transform: translateX(0.5rem);
}

.acc-faq-icon {
    position: relative;
    width: 52px;
    height: 52px;
    border: 1px solid var(--trf-fg);
    border-radius: 50%;
    color: var(--trf-fg);
    transition: background-color 0.45s var(--trf-ease), color 0.45s var(--trf-ease);
}

.acc-faq-icon::before,
.acc-faq-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1.5px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.45s var(--trf-ease);
}

.acc-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.acc-faq-item[open] .acc-faq-icon {
    background: var(--trf-fg);
    color: var(--trf-inv-fg);
}

.acc-faq-item[open] .acc-faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.acc-faq-a {
    max-width: 62ch;
    padding: 0 0 clamp(1.5rem, 2.5vw, 2.5rem);
}

.acc-faq-item::details-content {
    block-size: 0;
    overflow: hidden;
    transition: block-size 0.5s var(--trf-ease), content-visibility 0.5s allow-discrete;
}

.acc-faq-item[open]::details-content {
    block-size: auto;
}

/************************************************************
	ACCESSIBILITÉ : MOUVEMENT RÉDUIT
************************************************************/
@media (prefers-reduced-motion: reduce) {
    .acc-marquee-track {
        flex-wrap: wrap;
        width: auto;
        animation: none;
    }

    /* Sans défilement, la copie de la liste est inutile */
    .acc-marquee-item:nth-child(n + 9) {
        display: none;
    }

    .acc-badge-dot::after,
    .acc-signal-tag i::after {
        animation: none;
    }

    .acc-strike-line {
        transform: none;
    }
}
/* END PAGE TARIFS ACCOMPAGNEMENT */
