/* ===========================================================================
   Indepro - Sections refondues : Bio (Qui je suis), Wall (mur d'avis), Final (CTA)
   + ajustements personas et hero KPIs.
   =========================================================================== */

/* ============ HERO ADJUSTMENTS ============ */

/* Hero badge places : fix layout (le SVG <s> séparait mal les chiffres) */
.indepro-root .indepro-dispo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(235, 187, 129, 0.18);
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(242, 241, 237, 0.85);
    margin-bottom: 24px;
}
.indepro-root .indepro-dispo b {
    color: var(--gold);
    font-weight: 800;
    font-size: 14px;
}
.indepro-root .indepro-dispo s {
    text-decoration: none;
    color: rgba(242, 241, 237, 0.3);
}
.indepro-root .indepro-dispo span {
    color: rgba(242, 241, 237, 0.7);
}
.indepro-root .indepro-dispo::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 8px var(--gold);
    animation: indepro-dispo-pulse 1.6s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes indepro-dispo-pulse {
    0%, 100% { opacity: 0.7; transform: scale(0.85); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* Hero scroll cue : aérer du social proof KPIs */
.indepro-root .indepro-scroll-cue {
    bottom: 16px;
    opacity: 0.5;
}
.indepro-root .indepro-kpis {
    margin-bottom: 32px;
}

/* Marquee : compacter le padding pour réduire l'espace avec scroll cue */
.indepro-root .indepro-marquee-wrap {
    padding: 14px 0 !important;
    margin-top: -32px;
}
.indepro-root .indepro-marquee-track {
    gap: 24px !important;
}
.indepro-root .indepro-marquee span {
    font-size: 13px !important;
    letter-spacing: 0.04em !important;
}
/* Hero global : compacte le padding bottom pour rapprocher de la marquee */
.indepro-root .indepro-hero {
    padding-bottom: clamp(40px, 6vw, 80px) !important;
}

/* ============ PERSONAS FIX ============ */

/* Force le chip cible à la fin de ligne, à droite */
.indepro-persona__transition {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}
.indepro-persona__chips {
    flex: 0 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.indepro-persona__arrow-v {
    flex: 1 1 30px;
    min-width: 24px;
    width: auto;
    height: 18px;
}
.indepro-persona__chip--gold {
    flex-shrink: 0;
    margin-left: 0;
}
@media (max-width: 768px) {
    .indepro-persona__transition {
        flex-wrap: wrap;
    }
    .indepro-persona__arrow-v { display: none; }
    .indepro-persona__chips { width: 100%; }
    .indepro-persona__chip--gold { width: 100%; text-align: center; }
}

/* Bridge décolé des cards */
.indepro-personas__bridge {
    margin-top: clamp(60px, 8vw, 100px) !important;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* ============ BIO (QUI JE SUIS) V2 ============ */

.indepro-bio {
    padding: clamp(80px, 10vw, 140px) 0;
    background:
        radial-gradient(ellipse at 0% 50%, rgba(235, 187, 129, 0.04), transparent 60%),
        var(--bg);
    position: relative;
    overflow: clip;
}

.indepro-bio__head {
    text-align: center;
    margin-bottom: clamp(50px, 7vw, 80px);
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.indepro-bio__head .indepro-tag {
    display: inline-block;
    margin-bottom: 20px;
}

.indepro-bio__grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}
@media (max-width: 900px) {
    .indepro-bio__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Photo + signature */
.indepro-bio__media {
    position: relative;
}
.indepro-bio__photo {
    position: relative;
    border-radius: var(--r3);
    overflow: hidden;
    background: var(--card);
    border: 1px solid var(--bd);
    padding: 6px;
    aspect-ratio: 4/5;
    max-width: 480px;
    margin-left: auto;
}
.indepro-bio__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--r2);
    display: block;
}
.indepro-bio__photo-frame {
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(235, 187, 129, 0.5), transparent 50%, rgba(235, 187, 129, 0.2));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.indepro-bio__sig {
    position: absolute;
    bottom: -20px;
    right: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: #0a0a0a;
    padding: 10px 16px 12px;
    border: 1px solid rgba(235, 187, 129, 0.25);
    border-radius: var(--r2);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    transform: rotate(-2deg);
}
.indepro-bio__sig svg {
    width: 130px;
    height: 36px;
    margin-bottom: 2px;
}
.indepro-bio__sig span {
    font-size: 11px;
    color: rgba(242, 241, 237, 0.55);
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* Body content */
.indepro-bio__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.indepro-bio__quote {
    position: relative;
    padding: 24px 28px 24px 60px;
    background: linear-gradient(135deg, rgba(235, 187, 129, 0.06), rgba(235, 187, 129, 0.01));
    border: 1px solid rgba(235, 187, 129, 0.18);
    border-radius: var(--r2);
}
.indepro-bio__quote-mark {
    position: absolute;
    top: 14px;
    left: 18px;
    font-size: 60px;
    line-height: 0.8;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 500;
    color: var(--gold);
    pointer-events: none;
    user-select: none;
}
.indepro-bio__quote p {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.45;
    color: var(--text);
    margin: 0;
}

.indepro-bio__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
@media (max-width: 768px) {
    .indepro-bio__stats {
        grid-template-columns: repeat(2, 1fr);
    }
}
.indepro-bio__stat {
    padding: 16px 14px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--r2);
    transition: border-color 0.4s var(--ease);
}
.indepro-bio__stat:hover {
    border-color: rgba(235, 187, 129, 0.3);
}
.indepro-bio__stat b {
    display: block;
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}
.indepro-bio__stat span {
    font-size: 12px;
    color: rgba(242, 241, 237, 0.55);
    line-height: 1.3;
    display: block;
}

.indepro-bio__story p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(242, 241, 237, 0.78);
    margin: 0 0 12px;
}
.indepro-bio__story p:last-child { margin-bottom: 0; }
.indepro-bio__story em {
    font-style: italic;
    font-weight: 700;
}
.indepro-bio__story .indepro-hl {
    display: inline;
    background: var(--gold);
    color: var(--ink);
    padding: 2px 8px;
    border-radius: 5px;
    font-weight: 800;
    font-style: italic;
}

.indepro-bio__objective {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 22px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 3px solid var(--gold);
    border-radius: var(--r1);
}
.indepro-bio__objective-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: var(--gold);
    flex-shrink: 0;
    padding-top: 2px;
}
.indepro-bio__objective p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.55;
    color: rgba(242, 241, 237, 0.85);
}

