/* ═══════════════════════════════════════
   NãoEntregou — Home CSS v2
   Redesign completo
═══════════════════════════════════════ */

/* ── HERO ── */
.ne-hero {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #eee;
}
.ne-hero-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 64px 32px 0;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 64px;
    align-items: end;
}
@media(max-width:860px) {
    .ne-hero-inner { grid-template-columns:1fr; padding:40px 20px 0; gap:32px; }
    .ne-hero-img { display:none; }
}

.ne-hero-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 800; letter-spacing: 2px;
    text-transform: uppercase; color: #1B6B3A;
    margin-bottom: 20px;
}
.ne-hero-kicker span {
    width: 28px; height: 3px;
    background: #1B6B3A; border-radius: 2px;
    display: inline-block;
}

.ne-hero-titulo {
    font-size: clamp(32px, 4.5vw, 52px);
    font-weight: 900;
    color: #111;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 32px;
}
.ne-hero-titulo em {
    font-style: normal;
    color: #1B6B3A;
    position: relative;
}

/* Busca hero */
.ne-busca-hero {
    display: flex;
    background: #fff;
    border: 2px solid #111;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: border-color .2s, box-shadow .2s;
}
.ne-busca-hero:focus-within {
    border-color: #1B6B3A;
    box-shadow: 0 0 0 4px rgba(27,107,58,.1);
}
.ne-busca-hero input {
    flex: 1; border: none; outline: none;
    font-family: 'Inter', sans-serif;
    font-size: 15px; color: #111;
    padding: 16px 20px;
    background: transparent;
}
.ne-busca-hero input::placeholder { color: #aaa; }
.ne-busca-hero button {
    background: #1B6B3A; color: #fff;
    border: none; padding: 0 28px;
    font-size: 15px; cursor: pointer;
    display: flex; align-items: center;
    gap: 8px; font-family: 'Inter', sans-serif;
    font-weight: 700; transition: background .15s;
    white-space: nowrap;
}
.ne-busca-hero button:hover { background: #155730; }

/* Tags */
.ne-tags-label {
    font-size: 10px; font-weight: 800;
    letter-spacing: 1.5px; text-transform: uppercase;
    color: #ccc; margin-bottom: 10px;
}
.ne-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.ne-tag {
    font-size: 12px; font-weight: 600; color: #444;
    background: #f7f7f7; border: 1px solid #e8e8e8;
    border-radius: 6px; padding: 5px 12px;
    transition: all .15s; text-decoration: none;
}
.ne-tag:hover {
    background: #f0faf4;
    border-color: #1B6B3A;
    color: #1B6B3A;
}

/* Hero imagem / painel stats */
.ne-hero-img {
    background: #111;
    border-radius: 16px 16px 0 0;
    padding: 36px 32px 32px;
    position: relative;
    overflow: hidden;
}
.ne-hero-img::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at top right, rgba(27,107,58,.25) 0%, transparent 60%);
    pointer-events: none;
}
.ne-hero-img-label {
    font-size: 10px; font-weight: 800;
    letter-spacing: 2px; text-transform: uppercase;
    color: rgba(255,255,255,.3);
    margin-bottom: 24px;
    display: flex; align-items: center; gap: 8px;
}
.ne-hero-img-label::before {
    content: '';
    width: 6px; height: 6px; border-radius: 50%;
    background: #4ade80;
    animation: pulse 1.5s infinite;
    display: inline-block;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.3} }

