/* =========================
APOIADORES
========================= */

.apoiadores-section{
    padding: 18px 0 8px;
    margin: 0;
    background: #f5f5f7;
    overflow: hidden;
}

.apoiadores-wrap{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.apoiadores-title{
    margin: 0 0 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #111;
}

.apoiadoresSwiper{
    width: 100%;
    overflow: hidden;
    padding: 4px 0 6px;
    height: auto !important;
}

.apoiadoresSwiper .swiper-wrapper{
    align-items: center;
    height: auto !important;
}

.apoiadoresSwiper .swiper-slide{
    width: 210px !important;
    height: auto !important;
    flex-shrink: 0;
}

.apoiador-card{
    display: block;
    text-decoration: none;
}

.apoiador-inner{
    height: 104px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease, box-shadow .25s ease;
}

.apoiador-card:hover .apoiador-inner{
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.apoiador-inner img{
    display: block;
    max-width: 100%;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px){
    .apoiadores-section{
        padding: 16px 0 6px;
    }

    .apoiadores-title{
        font-size: 17px;
        margin-bottom: 10px;
    }

    .apoiadoresSwiper .swiper-slide{
        width: 180px !important;
    }

    .apoiador-inner{
        height: 92px;
        padding: 10px 12px;
        border-radius: 14px;
    }

    .apoiador-inner img{
        max-height: 54px;
    }
}

/* =========================
TERMO DE USO
========================= */

.termos-container{
max-width:900px;
margin:auto;
padding:40px 20px;
}

.termos-titulo{
font-size:32px;
margin-bottom:30px;
text-align:center;
}

.termos-card{

background:#fff;

padding:22px;

border-radius:12px;

margin-bottom:20px;

box-shadow:0 4px 12px rgba(0,0,0,0.08);

line-height:1.7;

}

.termos-card h3{

margin-bottom:10px;

font-size:20px;

color:#1e293b;

}

.termos-card ul{

margin-top:10px;
padding-left:20px;

}

.termos-card li{

margin-bottom:6px;

}

.card-top{
display:flex;
flex-direction:column;
gap:6px;
margin-bottom:8px;
}

.tag{
font-size:12px;
padding:4px 10px;
border-radius:20px;
}

.tag-categoria{
margin-left:auto;
}

.card-date{
font-size:12px;
color:#777;
}

.galeria-depoimento{
display:flex;
gap:10px;
margin-top:15px;
flex-wrap:wrap;
}

.thumb-depoimento{
width:90px;
height:90px;
object-fit:cover;
border-radius:6px;
cursor:pointer;
}

.popup-midia{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.85);
justify-content:center;
align-items:center;
z-index:9999;
}

.popup-midia img,
.popup-midia video{
max-width:90%;
max-height:90%;
border-radius:10px;
}

.popup-fechar{
position:absolute;
top:20px;
right:30px;
font-size:40px;
color:white;
cursor:pointer;
}

.categoria-related{
font-size:12px;
color:#666;
text-align:right;
margin-top:4px;
}

.related-card .status-tag{
display:inline-block;
}

.related-card h4{
margin-top:6px;
}

/* FOTO DO DEPOIMENTO */

.foto-depoimento{
width:220px;
border-radius:10px;
margin-top:15px;
box-shadow:0 3px 8px rgba(0,0,0,0.15);
}

/* MIDIA NA TIMELINE */

.midias-resposta{
margin-top:10px;
}

.mini-resposta{
width:120px;
border-radius:8px;
margin-top:5px;
box-shadow:0 2px 6px rgba(0,0,0,0.2);
}

.autor-info{
margin-top:8px;
font-size:14px;
color:#666;
}

.categoria-tag{
background:#ecf0f1;
padding:4px 10px;
border-radius:6px;
font-size:12px;
}

.timeline{
margin-top:30px;
position:relative;
padding-left:30px;
}

.timeline:before{
content:"";
position:absolute;
left:10px;
top:0;
bottom:0;
width:2px;
background:#ddd;
}

.timeline-item{
position:relative;
margin-bottom:25px;
}

.timeline-marker{
position:absolute;
left:-21px;
top:5px;
width:12px;
height:12px;
background:#2c7be5;
border-radius:50%;
}

.timeline-content{
background:#fff;
padding:12px;
border-radius:8px;
box-shadow:0 2px 6px rgba(0,0,0,0.08);
}

.timeline-data{
font-size:13px;
color:#777;
margin-bottom:5px;
}

.timeline-texto{
font-size:14px;
}

.midias-resposta{
margin-top:10px;
display:flex;
gap:10px;
flex-wrap:wrap;
}

.midias-resposta img,
.midias-resposta video{
width:160px;
border-radius:6px;
}

.related-link{
text-decoration:none;
color:inherit;
}

/* GALERIA */

.galeria-midias{

display:flex;
flex-wrap:wrap;
gap:12px;

margin-top:20px;

}

.midia-thumb{

width:140px;
height:100px;

overflow:hidden;

border-radius:8px;

cursor:pointer;

}

.midia-thumb img,
.midia-thumb video{

width:100%;
height:100%;

object-fit:cover;

display:block;

}


/* LIGHTBOX */

#lightbox{

position:fixed;

top:0;
left:0;

width:100%;
height:100%;

background:rgba(0,0,0,0.9);

display:none;

align-items:center;
justify-content:center;

z-index:9999;

}