/* ============ BENTO (TÉMOIGNAGES) ============ */

.indepro-bento {
    padding: clamp(80px, 10vw, 130px) 0 clamp(60px, 8vw, 90px);
    background: var(--bg);
    position: relative;
    overflow: clip;
}
.indepro-bento::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(235, 187, 129, 0.3), transparent);
}

.indepro-bento__head {
    text-align: center;
    max-width: 768px;
    margin: 0 auto clamp(50px, 6vw, 70px);
}
.indepro-bento__head .indepro-tag {
    display: inline-block;
    margin-bottom: 20px;
}

.indepro-bento__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    grid-auto-flow: dense;
    gap: 14px;
}

.indepro-bento__card {
    position: relative;
    overflow: hidden;
    border-radius: var(--r2);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.07);
    text-decoration: none;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.5s ease,
                box-shadow 0.5s ease;
}

.indepro-bento__card:hover {
    transform: translateY(-3px) scale(1.005);
    border-color: rgba(235, 187, 129, 0.4);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.4),
                0 0 0 1px rgba(235, 187, 129, 0.15);
    z-index: 2;
}

/* Tailles bento */
.indepro-bento__card--1x1 { grid-column: span 1; grid-row: span 1; }
.indepro-bento__card--2x1 { grid-column: span 2; grid-row: span 1; }
.indepro-bento__card--1x2 { grid-column: span 1; grid-row: span 2; }
.indepro-bento__card--2x2 { grid-column: span 2; grid-row: span 2; }

