/* ======================================
   A CASA DOS GAMERS CUSTOM STYLES
   Arquivo CSS customizado para o site
   Criado para organizar estilos personalizados
   ====================================== */

/* ======================================
   SEÇÃO 1: TABELA DE PRODUTOS
   Estilos para a tabela de produtos em WooCommerce
   Classes com prefixo "acasa-" para evitar conflitos
   ====================================== */

/* === INÍCIO: Container principal da tabela de produtos === */
/* Reset de espaçamentos do elemento pai */
.hw-excerpt {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove espaçamento do parágrafo vazio antes da tabela */
.acasa-produto-container p:first-child {
    margin: 0 !important;
    padding: 0 !important;
}

.acasa-produto-container {
    margin: 5px 0;
}

/* Tabela superior com informações principais */
.acasa-produto-tabela {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(147, 51, 234, 0.1);
}

/* Cabeçalho da tabela (STATUS/IMPORTANTE) */
.acasa-produto-tabela thead tr {
    background: linear-gradient(135deg, #9333ea, #7c3aed);
    color: #fff;
}

.acasa-produto-tabela th {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
}

/* Células do corpo da tabela */
.acasa-celula-esquerda {
    padding: 4px 8px;
    border-right: 1px solid #e5e7eb;
    vertical-align: top;
    background-color: #fff;
    width: 50%;
}

.acasa-celula-direita {
    padding: 4px 8px;
    vertical-align: top;
    background-color: #fff;
    width: 50%;
}

/* Títulos dentro das células */
.acasa-titulo-principal {
    font-weight: bold;
    color: #7c3aed;
    font-size: 15px;
}

.acasa-titulo-info {
    font-weight: bold;
    color: #6b7280;
    font-size: 15px;
}

/* Subtítulos */
.acasa-subtitulo {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
    margin-top: 2px;
}

/* Box de destaque para informações importantes */
.acasa-info-box {
    background-color: #f3e8ff;
    border-left: 3px solid #7c3aed;
    padding: 4px;
    border-radius: 2px;
}

/* Seção inferior com duas colunas */
.acasa-secao-inferior {
    display: flex;
    background: #f8fafc;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
    border-top: none;
    flex-wrap: wrap;
    margin-top: -2px;
}

/* Colunas da seção inferior */
.acasa-coluna {
    flex: 1;
    min-width: 230px;
    padding: 3px 8px 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.acasa-coluna:first-child {
    border-right: 1px solid #e5e7eb;
}

/* Título da seção (Por que comprar conosco?) */
.acasa-titulo-secao {
    color: #7c3aed;
    font-size: 13px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

/* Lista de benefícios */
.acasa-lista {
    padding: 0;
    margin: 0;
    width: 100%;
}

.acasa-item {
    color: #374151;
    font-size: 12px;
    margin-bottom: 4px;
    padding-left: 18px;
    position: relative;
    font-weight: 500;
    line-height: 1.2;
}

.acasa-item:last-child {
    margin-bottom: 0;
}

/* Ícone de check nas listas */
.acasa-check {
    position: absolute;
    left: 0;
    top: 0;
    color: #7c3aed;
    font-weight: bold;
}

/* Container para widgets (como Trustindex) */
.acasa-widget {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* === FIM: Tabela de Produtos (acasa-) === */

/* ======================================
   SEÇÃO 2: DESCRIÇÃO DE PRODUTOS - VERSÃO ROXA
   Estilos para descrições detalhadas de produtos
   Layout responsivo com cores roxas
   ====================================== */

/* === INÍCIO: Container principal da descrição de produtos === */
/* Remove filtros que podem afetar cores de emojis */
.lies-of-p-container,
.lies-of-p-container * {
    filter: none !important;
    -webkit-filter: none !important;
}

.lies-of-p-container {
    font-family: 'Roboto', Arial, sans-serif !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    color: #f0f0f0 !important;
    background: #1a1a1a !important;
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.5) !important;
}

/* --- Banner principal do produto --- */
.lies-of-p-banner {
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #5A4E79 0%, #3B2B4B 100%);
    padding: 25px;
    border-radius: 10px;
    color: white;
    box-shadow: 0 5px 15px rgba(90, 78, 121, 0.2);
}

.lies-of-p-banner h1 {
    font-size: 32px !important;
    margin-bottom: 8px !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5) !important;
    color: #ffffff !important;
}

.lies-of-p-banner p {
    font-size: 18px;
    margin: 0 auto;
    color: #f0f0f0;
}

/* --- Alerta de compra --- */
.lies-of-p-alerta {
    text-align: center;
    margin-bottom: 25px;
}

.lies-of-p-alerta span {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 12px;
    background: linear-gradient(90deg, #A88CB8, #5A4E79);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(168, 140, 184, 0.25);
}

/* --- Seção modo offline --- */
.lies-of-p-offline {
    margin-bottom: 20px;
    border: 2px solid #8b5cf6;
    padding: 20px;
    background: linear-gradient(135deg, #2b2b2b 0%, #1f1f1f 100%);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(139, 92, 246, 0.3);
}

.lies-of-p-offline h3 {
    color: #8b5cf6;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lies-of-p-offline p {
    font-size: 16px !important;
    margin-bottom: 12px !important;
    line-height: 1.6 !important;
    color: #fff !important;
    text-align: center !important;
}

/* Força cor roxa para strong no offline */
body .lies-of-p-offline strong,
.woocommerce .lies-of-p-offline strong,
.lies-of-p-container .lies-of-p-offline strong {
    color: #8b5cf6 !important;
    font-size: 18px !important;
}

/* Box com lista de benefícios offline */
.lies-of-p-beneficios {
    background: rgba(139, 92, 246, 0.1);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* Força cores específicas para benefícios */
body .lies-of-p-beneficios p,
.woocommerce .lies-of-p-beneficios p,
.lies-of-p-container .lies-of-p-beneficios p {
    font-size: 16px !important;
    margin-bottom: 8px !important;
    line-height: 1.5 !important;
    color: #e0e0e0 !important;
    text-align: left !important;
    /* Força renderização de emoji colorido */
    font-family: 'Roboto', Arial, 'Segoe UI Emoji', 'Apple Color Emoji', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}

/* Força cor roxa clara para strong nos benefícios */
body .lies-of-p-beneficios strong,
.woocommerce .lies-of-p-beneficios strong,
.lies-of-p-container .lies-of-p-beneficios strong {
    color: #a855f7 !important;
    font-size: 17px !important;
}

/* Texto de economia */
.lies-of-p-economia {
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

/* Força cor roxa específica para economia destaque */
body .lies-of-p-economia-destaque,
.woocommerce .lies-of-p-economia-destaque,
.lies-of-p-container .lies-of-p-economia-destaque {
    font-size: 20px !important;
    line-height: 1.6 !important;
    color: #8b5cf6 !important;
    text-align: center !important;
    font-weight: bold !important;
    margin-top: 10px !important;
}

/* --- Seção de vídeo promocional --- */
.lies-of-p-video {
    margin-bottom: 30px;
    text-align: center;
    background: linear-gradient(to right, #222222, #2f2f2f);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.lies-of-p-video h2 {
    color: #8b5cf6;
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lies-of-p-video-container {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.lies-of-p-video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.lies-of-p-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(74, 78, 105, 0.1);
}

/* --- Seção requisitos do sistema --- */
.lies-of-p-requisitos {
    margin-bottom: 30px;
}

.lies-of-p-requisitos h2 {
    color: #8b5cf6;
    font-size: 22px;
    margin-bottom: 15px;
    border-bottom: 2px solid #8b5cf6;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lies-of-p-requisitos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.lies-of-p-requisitos-box {
    flex: 1;
    min-width: 280px;
    background: #252525;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.lies-of-p-requisitos-box h3 {
    color: #8b5cf6;
    margin-bottom: 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.lies-of-p-requisitos-lista {
    padding-left: 15px;
    color: #d0d0d0;
    font-size: 15px;
    list-style-type: none;
}

.lies-of-p-requisitos-lista li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.lies-of-p-requisitos-lista li span {
    position: absolute;
    left: 0;
    top: 2px;
    color: #8b5cf6;
}

.lies-of-p-requisitos-lista strong {
    color: #8b5cf6;
}

/* --- Seção edições e bônus --- */
.lies-of-p-edicoes {
    margin-bottom: 30px;
    padding: 0;
}

.lies-of-p-edicoes h2 {
    color: #8b5cf6;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Bundle edition box */
.lies-of-p-bundle {
    border-left: 5px solid #4A4E69;
    padding: 15px;
    background: #252525;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.lies-of-p-bundle h2 {
    color: #8b5cf6;
    font-size: 24px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.lies-of-p-bundle-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 15px;
}

.lies-of-p-bundle-image {
    flex: 1;
    min-width: 280px;
    max-width: 400px;
}

.lies-of-p-bundle-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important;
    object-fit: contain !important;
}

.lies-of-p-bundle-text {
    flex: 2;
    min-width: 280px;
}

.lies-of-p-bundle-text p {
    color: #e0e0e0 !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.lies-of-p-bundle-text strong {
    color: #8b5cf6 !important;
}

.lies-of-p-bundle-lista {
    padding-left: 0px !important;
    color: #d0d0d0 !important;
    font-size: 15px !important;
    list-style-type: none !important;
    margin-left: 0 !important;
}

.lies-of-p-bundle-lista li {
    margin-bottom: 8px !important;
    position: relative !important;
    padding-left: 25px !important;
}

.lies-of-p-bundle-lista span {
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    color: #4a4e69 !important;
}

.lies-of-p-bundle-sublista {
    padding-left: 0px !important;
    color: #b0b0b0 !important;
    font-size: 14px !important;
    list-style-type: none !important;
    margin-top: 5px !important;
    margin-left: 20px !important;
}

.lies-of-p-bundle-nota {
    color: #b0b0b0 !important;
    font-size: 13px !important;
    margin-top: 10px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
}

/* --- Seção sobre o jogo --- */
.lies-of-p-sobre {
    margin-bottom: 30px;
    background: #252525;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.lies-of-p-sobre h2 {
    color: #8b5cf6;
    font-size: 22px;
    margin-bottom: 15px;
    border-bottom: 2px solid #8b5cf6;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lies-of-p-sobre p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
    color: #e0e0e0;
}

.lies-of-p-sobre p:last-child {
    color: #d0d0d0;
    font-style: italic;
    text-align: center;
}

.lies-of-p-sobre strong {
    color: #8b5cf6;
}

/* --- Seção destaques da aventura --- */
.lies-of-p-destaques {
    margin-bottom: 30px;
}

.lies-of-p-destaques h2 {
    color: #8b5cf6;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lies-of-p-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Cards individuais */
.lies-of-p-card {
    flex: 1;
    min-width: 280px;
    max-width: 380px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lies-of-p-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.lies-of-p-card-content {
    padding: 20px;
}

.lies-of-p-card h3 {
    color: #8b5cf6;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.lies-of-p-card p {
    color: #c0c0c0;
    font-size: 15px;
    line-height: 1.5;
}
/* === FIM: Descrição de Produtos (lies-of-p-) === */

/* ======================================
   SEÇÃO 3: MEDIA QUERIES RESPONSIVAS
   Ajustes para dispositivos móveis
   ====================================== */

/* === INÍCIO: Media Queries Responsivas === */
@media (max-width: 768px) {
    /* Ajustes para tabela de produtos */
    .acasa-coluna {
        min-width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #e5e7eb;
    }
    
    .acasa-coluna:last-child {
        border-bottom: none;
    }
    
    /* Ajustes para descrição de produtos */
    .lies-of-p-banner h1 {
        font-size: 24px !important;
    }
    
    .lies-of-p-bundle-content {
        flex-direction: column;
    }
    
    .lies-of-p-requisitos-grid {
        flex-direction: column;
    }
    
    .lies-of-p-cards-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .lies-of-p-card {
        max-width: 100%;
    }
}
/* === FIM: Media Queries Responsivas === */

/* ======================================
   FIM DO ARQUIVO CSS CUSTOMIZADO
   ====================================== */