/* ==============================================================
   Review page styles — Jugabet y futuras reviews de operadores
   Se carga DESPUÉS de base.css; hereda colores, paleta y tipografía.
   ============================================================== */

/* === Breadcrumb === */
.review-breadcrumb { background: #F5F5F5; font-size: 12px; color: #6B7280; text-align: left; border-bottom: 1px solid #EAEAEA; }
.review-breadcrumb-inner { max-width: 1200px; margin: 0 auto; padding: 10px 20px; }
.review-breadcrumb a { color: #6B7280; text-decoration: none; }
.review-breadcrumb a:hover { color: #D52B1E; }
.review-breadcrumb .sep { margin: 0 8px; color: #BDBDBD; }
.review-breadcrumb .current { color: #000000; font-weight: 600; }

/* === Hero === */
.review-hero { background: linear-gradient(180deg, #ffffff 0%, #F0F0F0 100%); }
.review-hero-inner { max-width: 1200px; margin: 0 auto; padding: 16px 20px 32px 20px; display: grid; grid-template-columns: 1fr; gap: 20px; }
.review-hero-left { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.review-hero h1 { font-size: 26px; font-weight: 800; line-height: 1.2; color: #000000; margin: 0; text-align: center; width: 100%; }
.review-subtitle { font-size: 16px; color: #000000; line-height: 1.6; margin: 0; text-align: center; width: 100%; }
.review-subtitle-cta { color: #D52B1E; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.review-subtitle-cta:hover { color: #0039A6; }
.review-hero-author { display: flex; align-items: center; gap: 12px; font-size: 13px; color: #000000; margin-top: 4px; align-self: flex-start; }
/* Slot reviews — autor más pequeño y alineado a la izquierda */
.review-hero-inner:not(:has(.review-convcard)) .review-hero-author { align-self: flex-start; gap: 10px; }
.review-hero-inner:not(:has(.review-convcard)) .review-hero-author img { width: 32px; height: 32px; }
.review-hero-inner:not(:has(.review-convcard)) .review-hero-author-name { font-size: 13px; }
.review-hero-inner:not(:has(.review-convcard)) .review-hero-author-role { font-size: 11px; }
.review-hero-author img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.review-hero-author-txt { display: flex; flex-direction: column; gap: 2px; }
.review-hero-author-name { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #000000; }
.review-hero-author-name svg { flex-shrink: 0; }
.review-hero-author-role { font-size: 12px; color: #6B7280; }

/* === Conversion card (review-convcard) === */
.review-convcard { background: #ffffff; border: 1px solid #F0F0F0; border-radius: 14px; padding: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.06); display: flex; flex-direction: column; gap: 12px; }
.convcard-top { display: flex; align-items: center; gap: 10px; }
.convcard-logo { flex: 1; min-width: 0; display: flex; align-items: center; justify-content: center; }
.convcard-logo img { max-height: 54px; max-width: 100%; width: auto; display: block; }

.convcard-rating { flex-shrink: 0; display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; background: #FFF8E5; border: 1px solid #FFE4A0; border-radius: 999px; cursor: pointer; font-family: inherit; color: #000000; }
.convcard-rating:hover { background: #FFF1C7; }
.convcard-rating svg { flex-shrink: 0; }
.convcard-rating-score { font-size: 14px; font-weight: 800; color: #000000; line-height: 1; }
.convcard-rating-out { font-size: 11px; font-weight: 600; color: #6B7280; }
.convcard-rating-caret { transition: transform 0.2s ease; color: #B37400; }
.convcard-rating[aria-expanded="true"] .convcard-rating-caret { transform: rotate(180deg); }
.convcard-rating-detail { display: flex; flex-direction: column; gap: 8px; padding: 6px 4px 4px 4px; background: #FAFAFA; border-radius: 8px; }
.convcard-rating-detail[hidden] { display: none; }
.convcard-rating-detail .cc-row { display: grid; grid-template-columns: 1fr 70px 30px; gap: 10px; align-items: center; font-size: 12px; color: #000000; }
.convcard-rating-detail .cc-bar { height: 6px; background: #F0F0F0; border-radius: 3px; overflow: hidden; }
.convcard-rating-detail .cc-fill { display: block; height: 100%; background: linear-gradient(90deg, #FFB703, #D4A017); border-radius: 3px; }
.convcard-rating-detail .cc-num { font-weight: 800; text-align: right; font-size: 12px; }
.convcard-rating-note { margin: 6px 0 0 0; padding-top: 8px; border-top: 1px dashed #E0E0E0; font-size: 11px; color: #6B7280; line-height: 1.45; font-style: italic; }

.convcard-bonus { background: linear-gradient(135deg, #0039A6, #0052e0); border-radius: 10px; padding: 14px 16px; text-align: center; }
.convcard-bonus-label { display: block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.85); margin-bottom: 4px; }
.convcard-bonus-value { display: block; font-size: 18px; font-weight: 800; color: #ffffff; line-height: 1.2; margin-bottom: 6px; }
.convcard-bonus-extra { display: inline-block; background: #FFB703; color: #000000; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 20px; }

.convcard-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.convcard-stat { display: flex; flex-direction: column; gap: 2px; padding: 8px 6px; background: #F7F9FC; border-radius: 8px; text-align: center; }
.convcard-stat span { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; color: #6B7280; }
.convcard-stat strong { font-size: 12px; font-weight: 800; color: #000000; }

.convcard-icons { display: flex; flex-direction: row; gap: 10px; align-items: flex-start; }
.convcard-iconset { flex: 1 1 0; min-width: 0; }
.convcard-iconset-label { display: block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; color: #6B7280; margin-bottom: 6px; }
.convcard-iconset-row { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; }
.convcard-iconset-more { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 5px; }
.convcard-iconset-more[hidden] { display: none; }
.cc-ic { background: #ffffff; border: 1px solid #EAEAEA; border-radius: 4px; padding: 2px 4px; display: inline-flex; align-items: center; justify-content: center; }
.cc-ic img { display: block; width: 34px; height: 22px; object-fit: contain; }
.cc-more { background: #F0F0F0; border: 1px dashed #C0C0C0; color: #333333; font-size: 10px; font-weight: 700; padding: 3px 7px; border-radius: 6px; cursor: pointer; font-family: inherit; transition: background 0.15s ease; }
.cc-more:hover { background: #E0E0E0; }
.cc-more[aria-expanded="true"] { background: #EAF1FB; color: #0039A6; border-color: #0039A6; }

.review-hero-cta { display: block; text-align: center; background: #D52B1E; color: #ffffff; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 14px 24px; border-radius: 8px; text-decoration: none; box-shadow: 0 0 10px rgba(213,43,30,0.4); transition: all 0.3s ease; }
.review-hero-cta:hover { background: #e8332a; color: #ffffff; transform: translateY(-2px); box-shadow: 0 4px 18px rgba(213,43,30,0.55); }
.review-hero-tc { display: block; text-align: center; font-size: 11px; color: #6B7280; margin-top: -4px; }

/* === Hero scores compact (desktop only — insertado entre subtitle y author) === */
.hero-scores-compact { display: none; }

/* === Scores por categoría (accordion) === */
.review-scores { background: #ffffff; }
.review-scores .section-inner { padding: 22px 20px 32px 20px; }
.review-scores-head { max-width: 800px; margin: 0 auto 20px auto; }
.review-scores-kicker-wrap { text-align: center; margin-bottom: 22px; }
.review-scores-kicker { display: inline-block; background: linear-gradient(135deg, #D52B1E, #0039A6); color: #ffffff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; padding: 4px 12px; border-radius: 999px; }
.review-scores-head h2 { font-size: 24px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #000000; margin: 0 0 12px 0; line-height: 1.2; text-align: center; }
.review-scores-intro { font-size: 15px; color: #000000; line-height: 1.6; margin: 0; text-align: center; }

.scores-accordion { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.score-item { background: #FAFAFA; border: 1px solid #ECECEC; border-radius: 10px; overflow: hidden; transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
.score-item:has(.score-item-head[aria-expanded="true"]) { background: #ffffff; border-color: #D5D9E0; box-shadow: 0 4px 14px rgba(0,0,0,0.06); }
.score-item-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; width: 100%; border: 0; background: none; font-family: inherit; text-align: left; cursor: pointer; }
.score-item-cat { font-size: 14px; font-weight: 700; color: #000000; }
.score-item-right { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.score-item-num { font-size: 15px; font-weight: 800; color: #000000; }
.score-item-num::before { content: '★'; color: #FFB703; margin-right: 4px; font-size: 13px; }
.score-item-caret { color: #888; transition: transform 0.2s ease; }
.score-item-head[aria-expanded="true"] .score-item-caret { transform: rotate(180deg); color: #0039A6; }
.score-item-bar { height: 3px; background: #F0F0F0; margin: 0; overflow: hidden; }
.score-item-bar-fill { display: block; height: 100%; background: linear-gradient(90deg, #FFB703, #D4A017); }
.score-item-body { padding: 10px 14px 14px 14px; }
.score-item-body[hidden] { display: none; }
.score-item-body p { font-size: 14px; line-height: 1.6; color: #1a1a1a; margin: 0; }

/* === Bloques de contenido (reuso de section-inner) === */
.review-block { background: #ffffff; }
.review-block:nth-of-type(even) { background: #F0F0F0; }
.review-block.steps-section, .review-block.steps-section:nth-of-type(even) { background: #ffffff; }
.review-block .section-inner { padding: 28px 20px; }
.review-block h2 { font-size: 22px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; text-align: center; margin-bottom: 14px; line-height: 1.25; }
.review-block p { font-size: 15px; color: #000000; line-height: 1.65; margin-bottom: 14px; text-align: center; }
.review-block p:last-child { margin-bottom: 0; }
.review-block .pay-row, .review-block .datos-row, .review-block .support-card-row, .review-block .cc-row, .review-block .score-item-head, .review-block .score-item-body p, .review-block .faq-answer p, .review-block .bonus-buy-step-desc, .review-block .bonus-buy-step-title, .review-block .strategy-tip p, .review-block .verdict-item, .review-block .pay-verified-quote { text-align: left; }
.review-block .section-intro { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.review-opinions-intro { max-width: 720px; margin: 0 auto 20px auto; text-align: center; color: #1a1a1a; }

/* H3s dentro de review-block (tipos de slots, etc.) */
.review-slot-heading { font-size: 17px; font-weight: 800; color: #000000; text-align: left; margin: 28px 0 8px 0; padding-left: 12px; border-left: 4px solid #D52B1E; line-height: 1.25; }
.review-block .slot-type-carousel { margin-bottom: 4px; }

/* Testimonios: sin reveal animation + mismo tamaño + menos aire abajo */
.review-opinions .strategy-tip { opacity: 1 !important; transform: none !important; transition: box-shadow 0.2s ease; display: flex; flex-direction: column; align-self: stretch; }
.review-opinions .strategy-tip p { color: #000000; }
.review-opinions .strategy-tip h3 { min-height: 38px; }
.review-opinions .strategy-tip p { flex: 1 1 auto; margin-bottom: 12px; }
.review-opinions .strategy-tips { padding-bottom: 4px; }
.review-opinions .section-inner { padding-bottom: 20px; }

/* === Verdict (Lo bueno / Lo malo rediseñado) === */
.review-verdict-intro { max-width: 720px; margin: 0 auto 18px auto; text-align: center; color: #1a1a1a; }
.review-verdict { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 900px; margin: 0 auto; }
.verdict-col { border-radius: 12px; padding: 16px 18px; display: flex; flex-direction: column; gap: 10px; }
.verdict-col-pros { background: linear-gradient(135deg, #EEF8EE, #D8EED8); border: 1px solid #B9DEB9; }
.verdict-col-cons { background: linear-gradient(135deg, #FFF4E8, #FFE4CB); border: 1px solid #FFCA9E; }
.verdict-title { font-size: 15px; font-weight: 800; color: #000000; display: inline-flex; align-items: center; gap: 10px; margin: 0 0 4px 0; text-transform: uppercase; letter-spacing: 0.5px; }
.verdict-title-icon { width: 28px; height: 28px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #ffffff; flex-shrink: 0; }
.verdict-col-pros .verdict-title-icon { background: #2d8a2d; }
.verdict-col-cons .verdict-title-icon { background: #E67300; }
.verdict-list { display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; list-style: none; }
.verdict-item { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.45; color: #1a1a1a; }
.verdict-item-bullet { flex-shrink: 0; margin-top: 3px; }
.verdict-col-pros .verdict-item-bullet { color: #2d8a2d; }
.verdict-col-cons .verdict-item-bullet { color: #E67300; }
.verdict-item strong { font-weight: 800; color: #000000; }

/* === Data table (legacy) + Datos accordion (nuevo) === */
.data-table { width: 100%; max-width: 800px; margin: 0 auto; border-collapse: collapse; background: #ffffff; border-radius: 12px; overflow: hidden; border: 1px solid #F0F0F0; }
.data-table tr { border-bottom: 1px solid #F0F0F0; }
.data-table tr:last-child { border-bottom: 0; }
.data-table td { padding: 14px 18px; font-size: 14px; vertical-align: top; }
.data-table td:first-child { font-weight: 700; color: #6B7280; width: 40%; text-transform: uppercase; letter-spacing: 0.5px; font-size: 12px; }
.data-table td:last-child { color: #000000; }

.datos-accordion { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.datos-item { background: #ffffff; border: 1px solid #ECECEC; border-radius: 10px; overflow: hidden; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.datos-item:has(.datos-item-head[aria-expanded="true"]) { border-color: #D5D9E0; box-shadow: 0 4px 14px rgba(0,0,0,0.06); }
.datos-item-head { display: flex; align-items: center; gap: 12px; padding: 12px 14px; width: 100%; border: 0; background: none; font-family: inherit; text-align: left; cursor: pointer; }
.datos-item-icon { width: 34px; height: 34px; border-radius: 8px; background: linear-gradient(135deg, #D52B1E, #0039A6); color: #ffffff; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.datos-item-title { font-size: 14px; font-weight: 700; color: #000000; flex: 1; letter-spacing: 0.2px; }
.datos-item-caret { color: #888; transition: transform 0.2s ease; flex-shrink: 0; }
.datos-item-head[aria-expanded="true"] .datos-item-caret { transform: rotate(180deg); color: #0039A6; }
.datos-item-body { padding: 0 16px 12px 16px; display: flex; flex-direction: column; gap: 0; }
.datos-item-body[hidden] { display: none; }
.datos-row { display: grid; grid-template-columns: 42% 1fr; gap: 12px; padding: 10px 0; border-top: 1px solid #F2F2F2; align-items: baseline; }
.datos-row-label { font-size: 10px; font-weight: 800; color: #6B7280; text-transform: uppercase; letter-spacing: 0.6px; }
.datos-row-value { font-size: 13px; color: #000000; line-height: 1.45; }
.review-hero-author-role { color: #000000; }

/* === Seguridad (license card + trust grid) === */
.license-card { display: flex; align-items: center; gap: 16px; max-width: 720px; margin: 0 auto 14px auto; padding: 18px 20px; background: linear-gradient(135deg, #0A1F4A 0%, #0039A6 100%); border-radius: 12px; color: #ffffff; box-shadow: 0 10px 26px rgba(0,57,166,0.22); position: relative; overflow: hidden; }
.license-card::before { content: ''; position: absolute; top: -30px; right: -30px; width: 120px; height: 120px; background: radial-gradient(circle, rgba(255,183,3,0.2) 0%, transparent 65%); pointer-events: none; }
.license-card-seal { flex-shrink: 0; width: 56px; height: 56px; background: rgba(255,183,3,0.12); border: 1.5px solid #FFB703; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; position: relative; }
.license-card-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; position: relative; }
.license-card-label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: #FFB703; }
.license-card-name { font-size: 18px; font-weight: 800; color: #ffffff; line-height: 1.2; }
.license-card-meta { font-size: 12px; color: rgba(255,255,255,0.8); }
.license-card-meta strong { color: #FFB703; font-weight: 800; }
.license-card-btn { display: inline-flex; align-items: center; gap: 6px; background: #FFB703; color: #1A1A2E; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; padding: 8px 14px; border-radius: 999px; text-decoration: none; flex-shrink: 0; white-space: nowrap; transition: background 0.2s ease, transform 0.2s ease; position: relative; }
.license-card-btn:hover { background: #ffc933; transform: translateY(-1px); color: #1A1A2E; }

.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 720px; margin: 0 auto 14px auto; }
.trust-card { background: #ffffff; border: 1px solid #ECECEC; border-radius: 10px; padding: 12px 14px; display: flex; flex-direction: column; gap: 4px; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.trust-card:hover { border-color: #D5D9E0; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.trust-card-icon { width: 36px; height: 36px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.trust-icon-rng { background: #EAF1FB; color: #0039A6; }
.trust-icon-ssl { background: #EEF8EE; color: #2d8a2d; }
.trust-icon-funds { background: #FFF4E8; color: #E67300; }
.trust-icon-responsible { background: #FDEAEA; color: #D52B1E; }
.trust-card-title { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; color: #6B7280; }
.trust-card-value { font-size: 14px; font-weight: 800; color: #000000; line-height: 1.2; }
.trust-card-desc { font-size: 12px; color: #000000; line-height: 1.45; margin-top: 2px; }

.trust-verified { max-width: 720px; margin-left: auto; margin-right: auto; }

/* === Atención al cliente (cards por canal) === */
.support-grid { display: grid; grid-template-columns: 1fr; gap: 10px; max-width: 900px; margin: 0 auto; }
.support-card { background: #ffffff; border: 1px solid #ECECEC; border-radius: 10px; overflow: hidden; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.support-card:has(.support-card-head[aria-expanded="true"]) { border-color: #D5D9E0; box-shadow: 0 4px 14px rgba(0,0,0,0.06); }
.support-card-head { display: flex; align-items: center; gap: 10px; padding: 14px 16px; width: 100%; border: 0; background: none; font-family: inherit; text-align: left; cursor: pointer; }
.support-card-caret { margin-left: auto; color: #888; transition: transform 0.2s ease; flex-shrink: 0; }
.support-card-head[aria-expanded="true"] .support-card-caret { transform: rotate(180deg); color: #0039A6; }
.support-card-info[hidden] { display: none; }
.support-card-info:not([hidden]) { padding: 0 16px 14px 16px; }
.support-card-icon { width: 34px; height: 34px; border-radius: 8px; background: #EAF1FB; color: #0039A6; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.support-chat .support-card-icon { background: #EAF1FB; color: #0039A6; }
.support-email .support-card-icon { background: #F0EAFB; color: #6B3FB3; }
.support-phone .support-card-icon { background: #FDEAEA; color: #D52B1E; }
.support-telegram .support-card-icon { background: #E0F2F7; color: #2CA5E0; }
.support-help .support-card-icon { background: #FFF4E0; color: #CC8500; }
.support-social .support-card-icon { background: #FDE6EE; color: #D81B60; }
.support-card-title { flex: 1; min-width: 0; font-size: 15px; font-weight: 800; color: #000000; }
.support-card-badge { flex-shrink: 0; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; padding: 4px 10px; border-radius: 999px; }
.support-card-badge-ok { background: #EEF8EE; color: #2d8a2d; border: 1px solid #B9DEB9; }
.support-card-badge-no { background: #FDEAEA; color: #D52B1E; border: 1px solid #F4BFBF; }
.support-card-badge-partial { background: #FFF4E8; color: #E67300; border: 1px solid #FFCA9E; }
.support-card-info { display: flex; flex-direction: column; gap: 0; }
.support-card-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 8px 0; border-top: 1px solid #F2F2F2; font-size: 13px; align-items: baseline; }
.support-card-row:first-child { border-top: 0; }
.support-card-row span { color: #000000; font-size: 12px; }
.support-card-row strong { color: #000000; font-weight: 700; text-align: right; }
.support-card-row strong a { color: #0039A6; text-decoration: none; }
.support-card-row strong a:hover { text-decoration: underline; }

/* === Métodos de pago (accordion) === */

/* === Métodos de pago (accordion) === */
.pay-accordion { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.pay-item { background: #ffffff; border: 1px solid #ECECEC; border-radius: 10px; overflow: hidden; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.pay-item:has(.pay-item-head[aria-expanded="true"]) { border-color: #D5D9E0; box-shadow: 0 4px 14px rgba(0,0,0,0.06); }
.pay-item-head { display: flex; align-items: center; gap: 12px; padding: 12px 14px; width: 100%; border: 0; background: none; font-family: inherit; text-align: left; cursor: pointer; }
.pay-item-logo { flex-shrink: 0; width: 54px; height: 32px; background: #ffffff; border: 1px solid #EAEAEA; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; padding: 2px 6px; }
.pay-item-logo img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.pay-item-summary { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.pay-item-name { font-size: 14px; font-weight: 800; color: #000000; }
.pay-item-quick { font-size: 12px; color: #000000; }
.pay-item-caret { color: #888; transition: transform 0.2s ease; flex-shrink: 0; }
.pay-item-head[aria-expanded="true"] .pay-item-caret { transform: rotate(180deg); color: #0039A6; }
.pay-item-body { padding: 0 16px 14px 16px; }
.pay-item-body[hidden] { display: none; }
.pay-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 10px 0; border-top: 1px solid #F2F2F2; font-size: 13px; align-items: baseline; }
.pay-row span { color: #000000; font-size: 12px; }
.pay-row strong { color: #000000; font-weight: 700; text-align: right; }
.pay-verified { display: flex; align-items: flex-start; gap: 10px; padding: 10px 12px; margin-top: 10px; background: #EEF8EE; border: 1px solid #B9DEB9; border-radius: 8px; }
.pay-verified-check { flex-shrink: 0; width: 22px; height: 22px; background: #2d8a2d; color: #ffffff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.pay-verified-text { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.pay-verified-label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: #2d8a2d; }
.pay-verified-quote { font-size: 13px; color: #1a1a1a; font-style: italic; line-height: 1.45; }

/* === CTA inline de bono === */
.bono-inline-cta { display: flex; flex-direction: column; align-items: center; gap: 14px; margin: 18px auto 22px auto; max-width: 520px; }
.bono-inline-cta-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; background: linear-gradient(135deg, #0039A6 0%, #0052e0 100%); border-radius: 14px; padding: 20px 20px; color: #ffffff; box-shadow: 0 8px 22px rgba(0,57,166,0.22); width: 100%; }
.bono-inline-cta-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.8px; color: rgba(255,255,255,0.8); margin-bottom: 6px; }
.bono-inline-cta-value { font-size: 20px; font-weight: 800; color: #ffffff; line-height: 1.25; }
.bono-inline-cta-extra { display: inline-block; background: #FFB703; color: #000000; font-size: 12px; font-weight: 700; padding: 4px 14px; border-radius: 999px; margin-top: 8px; }
.bono-inline-cta-btn { display: inline-flex; align-items: center; gap: 10px; color: #D52B1E; font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; padding: 8px 4px; text-decoration: none; border-bottom: 2px solid #D52B1E; transition: color 0.2s ease, gap 0.2s ease, border-color 0.2s ease; }
.bono-inline-cta-btn svg { transition: transform 0.2s ease; }
.bono-inline-cta-btn:hover { color: #8a1812; border-bottom-color: #8a1812; gap: 14px; }
.bono-inline-cta-btn:hover svg { transform: translateX(4px); }

/* === Timeline === */
.review-timeline { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; position: relative; }
.review-timeline::before { content: ''; position: absolute; left: 60px; top: 0; bottom: 0; width: 2px; background: #E0E0E0; }
.timeline-item { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 16px 0; position: relative; align-items: flex-start; }
.timeline-year { font-size: 18px; font-weight: 800; color: #D52B1E; text-align: right; padding-top: 2px; }
.timeline-item::after { content: ''; position: absolute; left: 56px; top: 20px; width: 10px; height: 10px; border-radius: 50%; background: #D52B1E; border: 3px solid #ffffff; box-shadow: 0 0 0 2px #D52B1E; }
.timeline-text { font-size: 15px; color: #000000; line-height: 1.6; }
.timeline-text strong { display: block; margin-bottom: 2px; color: #000000; }

/* === Payment methods grid === */
.review-payments-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; max-width: 700px; margin: 16px auto 0 auto; }
.review-payment-item { display: flex; align-items: center; gap: 10px; background: #ffffff; border: 1px solid #F0F0F0; border-radius: 8px; padding: 10px 14px; }
.review-payment-item img { width: 48px; height: 24px; object-fit: contain; flex-shrink: 0; }
.review-payment-item span { font-size: 13px; font-weight: 600; color: #000000; }

/* === Software providers logos === */
.review-providers-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; max-width: 800px; margin: 0 auto; }
.review-providers-grid .provider-logo { background: #ffffff; border: 1px solid #F0F0F0; border-radius: 8px; padding: 10px 18px; display: flex; align-items: center; justify-content: center; min-width: 120px; }
.review-providers-grid .provider-logo img { max-height: 32px; width: auto; }

/* === Security badges === */
.security-badges { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 16px; }
.security-badge { display: inline-flex; align-items: center; gap: 8px; background: #ffffff; border: 1px solid #F0F0F0; border-radius: 999px; padding: 8px 16px; font-size: 13px; font-weight: 600; color: #000000; }
.security-badge svg { color: #2d8a2d; }

/* === Mobile app score badges === */
.app-scores { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 16px; }
.app-score-card { background: #ffffff; border: 1px solid #F0F0F0; border-radius: 10px; padding: 14px 20px; text-align: center; min-width: 180px; }
.app-score-card .store { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #6B7280; margin-bottom: 4px; display: block; }
.app-score-card .score { font-size: 22px; font-weight: 800; color: #FFB703; }
.app-score-card .reviews { font-size: 12px; color: #6B7280; display: block; margin-top: 2px; }

/* === Registration steps === */
.register-steps { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.register-step { display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: flex-start; background: #ffffff; border: 1px solid #F0F0F0; border-radius: 10px; padding: 16px 20px; }
.register-step .step-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: #D52B1E; color: #ffffff; font-size: 16px; font-weight: 800; }
.register-step strong { display: block; font-size: 16px; color: #000000; margin-bottom: 4px; }
.register-step p { font-size: 14px; color: #000000; margin: 0; line-height: 1.6; }

/* === FINAL CTA === */
.review-final-cta { background: linear-gradient(135deg, #D52B1E 0%, #0039A6 100%); color: #ffffff; text-align: center; padding: 48px 20px; }
.review-final-cta h2 { color: #ffffff !important; }
.review-final-cta p { color: rgba(255,255,255,0.92); font-size: 16px; max-width: 600px; margin: 12px auto 24px auto; }
.review-final-cta .cta-white { display: inline-block; background: #ffffff; color: #D52B1E; font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 16px 36px; border-radius: 8px; text-decoration: none; transition: transform 0.2s ease; }
.review-final-cta .cta-white:hover { transform: translateY(-2px); }

/* =============== SLOT REVIEW EXTRAS =============== */
.slot-hero-media { position: relative; background: #1a1a2e; border-radius: 12px; overflow: hidden; aspect-ratio: 16/10; border: 1px solid #F0F0F0; width: 100%; }
.slot-hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Slot hero artwork — ilustración transparente flotando, solapa con convcard */
/* Mobile: imagen compacta que cabe en el espacio gris entre subtitle y convcard sin overlap.
   margin-top: 0 evita que la imagen invada el subtitle. margin-bottom negativo modesto mantiene el convcard cerca. */
.slot-hero-artwork { position: relative; width: 90%; max-width: 280px; margin: 0 auto -40px auto; z-index: 1; }
.slot-hero-artwork img { width: 100%; height: auto; display: block; background: transparent; filter: drop-shadow(0 8px 20px rgba(0,0,0,0.12)); }
/* Starburst mobile: el PNG tiene espacio transparente arriba → subimos la ilustración. */
.slot-hero-artwork-tight { margin-top: -36px; }
@media (min-width: 1024px) {
    .slot-hero-artwork-tight { margin-top: 0; }
}

/* Slot hero datos — duplicado inline para el ATF. Oculto por defecto (mobile); visible solo en desktop. */
.slot-hero-datos { display: none; }
/* Casino hero datos — mismo principio, visible solo en desktop. */
.casino-hero-datos { display: none; }

/* Convcard sits on top of the artwork on mobile */
.slot-convcard { position: relative; z-index: 2; }

/* Slot provider badge (reemplaza la pill overlay, ahora dentro del convcard) */
.slot-convcard-provider { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 12px; background: #F7F9FC; border-radius: 8px; }
.slot-convcard-provider-label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; color: #6B7280; }
.slot-convcard-provider-name { font-size: 13px; font-weight: 800; color: #0039A6; text-transform: uppercase; letter-spacing: 0.4px; }

/* Gameplay media reutiliza slot-hero-media pero limita ancho al body de sección */
.slot-gameplay-media { max-width: 560px; margin: 20px auto 8px auto; }
.slot-gameplay-caption { font-size: 12px; color: #6B7280; text-align: center; margin: 0 0 0 0; font-style: italic; }
.slot-provider-pill { display: inline-flex; align-items: center; gap: 6px; background: #EAF1FB; color: #0039A6; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 12px; border-radius: 999px; align-self: flex-start; }
.slot-provider-pill-overlay { position: absolute; top: 10px; left: 10px; z-index: 2; background: rgba(255,255,255,0.95); color: #0039A6; backdrop-filter: blur(6px); box-shadow: 0 2px 10px rgba(0,0,0,0.15); }

/* === Slot convcard (lado derecho del hero en reviews de slot) === */
.slot-convcard { background: #ffffff; border: 1px solid #F0F0F0; border-radius: 14px; padding: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.06); display: flex; flex-direction: column; gap: 12px; }

/* Rating button con título a la izquierda + estrella/nota/caret a la derecha */
.convcard-rating.convcard-rating-titled { justify-content: space-between; padding: 8px 12px; }
.convcard-rating-title { font-size: 12px; font-weight: 800; color: #000000; text-transform: uppercase; letter-spacing: 0.3px; text-align: left; flex: 1; }
.convcard-rating-right { display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0; }

.slot-usps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.slot-usp { display: flex; flex-direction: column; gap: 2px; padding: 10px 6px; background: #F7F9FC; border-radius: 8px; text-align: center; }
.slot-usp span { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; color: #6B7280; }
.slot-usp strong { font-size: 13px; font-weight: 800; color: #000000; line-height: 1.2; }
.slot-usps-secondary .slot-usp { background: #FAFAFA; }

.slot-where { display: flex; flex-direction: column; gap: 6px; }
.slot-where-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; color: #6B7280; text-align: center; }
.slot-where-card { display: flex; align-items: center; gap: 12px; background: linear-gradient(135deg, #0039A6, #0052e0); color: #ffffff; border-radius: 10px; padding: 12px 14px; }
.slot-where-card img { width: 56px; height: 32px; object-fit: contain; flex-shrink: 0; background: #ffffff; border-radius: 6px; padding: 4px; }
.slot-where-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; align-items: center; text-align: center; }
.slot-where-info strong { font-size: 14px; font-weight: 800; line-height: 1.2; color: #ffffff; }
.slot-where-info span { display: inline-block; background: #FFB703; color: #000000; font-size: 11px; font-weight: 700; padding: 2px 10px; border-radius: 999px; align-self: center; margin-top: 4px; }
.slot-stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; max-width: 900px; margin: 0 auto 10px auto; }
.slot-stat-card { background: #ffffff; border: 1px solid #F0F0F0; border-radius: 10px; padding: 14px 16px; display: flex; flex-direction: column; gap: 2px; transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.slot-stat-card:hover { border-color: #D5D9E0; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.06); }
.slot-stat-card .label { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #6B7280; font-weight: 700; }
.slot-stat-card .value { font-size: 18px; font-weight: 800; color: #000000; }
.slot-stat-card .sub { font-size: 11px; color: #6B7280; }

/* Stats highlight row (primary 3 stats destacadas) */
.slot-stats-highlight { grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 10px; }
.slot-stat-card-primary { background: linear-gradient(135deg, #ffffff 0%, #F7F3FF 100%); border: 1px solid #E5DAF7; align-items: center; text-align: center; padding: 14px 10px; }
.slot-stat-card-primary .slot-stat-icon { font-size: 22px; line-height: 1; margin-bottom: 4px; }
.slot-stat-card-primary .label { color: #6B3FB3; }
.slot-stat-card-primary .value { font-size: 16px; background: linear-gradient(135deg, #6B3FB3, #D52B1E); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Datos clave section — banner + intro + menos padding-top (queda pegado al convcard) */
.slot-datos .section-inner { padding-top: 12px; }
.slot-datos h2 { text-align: center; }
.slot-datos-banner { width: 100%; max-width: 900px; margin: 28px auto 0 auto; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.1); }
.slot-datos-banner img { width: 100%; height: auto; display: block; }
.slot-datos-intro { text-align: center; font-size: 14px; color: #000000; line-height: 1.6; max-width: 640px; margin: 0 auto 18px auto; }

/* Stats compactos (lista tipo ficha, 2 cols en móvil, fila flex) */
.slot-stats-compact { list-style: none; padding: 0; margin: 0 auto 14px auto; max-width: 900px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; background: #ffffff; border: 1px solid #ECECEC; border-radius: 10px; overflow: hidden; }
.slot-stats-compact li { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 14px; border-bottom: 1px solid #F2F2F2; border-right: 1px solid #F2F2F2; font-size: 13px; text-align: left; }
.slot-stats-compact li:nth-child(2n) { border-right: 0; }
.slot-stats-compact li:nth-last-child(-n+2) { border-bottom: 0; }
.slot-stats-compact li span { color: #6B7280; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.slot-stats-compact li strong { color: #000000; font-weight: 800; font-size: 13px; text-align: right; }

/* Mecánicas del juego — cards con icono + escala de multiplicadores */
.slot-mechanics-intro { text-align: center; font-size: 15px; color: #000000; line-height: 1.6; max-width: 700px; margin: 0 auto 18px auto; }
.slot-mechanics-grid { display: grid; grid-template-columns: 1fr; gap: 10px; max-width: 900px; margin: 0 auto 20px auto; }
.slot-mechanic-card { background: #ffffff; border: 1px solid #ECECEC; border-radius: 12px; padding: 20px 18px; display: flex; flex-direction: column; gap: 10px; align-items: center; text-align: center; transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.slot-mechanic-card:hover { border-color: #D5D9E0; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,0.06); }
.slot-mechanic-icon { width: 44px; height: 44px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; }
.slot-mechanic-icon-scatter { background: #EAF1FB; color: #0039A6; }
.slot-mechanic-icon-tumble { background: #EEF8EE; color: #2d8a2d; }
.slot-mechanic-icon-multi { background: linear-gradient(135deg, #FFF4E0, #FFE4A0); color: #CC8500; }
.slot-mechanic-card h3 { font-size: 15px; font-weight: 800; color: #000000; margin: 0; text-align: center; }
.slot-mechanic-card p { font-size: 13px; color: #1a1a1a; line-height: 1.55; margin: 0; text-align: center; }

/* Escala visual de multiplicadores */
.slot-multi-scale { max-width: 900px; margin: 0 auto; padding: 18px 20px; background: linear-gradient(135deg, #1a1a2e 0%, #2D1B4E 100%); border-radius: 14px; color: #ffffff; box-shadow: 0 8px 22px rgba(45,27,78,0.2); }
.slot-multi-scale-head { text-align: center; margin-bottom: 14px; }
.slot-multi-scale-title { display: block; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: #FFB703; margin-bottom: 2px; }
.slot-multi-scale-sub { display: block; font-size: 11px; color: rgba(255,255,255,0.75); }
.slot-multi-scale-track { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-bottom: 14px; }
.slot-multi-chip { display: inline-flex; align-items: center; justify-content: center; min-width: 46px; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; color: #ffffff; }
.slot-multi-chip[data-val="common"] { background: rgba(45,138,45,0.9); }
.slot-multi-chip[data-val="uncommon"] { background: rgba(0,57,166,0.9); }
.slot-multi-chip[data-val="rare"] { background: rgba(213,43,30,0.9); }
.slot-multi-chip[data-val="jackpot"] { background: linear-gradient(135deg, #FFB703, #D4A017); color: #1a1a2e; box-shadow: 0 0 14px rgba(255,183,3,0.5); }
.slot-multi-scale-legend { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; font-size: 11px; color: rgba(255,255,255,0.8); }
.slot-multi-scale-legend span { display: inline-flex; align-items: center; gap: 5px; }
.slot-multi-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; }
.slot-multi-dot[data-val="common"] { background: #2d8a2d; }
.slot-multi-dot[data-val="uncommon"] { background: #0039A6; }
.slot-multi-dot[data-val="rare"] { background: #D52B1E; }
.slot-multi-dot[data-val="jackpot"] { background: #FFB703; }

/* Deep-dive accordion (ahora en section propia) */
.slot-deepdive { max-width: 900px; margin: 0 auto; }
.slot-deepdive .score-item-cat { display: inline-flex; align-items: center; gap: 8px; margin: 0; font-size: 14px; font-weight: 700; color: #000000; text-transform: none; letter-spacing: 0; line-height: 1.3; text-align: left; }

/* Testimonio title (ahora span en lugar de h3) */
.strategy-tip .tip-title { display: block; font-size: 15px; font-weight: 800; color: #000000; margin-bottom: 8px; padding-right: 24px; line-height: 1.3; }

/* Where-play-card rediseñada: solo info del bono */
.where-play-card { display: grid; grid-template-columns: 90px 1fr auto; gap: 14px; align-items: center; background: #ffffff; border: 1px solid #ECECEC; border-radius: 12px; padding: 14px 16px; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.where-play-card:hover { border-color: #D5D9E0; box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.where-play-card img { max-width: 90px; max-height: 40px; object-fit: contain; }
.wp-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; text-align: left; }
.wp-label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; color: #6B7280; }
.wp-bonus { font-size: 14px; font-weight: 800; color: #000000; line-height: 1.2; }
.wp-extra { display: inline-block; background: #FFB703; color: #000000; font-size: 11px; font-weight: 700; padding: 2px 10px; border-radius: 999px; align-self: flex-start; margin-top: 4px; }
.wp-cta { background: #D52B1E; color: #ffffff; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; padding: 10px 14px; border-radius: 8px; text-decoration: none; white-space: nowrap; transition: background 0.2s ease, transform 0.2s ease; box-shadow: 0 2px 8px rgba(213,43,30,0.3); }
.wp-cta:hover { background: #e8332a; color: #ffffff; transform: translateY(-1px); }

/* Symbols grid */
.slot-symbols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; max-width: 800px; margin: 0 auto 14px auto; }
.slot-symbol { background: #ffffff; border: 1px solid #ECECEC; border-radius: 10px; padding: 12px 14px; display: flex; gap: 12px; align-items: center; transition: border-color 0.2s ease, transform 0.2s ease; }
.slot-symbol:hover { border-color: #D5D9E0; transform: translateY(-1px); }
.slot-symbol-icon { width: 46px; height: 46px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 26px; background: #FAFAFA; border-radius: 10px; }
.slot-symbol-text { min-width: 0; flex: 1; text-align: left; }
.slot-symbol-text strong { display: block; font-size: 13px; color: #000000; margin-bottom: 2px; text-align: left; }
.slot-symbol-text span { display: block; font-size: 11px; color: #6B7280; line-height: 1.35; text-align: left; }

/* Tier-based colored accent */
.slot-symbol-scatter { background: linear-gradient(135deg, #FFF8E5, #FFE4A0); border-color: #F3CE6C; }
.slot-symbol-scatter .slot-symbol-icon { background: #FFB703; color: #1a1a2e; }
.slot-symbol-premium .slot-symbol-icon { background: #F0EAFB; color: #6B3FB3; }
.slot-symbol-low .slot-symbol-icon { background: #EAF1FB; color: #0039A6; }

.slot-symbols-note { font-size: 13px; color: #1a1a1a; line-height: 1.55; background: #FAFAFA; border-left: 3px solid #0039A6; padding: 10px 14px; border-radius: 6px; max-width: 800px; margin: 0 auto; text-align: left; }

/* Estrategia — grid de tips numerados */
.slot-strategy-grid { display: grid; grid-template-columns: 1fr; gap: 10px; max-width: 900px; margin: 0 auto; }
.slot-strategy-tip { background: #ffffff; border: 1px solid #ECECEC; border-radius: 12px; padding: 14px 16px; display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: flex-start; transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.slot-strategy-tip:hover { border-color: #D5D9E0; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.slot-strategy-num { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #D52B1E, #0039A6); color: #ffffff; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; flex-shrink: 0; }
.slot-strategy-body { min-width: 0; text-align: left; }
.slot-strategy-body > strong { display: block; font-size: 14px; font-weight: 800; color: #000000; line-height: 1.35; margin-bottom: 6px; text-align: left; }
.slot-strategy-body > p { font-size: 13px; color: #000000; line-height: 1.55; margin: 0; text-align: left; }
.slot-strategy-body > p strong { color: #000000; font-weight: 700; }

/* Where to play */
.where-play-grid { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 800px; margin: 0 auto; }
.where-play-card { display: grid; grid-template-columns: 120px 1fr auto; gap: 16px; align-items: center; background: #ffffff; border: 1px solid #F0F0F0; border-radius: 10px; padding: 14px 18px; }
.where-play-card img { max-width: 100px; max-height: 38px; object-fit: contain; }
.where-play-card .wp-bonus { font-size: 14px; font-weight: 700; color: #000000; }
.where-play-card .wp-sub { font-size: 12px; color: #6B7280; }
.where-play-card .wp-cta { background: #D52B1E; color: #ffffff; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; padding: 10px 18px; border-radius: 6px; text-decoration: none; white-space: nowrap; transition: background 0.2s ease; }
.where-play-card .wp-cta:hover { background: #e8332a; color: #ffffff; }

/* Similar slots grid */
.similar-slots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 900px; margin: 0 auto; }
.similar-slot-card { background: #ffffff; border: 1px solid #F0F0F0; border-radius: 10px; overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.similar-slot-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
.similar-slot-card-static { cursor: default; }
.similar-slot-card-static:hover { transform: none; box-shadow: none; }
.similar-slot-card-img { aspect-ratio: 1/1; background: #1a1a2e; }
.similar-slot-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.similar-slot-card-body { padding: 10px 12px; }
.similar-slot-card-body strong { display: block; font-size: 13px; color: #000000; margin-bottom: 2px; }
.similar-slot-card-body span { font-size: 11px; color: #6B7280; }

/* =================== DESKTOP (>=1024px) =================== */
@media (min-width: 1024px) {
    .review-hero-inner {
        grid-template-columns: 1fr 400px;
        gap: 48px;
        padding: 48px 20px 64px 20px;
    }

    /* Layout del hero SOLO para casino reviews — flex column natural en hero-left (orden HTML se respeta).
       column-gap mantiene la separación horizontal con el convcard. */
    .review-hero-inner:has(.review-convcard) {
        column-gap: 48px;
    }
    /* Convcard stretch + space-between → termina a la misma altura que la tabla de la izquierda */
    .review-hero-inner:has(.review-convcard) .review-hero-right.review-convcard {
        align-self: stretch;
        justify-content: space-between;
    }
    .review-convcard { margin-top: 0; }

    /* Hero scores compact — stretch para igualar altura con convcard */
    .hero-scores-compact { display: flex; flex-direction: column; gap: 10px; width: 100%; padding: 22px 24px; background: #ffffff; border: 1px solid #ECECEC; border-radius: 12px; box-shadow: 0 4px 14px rgba(0,0,0,0.04); }
    .hero-scores-compact-kicker { display: inline-block; align-self: center; background: linear-gradient(135deg, #D52B1E, #0039A6); color: #ffffff; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; padding: 6px 16px; border-radius: 999px; margin-bottom: 14px; }
    .hero-scores-compact .hs-row { grid-template-columns: 1fr 140px 40px; gap: 14px; font-size: 14px; padding: 9px 0; }
    .hero-scores-compact .hs-cat { font-weight: 700; }
    .hero-scores-compact .hs-bar { height: 6px; }
    .hero-scores-compact .hs-num { font-size: 16px; }
    .hero-scores-compact .hs-row { display: grid; grid-template-columns: 1fr 100px 32px; gap: 10px; align-items: center; font-size: 12px; color: #000000; padding: 2px 0; text-align: left; }
    .hero-scores-compact .hs-cat { font-weight: 600; }
    .hero-scores-compact .hs-bar { height: 4px; background: #F0F0F0; border-radius: 2px; overflow: hidden; }
    .hero-scores-compact .hs-fill { display: block; height: 100%; background: linear-gradient(90deg, #FFB703, #D4A017); border-radius: 2px; }
    .hero-scores-compact .hs-num { font-weight: 800; text-align: right; font-size: 13px; color: #000000; }

    /* Mover bloque del autor del hero como último elemento: flex column ya lo hace. */
    /* Ocultar la sección grande de scores (ya se ve compacta arriba) */
    .review-scores { display: none; }
    /* En desktop el rating se muestra en .slot-hero-rating (columna izquierda),
       así que ocultamos completamente el del convcard (slot + casino reviews). */
    .slot-convcard > .convcard-rating,
    .slot-convcard > .convcard-rating-detail { display: none !important; }
    /* Casino reviews (no slot-convcard): mantener rating pero sin dropdown */
    .review-convcard .convcard-rating-caret { display: none; }
    .review-convcard .convcard-rating-detail { display: none !important; }
    .review-convcard .convcard-rating { cursor: default; pointer-events: none; }
    .review-hero h1 { font-size: 36px; }
    .review-subtitle { font-size: 18px; }
    .review-convcard { padding: 20px; }
    /* Proveedores en 1 sola línea en desktop */
    .review-providers-grid { flex-wrap: nowrap; max-width: none; gap: 10px; padding: 0 10px; }
    .review-providers-grid .provider-logo { flex: 1 1 0; min-width: 0; padding: 8px 10px; }
    .review-providers-grid .provider-logo img { max-height: 28px; max-width: 100%; object-fit: contain; }
    /* Atención al cliente: icono + título + caret en fila 1; badge en fila 2 debajo del título */
    .support-card-head { flex-wrap: wrap; align-items: center; }
    .support-card-head .support-card-icon { flex-shrink: 0; order: 1; }
    .support-card-head .support-card-title { flex: 1 1 auto; min-width: 0; order: 2; }
    .support-card-head .support-card-caret { flex-shrink: 0; order: 3; margin-left: 10px; }
    .support-card-head .support-card-badge { order: 4; flex-basis: 100%; margin-left: 44px; margin-top: 6px; }
    .convcard-logo img { max-height: 68px; }
    .convcard-rating-score { font-size: 16px; }
    .convcard-bonus-value { font-size: 20px; }
    .convcard-stat strong { font-size: 13px; }
    .cc-ic img { width: 38px; height: 24px; }
    .convcard-iconset-label { font-size: 11px; }
    .review-block p { font-size: 16px; }
    .review-block h2 { font-size: 28px; margin-bottom: 20px; }
    .review-block .section-inner { padding: 44px 20px; }
    .review-scores .section-inner { padding: 48px 20px; }
    .review-scores-head h2 { font-size: 28px; }
    .review-scores-intro { font-size: 15px; }
    .score-item-cat { font-size: 15px; }
    .score-item-body p { font-size: 15px; }
    .review-slot-heading { font-size: 20px; margin-top: 36px; }
    .review-verdict { grid-template-columns: 1fr 1fr; gap: 16px; }
    .verdict-col { padding: 20px 22px; }
    .verdict-item { font-size: 15px; }
    .datos-item-head { padding: 14px 18px; }
    .datos-item-title { font-size: 15px; }
    .datos-row-value { font-size: 14px; }
    .datos-row-label { font-size: 11px; }
    .bono-inline-cta-card { padding: 26px 24px; }
    .bono-inline-cta-value { font-size: 24px; }
    .bono-inline-cta-btn { font-size: 17px; }
    .pay-item-name { font-size: 15px; }
    .pay-item-quick { font-size: 13px; }
    .pay-row { font-size: 14px; }
    .pay-row span { font-size: 13px; }
    .pay-verified-quote { font-size: 14px; }
    .license-card { padding: 22px 26px; gap: 20px; }
    .license-card-seal { width: 64px; height: 64px; }
    .license-card-name { font-size: 22px; }
    .license-card-meta { font-size: 13px; }
    .license-card-btn { padding: 10px 18px; font-size: 13px; }
    .trust-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
    .trust-card { padding: 14px 16px; }
    .trust-card-value { font-size: 15px; }
    .trust-card-desc { font-size: 13px; }
    .support-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .support-card { padding: 16px 18px; }
    .support-card-row { font-size: 14px; }
    .support-card-row span { font-size: 13px; }
    .data-table td { padding: 18px 24px; font-size: 15px; }
    .review-payments-grid { grid-template-columns: repeat(3, 1fr); max-width: 900px; }
    .slot-stats-grid { grid-template-columns: repeat(4, 1fr); }
    .slot-symbols { grid-template-columns: repeat(3, 1fr); }
    .similar-slots { grid-template-columns: repeat(4, 1fr); }

    /* =========================================================
       Slot review desktop ATF — illustration behind convcard
       + datos clave (stats + tabla) movidos al hero-left.
       Convcard pegado arriba; ilustración con gemas inferiores asomando debajo.
       ========================================================= */
    .review-hero-inner:has(.slot-convcard) {
        position: relative;
    }

    /* Datos duplicados en el hero-left.
       margin-top: auto lo empuja al bottom del hero-left; además height 100% fuerza stretch. */
    .review-hero-inner:has(.slot-convcard) .slot-hero-datos {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
        max-width: 720px;
        margin: auto 0 0 0;
    }
    /* Hero-left ocupa todo el alto del grid cell para que margin-auto funcione bien */
    .review-hero-inner:has(.slot-convcard) .review-hero-left { height: 100%; }

    /* Subtitle con aire visible entre autor y datos (visualmente centrado) */
    .review-hero-inner:has(.slot-convcard) .review-hero-left > .review-subtitle {
        margin-top: auto;
        margin-bottom: auto;
        padding: 18px 0;
    }

    /* === Rating bar (mismo tono crema suave que en móvil) === */
    .slot-hero-rating { display: flex; flex-direction: column; gap: 0; width: 100%; }
    .slot-hero-rating .convcard-rating.convcard-rating-titled {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        width: 100%;
        padding: 12px 16px;
        background: #FFF8E5;            /* amarillo crema del mobile */
        border: 1px solid #FFE4A0;      /* borde suave del mobile */
        border-radius: 10px;
        cursor: pointer;
        pointer-events: auto;
        color: #000000;
        transition: background 0.2s ease;
        font-family: inherit;
    }
    .slot-hero-rating .convcard-rating:hover { background: #FFF1C7; }
    .slot-hero-rating .convcard-rating[aria-expanded="true"] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .slot-hero-rating .convcard-rating-title {
        font-size: 13px;
        font-weight: 800;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        flex: 1;
        text-align: left;
    }
    .slot-hero-rating .convcard-rating-right {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
    }
    .slot-hero-rating .convcard-rating-score {
        font-size: 16px;
        font-weight: 800;
        color: #000000;
    }
    .slot-hero-rating .convcard-rating-out { font-size: 11px; font-weight: 600; color: #6B7280; }
    .slot-hero-rating .convcard-rating-caret {
        display: inline-flex !important;
        color: #B37400;                  /* mismo dorado oscuro del mobile */
        transition: transform 0.2s ease;
    }
    .slot-hero-rating .convcard-rating[aria-expanded="true"] .convcard-rating-caret {
        transform: rotate(180deg);
    }
    /* Dropdown desplegable con scores */
    .slot-hero-rating .convcard-rating-detail {
        display: block;
        background: #FAFAFA;             /* mismo gris suave del mobile */
        border: 1px solid #FFE4A0;
        border-top: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 14px 16px;
    }
    .slot-hero-rating .convcard-rating-detail[hidden] { display: none !important; }
    .slot-hero-rating .cc-row {
        display: grid;
        grid-template-columns: 1fr 120px 36px;
        gap: 10px;
        align-items: center;
        padding: 4px 0;
        font-size: 13px;
        color: #000000;
    }
    .slot-hero-rating .cc-row > span:first-child { font-weight: 600; }
    .slot-hero-rating .cc-bar { height: 5px; background: #F0F0F0; border-radius: 3px; overflow: hidden; }
    .slot-hero-rating .cc-fill { display: block; height: 100%; background: linear-gradient(90deg, #FFB703, #D4A017); border-radius: 3px; }
    .slot-hero-rating .cc-num { font-size: 14px; font-weight: 800; text-align: right; color: #000000; }
    .slot-hero-rating .convcard-rating-note {
        font-size: 11px;
        color: #6B7280;
        margin: 10px 0 0 0;
        padding-top: 8px;
        border-top: 1px dashed #E0E0E0;
        font-style: italic;
        line-height: 1.45;
    }
    .review-hero-inner:has(.slot-convcard) .slot-hero-datos .slot-stats-grid.slot-stats-highlight {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin: 0;
        max-width: 100%;
    }
    .review-hero-inner:has(.slot-convcard) .slot-hero-datos .slot-stats-compact {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
        max-width: 100%;
    }
    .review-hero-inner:has(.slot-convcard) .slot-hero-datos .slot-stats-compact li {
        padding: 6px 14px;
        font-size: 13px;
    }

    /* Convcard compacto en desktop — menos aire entre elementos internos */
    .review-hero-inner:has(.slot-convcard) .review-hero-right.slot-convcard {
        padding: 16px 18px;
        gap: 10px;
    }
    .review-hero-inner:has(.slot-convcard) .slot-hero-datos .slot-stats-compact li span {
        font-size: 12px;
    }
    .review-hero-inner:has(.slot-convcard) .slot-hero-datos .slot-stats-compact li strong {
        font-size: 15px;
    }
    /* Stats highlight cards: padding acorde para que la columna izquierda iguale al convcard */
    .review-hero-inner:has(.slot-convcard) .slot-hero-datos .slot-stat-card-primary {
        padding: 8px 10px;
    }

    /* ========================================================= */
    /* Casino reviews ATF desktop — mismo patrón que slot reviews */
    /* ========================================================= */
    .review-hero-inner:has(.review-convcard) .casino-hero-datos {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
        max-width: 720px;
        margin-top: 8px;
    }
    .review-hero-inner:has(.review-convcard) .review-hero-left { height: 100%; }

    .review-hero-inner:has(.review-convcard) .casino-hero-datos .slot-stats-grid.slot-stats-highlight {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin: 0;
        max-width: 100%;
    }
    .review-hero-inner:has(.review-convcard) .casino-hero-datos .slot-stats-compact {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
        max-width: 100%;
    }
    .review-hero-inner:has(.review-convcard) .casino-hero-datos .slot-stats-compact li {
        padding: 8px 14px;
        font-size: 13px;
    }
    .review-hero-inner:has(.review-convcard) .casino-hero-datos .slot-stats-compact li span {
        font-size: 11px;
    }
    .review-hero-inner:has(.review-convcard) .casino-hero-datos .slot-stats-compact li strong {
        font-size: 14px;
    }
    .review-hero-inner:has(.review-convcard) .casino-hero-datos .slot-stat-card-primary {
        padding: 10px 10px;
    }

    /* En desktop el rating vive en la columna izquierda (.slot-hero-rating).
       Ocultar la versión del convcard y cualquier hero-scores-compact residual. */
    .review-hero-inner:has(.review-convcard) .hero-scores-compact { display: none; }
    .review-hero-inner:has(.review-convcard) .review-convcard .convcard-rating,
    .review-hero-inner:has(.review-convcard) .review-convcard #convcard-detail { display: none !important; }

    /* Ilustración: arriba en el lado derecho del hero, detrás del convcard.
       NB: la ilustración es landscape ~1.79:1 → width 440 → alto 246 px.
       El convcard solapa la mitad inferior de las gemas de abajo. */
    .review-hero-inner:has(.slot-convcard) .review-hero-left > .slot-hero-artwork {
        position: absolute;
        top: 0;
        right: 0;
        width: 440px;
        max-width: 440px;
        height: auto;
        margin: 0;
        z-index: 0;
        pointer-events: none;
    }
    .review-hero-inner:has(.slot-convcard) .review-hero-left > .slot-hero-artwork img {
        filter: drop-shadow(0 12px 28px rgba(0,0,0,0.18));
    }

    /* Convcard con margin-top para que la ilustración quede por encima.
       align-self: stretch + height auto + justify-content: space-between distribuye
       el contenido del convcard verticalmente (sin hueco bajo T&C). */
    .review-hero-inner:has(.slot-convcard) .review-hero-right.slot-convcard {
        position: relative;
        z-index: 2;
        margin-top: 170px;
        align-self: stretch;
        justify-content: space-between;
        height: auto;
    }

    /* En desktop la sección .slot-datos queda vacía: stats/tabla movidos al hero-left
       y el banner movido al final del accordion #detalles. */
    .slot-datos { display: none; }

    /* --- Rango de multiplicadores: fondo claro (antes azul oscuro) --- */
    .slot-multi-scale {
        background: linear-gradient(135deg, #FFFFFF 0%, #F7F9FC 100%);
        color: #000000;
        box-shadow: 0 4px 16px rgba(0,0,0,0.06);
        border: 1px solid #ECECEC;
    }
    .slot-multi-scale-title { color: #0039A6; }
    .slot-multi-scale-sub { color: #6B7280; }
    .slot-multi-scale-legend { color: #6B7280; }

    /* --- Accordion "Detalles" — títulos de las cajitas centrados --- */
    .slot-deepdive .score-item-head {
        justify-content: center;
        position: relative;
        padding-right: 40px;
    }
    .slot-deepdive .score-item-head .score-item-right {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
    }
    .slot-deepdive .score-item-cat { text-align: center; justify-content: center; }

    /* --- Demo player más estrecho (disimular mala calidad del iframe) --- */
    #demo-gratis .demo-player { max-width: 540px; }
}
