body {
    background: linear-gradient(150deg, #020f18 0%, #05263d 35%, #0a4f78 65%, #0f6fa6 100%);
}

h1 {
    letter-spacing: 10px;
    font-size: 90px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 100;
}

h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 27px;
}

.icmarg {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(-1);
    margin-left: 750px;
}

section {
    position: relative;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 12px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: linear-gradient(to bottom, rgba(2,19,31,0.55), rgba(192,213,228,0.74));
    border: 2px solid #7bd4ff;
    width: 50%;
    margin: 30px;
}

section,
ul {
    list-style: none;
}

section,
li {
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    h1 {
        font-size: 28px;
        letter-spacing: 3px;
    }

    section {
        width: 95% !important;
        margin: 15px auto !important;
    }

    .icmarg {
        display: none;
    }

    body {
        background: linear-gradient(150deg, #020f18 0%, #05263d 40%, #0a4f78 100%);
    }
}

.tabela-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;
    min-width: 300px;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    border: 2px solid #7bd4ff;
    padding: 15px;
    text-align: center;
    white-space: normal;
    word-break: break-word;
}

th {
    background-color: #0b4b73;
}

@media (max-width: 600px) {
    table {
        font-size: 13px;
    }

    th, td {
        padding: 8px 6px;
    }
}

/* ===== MEDIA QUERY TABLET (601px – 1024px) ===== */
@media (min-width: 601px) and (max-width: 1024px) {
    section {
        width: 70% !important;
        margin: 20px auto !important;
    }

    h1 {
        font-size: 60px;
    }

    .icmarg {
        margin-left: 400px;
    }
}

/* ===== DESKTOP (>= 1025px) — fundo com personagem + quadros à direita ===== */
@media (min-width: 1025px) {
    body {
        background: linear-gradient(150deg, #020f18 0%, #05263d 35%, #0a4f78 65%, #0f6fa6 100%);
        background-image: url('https://i.pinimg.com/1200x/a9/07/34/a90734a4b037bdc8f6c0b1cec1bf5dc4.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    section {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* ===== TABLET GRANDE / LANDSCAPE (1025px – 1280px) ===== */
@media (min-width: 1025px) and (max-width: 1280px) {
    section { width: 60% !important; margin-top: 20px !important; margin-bottom: 20px !important; }
    h1 { font-size: 70px; }
    .icmarg { margin-left: 550px; }
}

/* ===== DESKTOP PEQUENO (1281px – 1440px) ===== */
@media (min-width: 1281px) and (max-width: 1440px) {
    section { width: 55% !important; margin-top: 25px !important; margin-bottom: 25px !important; }
    h1 { font-size: 80px; }
}

/* ===== DESKTOP GRANDE / TV (> 1440px) ===== */
@media (min-width: 1441px) {
    section { width: 50% !important; margin-top: 30px !important; margin-bottom: 30px !important; }
    h1 { font-size: 90px; }
    h2 { font-size: 32px; }
}
