
:root { --navy: #27255E; --verde: #94C83D; --cinza: #f4f5f7; --texto: #23252b; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Roboto, Arial, sans-serif; color: var(--texto); background: #fff; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.topo { background: var(--navy); position: sticky; top: 0; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,.25); }
.topo-inner { display: flex; align-items: center; justify-content: space-between; gap: 10px; height: 64px; }
.logo img { height: 36px; display: block; }
.menu { display: flex; gap: 2px; flex-wrap: wrap; }
.menu a { color: #fff; font-weight: 600; font-size: 14.5px; padding: 8px 12px; border-radius: 6px; }
.menu a:hover { background: rgba(148,200,61,.25); color: var(--verde); }
.menu .menu-guias { color: var(--navy); background: var(--verde); }
.menu .menu-guias:hover { background: #a8dd52; color: var(--navy); }
.topo-sociais { display: flex; gap: 6px; }
.social { color: #cfd2e3; font-size: 12.5px; padding: 5px 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 6px; white-space: nowrap; }
.social:hover { color: var(--verde); border-color: var(--verde); }

/* manchetes estilo portal de notícias */
.manchetes { display: grid; grid-template-columns: 1.25fr 1fr 0.95fr; gap: 26px; margin-top: 26px; padding-bottom: 26px; border-bottom: 1px solid #e5e7ee; }
.manchete-principal h2 { color: #16182d; font-size: 31px; line-height: 1.18; margin: 8px 0 10px; font-weight: 800; }
.manchete-principal > a:hover h2 { color: var(--navy); text-decoration: underline; }
.manchete-principal p { color: #555; font-size: 16px; line-height: 1.5; border-left: 3px solid var(--verde); padding-left: 10px; }
.manchete-lista { margin-top: 18px; display: flex; flex-direction: column; }
.manchete-lista a { font-size: 16.5px; font-weight: 600; color: #23252b; line-height: 1.4; padding: 10px 0 10px 12px; border-left: 3px solid #d9dce8; border-top: 1px solid #eef0f5; }
.manchete-lista a:first-child { border-top: 0; }
.manchete-lista a:hover { color: var(--navy); border-left-color: var(--verde); }
.manchete-cards { display: flex; flex-direction: column; gap: 20px; }
.manchete-lateral { display: flex; flex-direction: column; gap: 14px; }
.mini { display: grid; grid-template-columns: 108px 1fr; gap: 12px; align-items: center; padding-bottom: 14px; border-bottom: 1px solid #eef0f5; }
.mini:last-child { border-bottom: 0; }
.mini-img { aspect-ratio: 4/3; border-radius: 8px; background-size: cover; background-position: center; background-color: var(--cinza); }
.mini h4 { font-size: 14.5px; line-height: 1.35; color: #23252b; font-weight: 700; margin-top: 2px; }
.mini:hover h4 { color: var(--navy); text-decoration: underline; }

.rotulo-cat { display: block; font-size: 12px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.rotulo-mercados { color: #5a831f; }
.rotulo-economia { color: #2f6db3; }
.rotulo-cripto { color: #c07f16; }
.rotulo-internacional { color: #6b5aa8; }
.rotulo-guia { color: var(--navy); }

.grade { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 20px 0 40px; }
.cartao { background: #fff; border: 1px solid #e5e7ee; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s; }
.cartao:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(39,37,94,.14); }
.cartao-img { background-size: cover; background-position: center; aspect-ratio: 16/9; background-color: var(--cinza); }
.cartao-corpo { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.cartao h3 { font-size: 17px; line-height: 1.35; color: var(--navy); }
.cartao time { margin-top: auto; font-size: 12.5px; color: #8a8d98; }

.chip { display: inline-block; width: fit-content; font-size: 11.5px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; color: #fff; background: var(--navy); }
.chip-mercados { background: var(--verde); color: var(--navy); }
.chip-economia { background: #4A90D9; }
.chip-cripto { background: #F0A32E; }
.chip-internacional { background: #8E7CC3; }
.chip-guia { background: var(--verde); color: var(--navy); }

.titulo-secao { margin: 32px 0 6px; color: var(--navy); font-size: 26px; border-left: 5px solid var(--verde); padding-left: 12px; }
.intro-secao { color: #555; margin: 10px 0 6px; font-size: 16.5px; }

.artigo { max-width: 780px; margin: 32px auto 40px; }
.artigo h1 { color: var(--navy); font-size: 34px; line-height: 1.2; margin: 12px 0; }
.linha-fina { font-size: 19px; color: #555; margin-bottom: 14px; }
.meta { font-size: 13.5px; color: #8a8d98; padding-bottom: 14px; border-bottom: 1px solid #e5e7ee; margin-bottom: 18px; }
.artigo-img { aspect-ratio: 16/9; background-size: cover; background-position: center; border-radius: 12px; margin-bottom: 22px; background-color: var(--cinza); }
.resposta-direta { font-size: 18.5px; line-height: 1.7; background: #eef5e2; border-left: 4px solid var(--verde); padding: 16px 18px; border-radius: 8px; margin-bottom: 20px; }
.toc { background: var(--cinza); border-radius: 10px; padding: 16px 20px; margin-bottom: 24px; font-size: 15px; }
.toc ol { margin: 8px 0 0 20px; }
.toc li { margin: 5px 0; }
.toc a { color: var(--navy); font-weight: 600; }
.toc a:hover { color: #5a831f; text-decoration: underline; }
.corpo p { font-size: 17.5px; line-height: 1.75; margin-bottom: 18px; }
.corpo h2 { color: var(--navy); margin: 30px 0 12px; font-size: 24px; scroll-margin-top: 80px; }
.corpo h3 { color: var(--navy); margin: 22px 0 10px; font-size: 19px; }
.corpo ul, .corpo ol { margin: 0 0 18px 24px; }
.corpo li { font-size: 17px; line-height: 1.7; margin-bottom: 8px; }
.corpo table { width: 100%; border-collapse: collapse; margin: 0 0 20px; font-size: 15.5px; }
.corpo th { background: var(--navy); color: #fff; text-align: left; padding: 10px 12px; }
.corpo td { border: 1px solid #e5e7ee; padding: 9px 12px; }
.corpo tr:nth-child(even) td { background: #f8f9fb; }
.corpo strong { color: var(--navy); }
.fontes { background: var(--cinza); border-left: 4px solid var(--verde); padding: 12px 16px; border-radius: 8px; font-size: 14.5px; margin: 26px 0 14px; }
.fontes a { color: var(--navy); font-weight: 600; text-decoration: underline; }
.tags span { display: inline-block; background: #eef0f5; color: var(--navy); font-size: 13px; padding: 4px 10px; border-radius: 16px; margin: 0 6px 6px 0; }
.leia-tambem { background: #eef5e2; padding: 12px 16px; border-radius: 8px; font-size: 15.5px; margin: 14px 0; }
.leia-tambem a { color: var(--navy); font-weight: 700; text-decoration: underline; }
.aviso { font-size: 12.5px; color: #9aa; margin-top: 10px; }

.faq-item { border: 1px solid #e5e7ee; border-radius: 10px; margin: 10px 0; padding: 0; overflow: hidden; }
.faq-item summary { cursor: pointer; font-weight: 700; color: var(--navy); padding: 14px 18px; font-size: 16.5px; background: #f8f9fb; }
.faq-item[open] summary { border-bottom: 1px solid #e5e7ee; }
.faq-item p { padding: 14px 18px; font-size: 16px; line-height: 1.7; }

.cta { display: flex; gap: 20px; align-items: center; background: linear-gradient(120deg, var(--navy), #3d3b8f); color: #fff; border-radius: 14px; padding: 26px 28px; margin: 34px auto; max-width: 900px; }
.cta-icone { width: 64px; height: 64px; flex-shrink: 0; }
.cta h3 { font-size: 21px; margin-bottom: 6px; color: var(--verde); }
.cta p { font-size: 15px; line-height: 1.6; color: #e6e8f5; }
.cta-botoes { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.btn { font-weight: 700; font-size: 14px; padding: 9px 16px; border-radius: 8px; }
.btn-yt { background: #FF0000; color: #fff; }
.btn-ig { background: linear-gradient(45deg, #f09433, #dc2743, #bc1888); color: #fff; }
.btn-sq { background: var(--verde); color: var(--navy); }
.btn:hover { filter: brightness(1.1); }

.rodape { background: var(--navy); color: #cfd2e3; margin-top: 30px; }
.rodape-inner { padding: 34px 20px; font-size: 13.5px; line-height: 1.7; }
.rodape-logo { height: 30px; margin-bottom: 14px; }
.rodape a { color: var(--verde); }
.rodape-links { display: flex; gap: 18px; flex-wrap: wrap; margin: 10px 0; }
.rodape .aviso { color: #8f93b8; }
.creditos-fotos { color: #8f93b8; font-size: 12px; margin-top: 6px; }

@media (max-width: 1000px) {
  .topo-sociais { display: none; }
  .manchetes { grid-template-columns: 1fr 1fr; }
  .manchete-lateral { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
}
@media (max-width: 900px) {
  .grade { grid-template-columns: repeat(2, 1fr); }
  .menu a { padding: 8px 8px; font-size: 13px; }
  .logo img { height: 26px; }
  .cta { flex-direction: column; text-align: center; }
  .cta-botoes { justify-content: center; }
}
@media (max-width: 560px) {
  .grade { grid-template-columns: 1fr; }
  .artigo h1 { font-size: 26px; }
  .manchetes { grid-template-columns: 1fr; }
  .manchete-lateral { grid-template-columns: 1fr; }
  .manchete-principal h2 { font-size: 25px; }
}
