/* ========================================
   LGPD - POLÍTICA DE PRIVACIDADE
   ======================================== */

.lgpd-secao {
    scroll-margin-top: 100px;
}

.lgpd-indice ul li a:hover {
    color: #c5a059 !important;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Responsividade */
@media (max-width: 768px) {
    .hero-lgpd h1 {
        font-size: 2rem !important;
    }
    
    table {
        font-size: 0.85rem;
    }
    
    table th,
    table td {
        padding: 0.75rem !important;
    }
}