#lightbox-content img,
#lightbox-content video{

max-width:90vw;
max-height:90vh;

border-radius:8px;

}

#lightbox-close{

position:absolute;

top:20px;
right:30px;

font-size:40px;

color:white;

cursor:pointer;

}

.galeria-midias{
margin-top:25px;
}

/* FOTO PRINCIPAL */

.midia-principal img,
.midia-principal video{

width:100%;
max-height:420px;

object-fit:cover;

border-radius:10px;

display:block;

margin-bottom:12px;

}

/* MINIATURAS */

.miniaturas{

display:flex;
flex-wrap:wrap;

gap:10px;

}

.miniaturas img,
.miniaturas video{

width:120px;
height:90px;

object-fit:cover;

border-radius:6px;

cursor:pointer;

transition:0.2s;

}

.miniaturas img:hover,
.miniaturas video:hover{

transform:scale(1.05);

}

/* =====================================================
   CHECKBOX ANÔNIMO (CORREÇÃO)
===================================================== */

.anonimo-box{
margin-top:6px;
}

.anonimo-box label{
display:flex;
align-items:center;
gap:8px;
font-size:14px;
color:#444;
cursor:pointer;
font-weight:500;
}

/* sobrescreve o width:100% global */

.anonimo-box input[type="checkbox"]{
width:auto !important;
height:auto !important;
flex-shrink:0;
}

.anonimo-box{
padding-top:5px;
}

/* =========================
CONTAINER DA PÁGINA
========================= */

.container{

max-width:900px;
margin:auto;
padding:40px 20px;

}


/* =========================
TÍTULO DA PÁGINA
========================= */

.container h2{

font-size:32px;
margin-bottom:5px;
color:#1c2b39;

}

.container p{

color:#666;
margin-bottom:30px;

}


/* =========================
FORMULÁRIO
========================= */

.form-depoimento{

background:#ffffff;
padding:35px;
border-radius:12px;

box-shadow:0 8px 25px rgba(0,0,0,0.08);

display:flex;
flex-direction:column;

gap:20px;

}


/* =========================
GRUPO DE CAMPOS
========================= */

.form-group{

display:flex;
flex-direction:column;
gap:6px;

}


/* =========================
LABEL
========================= */

.form-group label{

font-weight:600;
font-size:14px;
color:#2c3e50;

}


/* =========================
INPUTS
========================= */

.form-depoimento input,
.form-depoimento select,
.form-depoimento textarea{

width:100%;
padding:12px 14px;

border-radius:8px;
border:1px solid #dcdcdc;

font-size:14px;

transition:0.2s;

background:#fafafa;

}


/* =========================
FOCUS
========================= */

