/* ==========================================================================
       CSS UNIFICADO DO INDEX
       ========================================================================== */

 /* --- 1. HERO --- */
    #hero-pm {
        background: linear-gradient(135deg, rgba(2, 44, 34, 0.87) 0%, rgba(6, 78, 59, 0.55) 60%, rgba(15, 23, 42, 0.60) 100%), url('../imagens/camara.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

 

    @media (min-width: 1025px) {
        #hero-pm {
            padding: 80px 0 !important;
            min-height: 600px;
            display: flex;
            align-items: center;
        }

        #hero-pm .hero-container {
            max-width: 1300px !important;
            width: 95%;
            margin: 0 auto;
        }

        #hero-pm .hero-texto h1 {
            font-size: 75px !important;
            margin-bottom: 20px;
        }

        #hero-pm .hero-texto p {
            font-size: 18px !important;
            margin-bottom: 40px;
        }

        #hero-pm .search-container {
            max-width: 950px !important;
            margin-bottom: 50px;
        }

        #hero-pm .search-bar {
            padding: 24px 140px 24px 30px !important;
            font-size: 16px !important;
        }

        #hero-pm .btn-search {
            padding: 12px 28px !important;
            font-size: 12px !important;
        }

        #hero-pm .acesso-rapido-grid {
            display: flex !important;
            flex-wrap: wrap !important;
            justify-content: center !important;
            gap: 16px !important;
            max-width: 1100px !important;
            margin: 0 auto !important;
           
        }

        #hero-pm .acesso-card {
            flex: 0 1 calc(25% - 16px);
            min-width: 240px;
            min-height: 135px;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 12px;
            padding: 24px 15px !important;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 12px;
            transition: all 0.3s ease;
        }

        #hero-pm .acesso-destaque {
            background: #c9a227 !important;
            border-color: #c9a227 !important;
            color: #1e293b !important;
        }

        #hero-pm .acesso-destaque i,
        #hero-pm .acesso-destaque span {
            color: #1e293b !important;
        }

        #hero-pm .acesso-card i {
            font-size: 28px !important;
        }

        #hero-pm .acesso-card span {
            font-size: 12px !important;
            font-weight: 800 !important;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        #hero-pm .acesso-card:hover {
            transform: translateY(-6px);
            background: rgba(255, 255, 255, 0.15);
            border-color: var(--accent);
        }
    }

    @media (max-width: 768px) {
        #hero-pm .acesso-card {
            flex: 0 1 calc(50% - 10px);
            min-width: 150px;
            padding: 24px 10px !important; 
        }

        #hero-pm .acesso-card i {
            font-size: 36px !important; 
            margin-bottom: 12px !important; 
            display: block; 
            text-align: center;
        }

        #hero-pm .acesso-card span {
            font-size: 14px !important; 
            font-weight: 800 !important;
            text-transform: uppercase;
            text-align: center;
            display: block;
            line-height: 1.4; 
        }
    }
    /* --- 2. ATIVIDADE LEGISLATIVA --- */
    @media (min-width: 1025px) {
        .atividade-destaque-section {
            padding: 96px 5% !important;
        }

        .atividade-destaque-container {
            max-width: 1320px !important;
            margin: 0 auto;
        }

        .section-title-destaque {
            font-size: 34px !important;
            margin-bottom: 16px !important;
        }

        .section-title-destaque i {
            font-size: 32px !important;
        }

        .atividade-destaque-header p {
            font-size: 18px !important;
            margin-bottom: 60px !important;
            max-width: 600px !important;
        }

        .atividade-destaque-grid {
            display: grid !important;
            grid-template-columns: repeat(4, 1fr) !important;
            gap: 24px !important;
            margin-bottom: 60px !important;
        }

        .atividade-destaque-card {
            padding: 40px 24px !important;
            border-radius: 14px !important;
            min-height: 230px !important;
        }

        .atividade-destaque-icon {
            width: 72px !important;
            height: 72px !important;
            font-size: 28px !important;
            margin-bottom: 20px !important;
        }

        .atividade-destaque-info h3 {
            font-size: 18px !important;
        }

        .atividade-numero {
            font-size: 46px !important;
            margin: 5px 0 !important;
        }

        .atividade-label {
            font-size: 13px !important;
            letter-spacing: 0.5px;
        }

        .btn-atividade-todos {
            padding: 16px 36px !important;
            font-size: 15px !important;
        }
    }

    /* --- 3. VEREADORES --- */
    .vereadores-section {
        background-color: #f8fafc;
        padding: 80px 0;
        border-top: 1px solid #e2e8f0;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    .container-vereadores {
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 5%;
    }

    .vereadores-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        width: 100%;
    }

    .vereadores-header .section-title {
        font-size: 18px;
        font-weight: 800;
        color: #0f172a;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 10px;
        text-transform: uppercase;
    }

    .vereadores-header .view-all {
        font-size: 13px;
        font-weight: 700;
        color: #1d4ed8;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .vereadores-header .view-all:hover {
        text-decoration: underline;
    }

    .vereadores-row-1,
    .vereadores-row-2 {
        display: flex !important;
        justify-content: space-between !important;
        width: 100%;
        margin-bottom: 30px;
    }

    .vereador-card-saas {
        width: calc(20% - 18px);
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
        text-decoration: none !important;
    }

    .vereador-card-saas:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12);
        border-color: #cbd5e1;
    }

    .vereador-foto-saas {
        width: 100%;
        height: 240px;
        background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
        position: relative;
        overflow: hidden;
    }

    .vereador-foto-saas img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        transition: transform 0.6s ease;
    }

    .vereador-card-saas:hover .vereador-foto-saas img {
        transform: scale(1.08);
    }

    .vereador-info-saas {
        padding: 20px 18px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        background: #ffffff;
        position: relative;
        z-index: 2;
    }

    .vereador-tags-saas {
        display: flex;
        gap: 6px;
        margin-bottom: 12px;
        flex-wrap: wrap;
    }

    .saas-tag {
        padding: 4px 10px;
        font-size: 10px;
        font-weight: 800;
        border-radius: 6px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .tag-psd {
        background: #eff6ff;
        color: #1d4ed8;
    }

    .tag-mdb {
        background: #f0fdf4;
        color: #15803d;
    }

    .tag-pres {
        background: #fefce8;
        color: #a16207;
        box-shadow: inset 0 0 0 1px #fef08a;
    }

    .tag-vice {
        background: #f8fafc;
        color: #475569;
        box-shadow: inset 0 0 0 1px #e2e8f0;
    }

    .tag-sec {
        background: #fff7ed;
        color: #c2410c;
        box-shadow: inset 0 0 0 1px #ffedd5;
    }

    .vereador-info-saas h4 {
        font-size: 16px;
        font-weight: 800;
        color: #0f172a;
        margin: 0;
        line-height: 1.3;
        letter-spacing: -0.3px;
    }

    .dark-mode .vereadores-section {
        background-color: transparent !important;
        border-top-color: #334155 !important;
    }

    .dark-mode .vereadores-header .section-title {
        color: #ffffff !important;
    }

    .dark-mode .vereadores-header .section-title i {
        color: #fde047 !important;
    }

    .dark-mode .vereadores-header .view-all {
        color: #fde047 !important;
    }

    .dark-mode .vereadores-header .view-all:hover {
        color: #ffffff !important;
    }

    .dark-mode .vereador-card-saas {
        background-color: #1e293b !important;
        border-color: #334155 !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
    }

    .dark-mode .vereador-card-saas:hover {
        border-color: #475569 !important;
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.7) !important;
    }

    .dark-mode .vereador-foto-saas {
        background: #0f172a !important;
    }

    .dark-mode .vereador-info-saas {
        background: #1e293b !important;
    }

    .dark-mode .vereador-info-saas h4 {
        color: #ffffff !important;
    }

    .dark-mode .tag-psd {
        background: rgba(29, 78, 216, 0.2) !important;
        color: #93c5fd !important;
    }

    .dark-mode .tag-mdb {
        background: rgba(21, 128, 61, 0.2) !important;
        color: #86efac !important;
    }

    .dark-mode .tag-pres {
        background: rgba(161, 98, 7, 0.2) !important;
        color: #fde047 !important;
        box-shadow: inset 0 0 0 1px rgba(253, 224, 71, 0.3) !important;
    }

    .dark-mode .tag-vice {
        background: rgba(71, 85, 105, 0.3) !important;
        color: #cbd5e1 !important;
        box-shadow: inset 0 0 0 1px rgba(203, 213, 225, 0.2) !important;
    }

    .dark-mode .tag-sec {
        background: rgba(194, 65, 12, 0.2) !important;
        color: #fdba74 !important;
        box-shadow: inset 0 0 0 1px rgba(253, 186, 116, 0.3) !important;
    }

    @media (max-width: 1024px) {

        .vereadores-row-1,
        .vereadores-row-2 {
            flex-wrap: wrap;
            gap: 15px;
            justify-content: flex-start !important;
        }

        .vereador-card-saas {
            width: calc(33.3% - 10px);
        }

          .vereador-foto-saas {
        width: 100%;
        height: 440px;
        background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
        position: relative;
        overflow: hidden;
    }
    }

    @media (max-width: 768px) {
        .vereador-card-saas {
            width: 100%;
        }
    }

    /* --- 4. DIÁRIO OFICIAL --- */
    @media (min-width: 1025px) {
        .diario-section-compacto {
            padding: 80px 5% !important;
        }

        .diario-compacto-container {
            max-width: 1320px !important;
            margin: 0 auto;
        }

        .section-title-diario {
            font-size: 20px !important;
        }

        .header-diario .view-all {
            font-size: 13px !important;
        }

        .card-diario-wrapper {
            padding: 40px !important;
            border-radius: 20px !important;
        }

        .card-diario-header {
            margin-bottom: 30px !important;
        }

        .diario-icon-wrapper {
            width: 54px !important;
            height: 54px !important;
            font-size: 22px !important;
            border-radius: 12px !important;
        }

        .diario-titles h4 {
            font-size: 22px !important;
        }

        .diario-titles p {
            font-size: 14px !important;
            margin-top: 4px !important;
        }

        .diario-timeline-tabs {
            padding: 8px !important;
            margin: 30px 0 !important;
            border-radius: 12px !important;
        }

        .tab-item {
            padding: 10px 18px !important;
            font-size: 13px !important;
            border-radius: 8px !important;
        }

        .calendar-btn {
            padding: 10px 16px !important;
            font-size: 13px !important;
            border-radius: 8px !important;
        }

        .diario-publication-item {
            padding: 28px 30px !important;
            border-radius: 16px !important;
            margin-bottom: 12px !important;
        }

        .publication-badge-date {
            width: 54px !important;
            height: 54px !important;
            font-size: 14px !important;
            border-radius: 12px !important;
        }

        .publication-title-line h5 {
            font-size: 17px !important;
            margin-bottom: 4px !important;
        }

        .badge-status-green,
        .badge-recent {
            font-size: 11px !important;
            padding: 3px 10px !important;
        }

        .publication-meta {
            font-size: 13px !important;
            gap: 18px !important;
            margin-top: 8px !important;
        }

        .action-btn-view {
            padding: 10px 18px !important;
            font-size: 13px !important;
            border-radius: 8px !important;
        }

        .action-btn-download {
            width: 42px !important;
            height: 42px !important;
            font-size: 16px !important;
            border-radius: 8px !important;
        }

        .diario-publication-footer {
            margin-top: 35px !important;
            padding-top: 20px !important;
        }

        .diario-public-info {
            font-size: 13px !important;
            gap: 16px !important;
        }

        .api-link-small {
            font-size: 12px !important;
        }

        .diario-status-badge {
            padding: 6px 14px !important;
            font-size: 12px !important;
        }
    }

    .dark-mode .diario-section-compacto {
        background-color: transparent !important;
    }

    .dark-mode .header-diario .section-title-diario {
        color: #ffffff !important;
    }

    .dark-mode .header-diario .section-title-diario i {
        color: #fde047 !important;
    }

    .dark-mode .header-diario .view-all {
        color: #fde047 !important;
    }

    .dark-mode .header-diario .view-all:hover {
        color: #ffffff !important;
    }

    .dark-mode .card-diario-wrapper {
        background-color: #0f172a !important;
        border: 1px solid #1e293b !important;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5) !important;
        color: #ffffff !important;
    }

    .dark-mode .diario-icon-wrapper {
        background-color: #1e293b !important;
        color: #fde047 !important;
        border: 1px solid #334155 !important;
    }

    .dark-mode .diario-titles h4 {
        color: #ffffff !important;
    }

    .dark-mode .diario-titles p {
        color: #cbd5e1 !important;
    }

    .dark-mode .diario-timeline-tabs {
        background-color: #1e293b !important;
        border: 1px solid #334155 !important;
    }

    .dark-mode .diario-timeline-tabs .tab-item {
        background-color: transparent !important;
        color: #cbd5e1 !important;
    }

    .dark-mode .diario-timeline-tabs .tab-item:hover {
        color: #ffffff !important;
    }

    .dark-mode .diario-timeline-tabs .tab-item.active {
        background-color: #fde047 !important;
        color: #000000 !important;
        font-weight: 800 !important;
    }

    .dark-mode .calendar-btn {
        background-color: #334155 !important;
        color: #ffffff !important;
        border: 1px solid #475569 !important;
    }

    .dark-mode .calendar-btn:hover {
        background-color: #475569 !important;
        color: #fde047 !important;
    }

    .dark-mode .diario-publication-item {
        background-color: #1e293b !important;
        border: 1px solid #334155 !important;
    }

    .dark-mode .diario-publication-item:hover {
        background-color: #334155 !important;
        border-color: #475569 !important;
    }

    .dark-mode .publication-badge-date {
        background-color: #0f172a !important;
        color: #fde047 !important;
        border: 1px solid #334155 !important;
    }

    .dark-mode .publication-title-line h5 {
        color: #ffffff !important;
        font-weight: 700 !important;
    }

    .dark-mode .publication-meta {
        color: #94a3b8 !important;
    }

    .dark-mode .publication-meta .highlight {
        color: #cbd5e1 !important;
    }

    .dark-mode .badge-status-green {
        background-color: rgba(16, 185, 129, 0.2) !important;
        color: #34d399 !important;
        border: 1px solid #059669 !important;
    }

    .dark-mode .badge-recent {
        background-color: rgba(239, 68, 68, 0.2) !important;
        color: #fca5a5 !important;
        border: 1px solid #dc2626 !important;
    }

    .dark-mode .action-btn-view {
        background-color: #2563eb !important;
        color: #ffffff !important;
    }

    .dark-mode .action-btn-view:hover {
        background-color: #1d4ed8 !important;
        color: #fde047 !important;
    }

    .dark-mode .action-btn-download {
        background-color: #334155 !important;
        color: #ffffff !important;
        border: 1px solid #475569 !important;
    }

    .dark-mode .action-btn-download:hover {
        background-color: #475569 !important;
        color: #fde047 !important;
    }

    .dark-mode .diario-publication-footer {
        border-top: 1px solid #334155 !important;
        color: #94a3b8 !important;
    }

    .dark-mode .diario-public-info span {
        color: #cbd5e1 !important;
    }

    .dark-mode .api-link-small {
        background-color: #1e293b !important;
        color: #fde047 !important;
        border: 1px solid #334155 !important;
    }

    .dark-mode .api-link-small:hover {
        background-color: #334155 !important;
        color: #ffffff !important;
    }

    .dark-mode .diario-status-badge {
        background-color: #1e293b !important;
        color: #34d399 !important;
        border: 1px solid #334155 !important;
    }

    /* --- 5. TRANSPARÊNCIA --- */
    @media (min-width: 1025px) {
        .transparencia-section {
            padding: 96px 5% !important;
        }

        .transparencia-container {
            max-width: 1320px !important;
            margin: 0 auto;
        }

        .transparencia-header h2 {
            font-size: 26px !important;
            margin-bottom: 12px !important;
        }

        .transparencia-header p {
            font-size: 18px !important;
            margin-bottom: 24px !important;
        }

        .atualizacao-badge {
            padding: 10px 24px !important;
            font-size: 15px !important;
        }

        .transparencia-grid {
            gap: 20px !important;
            margin-bottom: 40px !important;
        }

        .transp-card {
            padding: 28px !important;
            border-radius: 14px !important;
        }

        .transp-icon {
            width: 54px !important;
            height: 54px !important;
            font-size: 22px !important;
            margin-right: 18px !important;
            border-radius: 10px !important;
        }

        .transp-info h4 {
            font-size: 18px !important;
            margin-bottom: 4px !important;
        }

        .transp-info span {
            font-size: 14px !important;
        }

        .dados-abertos-bar {
            padding: 18px 24px !important;
            border-radius: 14px !important;
        }

        .dados-abertos-label {
            font-size: 15px !important;
        }

        .dado-link {
            padding: 10px 18px !important;
            font-size: 14px !important;
            border-radius: 10px !important;
        }

        .dados-abertos-badge {
            font-size: 13px !important;
        }
    }

   /* --- 6. OUVIDORIA --- */
    @media (min-width: 1025px) {
        .ouvidoria-section {
            padding: 100px 5% !important;
        }

        .container-ouvidoria {
            max-width: 1320px !important;
            margin: 0 auto;
        }

        .ouvidoria-flex {
            gap: 50px !important;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .ouvidoria-text h3 {
            font-size: 20px !important;
        }

        .ouvidoria-text h2 {
            font-size: 32px !important;
            margin: 18px 0 !important;
        }

        .ouvidoria-text p {
            font-size: 19px !important;
            margin-bottom: 25px !important;
        }

        .ouvidoria-stats {
            gap: 30px !important;
            margin-bottom: 10px !important;
            display: flex;
        }

        .stat-item strong {
            font-size: 28px !important;
            display: block;
        }

        .stat-item span {
            font-size: 14px !important;
        }

        .ouvidoria-disclaimer {
            font-size: 15px !important;
            margin-top: 18px !important;
        }

        .ouvidoria-card-box {
            width: 350px !important;
            padding: 44px 28px !important;
            border-radius: 20px !important;
            display: flex;
            flex-direction: column;
            align-items: center;
            background: #ffffff;
            border: 1px solid #e2e8f0;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            text-decoration: none;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .ouvidoria-card-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }

        .ouvidoria-icon-circle {
            font-size: 45px !important;
            margin-bottom: 18px !important;
            color: #11362d;
        }

        .ouvidoria-card-box h4 {
            font-size: 22px !important;
            margin-bottom: 12px !important;
            color: #1e293b;
        }

        .btn-ouvidoria-link {
            font-size: 17px !important;
            color: #11362d;
            font-weight: 800;
        }
    }

    /* ADICIONADO: Configurações para Celular (Mobile) */
    @media (max-width: 768px) {
        .ouvidoria-flex {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .ouvidoria-card-container {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }

        .ouvidoria-card-box {
            width: 100%; /* Ocupa a largura total da tela no mobile */
            max-width: 350px; /* Evita ficar largo demais em tablets */
            padding: 40px 20px; /* Dá volume ao card */
            border-radius: 16px;
            display: flex;
            flex-direction: column;
            align-items: center;
            background: var(--sess-card, #ffffff);
            border: 2px solid var(--sess-border, #e2e8f0);
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            text-decoration: none;
        }

        .ouvidoria-icon-circle {
            font-size: 56px !important; /* Ícone Gigante */
            margin-bottom: 20px !important;
            color: var(--sess-green, #11362d);
        }

        .ouvidoria-card-box h4 {
            font-size: 26px !important; /* Título bem visível */
            font-weight: 900;
            margin-bottom: 15px !important;
            color: var(--sess-text, #1e293b);
        }

        .btn-ouvidoria-link {
            font-size: 16px !important; /* Botão legível */
            font-weight: 800;
            color: var(--sess-green, #11362d);
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 20px;
            background: rgba(17, 54, 45, 0.05); /* Leve fundo verde no texto de acessar */
            border-radius: 8px;
        }
        
        body.dark-mode .ouvidoria-card-box {
            background: #1e293b;
            border-color: #334155;
        }
        
        body.dark-mode .ouvidoria-icon-circle,
        body.dark-mode .btn-ouvidoria-link {
            color: #c9a227;
        }
        
        body.dark-mode .ouvidoria-card-box h4 {
            color: #ffffff;
        }
    }
    /* --- 7. NOTÍCIAS BLINDADAS --- */
    .noticias-compacto-grid {
        display: grid !important;
        grid-template-columns: 1.2fr 1fr 1fr !important;
        gap: 24px !important;
        margin-bottom: 40px !important;
    }

    .noticia-compacto-card {
        min-height: 380px !important;
        padding: 30px !important;
        border-radius: 16px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        text-decoration: none !important;
        color: #fff !important;
        transition: transform 0.3s ease !important;
    }

    .noticia-compacto-card:hover {
        transform: translateY(-5px) !important;
    }

    .noticia-compacto-content {
        position: relative;
        z-index: 2;
    }

    .noticia-compacto-content .badge-category {
        background: var(--camara-gold, #c9a227);
        color: #000;
        font-size: 12px;
        font-weight: 800;
        padding: 6px 14px;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .noticia-compacto-content h4 {
        font-size: 20px !important;
        font-weight: 800 !important;
        line-height: 1.4 !important;
        margin-bottom: 12px !important;
        color: #fff !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .noticia-date {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: rgba(255, 255, 255, 0.8) !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    @media (min-width: 1025px) {
        .noticias-compacto-section {
            padding: 80px 5% !important;
        }

        .noticias-compacto-container {
            max-width: 1320px !important;
            margin: 0 auto;
        }

        .noticias-compacto-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .noticias-compacto-header .section-title {
            font-size: 20px !important;
            font-weight: 800;
            color: #11362d;
            margin: 0;
        }

        body.dark-mode .noticias-compacto-header .section-title {
            color: #fff !important;
        }

        .noticias-compacto-header .view-all {
            font-size: 14px !important;
            font-weight: 700;
            color: #c9a227;
            text-decoration: none;
        }
    }

    @media (max-width: 1024px) {
        .noticias-compacto-grid {
            grid-template-columns: 1fr 1fr !important;
        }
    }

    @media (max-width: 768px) {
        .noticias-compacto-grid {
            grid-template-columns: 1fr !important;
        }

        .noticia-compacto-card {
            min-height: 300px !important;
        }
    }

    /* --- 8. FAQ --- */
    @media (min-width: 1025px) {
        .faq-section {
            padding: 70px 5% !important;
        }

        .faq-header,
        .faq-container {
            max-width: 1320px !important;
        }

        .faq-header .section-title {
            font-size: 20px !important;
        }

        .faq-header .view-all {
            font-size: 14px !important;
        }

        .faq-question {
            padding: 28px 26px !important;
            gap: 16px !important;
        }

        .faq-number {
            width: 32px !important;
            height: 32px !important;
            font-size: 13px !important;
        }

        .faq-question h4 {
            font-size: 17px !important;
        }

        .faq-question i {
            font-size: 16px !important;
        }

        .click-hint {
            font-size: 12px !important;
        }

        .faq-item.active .faq-answer {
            padding: 16px 26px 16px 74px !important;
        }

        .faq-answer p {
            font-size: 15px !important;
        }

        .faq-footer {
            padding: 18px 26px !important;
        }

        .faq-footer-left {
            font-size: 14px !important;
        }

        .btn-new-question {
            font-size: 13px !important;
        }
    }

    .dark-mode .faq-section {
        background-color: transparent !important;
    }

    .dark-mode .faq-header .section-title {
        color: #ffffff !important;
    }

    .dark-mode .faq-header .section-title i {
        color: #fde047 !important;
    }

    .dark-mode .faq-header .view-all {
        color: #fde047 !important;
    }

    .dark-mode .faq-header .view-all:hover {
        color: #ffffff !important;
    }

    .dark-mode .faq-item {
        background-color: #0f172a !important;
        border: 1px solid #1e293b !important;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3) !important;
        color: #ffffff !important;
    }

    .dark-mode .faq-item:hover {
        border-color: #334155 !important;
    }

    .dark-mode .faq-question {
        background-color: #0f172a !important;
        color: #ffffff !important;
    }

    .dark-mode .faq-question h4 {
        color: #ffffff !important;
        font-weight: 700 !important;
    }

    .dark-mode .faq-question i {
        color: #fde047 !important;
    }

    .dark-mode .click-hint {
        color: #64748b !important;
    }

    .dark-mode .faq-number {
        background-color: #1e293b !important;
        color: #fde047 !important;
        border: 1px solid #334155 !important;
    }

    .dark-mode .faq-answer {
        background-color: #1e293b !important;
        border-top: 1px solid #334155 !important;
        color: #cbd5e1 !important;
    }

    .dark-mode .faq-answer p {
        color: #cbd5e1 !important;
    }

    .dark-mode .faq-answer i {
        color: #34d399 !important;
    }

    .dark-mode .faq-footer {
        background-color: #0f172a !important;
        border: 1px solid #1e293b !important;
        color: #cbd5e1 !important;
    }

    .dark-mode .faq-footer-left i {
        color: #fde047 !important;
    }

    .dark-mode .btn-new-question {
        background-color: #2563eb !important;
        color: #ffffff !important;
    }

    .dark-mode .btn-new-question:hover {
        background-color: #1d4ed8 !important;
        color: #fde047 !important;
    }

    /* --- 9. GESTÃO E LEGISLAÇÃO --- */
    @media (min-width: 1025px) {
        .gestao-section {
            padding: 80px 5% !important;
        }

        .container-gestao {
            max-width: 1320px !important;
            margin: 0 auto;
        }

        .gestao-cards-grid {
            gap: 22px !important;
            margin-bottom: 40px !important;
        }

        .gestao-card {
            padding: 30px 22px !important;
            min-height: 132px !important;
            border-radius: 14px !important;
        }

        .gestao-icon {
            font-size: 32px !important;
            margin-right: 18px !important;
            width: 48px !important;
        }

        .gestao-text h4 {
            font-size: 18px !important;
        }

        .gestao-text span {
            font-size: 13px !important;
            margin-top: 4px !important;
        }

        .compliance-row {
            gap: 40px !important;
            padding-top: 20px !important;
        }

        .comp-icon {
            font-size: 26px !important;
            width: 58px !important;
            height: 58px !important;
        }

        .compliance-item span {
            font-size: 12px !important;
            margin-top: 4px !important;
        }
    }