/* Card highlight (gold accent) */
.indepro-bento__card--gold {
    background: linear-gradient(160deg, rgba(235, 187, 129, 0.08), rgba(235, 187, 129, 0.01));
    border-color: rgba(235, 187, 129, 0.3);
}
.indepro-bento__card--gold::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(235, 187, 129, 0.5), transparent 60%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
}

/* Image cover top : crop le bas (signature de l'avis souvent moins importante que l'avis lui-même) */
.indepro-bento__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: brightness(0.96) saturate(0.95);
    transition: filter 0.5s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.indepro-bento__card:hover img {
    filter: brightness(1.05) saturate(1.05);
    transform: scale(1.04);
}

/* Pour les 2x2 (gros highlight), on contain pour montrer l'avis entier */
.indepro-bento__card--2x2 img {
    object-fit: contain;
    padding: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}
.indepro-bento__card--2x2:hover img {
    transform: scale(1.02);
}

/* Pour les tall 1x2, on contain aussi */
.indepro-bento__card--1x2 img {
    object-fit: contain;
    padding: 14px;
}

/* Overlay gradient + étoiles au hover */
.indepro-bento__card-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 14px;
    background: linear-gradient(180deg, transparent 50%, rgba(7, 7, 11, 0.7) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.indepro-bento__card:hover .indepro-bento__card-overlay {
    opacity: 1;
}
.indepro-bento__card-stars {
    color: var(--gold);
    font-size: 14px;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

/* Responsive : plus de colonnes en mobile/tablette */
@media (max-width: 1024px) {
    .indepro-bento__grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 200px;
    }
    /* Réduire les spans qui dépasseraient */
    .indepro-bento__card--2x2 { grid-column: span 2; grid-row: span 2; }
    .indepro-bento__card--2x1 { grid-column: span 2; grid-row: span 1; }
    .indepro-bento__card--1x2 { grid-column: span 1; grid-row: span 2; }
}
@media (max-width: 768px) {
    .indepro-bento__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
        gap: 10px;
    }
    .indepro-bento__card--2x2 { grid-column: span 2; grid-row: span 2; }
    .indepro-bento__card--2x1 { grid-column: span 2; grid-row: span 1; }
    .indepro-bento__card--1x2 { grid-column: span 1; grid-row: span 2; }
    .indepro-bento__card--2x2 img { padding: 14px; }
}

/* Footer avis */
.indepro-bento__footer {
    margin-top: clamp(40px, 5vw, 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    text-align: center;
}
.indepro-bento__trust {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
.indepro-bento__stars {
    color: var(--gold);
    font-size: 22px;
    letter-spacing: 2px;
}
.indepro-bento__rating b {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    line-height: 1;
    margin-bottom: 4px;
}
.indepro-bento__rating span {
    font-size: 13px;
    color: rgba(242, 241, 237, 0.55);
}
.indepro-bento__rating strong {
    color: var(--gold);
    font-weight: 700;
}
.indepro-bento__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border: 1.5px solid rgba(235, 187, 129, 0.5);
    border-radius: var(--r1);
    color: var(--gold) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s var(--ease);
}
.indepro-bento__more:hover {
    background: var(--gold);
    color: var(--ink) !important;
    border-color: var(--gold);
    transform: translateY(-2px);
}
.indepro-bento__more svg {
    transition: transform 0.3s ease;
}
.indepro-bento__more:hover svg {
    transform: translate(2px, -2px);
}

/* ============ WALL (MUR D'AVIS) ============ */

.indepro-wall {
    padding: clamp(80px, 10vw, 130px) 0 clamp(60px, 8vw, 100px);
    background: var(--bg);
    position: relative;
    overflow: clip;
}

.indepro-wall__head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto clamp(50px, 6vw, 70px);
    padding: 0 24px;
}
.indepro-wall__head .indepro-tag {
    display: inline-block;
    margin-bottom: 20px;
}

