

/* --- CONFIGURACIÓN GENERAL CON TEXTURA TRIDIMENSIONAL GAMING --- */
.legal-pages-body {
    color: #e2e8f0;
    font-family: system-ui, -apple-system, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    
    /* REVESTIMIENTO ESTRUCTURAL: Color base + Rejilla + Iluminación de pantalla */
    background-color: #05050a;
     /* CAPA 1: Rejilla de datos táctica (Cyber Grid) */
 
}
@keyframes gridDataStream {
    0% { background-position: 0px 0px; }
    100% { background-position: 50px 1000px; } /* Desplazamiento en diagonal */
}

.legal-pages-layout {
    padding: 80px 0 120px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- CABECERAS GENERALES --- */
.legal-pages-header {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 3em;
}

.privacy-title {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

/* --- ESCUDO INDICADOR: "YOUR DATA SAFE" --- */
.status-shield-box {
    background: rgba(14, 16, 27, 0.7);
    border: 1px solid rgba(0, 242, 254, 0.2);
    border-radius: 20px;
    padding: 30px;
    max-width: 650px;
    margin: 0 auto 30px auto;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 242, 254, 0.05);
}

.shield-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 242, 254, 0.1);
    border: 1px solid #00f2fe;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 15px;
}

.shield-dot-pulse {
    width: 8px;
    height: 8px;
    background-color: #00f2fe;
    border-radius: 50%;
    box-shadow: 0 0 10px #00f2fe;
    animation: shieldPulse 2s infinite;
}

@keyframes shieldPulse {
    0% { transform: scale(0.9); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.6; }
}

.shield-text {
    font-size: 12px;
    font-weight: 700;
    color: #00f2fe;
    letter-spacing: 2px;
}

.status-intro {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 5px 0;
}

.status-desc {
    color: #94a3b8;
    font-size: 14.5px;
    line-height: 1.5;
    margin: 0;
}

/* --- SECCIONES DE INTRODUCCIÓN / TEXTOS DESTACADOS --- */
.transparency-statement-card {
    max-width: 800px;
    margin: 0 auto;
    color: #94a3b8;
    font-size: 15.5px;
    line-height: 1.7;
    padding: 0 20px;
}

.highlight-cyan {
    color: #00f2fe;
    font-weight: 600;
    text-shadow: 0 0 15px rgba(0, 242, 254, 0.2);
}

.thanks-text {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.7;
    margin-top: 15px;
}

/* ==========================================================================
   ESTRUCTURA BENTO GRID INTEGRAL PERPETUA
   ========================================================================== */
.legal-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    width: 100%;
    margin-top: 50px;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Expansión horizontal para las secciones críticas de datos */
.card-wide {
    grid-column: span 2;
}

.legal-bento-card {
    background: rgba(14, 16, 27, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px) saturate(120%);
    -webkit-backdrop-filter: blur(20px) saturate(120%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease;
}

.legal-bento-card:hover {
    transform: translateY(-5px);
    border-color: rgba(157, 78, 221, 0.35); /* Glow interactivo Púrpura */
    box-shadow: 0 25px 50px rgba(157, 78, 221, 0.08), 0 0 20px rgba(0, 0, 0, 0.6);
}

/* Numeración estilo HUD */
.bento-num {
    position: absolute;
    top: 25px;
    right: 35px;
    font-family: monospace;
    font-size: 14px;
    color: #9d4edd;
    opacity: 0.6;
    letter-spacing: 1px;
}

.bento-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 85%;
    border-left: 3px solid #9d4edd;
    padding-left: 12px;
}

.bento-content {
    font-size: 14.5px;
    line-height: 1.6;
    color: #94a3b8;
}

.bento-content p {
    margin: 0 0 12px 0;
}

.bento-content p:last-child {
    margin-bottom: 0;
}

/* --- FILAS DE METADATOS TÉCNICOS --- */
.text-meta-list p {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    padding-bottom: 8px;
    gap: 6px;
    margin-bottom: 10px !important;
}

