.dummy { }


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --laranja:  #F97316;
  --preto:    #111111;
  --preto2:   #1a1a1a;
  --preto3:   #222222;
  --borda:    #2a2a2a;
  --texto:    #e0e0e0;
  --texto2:   #999999;
  --branco:   #ffffff;
  --font:     'Segoe UI', Arial, sans-serif;
  --radius:   10px; 
  --sombra:   0 6px 18px rgba(0,0,0,.5);
}

body { font-family: var(--font); background: #0b0b0b; color: var(--texto); font-size: 15px; line-height: 1.6; }
a    { text-decoration: none; color: inherit; }
img  { max-width: 100%; height: auto; display: block; object-fit: cover; }


.vn-topbar, .vn-section, .vn-footer, .vn-banner-topo, .vn-banner-meio, .vn-banner-rodape, .vn-nav {
    padding-left: max(20px, calc(50vw - 600px)); padding-right: max(20px, calc(50vw - 600px));
}


.vn-header { background: var(--preto); border-bottom: 3px solid var(--laranja); position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
.vn-topbar { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; padding-bottom: 15px; }
.vn-logo { display: flex; flex-direction: column; }
.vn-logo-name { font-size: 26px; font-weight: 800; color: #fff; letter-spacing: -.5px; line-height: 1; text-transform: uppercase;}
.vn-logo-name span { color: var(--laranja); }
.vn-logo-sub { font-size: 10px; color: var(--texto2); letter-spacing: 3px; text-transform: uppercase; margin-top: 3px;}

.vn-search { display: flex; gap: 0; box-shadow: 0 2px 5px rgba(0,0,0,0.3); border-radius: var(--radius); }
.vn-search input  { background: var(--preto3); border: 1px solid var(--borda); border-right: none; border-radius: var(--radius) 0 0 var(--radius); padding: 10px 15px; color: var(--texto); font-size: 14px; width: 250px; outline: none; transition: border .2s;}
.vn-search input:focus { border-color: var(--laranja); }
.vn-search button { background: var(--laranja); border: none; border-radius: 0 var(--radius) var(--radius) 0; padding: 10px 18px; cursor: pointer; font-size: 15px;}
.vn-search button:hover { background: #ea580c; }

.vn-nav { background: var(--preto2); display: flex; overflow-x: auto; border-top: 1px solid var(--borda); }
.vn-nav::-webkit-scrollbar { display: none; }
.vn-nav a { color: var(--texto2); font-size: 13px; font-weight: 600; padding: 12px 20px; white-space: nowrap; border-right: 1px solid var(--borda); transition: all .2s ease; text-transform: uppercase; letter-spacing: 0.5px;}
.vn-nav a:first-child { color: var(--laranja); }
.vn-nav a:hover { color: #fff; background: var(--preto3); }


.vn-banner-topo, .vn-banner-meio, .vn-banner-rodape { text-align: center; padding-top: 20px; padding-bottom: 10px; width: 100%; }
.vn-banner-topo img, .vn-banner-meio img, .vn-banner-rodape img { 
    width: 100%; 
    max-width: 900px; 
    height: auto; 
    max-height: 250px; 
    object-fit: contain; 
    margin: 0 auto; 
    border-radius: var(--radius); 
    box-shadow: var(--sombra); 
}


.vn-section { padding-top: 30px; padding-bottom: 20px; }
.vn-section-label { font-size: 13px; font-weight: 800; color: var(--laranja); letter-spacing: 3px; text-transform: uppercase; border-bottom: 3px solid var(--laranja); display: inline-block; padding-bottom: 6px; margin-bottom: 20px; }


.vn-bento-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 20px; }
.vn-bento-side { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 20px; }

.vn-bento-main, .vn-bento-sm {
    position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--sombra);
}
.vn-bento-main { height: 460px; }
.vn-bento-sm { height: 220px; }

.vn-bento-main img, .vn-bento-sm img {
    width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease;
}
.vn-bento-main:hover img, .vn-bento-sm:hover img { transform: scale(1.05); }


.vn-bento-overlay {
    position: absolute; bottom: 0; left: 0; width: 100%; height: 100%;
    padding: 30px 25px 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%);
    z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start;
}

.vn-badge { display: inline-block; background: var(--laranja); color: #fff; font-size: 10px; font-weight: 800; padding: 4px 10px; border-radius: 4px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 10px; box-shadow: 0 2px 4px rgba(0,0,0,0.3);}

.vn-bento-main .vn-bento-overlay h2 {
    color: #fff; font-size: 30px; font-weight: 800; line-height: 1.2; margin-bottom: 15px; text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}
.vn-bento-sm .vn-bento-overlay h3 {
    color: #fff; font-size: 16px; font-weight: 700; line-height: 1.3; text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.vn-btn-read {
    background: var(--laranja); color: #fff; font-weight: 700; font-size: 14px; padding: 10px 22px; border-radius: 6px; display: inline-block; transition: background .2s;
}
.vn-btn-read:hover { background: #e65c00; }



.vn-card-md { background: var(--preto2); border: 1px solid var(--borda); border-radius: var(--radius); overflow: hidden; transition: all .3s ease; box-shadow: var(--sombra); }
.vn-card-md img { transition: transform 0.5s ease; width: 100%; height: 200px; }
.vn-card-md:hover { border-color: var(--laranja); transform: translateY(-4px); box-shadow: 0 10px 25px rgba(249, 115, 22, 0.15); }
.vn-card-md:hover img { transform: scale(1.06); }
.vn-card-info { padding: 18px 15px; position: relative; z-index: 2; background: var(--preto2);}
.vn-card-info h3 { font-size: 17px; font-weight: 700; color: var(--branco); line-height: 1.4; margin-bottom: 8px; }
.vn-card-meta { font-size: 12px; color: var(--texto2); font-weight: 500; }


.vn-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vn-cidades-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.vn-pill { background: var(--preto2); border: 1px solid #444; border-radius: 20px; padding: 6px 16px; font-size: 12px; font-weight: 600; color: #ccc; cursor: pointer; transition: all .2s; }
.vn-pill.ativo, .vn-pill:hover { background: var(--laranja); color: #fff; border-color: var(--laranja); box-shadow: 0 3px 10px rgba(249,115,22,0.3);}
.vn-cidade-header { display: flex; justify-content: flex-end; margin-bottom: 15px; }
.vn-ver-mais { font-size: 12px; font-weight: 700; color: var(--laranja); border: 1px solid var(--laranja); border-radius: 20px; padding: 5px 15px; transition: all .2s; }
.vn-ver-mais:hover { background: var(--laranja); color: #fff; }


.vn-mais-lidas-list { display: flex; flex-direction: column; background: var(--preto2); border-radius: var(--radius); padding: 10px 20px; border: 1px solid var(--borda);}
.vn-mais-lidas-item { display: flex; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--borda); }
.vn-mais-lidas-item:last-child { border-bottom: none; }
.vn-num { font-size: 30px; font-weight: 800; color: var(--laranja); min-width: 35px; line-height: 1; text-align: center; }
.vn-mais-lidas-info { flex: 1; }
.vn-mais-lidas-title { font-size: 14px; font-weight: 600; color: var(--branco); line-height: 1.4; margin-bottom: 5px; transition: color .2s;}
.vn-mais-lidas-item:hover .vn-mais-lidas-title { color: var(--laranja); }
.vn-mais-lidas-meta { font-size: 11px; color: var(--texto2); text-transform: uppercase; letter-spacing: 1px;}
.vn-mais-lidas-img { width: 80px; height: 65px; border-radius: 6px; object-fit: cover; flex-shrink: 0; }


.vn-noticia-layout { display: grid; grid-template-columns: 1fr 320px; gap: 30px; padding-top: 30px; padding-bottom: 40px; padding-left: max(20px, calc(50vw - 600px)); padding-right: max(20px, calc(50vw - 600px));}
.vn-noticia-breadcrumb { font-size: 12px; color: var(--texto2); margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px;}
.vn-noticia-breadcrumb a { color: var(--laranja); font-weight: 600;}
.vn-noticia-artigo h1 { font-size: 32px; font-weight: 800; color: var(--branco); line-height: 1.2; margin: 10px 0 15px; }
.vn-noticia-resumo { font-size: 18px; color: #bbbbbb; font-weight: 400; border-left: 4px solid var(--laranja); padding-left: 15px; margin: 15px 0; }
.vn-noticia-meta { display: flex; gap: 20px; font-size: 13px; color: var(--texto2); margin: 15px 0 25px; border-bottom: 1px solid var(--borda); padding-bottom: 15px;}
.vn-noticia-capa { width: 100%; max-height: 500px; border-radius: var(--radius); margin: 0 0 25px 0; box-shadow: var(--sombra); }
.vn-noticia-corpo { font-size: 17px; line-height: 1.8; color: #d1d5db; }
.vn-noticia-corpo p { margin-bottom: 18px; }
.vn-noticia-corpo h2, .vn-noticia-corpo h3 { color: var(--branco); margin: 30px 0 15px; font-weight: 700;}
.vn-noticia-corpo img { max-width: 100%; height: auto; display: block; margin: 20px auto; border-radius: var(--radius); }

.vn-compartilhar { display: flex; align-items: center; gap: 12px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--borda); font-size: 14px; color: var(--branco); font-weight: 600;}
.btn-wpp { background: #25D366; color: #fff; padding: 8px 18px; border-radius: 20px; font-size: 13px; transition: transform .2s;}
.btn-fb  { background: #1877F2; color: #fff; padding: 8px 18px; border-radius: 20px; font-size: 13px; transition: transform .2s;}
.btn-wpp:hover, .btn-fb:hover { transform: scale(1.05); }

.vn-sidebar { display: flex; flex-direction: column; gap: 25px; }
.vn-sidebar-anuncio img { width: 100%; border-radius: var(--radius); box-shadow: var(--sombra);}
.vn-sidebar-mais-lidas { background: var(--preto2); border: 1px solid var(--borda); border-radius: var(--radius); padding: 20px; }


.vn-footer { background: #050505; border-top: 4px solid var(--laranja); padding: 40px 0 20px; margin-top: 20px; }
.vn-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 30px; }
.vn-footer-logo-name { font-size: 24px; font-weight: 800; color: #fff; text-transform: uppercase; }
.vn-footer-logo-name span { color: var(--laranja); }
.vn-footer-logo-sub { font-size: 11px; color: var(--texto2); letter-spacing: 3px; text-transform: uppercase; margin: 5px 0 15px; display: block;}
.vn-footer-desc { font-size: 14px; color: #888; line-height: 1.6; margin-bottom: 20px; padding-right: 20px;}
.vn-footer-wpp { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff; font-size: 13px; font-weight: 600; padding: 10px 20px; border-radius: 25px; transition: transform .2s;}
.vn-footer-wpp:hover { transform: scale(1.05); }
.vn-footer-col-title { font-size: 12px; font-weight: 800; color: var(--branco); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 15px; padding-bottom: 8px; border-bottom: 2px solid var(--laranja); display: inline-block;}
.vn-footer-links { display: flex; flex-direction: column; gap: 10px; }
.vn-footer-links a { font-size: 14px; color: #999; font-weight: 500; transition: color .2s;}
.vn-footer-links a:hover { color: var(--laranja); padding-left: 5px; }
.vn-footer-bottom { border-top: 1px solid #1a1a1a; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; }
.vn-footer-bottom p { font-size: 12px; color: #666; }
.vn-footer-bottom span { color: var(--laranja); font-weight: 600;}


@media (max-width: 900px) {
  .vn-grid3 { grid-template-columns: repeat(2, 1fr); }
  .vn-bento-grid { grid-template-columns: 1fr; }
  .vn-bento-side { grid-template-columns: 1fr 1fr; }
  .vn-noticia-layout { grid-template-columns: 1fr; }
  .vn-sidebar { display: none; }
}

@media (max-width: 600px) {
  .vn-grid3 { grid-template-columns: 1fr; }
  .vn-bento-side { grid-template-columns: 1fr; }
  .vn-bento-main { height: 380px; }
  .vn-bento-main .vn-bento-overlay h2 { font-size: 24px; }
  .vn-footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .vn-topbar { flex-direction: column; gap: 15px; align-items: center; }
  .vn-search input { width: 100%; min-width: 280px; }
  .vn-card-main img { height: 220px; }
  .vn-noticia-artigo h1 { font-size: 24px; }
  .vn-footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}


.vn-sem-noticias { color: var(--texto2); font-size: 15px; padding: 40px 0; text-align: center; grid-column: 1 / -1; font-weight: 500;}



.vn-footer-modern { background: linear-gradient(180deg, #0b0b0b 0%, #111111 100%); border-top: 1px solid rgba(249, 115, 22, 0.2); padding: 50px 20px 20px; margin-top: 40px; position: relative; overflow: hidden; }
.vn-footer-modern::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 80%; height: 1px; background: linear-gradient(90deg, transparent, var(--laranja), transparent); }
.vn-footer-top { display: grid; grid-template-columns: 1.5fr 2fr; gap: 40px; max-width: 1200px; margin: 0 auto 40px; }
.vn-footer-brand { display: flex; flex-direction: column; gap: 15px; }
.vn-logo-footer { font-size: 26px; font-weight: 800; color: #fff; letter-spacing: -1px; margin:0; }
.text-laranja { color: var(--laranja) !important; }
.vn-footer-tagline { font-size: 14px; color: #a3a3a3; line-height: 1.6; max-width: 350px; margin:0; }
.vn-social-links { display: flex; gap: 12px; margin-top: 10px; }
.vn-social-icon { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.05); color: #fff; text-decoration: none; transition: all 0.3s ease; }
.vn-social-icon:hover { background: var(--laranja); transform: translateY(-3px); box-shadow: 0 4px 12px rgba(249,115,22,0.3); }
.vn-btn-whatsapp-footer { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff; padding: 10px 20px; border-radius: 25px; font-weight: 600; font-size: 14px; text-decoration: none; width: fit-content; margin-top: 15px; transition: all 0.3s ease; }
.vn-btn-whatsapp-footer:hover { background: #1ebc5a; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(37,211,102,0.4); }
.vn-footer-navs { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.vn-footer-title { font-size: 15px; font-weight: 700; color: #fff; margin:0 0 20px 0; position: relative; padding-bottom: 10px; }
.vn-footer-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: var(--laranja); }
.vn-footer-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.vn-footer-list a { color: #a3a3a3; text-decoration: none; font-size: 14px; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 6px; }
.vn-footer-list a:hover { color: var(--laranja); transform: translateX(5px); }
.vn-footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 25px; border-top: 1px solid rgba(255,255,255,0.05); max-width: 1200px; margin: 0 auto; color: #666; font-size: 13px; }
.vn-footer-copyright p, .vn-footer-cnpj p { margin:0; }
@media (max-width: 900px) {
  .vn-footer-top { grid-template-columns: 1fr; }
  .vn-footer-navs { grid-template-columns: 1fr; gap: 40px; }
  .vn-footer-bottom { flex-direction: column; gap: 15px; text-align: center; }
}