.ne-hero-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.ne-hero-stat {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    padding: 18px 16px;
}
.ne-hero-stat-num {
    font-size: 34px; font-weight: 900;
    letter-spacing: -1.5px; line-height: 1;
    color: #fff;
}
.ne-hero-stat-num.verde  { color: #4ade80; }
.ne-hero-stat-num.laranja{ color: #F97316; }
.ne-hero-stat-num.amarelo{ color: #fbbf24; }
.ne-hero-stat-num.alerta { color: #f87171; }
.ne-hero-stat-label {
    font-size: 11px; color: rgba(255,255,255,.4);
    font-weight: 600; margin-top: 6px;
    text-transform: uppercase; letter-spacing: .5px;
    line-height: 1.3;
}

/* ── FERRAMENTAS ── */
.ne-ferramentas {
    background: #f7f7f7;
    padding: 36px 0;
    border-bottom: 1px solid #eee;
}
.ne-ferramentas-inner {
    max-width: 1160px; margin: 0 auto; padding: 0 32px;
}
.ne-ferramentas-label {
    font-size: 10px; font-weight: 800;
    letter-spacing: 2px; text-transform: uppercase;
    color: #bbb; margin-bottom: 16px;
}
.ne-ferramentas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
@media(max-width:768px){ .ne-ferramentas-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:480px){ .ne-ferramentas-grid { grid-template-columns:1fr; } }

.ne-card-ferramenta {
    background: #fff;
    border: 1.5px solid #e8e8e8;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    color: #111;
    transition: all .18s;
    display: flex; flex-direction: column; gap: 10px;
    position: relative; overflow: hidden;
}
.ne-card-ferramenta::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px; background: #e8e8e8;
    transition: background .18s;
}
.ne-card-ferramenta:hover {
    border-color: #1B6B3A;
    box-shadow: 0 6px 24px rgba(27,107,58,.1);
    transform: translateY(-2px);
}
.ne-card-ferramenta:hover::before { background: #1B6B3A; }
.ne-card-ferramenta.destaque {
    background: #1B6B3A;
    border-color: #1B6B3A;
    color: #fff;
}
.ne-card-ferramenta.destaque::before { background: rgba(255,255,255,.25); }
.ne-card-ferramenta.destaque:hover { background: #155730; }
.ne-card-ferramenta-ico {
    width: 40px; height: 40px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    background: rgba(27,107,58,.1); color: #1B6B3A;
}
.ne-card-ferramenta.destaque .ne-card-ferramenta-ico {
    background: rgba(255,255,255,.15); color: #fff;
}
.ne-card-ferramenta-nome {
    font-size: 15px; font-weight: 800; line-height: 1.2;
}
.ne-card-ferramenta-desc {
    font-size: 12px; color: #888; line-height: 1.5;
}
.ne-card-ferramenta.destaque .ne-card-ferramenta-desc {
    color: rgba(255,255,255,.65);
}

/* ── GRID PRINCIPAL ── */
.ne-main {
    max-width: 1160px; margin: 0 auto;
    padding: 40px 32px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 36px;
}
@media(max-width:900px){ .ne-main { grid-template-columns:1fr; } .ne-sidebar { order:-1; } }

/* Título de seção */
.ne-secao-titulo {
    font-size: 11px; font-weight: 800;
    letter-spacing: 1.5px; text-transform: uppercase;
    color: #aaa; margin-bottom: 18px;
    display: flex; align-items: center; gap: 10px;
}
.ne-secao-titulo::after {
    content: ''; flex: 1; height: 1px; background: #eee;
}

/* Filtros */
.ne-filtros {
    display: flex; gap: 6px;
    flex-wrap: wrap; margin-bottom: 20px;
}
.ne-filtro {
    font-size: 12px; font-weight: 700;
    padding: 7px 16px; border-radius: 8px;
    background: #fff; color: #555;
    border: 1.5px solid #e8e8e8;
    text-decoration: none; transition: all .15s;
    white-space: nowrap;
}
.ne-filtro:hover { border-color: #1B6B3A; color: #1B6B3A; }
.ne-filtro.ativo {
    background: #1B6B3A;
    border-color: #1B6B3A;
    color: #fff;
}

/* Card relato */
.ne-card-relato {
    background: #fff;
    border: 1.5px solid #eeeeee;
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 12px;
    text-decoration: none; color: inherit;
    display: block; transition: all .15s;
    border-left: 4px solid #eee;
}
.ne-card-relato:hover {
    border-color: #ddd;
    border-left-color: #1B6B3A;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
}
.ne-card-relato-header {
    display: flex; align-items: flex-start;
    gap: 10px; margin-bottom: 8px;
}
.ne-card-relato-titulo {
    font-size: 15px; font-weight: 700;
    color: #111; line-height: 1.35; flex: 1;
}
.ne-card-relato-meta {
    display: flex; align-items: center;
    gap: 8px; flex-wrap: wrap;
    font-size: 12px; color: #aaa;
    margin-bottom: 10px;
}
.ne-construtora-tag {
    font-weight: 700; color: #1B6B3A;
    background: rgba(27,107,58,.08);
    padding: 2px 8px; border-radius: 4px;
    font-size: 12px;
}
.ne-atraso-tag {
    font-weight: 700; color: #e84040;
    background: rgba(232,64,64,.08);
    border: 1px solid rgba(232,64,64,.15);
    padding: 2px 8px; border-radius: 4px;
    font-size: 11px;
}
.ne-card-relato-corpo {
    font-size: 13px; color: #666;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ne-card-relato-footer {
    display: flex; align-items: center;
    gap: 14px; margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #f5f5f5;
}
.ne-voto {
    font-size: 12px; color: #bbb;
    display: flex; align-items: center; gap: 4px;
}
.ne-status-badge {
    font-size: 10px; font-weight: 700;
    padding: 3px 8px; border-radius: 4px;
    color: #fff; margin-left: auto;
}
.ne-chapeu {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 10px; font-weight: 700;
    letter-spacing: .6px; text-transform: uppercase;
    padding: 3px 8px; border-radius: 4px;
    color: #fff; flex-shrink: 0; margin-top: 1px;
}

/* Vazio */
.ne-vazio {
    text-align: center; padding: 64px 0; color: #ccc;
    border: 2px dashed #eee; border-radius: 16px;
}
.ne-vazio-ico { font-size: 48px; margin-bottom: 16px; }
.ne-vazio p { font-size: 15px; font-weight: 700; color: #888; margin-bottom: 4px; }
.ne-vazio small { font-size: 13px; }
.ne-vazio-btn {
    display: inline-block; margin-top: 20px;
    background: #1B6B3A; color: #fff;
    font-weight: 700; padding: 12px 28px;
    border-radius: 8px; font-size: 14px;
    text-decoration: none;
}

/* ── SIDEBAR ── */
.ne-sidebar-card {
    background: #fff;
    border: 1.5px solid #eee;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 14px;
}
.ne-sidebar-titulo {
    font-size: 10px; font-weight: 800;
    letter-spacing: 1.5px; text-transform: uppercase;
    color: #bbb; margin-bottom: 14px;
}
.ne-ranking-item {
    display: flex; align-items: center; gap: 10px;
    padding: 9px 0; border-bottom: 1px solid #f5f5f5;
    text-decoration: none; color: inherit;
    transition: opacity .15s;
}
.ne-ranking-item:hover { opacity: .75; }
.ne-ranking-item:last-child { border-bottom: none; padding-bottom: 0; }
.ne-ranking-pos {
    font-size: 16px; font-weight: 900;
    color: #e8e8e8; width: 24px;
    text-align: center; flex-shrink: 0;
}
.ne-ranking-info { flex: 1; min-width: 0; }
.ne-ranking-nome {
    font-size: 13px; font-weight: 700;
    color: #222; white-space: nowrap;
    overflow: hidden; text-overflow: ellipsis;
}
.ne-ranking-cidade { font-size: 11px; color: #bbb; }
.ne-ranking-count {
    font-size: 11px; font-weight: 800;
    color: #e84040;
    background: rgba(232,64,64,.08);
    padding: 2px 8px; border-radius: 4px;
    flex-shrink: 0;
}
.ne-direitos {
    background: #111; border-radius: 12px;
    padding: 20px; margin-bottom: 14px;
    position: relative; overflow: hidden;
}
.ne-direitos::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px; background: #F97316;
}
.ne-direitos-titulo {
    font-size: 10px; font-weight: 800;
    letter-spacing: 1.5px; text-transform: uppercase;
    color: #F97316; margin-bottom: 10px;
}
.ne-direitos p {
    font-size: 13px; color: rgba(255,255,255,.6);
    line-height: 1.6;
}
.ne-direitos strong { color: #fff; }
.ne-direitos a {
    display: inline-flex; align-items: center; gap: 4px;
    margin-top: 12px; font-size: 12px;
    color: #F97316; font-weight: 700;
    text-decoration: none;
}
.ne-atraso-item {
    padding: 9px 0;
    border-bottom: 1px solid #f5f5f5;
    text-decoration: none; color: inherit;
    display: block;
}
.ne-atraso-item:last-child { border-bottom: none; }
.ne-atraso-titulo {
    font-size: 13px; font-weight: 600;
    color: #222; line-height: 1.35; margin-bottom: 4px;
}
.ne-atraso-meta { display: flex; align-items: center; gap: 8px; }
.ne-atraso-meses {
    font-size: 12px; font-weight: 800;
    color: #e84040; margin-left: auto;
}

/* ── NOTICIAS ── */
.ne-noticias {
    background: #f7f7f7;
    border-top: 1px solid #eee;
    padding: 48px 0;
}
.ne-noticias-inner {
    max-width: 1160px; margin: 0 auto; padding: 0 32px;
}
.ne-noticias-header {
    display: flex; align-items: center;
    justify-content: space-between; margin-bottom: 24px;
}
.ne-noticias-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 16px;
}
.ne-noticia-card {
    background: #fff; border: 1px solid #eee;
    border-radius: 12px; overflow: hidden;
    text-decoration: none; color: inherit;
    display: block; transition: all .2s;
}
.ne-noticia-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    transform: translateY(-2px);
}
.ne-noticia-img { width: 100%; height: 130px; object-fit: cover; }
.ne-noticia-sem-img {
    width: 100%; height: 130px;
    background: linear-gradient(135deg, #0a1628, #1b3a5f);
    display: flex; align-items: center;
    justify-content: center; font-size: 28px;
}
.ne-noticia-body { padding: 14px; }
.ne-noticia-titulo {
    font-size: 13px; font-weight: 700;
    color: #111; line-height: 1.4; margin-bottom: 4px;
}
.ne-noticia-desc { font-size: 11px; color: #aaa; }
.ne-noticias-promo {
    margin-top: 20px; padding: 14px 20px;
    background: #fff; border: 1px solid rgba(249,115,22,.2);
    border-left: 4px solid #F97316;
    border-radius: 10px; display: flex;
    align-items: center; gap: 12px;
}
.ne-noticias-promo i { color: #F97316; font-size: 18px; flex-shrink: 0; }
.ne-noticias-promo strong { font-size: 13px; color: #111; display: block; }
.ne-noticias-promo span { font-size: 11px; color: #aaa; }

/* ── CTA FINAL ── */
.ne-cta-final {
    background: #111;
    padding: 72px 24px;
    text-align: center;
    position: relative; overflow: hidden;
}
.ne-cta-final::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, rgba(27,107,58,.15) 0%, transparent 70%);
    pointer-events: none;
}
.ne-cta-kicker {
    font-size: 10px; font-weight: 800;
    letter-spacing: 2.5px; text-transform: uppercase;
    color: #1B6B3A; margin-bottom: 16px;
}
.ne-cta-final h2 {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 900; color: #fff;
    letter-spacing: -2px; line-height: 1.05;
    margin-bottom: 12px;
}
.ne-cta-final h2 em {
    font-style: normal; color: #F97316;
}
.ne-cta-final p {
    font-size: 15px; color: rgba(255,255,255,.35);
    margin-bottom: 36px;
}
.ne-cta-btns {
    display: flex; align-items: center;
    justify-content: center; gap: 12px; flex-wrap: wrap;
}
.ne-cta-btn-p {
    display: inline-flex; align-items: center; gap: 8px;
    background: #1B6B3A; color: #fff;
    font-weight: 800; font-size: 15px;
    padding: 15px 36px; border-radius: 10px;
    text-decoration: none; transition: background .15s;
}
.ne-cta-btn-p:hover { background: #155730; }
.ne-cta-btn-s {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.06);
    border: 1.5px solid rgba(255,255,255,.15);
    color: #fff; font-weight: 700; font-size: 15px;
    padding: 15px 28px; border-radius: 10px;
    text-decoration: none; transition: all .15s;
}
.ne-cta-btn-s:hover { background: rgba(255,255,255,.12); }