.indepro-wall__rows {
    display: flex;
    flex-direction: column;
    gap: 22px;
    mask-image: linear-gradient(90deg, transparent, #000 80px, #000 calc(100% - 80px), transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 80px, #000 calc(100% - 80px), transparent);
    overflow: hidden;
}

.indepro-wall__row {
    overflow: hidden;
    width: 100%;
}

.indepro-wall__track {
    display: flex;
    gap: 22px;
    width: max-content;
    will-change: transform;
}
.indepro-wall__row--left .indepro-wall__track {
    animation: indepro-wall-left 80s linear infinite;
}
.indepro-wall__row--right .indepro-wall__track {
    animation: indepro-wall-right 80s linear infinite;
}
.indepro-wall__row:hover .indepro-wall__track {
    animation-play-state: paused;
}
@keyframes indepro-wall-left {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@keyframes indepro-wall-right {
    from { transform: translateX(-50%); }
    to   { transform: translateX(0); }
}

.indepro-wall__card {
    flex-shrink: 0;
    width: 240px;
    height: 320px;
    border-radius: var(--r2);
    overflow: hidden;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.4s var(--ease),
                border-color 0.4s var(--ease),
                box-shadow 0.4s var(--ease);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}
.indepro-wall__card:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: rgba(235, 187, 129, 0.4);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}
.indepro-wall__card img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: brightness(0.98);
    transition: filter 0.4s ease;
    border-radius: 8px;
}
.indepro-wall__card:hover img {
    filter: brightness(1.05);
}

@media (max-width: 768px) {
    .indepro-wall__card {
        width: 200px;
        height: 270px;
    }
}

.indepro-wall__bottom {
    margin-top: clamp(40px, 5vw, 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    padding: 0 24px;
    text-align: center;
}
.indepro-wall__trust {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
.indepro-wall__stars {
    color: var(--gold);
    font-size: 22px;
    letter-spacing: 2px;
}
.indepro-wall__rating b {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    line-height: 1;
    margin-bottom: 4px;
}
.indepro-wall__rating span {
    font-size: 13px;
    color: rgba(242, 241, 237, 0.55);
}
.indepro-wall__rating strong {
    color: var(--gold);
    font-weight: 700;
}

.indepro-wall__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border: 1.5px solid rgba(235, 187, 129, 0.5);
    border-radius: var(--r1);
    color: var(--gold) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s var(--ease);
}
.indepro-wall__more:hover {
    background: var(--gold);
    color: var(--ink) !important;
    border-color: var(--gold);
    transform: translateY(-2px);
}
.indepro-wall__more svg {
    transition: transform 0.3s ease;
}
.indepro-wall__more:hover svg {
    transform: translate(2px, -2px);
}

/* ============ FINAL CTA V2 ============ */

.indepro-final {
    padding: clamp(80px, 10vw, 140px) 0 clamp(80px, 10vw, 140px);
    position: relative;
    overflow: clip;
    background: linear-gradient(180deg, var(--bg) 0%, #0c0a08 100%);
}

.indepro-final__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.indepro-final__beam {
    position: absolute;
    top: -200px;
    width: 600px;
    height: 800px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.5;
    animation: indepro-beam-float 14s ease-in-out infinite;
}
.indepro-final__beam--1 {
    left: -100px;
    background: radial-gradient(circle, rgba(235, 187, 129, 0.45), transparent 60%);
}
.indepro-final__beam--2 {
    right: -100px;
    background: radial-gradient(circle, rgba(201, 154, 91, 0.35), transparent 60%);
    animation-delay: -7s;
}
@keyframes indepro-beam-float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(40px, -40px); }
}
.indepro-final__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(235, 187, 129, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(235, 187, 129, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}

.indepro-final__card {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(40px, 5vw, 70px);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(235, 187, 129, 0.18);
    border-radius: var(--r3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}

.indepro-final__pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: rgba(7, 7, 11, 0.6);
    border: 1px solid rgba(235, 187, 129, 0.3);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(242, 241, 237, 0.85);
    margin-bottom: 28px;
}
.indepro-final__pill b {
    color: var(--gold);
    font-weight: 800;
}
.indepro-final__pill-dot {
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--gold);
    animation: indepro-dispo-pulse 1.6s ease-in-out infinite;
}

