/* Jornal Hoje BR — moda sazonal */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Red Hat Display','Segoe UI',sans-serif;background:#0f172a;color:#e2e8f0;line-height:1.65}
a{color:#93c5fd;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}

.disclaimer-bar{background:#1e293b;border-bottom:2px solid #334155;color:#fbbf24;text-align:center;padding:10px 16px;font-size:12px;font-weight:600;letter-spacing:.3px}

.site-header{background:#1e293b;padding:22px 20px;border-bottom:3px solid #3b82f6}
.site-header-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between}
.brand{font-size:28px;font-weight:900;color:#f1f5f9;letter-spacing:-.5px}
.brand em{color:#60a5fa;font-style:normal}
.brand-sub{display:block;font-size:11px;color:#94a3b8;font-weight:500;letter-spacing:1px;text-transform:uppercase;margin-top:3px}
.site-nav{display:flex;flex-wrap:wrap;gap:18px;font-size:13px;font-weight:600}
.site-nav a{color:#cbd5e1}
.site-nav a:hover{color:#60a5fa;text-decoration:none}

.hero{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);padding:60px 20px;text-align:center;border-bottom:1px solid #334155}
.hero h1{font-size:clamp(26px,5vw,42px);font-weight:900;color:#f8fafc;letter-spacing:-1px;line-height:1.15;margin-bottom:14px}
.hero p{max-width:720px;margin:0 auto;color:#cbd5e1;font-size:16px}

.wrap{max-width:1100px;margin:0 auto;padding:40px 20px}
.section-title{font-size:22px;font-weight:800;color:#f1f5f9;margin-bottom:22px;padding-bottom:10px;border-bottom:2px solid #334155;letter-spacing:-.3px}

.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px}
.card{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:22px;transition:border-color .2s,transform .2s}
.card:hover{border-color:#3b82f6;transform:translateY(-2px)}
.card .tag{display:inline-block;background:#1e40af;color:#dbeafe;font-size:10px;font-weight:700;padding:4px 10px;border-radius:3px;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}
.card h3{font-size:17px;color:#f1f5f9;font-weight:800;margin-bottom:10px;line-height:1.3}
.card h3 a{color:inherit}
.card p{color:#94a3b8;font-size:13px;margin-bottom:12px}
.card .meta{font-size:11px;color:#64748b;border-top:1px solid #334155;padding-top:10px}

.content{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:34px;margin-bottom:30px}
.content h1{font-size:clamp(24px,4vw,34px);color:#f8fafc;font-weight:900;line-height:1.2;margin-bottom:14px;letter-spacing:-.5px}
.content .meta-top{font-size:12px;color:#94a3b8;margin-bottom:24px;padding-bottom:14px;border-bottom:1px solid #334155}
.content h2{font-size:22px;color:#f1f5f9;font-weight:800;margin:26px 0 12px;letter-spacing:-.3px}
.content h3{font-size:17px;color:#e2e8f0;font-weight:700;margin:20px 0 10px}
.content p{color:#cbd5e1;margin-bottom:14px;font-size:15px}
.content ul,.content ol{margin:10px 0 18px 22px;color:#cbd5e1}
.content li{margin-bottom:6px}
.content blockquote{border-left:3px solid #3b82f6;padding:10px 16px;margin:18px 0;background:#0f172a;color:#cbd5e1;font-style:italic;border-radius:0 6px 6px 0}

.about{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:30px;margin:30px 0}
.about h2{color:#f1f5f9;font-size:22px;font-weight:800;margin-bottom:14px}
.about p{color:#cbd5e1;margin-bottom:12px}

.categories-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}
.cat-item{background:#1e293b;border:1px solid #334155;border-left:4px solid #3b82f6;border-radius:6px;padding:16px;font-weight:700;color:#f1f5f9}
.cat-item span{display:block;font-size:12px;color:#94a3b8;font-weight:500;margin-top:4px}

.site-footer{background:#020617;border-top:3px solid #1e40af;padding:36px 20px 24px;margin-top:50px;color:#94a3b8;font-size:13px;line-height:1.8}
.footer-inner{max-width:1100px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:24px}
.footer-col h4{color:#e2e8f0;font-size:14px;font-weight:800;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:6px}
.footer-col a{color:#94a3b8}
.footer-col a:hover{color:#60a5fa}
.footer-company{border-top:1px solid #1e293b;padding-top:18px;font-size:12px;color:#64748b}
.footer-company strong{color:#cbd5e1}

.btn{display:inline-block;background:#1e40af;color:#fff;padding:10px 22px;border-radius:6px;font-weight:700;font-size:14px;margin-top:10px;border:none;cursor:pointer}
.btn:hover{background:#2563eb;text-decoration:none}

.error-wrap{max-width:600px;margin:0 auto;text-align:center;padding:80px 20px}
.error-wrap h1{font-size:72px;color:#3b82f6;margin-bottom:10px}
.error-wrap h2{font-size:22px;color:#f1f5f9;margin-bottom:14px}

@media(max-width:600px){
  .site-header-inner{flex-direction:column;align-items:flex-start}
  .site-nav{width:100%;overflow-x:auto}
  .content{padding:22px}
}