.form-depoimento input:focus,
.form-depoimento select:focus,
.form-depoimento textarea:focus{

outline:none;

border-color:#0b5ed7;

background:#ffffff;

box-shadow:0 0 0 3px rgba(11,94,215,0.1);

}


/* =========================
TEXTAREA
========================= */

.form-depoimento textarea{

resize:vertical;
min-height:120px;

}


/* =========================
CHECKBOX ANÔNIMO
========================= */

.anonimo-opcao{

display:flex;
align-items:center;

gap:8px;

font-size:14px;

color:#444;

margin-top:5px;

}


/* =========================
UPLOAD
========================= */

.form-depoimento input[type=file]{

padding:8px;

background:#ffffff;

}


/* =========================
BOTÃO
========================= */

.btn-enviar{

background:#0b5ed7;

color:#fff;

border:none;

padding:14px;

border-radius:8px;

font-size:16px;

font-weight:600;

cursor:pointer;

transition:0.2s;

margin-top:10px;

}


.btn-enviar:hover{

background:#0949a3;

transform:translateY(-1px);

box-shadow:0 5px 12px rgba(0,0,0,0.15);

}


/* =========================
RESPONSIVO
========================= */

@media(max-width:768px){

.container{

padding:25px 15px;

}

.form-depoimento{

padding:25px;

}

.container h2{

font-size:26px;

}

}

/* STATUS CARD BORDA */

.status-naorespondido{
border-left:5px solid #e74c3c;
}

.status-resolvido{
border-left:5px solid #27ae60;
}

.status-respondido{
border-left:5px solid #f1c40f;
}

.status-encaminhado{
border-left:5px solid #e67e22;
}

/* CONTAINER */

.container{
max-width:900px;
margin:auto;
padding:20px;
font-family:Arial, Helvetica, sans-serif;
}


/* CARD PRINCIPAL */

.main-card{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 4px 15px rgba(0,0,0,0.08);
margin-bottom:40px;
position:relative;
}


/* STATUS TAG */

.status-tag{
position:absolute;
top:20px;
right:20px;
font-size:12px;
padding:6px 12px;
border-radius:20px;
font-weight:bold;
color:#fff;
}


/* CORES STATUS */

.tag-naorespondido{
background:#e74c3c;
}

.tag-resolvido{
background:#27ae60;
}

.tag-emanalise{
background:#f39c12;
}


/* TITULO */

.main-card h2{
font-size:28px;
margin-bottom:10px;
line-height:1.3;
}


/* DATA */

.main-date{
font-size:13px;
color:#888;
margin-bottom:20px;
}


/* DESCRIÇÃO */

.description-box{
font-size:16px;
line-height:1.7;
color:#333;
}


/* SEÇÕES */

.section-title{
font-size:20px;
font-weight:bold;
margin:30px 0 20px 0;
border-left:4px solid #0b5ed7;
padding-left:10px;
}


/* CARDS RELACIONADOS */

.related-card{
background:#fff;
padding:18px;
border-radius:10px;
margin-bottom:15px;
box-shadow:0 3px 10px rgba(0,0,0,0.06);
transition:all 0.25s;
position:relative;
}

.related-card:hover{
transform:translateY(-3px);
box-shadow:0 8px 20px rgba(0,0,0,0.12);
}


/* TITULO RELACIONADO */

.related-card h4{
font-size:17px;
margin-bottom:6px;
}


/* DATA RELACIONADOS */

.related-date{
font-size:12px;
color:#777;
}


/* STATUS CARD BORDA */

.status-naorespondido{
border-left:5px solid #e74c3c;
}

.status-resolvido{
border-left:5px solid #27ae60;
}

.status-emanalise{
border-left:5px solid #f39c12;
}


/* RESPONSIVO */

@media(max-width:768px){

.main-card{
padding:22px;
}

.main-card h2{
font-size:22px;
}

.description-box{
font-size:15px;
}

.section-title{
font-size:18px;
}

}

.busca-depoimentos{
margin:20px 0;
display:flex;
justify-content:center;
}

