/* Holmo style module: 07-reviews.css */
        /* --- ESTILOS AGREGADOS DE PRODUCT PAGE --- */
        /* 1. Social Proof UGC (Formato Reel Grande y Limpio) */
        .ugc-section {
            padding: 24px 16px;
            background: #ffffff;
            border-bottom: 1px solid var(--border-light);
        }
        .ugc-brand-handle {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1px;
            color: var(--text-muted);
            margin-top: 2px;
            display: block;
        }
        .ugc-scroll-tray {
            display: flex;
            gap: 12px;
            overflow-x: auto;
            scrollbar-width: none;
            padding: 14px 2px 6px 2px;
            -webkit-overflow-scrolling: touch;
        }
        .ugc-scroll-tray::-webkit-scrollbar { display: none; }
        .ugc-card {
            flex: 0 0 180px;
            height: 290px;
            background: #111111;
            border: 1px solid var(--border-color);
            border-radius: 12px;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            box-shadow: 0 6px 16px rgba(0,0,0,0.12);
        }
        .ugc-video-player {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            pointer-events: none; /* Permite que el click lo reciba el contenedor .ugc-card */
        }
        .ugc-audio-btn {
            position: absolute;
            bottom: 12px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(18, 17, 15, 0.82);
            backdrop-filter: blur(6px);
            color: #ffffff;
            font-size: 9px;
            font-weight: 700;
            letter-spacing: 0.8px;
            text-transform: uppercase;
            padding: 6px 12px;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.25);
            display: flex;
            align-items: center;
            gap: 5px;
            pointer-events: none;
            white-space: nowrap;
        }
        /* 2. Visual Benefits Map (Why you will love it) */
        .benefits-visual-section {
            padding: 28px 16px;
            background: #fbf9f6;
            border-bottom: 1px solid var(--border-light);
            text-align: center;
        }
        .benefits-visual-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-top: 16px;
        }
        .benefit-callout-card {
            background: #ffffff;
            border: 1px solid var(--border-light);
            border-radius: 6px;
            padding: 14px 10px;
            text-align: left;
        }
        .benefit-icon-badge {
            font-size: 18px;
            margin-bottom: 6px;
            display: inline-block;
        }
        .benefit-title {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 4px;
        }
        .benefit-desc {
            font-size: 9.5px;
            color: var(--text-muted);
            line-height: 1.35;
        }

        /* 3. SISTEMA AVANZADO DE RESEÑAS TIPO OKENDO / HOLMO */
        .reviews-section {
            padding: 24px 16px;
            background: #ffffff;
            border-bottom: 1px solid var(--border-light);
        }
        
        /* Pestañas Superiores: Reseñas (148) | Preguntas (12) */
        .rev-tabs-header {
            display: flex;
            gap: 22px;
            border-bottom: 2px solid #eeebe5;
            margin-bottom: 20px;
        }
        .rev-tab-btn {
            background: none;
            border: none;
            font-family: var(--font-title);
            font-size: 21px;
            font-weight: 600;
            color: var(--text-muted);
            cursor: pointer;
            padding-bottom: 8px;
            position: relative;
            letter-spacing: 0.5px;
            transition: color 0.2s ease;
        }
        .rev-tab-btn.active {
            color: var(--text-main);
            font-weight: 700;
        }
        .rev-tab-btn.active::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            right: 0;
            height: 2.5px;
            background: #12110f;
        }

        /* Resumen Global (Score, Barras y Métricas de Perfume) */
        .rev-overview-box {
            display: flex;
            flex-direction: column;
            gap: 16px;
            background: #fcfbf9;
            border: 1px solid var(--border-light);
            border-radius: 8px;
            padding: 16px 14px;
            margin-bottom: 18px;
        }
        .rev-score-row {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .rev-badge-circle {
            width: 48px;
            height: 48px;
            background: #f2ede4;
            border: 1px solid #dfd8cc;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 19px;
            font-weight: 800;
            color: #12110f;
            flex-shrink: 0;
        }
        .rev-score-meta {
            display: flex;
            flex-direction: column;
        }
        .rev-stars-row {
            color: #b89758;
            font-size: 13px;
            letter-spacing: 2px;
        }
        .rev-based-txt {
            font-size: 10px;
            color: var(--text-muted);
            font-weight: 600;
            margin-top: 2px;
        }

        /* Histograma 5★ a 1★ */
        .rev-histogram-list {
            display: flex;
            flex-direction: column;
            gap: 5px;
            width: 100%;
        }
        .rev-hist-row {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 10px;
            font-weight: 700;
            color: #12110f;
        }
        .rev-hist-star-label {
            width: 20px;
            display: flex;
            align-items: center;
            gap: 2px;
        }
        .rev-hist-rail {
            flex: 1;
            height: 6px;
            background: #e8e3da;
            border-radius: 99px;
            overflow: hidden;
        }
        .rev-hist-fill {
            height: 100%;
            background: #12110f;
            border-radius: 99px;
        }
        .rev-hist-count {
            min-width: 22px;
            text-align: right;
            color: var(--text-muted);
            font-weight: 600;
            font-size: 9.5px;
        }

        /* Sliders de Desempeño Olfativo */
        .rev-attributes-card {
            border-top: 1px solid var(--border-light);
            padding-top: 12px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .rev-recommend-line {
            font-size: 11.5px;
            font-weight: 700;
            color: #12110f;
        }
        .rev-attr-group {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .rev-attr-title {
            display: flex;
            justify-content: space-between;
            font-size: 10.5px;
            font-weight: 700;
        }
        .rev-attr-track {
            position: relative;
            height: 4px;
            background: #dfd8cc;
            border-radius: 99px;
            margin: 4px 0 2px 0;
        }
        .rev-attr-point {
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 12px;
            height: 12px;
            background: #12110f;
            border: 2px solid #ffffff;
            border-radius: 50%;
            box-shadow: 0 1px 4px rgba(0,0,0,0.3);
        }
        .rev-attr-limits {
            display: flex;
            justify-content: space-between;
            font-size: 9px;
            color: var(--text-muted);
            font-weight: 600;
        }

        /* Galería de Fotos de Clientes */
        .rev-photo-strip-section {
            margin-top: 4px;
        }
        .rev-photo-strip-title {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.8px;
            text-transform: uppercase;
            color: var(--text-muted);
            margin-bottom: 8px;
        }
        .rev-photo-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 6px;
            overflow-x: auto;
            scrollbar-width: none;
            padding-bottom: 4px;
        }
        .rev-photo-grid:empty { display: none; }
        .rev-photo-grid::-webkit-scrollbar { display: none; }
        .rev-photo-thumb {
            aspect-ratio: 1 / 1;
            border-radius: 6px;
            overflow: hidden;
            border: 1px solid var(--border-light);
            cursor: pointer;
            background: #eae5de;
            min-width: 52px;
        }
        .rev-photo-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Barra de Acciones: Filtro y Botón Escribir Reseña */
        .rev-action-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
            margin: 18px 0 14px 0;
        }
        .rev-page-controls {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-top: 14px;
        }
        .rev-page-controls button[disabled] { opacity: 0.45; cursor: wait; }
        .rev-page-status { min-width: 92px; text-align: center; font-size: 10px; color: var(--text-muted); }
        .rev-filter-select {
            padding: 9px 12px;
            border: 1px solid var(--border-color);
            background: #ffffff;
            font-size: 10.5px;
            font-weight: 700;
            border-radius: 4px;
            outline: none;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            cursor: pointer;
        }
        .btn-write-review {
            background: #12110f;
            color: #ffffff;
            border: 1px solid #12110f;
            padding: 9px 14px;
            font-size: 10.5px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            border-radius: 4px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            transition: opacity 0.2s ease;
        }
        .btn-write-review:active { transform: scale(0.97); }

        /* Lista de Tarjetas de Reseñas */
        .rev-cards-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .rev-item-card {
            background: #ffffff;
            border: 1px solid var(--border-light);
            border-radius: 6px;
            padding: 14px;
        }
        .rev-item-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 6px;
        }
        .rev-item-stars {
            color: #b89758;
            font-size: 11px;
            letter-spacing: 1.5px;
        }
        .rev-item-date {
            font-size: 9.5px;
            color: var(--text-muted);
            font-weight: 600;
        }
        .rev-item-title {
            font-family: var(--font-title);
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0.3px;
            margin-bottom: 5px;
            color: #12110f;
            line-height: 1.25;
        }
        .rev-item-text {
            font-size: 11px;
            color: #44403c;
            line-height: 1.45;
            white-space: pre-line;
        }
        .rev-item-photo {
            display: block;
            width: min(100%, 280px);
            max-height: 220px;
            object-fit: cover;
            border-radius: 8px;
            margin-top: 10px;
        }
        .rev-read-more {
            color: #12110f;
            font-weight: 700;
            text-decoration: underline;
            cursor: pointer;
            font-size: 10.5px;
            display: inline-block;
            margin-top: 3px;
        }
        .rev-item-photo-attach {
            margin-top: 10px;
            width: 76px;
            height: 76px;
            border-radius: 6px;
            overflow: hidden;
            border: 1px solid var(--border-light);
            cursor: pointer;
        }
        .rev-item-photo-attach img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .rev-item-author-footer {
            margin-top: 10px;
            padding-top: 8px;
            border-top: 1px dashed var(--border-light);
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 9.5px;
        }
        .rev-author-name {
            font-weight: 700;
            color: #12110f;
        }
        .rev-verified-pill {
            color: var(--accent-green);
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 3px;
        }
        .rev-verifying-pill {
            color: #0284c7;
            background: #e0f2fe;
            border: 1px solid #bae6fd;
            padding: 2px 7px;
            border-radius: 999px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-size: 9px;
            letter-spacing: 0.3px;
        }

        /* Pestaña de Preguntas */
        .rev-questions-container {
            display: none;
            flex-direction: column;
            gap: 10px;
        }
        .rev-question-item {
            border: 1px solid var(--border-light);
            border-radius: 6px;
            padding: 12px;
            background: #faf8f5;
        }
        .rev-q-title {
            font-size: 11.5px;
            font-weight: 700;
            margin-bottom: 4px;
        }
        .rev-q-answer {
            font-size: 11px;
            color: var(--text-muted);
            line-height: 1.4;
        }

        /* Modal para Escribir Reseña */
        .rev-modal-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.6);
            z-index: 160;
            display: none;
            align-items: flex-end;
            backdrop-filter: blur(4px);
        }
        .rev-modal-overlay.active { display: flex; }
        .rev-modal-card {
            background: #ffffff;
            width: 100%;
            max-width: 480px;
            margin: 0 auto;
            border-radius: 16px 16px 0 0;
            padding: 20px 18px calc(24px + var(--safe-bottom)) 18px;
            max-height: 90vh;
            overflow-y: auto;
            animation: slideSheet 0.25s ease-out;
        }
        .rev-star-picker {
            display: flex;
            gap: 6px;
            margin: 8px 0 14px 0;
            font-size: 24px;
            cursor: pointer;
            color: #d1cbc2;
        }
        .rev-star-picker span.active { color: #b89758; }
        .review-whatsapp-note { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px; background: #f7f5f1; border: 1px solid var(--border-light); border-radius: 6px; font-size: 10px; line-height: 1.35; color: var(--text-muted); }
        .review-whatsapp-note .btn-write-review { flex-shrink: 0; padding: 7px 10px; font-size: 9px; }
        .rev-author-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
        @media (max-width: 420px) {
            .rev-author-fields { grid-template-columns: 1fr 1fr; }
            .rev-page-controls { gap: 6px; }
        }
        /* 4. Imagen Comparativa a Borde Completo */
        .comparison-section {
            padding: 0;
            width: 100%;
            background: #ffffff;
            border-bottom: 1px solid var(--border-light);
            overflow: hidden;
        }
        .comparison-img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 0;
            border: none;
        }        /* 5. Cross-Sell Carousel (Complementos) */
        .cross-sell-section {
            padding: 24px 16px;
            background: #ffffff;
            border-bottom: 1px solid var(--border-light);
        }
        .cross-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-top: 14px;
        }
        .cross-card {
            border: 1px solid var(--border-light);
            border-radius: 6px;
            padding: 10px;
            text-align: center;
            background: #faf8f5;
        }
        .cross-title {
            font-size: 10.5px;
            font-weight: 700;
            margin-top: 6px;
        }
        .cross-price {
            font-size: 11px;
            font-weight: 800;
            color: var(--accent-green);
            margin: 4px 0 8px 0;
        }
        .cross-add-btn {
            background: #12110f;
            color: #ffffff;
            border: none;
            padding: 6px 12px;
            font-size: 9px;
            font-weight: 700;
            text-transform: uppercase;
            border-radius: 3px;
            cursor: pointer;
            width: 100%;
        }

