/*
Theme Name: Portal Rota 163 Agro PRO
Author: Kaio Racim Internet
Description: Portal de notícias de alta performance com SEO em massa, mural de vagas e publicidade.
Version: 5.0
*/

:root {
    --verde-principal: #1b5e20;
    --verde-claro: #4caf50;
    --dourado: #c5a059;
    --fundo: #f4f7f4;
    --branco: #ffffff;
    --preto: #1a1a1a;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
html { scroll-behavior: smooth; }
body { background: var(--fundo); color: var(--preto); line-height: 1.6; }

header { background: var(--branco); border-bottom: 5px solid var(--verde-principal); padding: 25px 5%; position: relative; }
.logo h1 { font-size: 2.4rem; font-weight: 900; color: var(--verde-principal); }
.logo h1 span { color: var(--verde-claro); }

nav { background: var(--verde-principal); padding: 12px 5%; sticky; top: 0; z-index: 999; }
nav ul { list-style: none; display: flex; gap: 25px; justify-content: center; }
nav ul li a { color: #fff; text-decoration: none; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; }

.ad-slot { width: 100%; max-width: 728px; height: 90px; background: #eee; margin: 25px auto; border: 1px dashed #bbb; display: flex; align-items: center; justify-content: center; color: #999; font-size: 0.7rem; }

.container { max-width: 1200px; margin: 0 auto; padding: 20px 5%; display: grid; grid-template-columns: 1fr 320px; gap: 40px; }

/* Notícias do Dia */
.noticia-item { background: #fff; border-radius: 12px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); overflow: hidden; display: flex; }
.noticia-thumb { width: 35%; background: #ddd; min-height: 200px; }
.noticia-content { padding: 25px; width: 65%; }
.noticia-content h3 { font-size: 1.5rem; color: var(--verde-principal); margin-bottom: 12px; line-height: 1.2; }

/* Sidebar Ads */
.sidebar-ad-box { background: #fff; padding: 20px; border-radius: 10px; margin-bottom: 25px; text-align: center; border: 1px solid #eee; }

/* Mural de Vagas */
.vagas-container { grid-column: 1 / -1; background: #fff; border: 2px solid var(--verde-claro); border-radius: 15px; padding: 40px; margin-top: 50px; }
.vaga-card { display: flex; justify-content: space-between; padding: 15px; border-bottom: 1px solid #f0f0f0; }
.vaga-card:hover { background: #f9fff9; }

/* Seção SEO de Cidades (Invisível no fundo) */
.seo-cidades { padding: 40px 5%; font-size: 0.7rem; color: #ccc; opacity: 0.3; }

/* Rodapé */
footer { background: #0a1f0c; color: #fff; padding: 80px 5% 40px; margin-top: 100px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; max-width: 1200px; margin: 0 auto; }
.footer-grid h4 { color: var(--verde-claro); margin-bottom: 25px; font-size: 1.2rem; }
.footer-bottom { text-align: center; margin-top: 60px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; font-size: 0.9rem; }
.footer-bottom a { color: var(--verde-claro); font-weight: bold; text-decoration: none; }

@media (max-width: 768px) {
    .container { grid-template-columns: 1fr; }
    .noticia-item { flex-direction: column; }
    .noticia-thumb { width: 100%; }
    .noticia-content { width: 100%; }
}