.busca-depoimentos input{

width:420px;
max-width:90%;
padding:14px 16px;

border-radius:8px;
border:1px solid #ccc;

font-size:15px;

box-shadow:0 2px 8px rgba(0,0,0,0.08);

}

.busca-depoimentos input:focus{
outline:none;
border-color:#0a2540;
box-shadow:0 0 6px rgba(10,37,64,0.3);
}

.container {
    max-width: 1100px;
    margin: 30px auto;
    padding: 0 20px; /* margem lateral */
}


/* ================= RESET GLOBAL ================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

body{
background:#f4f6f9;
color:#1e293b;
}

/* =====================================================
   HEADER GLOBAL
===================================================== */

.site-header{
background:linear-gradient(90deg,#0f172a,#1e293b);
padding:18px 30px;
display:flex;
align-items:center;
justify-content:space-between;
box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

.site-title{
flex:1;
text-align:center;
font-size:22px;
font-weight:600;
}

.logo-link{
color:white;
text-decoration:none;
transition:0.3s;
}

.logo-link:hover{
opacity:0.8;
}

.header-btn{
padding:8px 18px;
border-radius:30px;
border:2px solid rgba(255,255,255,0.6);
color:white;
text-decoration:none;
font-size:13px;
transition:0.3s;
white-space:nowrap;
}

.header-btn:hover{
background:white;
color:#0f172a;
}

/* Responsivo */

@media(max-width:768px){

.site-header{
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
padding:12px 15px;
}

.site-title{
flex:1;
text-align:center;
font-size:18px;
}

.header-btn{
font-size:12px;
padding:6px 10px;
}

}

/* =====================================================
   FOOTER GLOBAL
===================================================== */

.site-footer{
background:#1e293b;
color:#cbd5e1;
padding:30px 20px;
margin-top:60px;
text-align:center;
font-size:14px;
}

.site-footer small{
display:block;
margin-top:8px;
color:#94a3b8;
}

/* =====================================================
   FOOTER COMPLETO
===================================================== */

.site-footer{
background:#0f172a;
color:#cbd5e1;
padding:60px 20px 30px;
margin-top:80px;
}

.footer-container{
max-width:1100px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

.footer-column h3{
color:white;
margin-bottom:15px;
font-size:16px;
}

.footer-column p{
font-size:14px;
line-height:1.6;
margin-bottom:10px;
color:#94a3b8;
}

.footer-links a{
display:block;
text-decoration:none;
color:#cbd5e1;
margin-bottom:8px;
font-size:14px;
transition:0.3s;
}

.footer-links a:hover{
color:white;
transform:translateX(4px);
}

.footer-app-buttons{
margin-top:10px;
display:flex;
flex-direction:column;
gap:10px;
}

.footer-app-buttons a{
background:#1e293b;
padding:10px 15px;
border-radius:8px;
text-decoration:none;
color:white;
font-size:14px;
transition:0.3s;
border:1px solid #334155;
}

.footer-app-buttons a:hover{
background:#2563eb;
border-color:#2563eb;
}

.footer-bottom{
border-top:1px solid #1e293b;
margin-top:40px;
padding-top:20px;
text-align:center;
font-size:14px;
color:#64748b;
}

/* Responsivo */

@media(max-width:768px){

.footer-container{
grid-template-columns:1fr;
text-align:center;
}

.footer-app-buttons{
align-items:center;
}

}

/* =====================================================
   FILTROS - STATUS
===================================================== */

.status-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:15px;
margin:40px 0 30px;
}

.status-box{
text-decoration:none;
padding:18px 10px;
border-radius:14px;
text-align:center;
font-weight:600;
font-size:14px;
transition:0.3s;
border:2px solid;
display:block;
}

.status-box small{
display:block;
font-size:18px;
margin-top:6px;
font-weight:bold;
}

/* CORES BASE (FUNDO CLARO) */

.s-resolvido{
background:#e8f5e9;
color:#15803d;
border-color:#15803d33;
}

.s-encaminhado{
background:#fff3e0;
color:#ea580c;
border-color:#ea580c33;
}

.s-respondido{
background:#fef9c3;
color:#a16207;
border-color:#a1620733;
}

.s-naorespondido{
background:#fee2e2;
color:#b91c1c;
border-color:#b91c1c33;
}

/* ATIVO */

.active-resolvido{
background:#16a34a;
color:white;
border-color:#16a34a;
}

.active-encaminhado{
background:#f97316;
color:white;
border-color:#f97316;
}

.active-respondido{
background:#eab308;
color:black;
border-color:#eab308;
}

.active-naorespondido{
background:#dc2626;
color:white;
border-color:#dc2626;
}

/* HOVER */

.status-box:hover{
transform:translateY(-4px);
box-shadow:0 8px 18px rgba(0,0,0,0.08);
}


/* =====================================================
   FILTROS - CATEGORIAS
===================================================== */

.category-bar{
display:flex;
flex-wrap:wrap;
gap:12px;
justify-content:center;
margin-bottom:40px;
}

.category-btn{
padding:8px 18px;
border-radius:30px;
background:#334155;
color:white;
text-decoration:none;
font-size:14px;
transition:0.3s;
border:2px solid transparent;
}

.category-btn:hover{
background:#475569;
transform:translateY(-2px);
}

.category-active{
background:#2563eb;
border-color:#1d4ed8;
}

/* RESPONSIVO */

@media(max-width:768px){

.status-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* =====================================================
   CARD PADRÃO DE DEPOIMENTO (GLOBAL)
===================================================== */

.card-depoimento{
background:white;
padding:22px;
border-radius:14px;
margin-bottom:22px;
position:relative;
transition:0.35s;
border-left:6px solid transparent;
box-shadow:0 4px 10px rgba(0,0,0,0.04);
}

.card-depoimento:hover{
transform:translateY(-6px);
box-shadow:0 12px 25px rgba(0,0,0,0.08);
}

/* BARRA LATERAL POR STATUS */

.status-resolvido{border-left-color:#16a34a;}
.status-encaminhado{border-left-color:#f97316;}
.status-respondido{border-left-color:#eab308;}
.status-naorespondido{border-left-color:#dc2626;}

/* TÍTULO POR STATUS */

.title-resolvido{color:#166534;}
.title-encaminhado{color:#9a3412;}
.title-respondido{color:#854d0e;}
.title-naorespondido{color:#991b1b;}

.card-depoimento h3{
margin:8px 0;
font-size:20px;
}

/* TAGS */

.tags{
margin-bottom:10px;
display:flex;
flex-wrap:wrap;
gap:8px;
}

.tag{
padding:6px 12px;
border-radius:20px;
font-size:11px;
font-weight:bold;
animation:fadeTag 0.6s ease-in-out;
}

/* TAG STATUS */

.tag-resolvido{background:#16a34a;color:white;}
.tag-encaminhado{background:#f97316;color:white;}
.tag-respondido{background:#eab308;color:black;}
.tag-naorespondido{background:#dc2626;color:white;}

/* TAG CATEGORIA */

.tag-categoria{
background:#334155;
color:white;
}

/* DATA */

.card-date{
position:relative;
display:block;
font-size:12px;
color:#64748b;
margin-top:4px;
}

/* RESPONSIVO */

@media(max-width:768px){
.card-date{
position:static;
margin-bottom:8px;
display:block;
}
}

/* ANIMAÇÃO TAG */

@keyframes fadeTag{
0%{transform:translateY(-5px);opacity:0}
100%{transform:translateY(0);opacity:1}
}

/* =====================================================
   LOAD MORE
===================================================== */

.load-more{
text-align:center;
margin:40px 0;
}

.load-btn{
padding:12px 30px;
border-radius:30px;
border:none;
background:linear-gradient(90deg,#2563eb,#1e40af);
color:white;
cursor:pointer;
font-weight:bold;
transition:0.3s;
}

.load-btn:hover{
transform:scale(1.05);
}

.spinner{
display:none;
margin:15px auto;
width:25px;
height:25px;
border:3px solid #ccc;
border-top:3px solid #2563eb;
border-radius:50%;
animation:spin 1s linear infinite;
}

@keyframes spin{
100%{transform:rotate(360deg);}
}

/* ================= HERO DESTAQUE ================= */

.hero-destaque{
    margin-bottom:30px;
}

.hero-link{
    text-decoration:none;
    color:white;
    display:block;
}

.hero-image{
    position:relative;
    height:350px;
    background-size:cover;
    background-position:center;
    border-radius:14px;
    overflow:hidden;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.1)
    );
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}

.hero-overlay h2{
    font-size:28px;
    margin-bottom:10px;
}

.hero-overlay p{
    font-size:15px;
    opacity:0.9;
    margin-bottom:15px;
}

.hero-date{
    font-size:13px;
    opacity:0.8;
}

.hero-tags{
    margin-bottom:15px;
}

/* ================= SLIDER DESTAQUES ================= */

.destaques {
    margin: 30px auto;
    max-width: 1100px;
}

.swiper {
    width: 100%;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-overlay h2{
color:#fff;
background:rgba(0,0,0,0.35);
display:inline-block;
padding:6px 12px;
border-radius:6px;
}

.slide-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;

padding:35px 25px;

background:linear-gradient(
to top,
rgba(0,0,0,0.85) 0%,
rgba(0,0,0,0.65) 40%,
rgba(0,0,0,0.25) 70%,
rgba(0,0,0,0) 100%
);

color:#fff;
}

.slide-overlay h2{
font-size:28px;
font-weight:700;
line-height:1.3;

text-shadow:0 3px 10px rgba(0,0,0,0.8);
}

@media(max-width:768px){
    .swiper {
        height: 250px;
    }

    .slide-overlay h2 {
        font-size: 18px;
    }
}

.tags{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:10px;
}

.categoria-tag{
background:#e5e7eb;
color:#333;
padding:4px 10px;
border-radius:20px;
font-size:13px;
}

.status-tag{
padding:5px 12px;
border-radius:20px;
font-size:13px;
font-weight:600;
color:#fff;
}

.mini-resposta{
width:120px;
height:120px;
object-fit:cover;
border-radius:10px;
cursor:pointer;
}

.thumb-depoimento{
width:140px;
height:140px;
object-fit:cover;
border-radius:10px;
cursor:pointer;
}

.timeline .thumb-depoimento{
width:140px;
height:140px;
}

/* ================= Reportagem / Reportagens ================= */

.pagina-reportagens{
    padding: 25px 0 40px;
}

.titulo-pagina-reportagens{
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 800;
    color: #111;
}

.grid-reportagens{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.card-reportagem-publica{
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.card-reportagem-publica:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.card-reportagem-link{
    display: block;
    text-decoration: none;
    color: inherit;
}

.card-reportagem-thumb{
    height: 210px;
    background: #f1f1f1;
}

.card-reportagem-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-reportagem-thumb.sem-imagem{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-weight: 700;
}

.card-reportagem-body{
    padding: 18px;
}

.tag-reportagem-categoria{
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef4ff;
    color: #0b57d0;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 12px;
}

.tag-reportagem-categoria.detalhe{
    margin-bottom: 16px;
}

.card-reportagem-body h2{
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.3;
    color: #111;
}

.card-reportagem-body p{
    margin: 0 0 14px;
    color: #555;
    line-height: 1.6;
}

.meta-reportagem-card{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #666;
}

.sem-reportagens{
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.pagina-reportagem{
    max-width: 920px;
    margin: 28px auto 35px;
    background: #fff;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.07);
}

.reportagem-topo h1{
    margin: 0 0 14px;
    font-size: 36px;
    line-height: 1.2;
    color: #111;
}

.meta-reportagem-detalhe{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #666;
    font-size: 14px;
    margin-bottom: 18px;
}

.resumo-reportagem{
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin: 0 0 22px;
}

.capa-reportagem{
    margin: 0 0 26px;
    border-radius: 18px;
    overflow: hidden;
}

.capa-reportagem img{
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 480px;
}

.conteudo-reportagem-publica{
    font-size: 18px;
    line-height: 1.8;
    color: #222;
}

.conteudo-reportagem-publica h2,
.conteudo-reportagem-publica h3,
.conteudo-reportagem-publica h4{
    margin-top: 28px;
    margin-bottom: 14px;
    color: #111;
    line-height: 1.3;
}

.conteudo-reportagem-publica p{
    margin-bottom: 18px;
}

.conteudo-reportagem-publica img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 18px auto;
    border-radius: 14px;
}

.conteudo-reportagem-publica figure{
    margin: 20px 0;
}

.conteudo-reportagem-publica figcaption{
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.conteudo-reportagem-publica iframe,
.conteudo-reportagem-publica video{
    width: 100%;
    max-width: 100%;
    border-radius: 14px;
    margin: 20px 0;
}

.conteudo-reportagem-publica blockquote{
    margin: 22px 0;
    padding: 14px 18px;
    border-left: 4px solid #0b57d0;
    background: #f7f9fc;
    border-radius: 10px;
    color: #333;
}

.conteudo-reportagem-publica ul,
.conteudo-reportagem-publica ol{
    padding-left: 22px;
    margin-bottom: 18px;
}

.conteudo-reportagem-publica table{
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.conteudo-reportagem-publica table td,
.conteudo-reportagem-publica table th{
    border: 1px solid #ddd;
    padding: 10px;
}

.relacionadas-reportagem{
    margin: 0 auto 40px;
    max-width: 920px;
}

.relacionadas-reportagem h2{
    margin: 0 0 18px;
    font-size: 24px;
    color: #111;
}

.grid-reportagens-relacionadas{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card-reportagem-relacionada{
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
}

.card-reportagem-relacionada a{
    display: block;
    text-decoration: none;
    color: inherit;
}

.thumb-relacionada{
    height: 170px;
    background: #f2f2f2;
}

.thumb-relacionada img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.body-relacionada{
    padding: 14px;
}

.body-relacionada h3{
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.4;
    color: #111;
}

.body-relacionada span{
    font-size: 13px;
    color: #666;
}

@media (max-width: 1024px){
    .grid-reportagens{
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-reportagens-relacionadas{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px){
    .titulo-pagina-reportagens{
        font-size: 24px;
    }

    .grid-reportagens,
    .grid-reportagens-relacionadas{
        grid-template-columns: 1fr;
    }

    .card-reportagem-thumb{
        height: 200px;
    }

    .pagina-reportagem{
        padding: 18px;
        margin: 20px auto 28px;
        border-radius: 16px;
    }

    .reportagem-topo h1{
        font-size: 28px;
    }

    .resumo-reportagem{
        font-size: 16px;
    }

    .conteudo-reportagem-publica{
        font-size: 16px;
    }
}

/* ================= Destaque Reportagem ================= */

.home-reportagens{
    padding: 26px 0 10px;
}

.home-reportagens-topo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.home-reportagens-topo h2{
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #111;
}

.home-reportagens-link{
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    color: #0b57d0;
}

.home-reportagens-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.home-reportagem-card{
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-reportagem-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.home-reportagem-link-card{
    display: block;
    text-decoration: none;
    color: inherit;
}

.home-reportagem-thumb{
    height: 190px;
    background: #f1f1f1;
}

.home-reportagem-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-reportagem-thumb.sem-imagem{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-weight: 700;
}

.home-reportagem-body{
    padding: 16px;
}

.home-reportagem-categoria{
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef4ff;
    color: #0b57d0;
    font-size: 12px;
    font-weight: 800;
}

.home-reportagem-body h3{
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.35;
    color: #111;
}

.home-reportagem-body p{
    margin: 0 0 14px;
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}

.home-reportagem-meta{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #666;
}

@media (max-width: 1024px){
    .home-reportagens-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px){
    .home-reportagens{
        padding: 22px 0 8px;
    }

    .home-reportagens-topo h2{
        font-size: 24px;
    }

    .home-reportagens-grid{
        grid-template-columns: 1fr;
    }

    .home-reportagem-thumb{
        height: 200px;
    }

    .home-reportagem-body h3{
        font-size: 18px;
    }
}