.indepro-final__h {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(30px, 4.5vw, 56px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.025em;
    color: var(--text);
    margin: 0 0 20px;
}
.indepro-final__h em {
    font-style: italic;
}

/* Specificite augmentee (.indepro-root + classe) pour battre le reset global
   .indepro-root p { margin: 0 } qui collait le <p> a gauche du card. */
.indepro-root .indepro-final__lead {
    font-size: clamp(15px, 1.15vw, 17px);
    color: rgba(242, 241, 237, 0.7);
    line-height: 1.65;
    margin: 0 auto 36px !important;
    max-width: 480px;
}

.indepro-final__ctas {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 36px;
}

.indepro-final__bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 32px;
    font-size: 13px;
    color: rgba(242, 241, 237, 0.6);
}
.indepro-final__bullets li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.indepro-final__bullets span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(235, 187, 129, 0.15);
    color: var(--gold);
    font-size: 11px;
    font-weight: 800;
    border: 1px solid rgba(235, 187, 129, 0.3);
}

@media (max-width: 768px) {
    .indepro-final__ctas { flex-direction: column; align-items: stretch; }
    .indepro-final__ctas a { width: 100%; justify-content: center; }
    .indepro-final__bullets { justify-content: center; gap: 12px 20px; }
}

/* ============ FAQ COMPACT 2 COLONNES ============ */

/* Layout : sidebar à gauche, grille 2 colonnes à droite */
.indepro-root .indepro-faq-layout {
    grid-template-columns: 320px 1fr !important;
    gap: 48px !important;
}

.indepro-root .indepro-faq-list-v2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-auto-rows: min-content;
    align-items: start;
    gap: 10px !important;
}

/* Item compact : padding réduit, ligne titre + bouton */
.indepro-root .indepro-faq-item-v2 {
    padding: 16px 20px !important;
    border-radius: 12px !important;
    column-gap: 14px !important;
    align-self: start;
}

.indepro-root .indepro-faq-num {
    font-size: 14px !important;
    opacity: 0.45 !important;
}

.indepro-root .indepro-faq-q {
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
}

.indepro-root .indepro-faq-icon {
    width: 28px !important;
    height: 28px !important;
}

.indepro-root .indepro-faq-a {
    font-size: 13px !important;
    line-height: 1.55 !important;
    padding-top: 10px !important;
}

@media (max-width: 1024px) {
    .indepro-root .indepro-faq-layout {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
    .indepro-root .indepro-faq-list-v2 {
        grid-template-columns: 1fr 1fr !important;
    }
}
@media (max-width: 768px) {
    .indepro-root .indepro-faq-list-v2 {
        grid-template-columns: 1fr !important;
    }
}

/* ============ REDUCED MOTION ============ */

@media (prefers-reduced-motion: reduce) {
    .indepro-wall__row--left .indepro-wall__track,
    .indepro-wall__row--right .indepro-wall__track {
        animation: none !important;
    }
    .indepro-final__beam,
    .indepro-final__pill-dot,
    .indepro-root .indepro-dispo::before {
        animation: none !important;
    }
}


/* ===========================================================================
   Mobile fixes sections (2026-04-26).
   - Mur d'avis : mask-image 80px etait trop large sur mobile (40% des cards
     floutees). Reduit a 24px pour conserver l'effet fade scroll infini sans
     manger la lisibilite.
   =========================================================================== */
@media (max-width: 768px) {
    .indepro-wall__rows {
        mask-image: linear-gradient(90deg, transparent, #000 24px, #000 calc(100% - 24px), transparent) !important;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 24px, #000 calc(100% - 24px), transparent) !important;
    }
}
