/* cbd-quiz.css - Gorilla Premium UI */

/* === Bouton d'ouverture === */
.cbd-quiz-open {
    background: linear-gradient(135deg,#2b7a4a,#1f5f3a);
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    display: none;
    box-shadow: 0 6px 18px rgba(17,40,27,0.25);
}
/* === Modal === */
.cbd-quiz-modal {
    display: none;
    position: fixed;
    overflow: auto;
    inset: 0;
    z-index: 99999;
}
.cbd-quiz-modal.is-open { display: block; }
.cbd-quiz-backdrop { position:absolute; inset:0; background: linear-gradient( rgba(6,12,6,0.6), rgba(6,12,6,0.6) ); backdrop-filter: blur(4px); }
.cbd-quiz-sub {
    margin: 0;
}
/* === Contenu === */
.cbd-quiz-content {
    position: relative;
    max-width: 1400px !important;
    margin: 4vh auto;
    border-radius: 20px;
    overflow: hidden;
    width: calc(100% - 1em);
    display: flex;
    flex-direction: column;
    box-shadow: 0 30px 80px rgba(5,20,10,0.6);
    text-align: center;
    background: var(--ast-global-color-3);
    color: white;
}

/* === Header === */
.cbd-quiz-header {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 28px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    justify-content: center;
    flex-wrap: wrap;
}
div#cbd-quiz-title {
    font-size: 1.5em;
    font-family: 'DynaPuff';
}
.cbd-gorilla-illustration {
    width:86px;
    height:86px;
    background-image: url('/wp-content/uploads/2025/12/Gorille-pouce-leve.png');
    background-size:cover;
    border-radius:12px;
    flex: 0 0 86px;
    box-shadow: 0 6px 18px rgba(20,60,30,0.15);
}
button.cbd-quiz-close {
    width: min-content;
    padding: 1em;
    position: fixed;
    right: 0;
    top: 0;
    color: white;
    background-color: var(--ast-global-color-3);
    border-color: var(--ast-global-color-0);
    border-radius: 0 0 0 25px;
}
/* === Body / Slides / Progress === */
.cbd-quiz-body {
    padding: 22px;
    background-color: white;
    border-radius: 25px;
    margin: 0 .2em 0 .2em;
}
.cbd-quiz-progress { margin-bottom: 18px; position:relative; }
.cbd-quiz-progress-bar {
    height: 8px;
    background: linear-gradient(90deg, #c3ff00, #a8db00);
    border-radius: 6px;
    width: 0%;
    transition: width .45s ease;
    box-shadow: 0 4px 10px rgba(6,100,60,0.12);
}
.cbd-quiz-progress-text { margin-top:8px; font-weight:600; color:#234; text-align: start; }
.cbd-quiz-slides {
    position: relative;
    min-height: 160px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.cbd-quiz-slide { display:none; transition: transform .45s ease, opacity .35s ease; }
.cbd-quiz-slide.active { display:block; opacity:1; transform: translateX(0); }
.cbd-quiz-slide.prev, .cbd-quiz-slide.next { opacity:0.4; }

/* === Question / Options === */
.cbd-q-title {
    font-size: 20px;
    margin-bottom: 1em;
    color: #444444;
}
.cbd-q-options { display:flex; flex-wrap:wrap; gap:10px; }
.cbd-q-option {
    background-color:white;
    border:1px solid rgba(0,0,0,0.06);
    padding:12px 14px;
    border-radius:12px;
    cursor:pointer;
    min-width:180px;
    flex: 1 1 220px;
    text-align:center;
    box-shadow: 0 8px 18px rgba(10,30,20,0.06);
    transition: transform .18s ease, box-shadow .18s ease;
}
.cbd-q-option:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(10,30,20,0.09);
    color: initial;
    border-color: darkgrey;
}
.cbd-q-option:focus {
    color: initial;
    background-color: initial;
}
.cbd-q-option.selected {
    border-color: darkgrey;
    border-width: 2px;
    box-shadow: 0 20px 40px rgba(6,100,60,0.12);
    transform: translateY(-6px);
    background-color: var(--ast-global-color-1);
}
.cbd-q-option.pulse { transform: scale(1.02); }

/* === Controls === */
.cbd-quiz-controls {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 18px;
    border-top: 1px solid lightgrey;
    background: rgba(255,255,255,0.6);
}
.cbd-quiz-prev, .cbd-quiz-next { padding:10px 16px; border-radius:10px; border:none; cursor:pointer; font-weight:700; }
.cbd-quiz-next {
    position: absolute;
    right: 1.5em;
}
/* === Micro Animations === */
.cbd-quiz-slide.shake { animation: cbd-shake .55s; }
@keyframes cbd-shake {
  10%, 90% { transform: translateX(-1px); }
  20%, 80% { transform: translateX(2px); }
  30%, 50%, 70% { transform: translateX(-4px); }
}
.cbd-quiz-alert { color:#b00020; margin-bottom:8px; font-weight:700; }
.cbd-quiz-thanks { text-align:center; padding:40px; }

/* === Résultats / Catégories / Produits === */
.cbd-quiz-categories {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: .2em 0 .2em 0;
}
.cbd-quiz-categories ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.cbd-quiz-categories li, span.cbd-quiz-label {
    background: #fbfbfb;
    padding: 2px 7px;
    border-radius: 25px;
    display: inline-block;
    margin: .2em 0 0 0;
    font-family: 'Montserrat';
    border: 1px solid darkgrey;
    font-size: 0.9em;
}
.cbd-quiz-product-grid {
    display: flex;
    gap: .5em;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.cbd-quiz-product-item {
    border: 1px solid #eee;
    text-align: center;
    transition: transform 0.2s;
    max-width: calc(218px);
    box-shadow: rgb(221, 221, 221) 0px -15px 15px inset, white 0px 15px 10px inset, rgb(148, 148, 148) 0px 4px 5px 1px;
    background-color: white;
    border-radius: 30px 30px 20px 20px;
    margin: 0.5em auto;
    padding: 0.2em 0.2em 0.2em !important;
}
.cbd-quiz-product-item:hover { transform: translateY(-3px); box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.cbd-quiz-product-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: .5em;
    border-radius: 25px 25px 10px 10px;
}
.cbd-quiz-product-item h4 { font-size: 1rem; margin: 0 0 5px; }
.cbd-quiz-product-item .price { font-weight: bold; color: #2a2a2a; }
.cbd-quiz-close-inline {
    margin-top: .5em;
    margin-bottom: .5em;
}
/* === Responsive Small Screens === */
@media (max-width:860px){
    .cbd-quiz-content {
        margin-top: 1em;
    }
    .cbd-quiz-header { padding:16px; }
}
