/* ===== CATEGORY SLIDER ===== */
.cat-slider-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 1rem 0 1.5rem;
}
.cat-track {
    display: flex;
    gap: 1.25rem;
    transition: transform .55s cubic-bezier(.4,0,.2,1);
}
.cat-card {
    flex: 0 0 220px;
    height: 160px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,.08);
    text-decoration: none;
}
.cat-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform .5s ease;
}
.cat-card:hover .cat-card-bg { transform: scale(1.08); }
.cat-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.65) 100%);
}
.cat-card-body {
    position: relative;
    z-index: 2;
    padding: 1rem 1.1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.cat-card-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
    margin-bottom: .2rem;
}
.cat-card-name {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
}
.cat-card-count {
    font-size: .72rem;
    color: rgba(255,255,255,.45);
    margin-top: .2rem;
}
.cat-badge {
    position: absolute;
    top: .7rem;
    right: .7rem;
    z-index: 3;
    background: var(--accent);
    color: #000;
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .06em;
    padding: .15rem .5rem;
    border-radius: 20px;
    text-transform: uppercase;
}
.cat-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    z-index: 10;
    background: rgba(15,20,30,.8);
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: background .2s;
}
.cat-arrow:hover { background: var(--accent); color: #000; }
.cat-arrow-left  { left: .5rem; }
.cat-arrow-right { right: .5rem; }
.cat-dots {
    display: flex;
    justify-content: center;
    gap: .4rem;
    margin-top: 1rem;
}
.cat-dot {
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255,255,255,.2);
    cursor: pointer;
    transition: background .3s, width .3s;
}
.cat-dot.active { background: var(--accent); width: 38px; }



.custom-pagination .pagination {
    gap: .4rem;
}

.custom-pagination .page-link {
    background: #1a2335;
    border: 1px solid rgba(255,107,0,.15);
    color: #ff6b00;
    border-radius: 10px;
    padding: .6rem .95rem;
    transition: .25s ease;
    font-weight: 600;
}

.custom-pagination .page-link:hover {
    background: #ff6b00;
    color: #fff;
    border-color: #ff6b00;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(255,107,0,.22);
}

