
body {
    background-color: #f8f9fa;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

.page-header {
    background-color: #0b0d0d;
    padding: 20px 0;
}

    .page-header .logo-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

        .page-header .logo-wrapper img {
            height: 70px;
            width: 70px;
        }

        .page-header .logo-wrapper h1 {
            color: #fff;
            margin: 0;
            font-family: 'Space Grotesk', sans-serif;
        }

.politica-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 48px;
    margin: 40px auto;
    max-width: 860px;
}

    .politica-card h2 {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 2rem;
        color: #0b0d0d;
        text-align: center;
        margin-bottom: 8px;
    }

    .politica-card .updated-date {
        text-align: center;
        color: #888;
        font-size: 0.9rem;
        margin-bottom: 36px;
    }

    .politica-card h4 {
        font-family: 'Space Grotesk', sans-serif;
        color: #0b0d0d;
        margin-top: 32px;
        margin-bottom: 12px;
    }

    .politica-card p, .politica-card li {
        line-height: 1.8;
        color: #555;
    }

    .politica-card ul {
        padding-left: 20px;
    }

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #555;
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

    .back-link:hover {
        color: #0b0d0d;
    }

footer {
    background-color: #0b0d0d;
    color: #aaa;
    text-align: center;
    padding: 20px;
    font-size: 0.85rem;
}
