/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Description: Tema filho para personalizações seguras do Hello Elementor.
Author: Don
Version: 1.0
*/

/* ===== Estilos personalizados de Don ===== */

/* ===========================
   TIPOGRAFIA & BASE
   =========================== */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1e293b;
    background-color: #f8fafc;
    line-height: 1.6;
    margin: 0;
    padding: 20px 10px;
}
p {
    margin: 0 0 20px 0;
    text-align: justify;
    font-size: 11.5pt;
}
ul {
    margin: 0 0 20px 0;
    padding-left: 20px;
    font-size: 11.5pt;
}
li {
    margin-bottom: 8px;
}

/* ===========================
   CONTAINERS & LAYOUT
   =========================== */
.container {
    max-width: 750px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* ===========================
   HEADER
   =========================== */
.header {
    background-color: #1e3a8a;
    color: #ffffff;
    padding: 35px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.header h1 {
    font-size: 22pt;
    margin: 0 0 12px 0;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.25;
    color: #ffffff;
}
.meta-info {
    font-size: 9.5pt;
    color: #93c5fd;
    margin-bottom: 0;
}

/* ===========================
   TÍTULOS
   =========================== */
h2 {
    font-size: 15pt;
    color: #1e3a8a;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 4px solid #2563eb;
}

/* ===========================
   TABELAS
   =========================== */
.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0 30px 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 11pt;
}
th {
    background-color: #0f172a;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 16px;
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
td {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
}
tbody tr:last-child td {
    border-bottom: none;
}
tbody tr:nth-child(even) {
    background-color: #f8fafc;
}
tbody tr:hover {
    background-color: #f1f5f9;
}
tfoot {
    background-color: #e2e8f0;
    font-weight: bold;
}
tfoot td {
    border-top: 2px solid #cbd5e1;
    color: #0f172a;
}
.num-col {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

/* ===========================
   CAIXAS DE DESTAQUE
   =========================== */
.highlight-box {
    background-color: #f1f5f9;
    border-left: 4px solid #f05a22;
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 6px 6px 0;
}
.highlight-box p {
    margin: 0;
    color: #334155;
    font-size: 11pt;
    text-align: left;
}
.highlight-box strong {
    color: #0f172a;
}
.disclaimer-box {
    font-size: 9.5pt;
    color: #64748b;
    background-color: #f1f5f9;
    padding: 15px;
    border-radius: 6px;
    margin-top: 30px;
}

/* ===========================
   UTILITÁRIOS DE COR
   =========================== */
.text-danger { color: #dc2626; font-weight: 600; }
.text-success { color: #16a34a; font-weight: 600; }

/* ===========================
   RESPONSIVIDADE
   =========================== */
@media screen and (max-width: 600px) {
    body { padding: 10px 5px; }
    .container { padding: 20px; border-radius: 4px; }
    .header { padding: 25px 20px; margin-bottom: 20px; }
    .header h1 { font-size: 17pt; }
    h2 { font-size: 13pt; }
    p, td, th, li { font-size: 10.5pt; }
}