.custom-pagination .page-item.active .page-link {
    background: linear-gradient(135deg,#ff6b00,#ff8533);
    border-color: #ff6b00;
    color: #fff;
    box-shadow: 0 8px 20px rgba(255,107,0,.3);
}

.custom-pagination .page-item.disabled .page-link {
    background: #141e2e;
    border-color: #283044;
    color: #6b7280;
}





/* ===== AVIS / REVIEWS ===== */
.rev-row{ margin-bottom:2.4rem; }
.rev-row:last-child{ margin-bottom:0; }
.rev-row-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:.2rem; }
.rev-row-tag{ display:inline-flex; align-items:center; gap:.4rem; font-size:.78rem; font-weight:700; letter-spacing:.02em; padding:.35rem .8rem; border-radius:20px; }
.rev-tag-fb{ background:rgba(24,119,242,.12); color:#1877F2; }
.rev-tag-ig{ background:linear-gradient(135deg, rgba(245,133,41,.15), rgba(221,42,123,.15), rgba(81,91,212,.15)); color:#dd2a7b; }

.rev-card{ flex:0 0 280px; border-radius:14px; padding:1rem 1.1rem; display:flex; flex-direction:column; }
.rev-card-top{ display:flex; align-items:center; gap:.6rem; margin-bottom:.55rem; }
.rev-avatar{ width:40px; height:40px; border-radius:50%; flex-shrink:0; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700; font-size:.82rem; }
.rev-name{ font-weight:700; font-size:.85rem; line-height:1.2; }
.rev-meta{ font-size:.7rem; margin-top:.1rem; display:flex; align-items:center; gap:.3rem; }

.rev-card-fb{ background:#fff; color:#1c1e21; border:1px solid rgba(0,0,0,.06); box-shadow:0 2px 10px rgba(0,0,0,.06); }
.rev-card-fb .rev-meta{ color:#65676b; }
.rev-stars{ color:#f5a623; font-size:.78rem; letter-spacing:.1rem; margin-bottom:.5rem; }
.rev-card-fb .rev-text{ font-size:.8rem; line-height:1.45; color:#1c1e21; margin-bottom:.7rem; flex-grow:1; }
.rev-card-foot{ display:flex; gap:1rem; padding-top:.6rem; border-top:1px solid rgba(0,0,0,.08); font-size:.72rem; font-weight:600; color:#65676b; }
.rev-card-foot span{ display:flex; align-items:center; gap:.3rem; cursor:pointer; }
.rev-card-foot i{ color:#1877F2; }

.rev-card-ig{ background:#161d2b; border:1px solid rgba(255,255,255,.08); }
.rev-avatar-ig-ring{ width:44px; height:44px; border-radius:50%; flex-shrink:0; padding:2px; background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4); display:flex; align-items:center; justify-content:center; }
.rev-avatar-ig{ width:100%; height:100%; border-radius:50%; background:#161d2b; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700; font-size:.76rem; }
.rev-card-ig .rev-name{ color:#fff; display:flex; align-items:center; gap:.25rem; }
.rev-verified{ color:#3897f0; font-size:.78rem; }
.rev-card-ig .rev-meta{ color:rgba(255,255,255,.4); }
.rev-more{ margin-left:auto; color:rgba(255,255,255,.4); cursor:pointer; }
.rev-ig-actions{ display:flex; gap:.7rem; font-size:1.15rem; color:#fff; margin:.6rem 0 .4rem; }
.rev-ig-actions .bi-heart-fill{ color:#ed4956; }
.rev-likes{ font-size:.72rem; color:rgba(255,255,255,.7); margin-bottom:.35rem; }
.rev-card-ig .rev-text{ font-size:.8rem; line-height:1.45; color:rgba(255,255,255,.85); }
.rev-card-ig .rev-text b{ color:#fff; }

@media (max-width:600px){ .rev-card{ flex:0 0 230px; } }



/* ===== BRAND STRIP - MULTICOLOR NEON ===== */
.brand-banner-container {
    background: #0b0f19;
    overflow: hidden;
    padding: 2rem 0;
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.brand-banner-container::before,
.brand-banner-container::after {
    content: "";
    height: 100%;
    width: 120px;
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none;
}
.brand-banner-container::before {
    left: 0;
    background: linear-gradient(to right, #0b0f19, transparent);
}
.brand-banner-container::after {
    right: 0;
    background: linear-gradient(to left, #0b0f19, transparent);
}

.brand-banner-track {
    display: flex;
    width: max-content;
    animation: scrollInfinite 28s linear infinite;
}

.brand-banner-container:hover .brand-banner-track {
    animation-play-state: paused;
}

.brand-banner-list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-right: 1.5rem;
}

/* Carte de base - couleur définie par variable par carte */
.bcard {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .85rem 1.5rem;
    border-radius: 50px;
    background: #131a2b;
    border: 1.5px solid var(--bc, #ff6b00);
    white-space: nowrap;
    transition: all .35s ease;
    cursor: default;
    box-shadow: 0 0 16px -4px var(--bc, #ff6b00);
}

.bcard i {
    font-size: 1.25rem;
    color: var(--bc, #ff6b00);
}

.bcard span {
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .03em;
    color: #ffffff;
}

.bcard:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 0 28px 0 var(--bc, #ff6b00);
    background: #182236;
}

/* Couleurs distinctes par marque */
.bcard.c-green  { --bc: #00ff88; }
.bcard.c-blue   { --bc: #00d4ff; }
.bcard.c-red    { --bc: #ff3b5c; }
.bcard.c-orange { --bc: #ff6b00; }
.bcard.c-purple { --bc: #b347ff; }
.bcard.c-yellow { --bc: #ffd23b; }
.bcard.c-pink   { --bc: #ff4ecd; }

@keyframes scrollInfinite {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (max-width:600px){
    .bcard{ padding:.65rem 1.1rem; gap:.5rem; }
    .bcard span{ font-size:.85rem; }
}






/* ===== BRAND STRIP - FOND ORANGE ===== */
.brand-simple-wrap {
    background: var(--accent);
    padding: 2.5rem 0;
    width: 100%;
}

.brand-simple-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.5rem 3.5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.bsimple-item {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: var(--void);
    font-family: var(--ff-b);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: all .25s ease;
    cursor: default;
}

.bsimple-item i {
    font-size: 1.2rem;
    color: var(--void);
}

.bsimple-item:hover {
    color: var(--midnight);
    transform: translateY(-2px);
}

@media (max-width:600px){
    .brand-simple-grid{ gap:1.6rem 2rem; }
    .bsimple-item{ font-size:.9rem; }
    .bsimple-item i{ font-size:1.05rem; }
}





.badd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    width: 100%;
    padding: .65rem 0;
    margin-top: .8rem;
    background: var(--panel);
    border: 1px solid var(--border-acc);
    border-radius: var(--r);
    color: var(--ghost);
    font-family: var(--ff-b);
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-decoration: none;
    transition: all .25s ease;
    cursor: pointer;
}

.badd i {
    font-size: .95rem;
    color: var(--accent);
    transition: color .25s ease;
}

.badd:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--void);
}

.badd:hover i {
    color: var(--void);
}