.label-tech {
    color: #00f2fe; /* Cyan para variables */
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.value-tech {
    color: #ffffff;
}

/* --- PANEL DE INVENTARIO OSCURO (CONTENEDORES INTERNOS) --- */
.bento-paragraph-lead {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 25px !important;
}

.sub-data-box {
    background: rgba(5, 5, 10, 0.7); /* Sub-paneles oscuros profundos */
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 15px;
}

.sub-data-box:last-child {
    margin-bottom: 0;
}

.sub-data-box h4 {
    color: #00f2fe;
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Línea punteada para avisos de exclusión o alertas imperativas */
.highlight-purple-border {
    border-left: 2px dashed rgba(157, 78, 221, 0.4);
    padding-left: 15px;
    color: #cbd5e1;
    margin-top: 15px !important;
}

/* ==========================================================================
   ANIMACIÓN HUD DE LA GALLETA DIGITAL (EXCLUSIVO COOKIE POLICY)
   ========================================================================== */

.cookie-holo-container {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-holo-svg {
    width: 55px;
    height: 55px;
    color: #00f2fe; /* Color cyan corporativo */
    filter: drop-shadow(0 0 12px rgba(0, 242, 254, 0.6));
    z-index: 2;
    /* Animación de flotación levitante tridimensional */
    animation: cookieFloat 4s ease-in-out infinite;
}

.cookie-body-glow {
    stroke: rgba(0, 242, 254, 0.3);
}

.cookie-chip {
    animation: cookieGlowPulse 3s ease-in-out infinite alternate;
}

/* Anillo holográfico exterior rotatorio */
.cookie-radar-ring {
    position: absolute;
    width: 75px;
    height: 75px;
    border: 1px dashed rgba(157, 78, 221, 0.3); /* Morado sutil */
    border-radius: 50%;
    z-index: 1;
    animation: radarRotate 20s linear infinite;
}

/* --- KEYFRAMES DE ANIMACIÓN --- */
@keyframes cookieFloat {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(3deg); /* Sube y se inclina ligeramente */
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes cookieGlowPulse {
    0% { opacity: 0.5; filter: brightness(0.8); }
    100% { opacity: 1; filter: brightness(1.3); }
}

@keyframes radarRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* --- OPTIMIZACIÓN EN DISPOSITIVOS MÓVILES --- */
@media (max-width: 850px) {
    .legal-grid-container {
        grid-template-columns: 1fr; /* Colapsa de 2 a 1 columna */
    }
    .card-wide {
        grid-column: span 1;
    }
    .privacy-title {
        font-size: 32px;
        padding: 0 15px;
    }
}

/* ==========================================================================
   BACKSPIN GAMES - HELP CENTER TACTICAL GRID STYLES
   ========================================================================== */

/* CONTENEDOR Y LAYOUT PRINCIPAL DE AYUDA */
.help-layout-main {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.help-header {
    text-align: center;
    margin-bottom: 0px;
}

/* REJILLA BENTO COMPONENT (3 COLUMNAS BASE) */
.help-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 100%;
    padding: 0;
    min-height: 0;
}

/* TARJETA DE AYUDA / BOTÓN INTERACTIVO */
.help-card-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(14, 16, 27, 0.5); /* Sutil opacidad interna HUD */
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 40px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* --------------------------------------------------------------------------
   VARIACIONES DE COLOR SEGÚN SECCIÓN (ESTILO COOKIE FLUIDO)
   -------------------------------------------------------------------------- */

/* Variante 1: Cyan Base (General / FAQs) */
.help-card-btn.c-variant:hover {
    background: rgba(0, 242, 254, 0.02);
    border-color: rgba(0, 242, 254, 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 242, 254, 0.05);
}
.help-card-btn.c-variant:hover .help-btn-title {
    color: #00f2fe;
}

/* Variante 2: Morado Eléctrico (Cuentas y Reglas de Juego) */
.help-card-btn.p-variant:hover {
    background: rgba(157, 78, 221, 0.02);
    border-color: rgba(157, 78, 221, 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 15px rgba(157, 78, 221, 0.05);
}
.help-card-btn.p-variant:hover .help-btn-title {
    color: #9d4edd;
}

/* Variante 3: Rojo de Alerta (Soporte Técnico) */
.help-card-btn.alert-variant:hover {
    background: rgba(239, 68, 68, 0.02);
    border-color: rgba(239, 68, 68, 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 15px rgba(239, 68, 68, 0.05);
}
.help-card-btn.alert-variant:hover .help-btn-title {
    color: #ef4444;
}

/* Variante 4: Oro / Ámbar Regulador (Finanzas / Depósitos / Retiros) */
.help-card-btn.money-variant:hover {
    background: rgba(245, 158, 11, 0.02);
    border-color: rgba(245, 158, 11, 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 15px rgba(245, 158, 11, 0.05);
}
.help-card-btn.money-variant:hover .help-btn-title {
    color: #f59e0b;
}

/* --------------------------------------------------------------------------
   ESTILOS DE CONTENIDO INTERNO
   -------------------------------------------------------------------------- */

/* Títulos Internos de las Tarjetas */
.help-btn-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    transition: color 0.2s ease;
}

/* Ajuste sutil al posicionar el contenedor de la cookie dentro de la rejilla */
.help-card-btn .cookie-holo-container {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.help-card-btn:hover .cookie-holo-container {
    transform: scale(1.05);
}

/* --------------------------------------------------------------------------
   MEDIA QUERIES (COMPORTAMIENTO RESPONSIVO MULTIPANTALLA)
   -------------------------------------------------------------------------- */

@media (max-width: 968px) {
    .help-grid-container {
        grid-template-columns: repeat(2, 1fr); /* Pasa a dos columnas en tablets */
        gap: 20px;
    }
    .help-card-btn {
        padding: 30px 20px;
    }
}

@media (max-width: 650px) {
    .help-grid-container {
        grid-template-columns: 1fr; /* Colapso completo vertical en móviles */
    }
    .help-header {
        margin-bottom: 35px;
    }
}

/* ==========================================================================
   ESTILOS COMPLEMENTARIOS: INTERFAZ DE NAVEGACIÓN (HELP CENTER HUB)
   ========================================================================== */

/* Estructura del Layout del Hub */
.help-layout-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.help-header {
    text-align: center;
    margin-bottom: 50px;
}

.text-gradient-hub {
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    background: linear-gradient(135deg, #ffffff 40%, #94a3b8 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}

.status-desc-hub {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

/* Sistema de Rejilla Grid Proporcional */
.help-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}

/* El Botón Tarjeta Base */
.help-card-btn {
    background: rgba(14, 16, 27, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    padding: 35px 24px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.help-card-btn .cookie-holo-container {
    margin-bottom: 18px;
}

.help-btn-title {
    color: #94a3b8;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    transition: color 0.25s ease;
}

/* --------------------------------------------------------------------------
   VARIANTES DINÁMICAS POR CLASE (CONEXIÓN CROMÁTICA CON ACORDEONES)
   -------------------------------------------------------------------------- */

/* 1. FAQ Variant (Cyan) */
.faq-variant .cookie-holo-svg { color: #00f2fe; filter: drop-shadow(0 0 10px rgba(0, 242, 254, 0.4)); }
.faq-variant .cookie-radar-ring { border-color: rgba(0, 242, 254, 0.15); }
.faq-variant:hover { border-color: rgba(0, 242, 254, 0.25); background: rgba(0, 242, 254, 0.015); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(0, 242, 254, 0.02); }
.faq-variant:hover .help-btn-title { color: #00f2fe; }

/* 2. Account Variant (Morado) */
.account-variant .cookie-holo-svg { color: #9d4edd; filter: drop-shadow(0 0 10px rgba(157, 78, 221, 0.4)); }
.account-variant .cookie-radar-ring { border-color: rgba(157, 78, 221, 0.15); }
.account-variant:hover { border-color: rgba(157, 78, 221, 0.25); background: rgba(157, 78, 221, 0.015); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(157, 78, 221, 0.02); }
.account-variant:hover .help-btn-title { color: #9d4edd; }

/* 3. Technical Variant (Rojo) */
.technical-variant .cookie-holo-svg { color: #ef4444; filter: drop-shadow(0 0 10px rgba(239, 68, 68, 0.4)); }
.technical-variant .cookie-radar-ring { border-color: rgba(239, 68, 68, 0.15); }
.technical-variant:hover { border-color: rgba(239, 68, 68, 0.25); background: rgba(239, 68, 68, 0.015); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(239, 68, 68, 0.02); }
.technical-variant:hover .help-btn-title { color: #ef4444; }

/* 4. Withdrawals Variant (Ámbar) */
.withdrawals-variant .cookie-holo-svg { color: #f59e0b; filter: drop-shadow(0 0 10px rgba(245, 158, 11, 0.4)); }
.withdrawals-variant .cookie-radar-ring { border-color: rgba(245, 158, 11, 0.15); }
.withdrawals-variant:hover { border-color: rgba(245, 158, 11, 0.25); background: rgba(245, 158, 11, 0.015); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(245, 158, 11, 0.02); }
.withdrawals-variant:hover .help-btn-title { color: #f59e0b; }

/* 5. Games Variant (Verde) */
.games-variant .cookie-holo-svg { color: #10b981; filter: drop-shadow(0 0 10px rgba(16, 185, 129, 0.4)); }
.games-variant .cookie-radar-ring { border-color: rgba(16, 185, 129, 0.15); }
.games-variant:hover { border-color: rgba(16, 185, 129, 0.25); background: rgba(16, 185, 129, 0.015); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(16, 185, 129, 0.02); }
.games-variant:hover .help-btn-title { color: #10b981; }

/* 6. Deposit Variant (Azul) */
.deposit-variant .cookie-holo-svg { color: #2563eb; filter: drop-shadow(0 0 10px rgba(37, 99, 235, 0.4)); }
.deposit-variant .cookie-radar-ring { border-color: rgba(37, 99, 235, 0.15); }
.deposit-variant:hover { border-color: rgba(37, 99, 235, 0.25); background: rgba(37, 99, 235, 0.015); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(37, 99, 235, 0.02); }
.deposit-variant:hover .help-btn-title { color: #2563eb; }

/* REGLAS RESPONSIVE PARA EL GRID DEL HUB */
@media (max-width: 900px) {
    .help-grid-container { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (max-width: 550px) {
    .text-gradient-hub { font-size: 2.4rem; }
    .help-grid-container { grid-template-columns: 1fr; gap: 14px; }
    .help-card-btn { padding: 28px 20px; }
}