/* =====================================================
   IMPACTUS CAPITAL v2.4 — main.css
   Alta especificidade para sobrescrever Astra
   ===================================================== */

:root {
  --accent:      #2ECC7F;
  --accent-dark: #27ae60;
  --bg:          #f0f0f0;
  --card-bg:     #ffffff;
  --nav-bg:      #ffffff;
  --footer-bg:   #0a0a0a;
  --text:        #1a1a1a;
  --muted:       #888888;
  --border:      #e0e0e0;
  --tag-bg:      #e8e8e8;
  --tag-text:    #333333;
  --sans:        'Inter', system-ui, -apple-system, sans-serif;
  --max-w:       1180px;
  --radius:      10px;
}

/* ── RESET COMPLETO FORÇADO ── */
html body { font-family: var(--sans) !important; background: var(--bg) !important; color: var(--text) !important; -webkit-font-smoothing: antialiased; margin: 0 !important; padding: 0 !important; }
html body * { box-sizing: border-box; }
html body a { text-decoration: none !important; color: inherit; }
html body img { display: block; max-width: 100%; height: auto; }
html body ul, html body ol { list-style: none !important; margin: 0 !important; padding: 0 !important; }
html body button { cursor: pointer; border: none; background: none; font-family: var(--sans); }

/* ── DESATIVAR LAYOUT ASTRA ── */
html body #page,
html body .ast-container,
html body .site-content,
html body #content,
html body .ast-row { max-width: 100% !important; padding: 0 !important; margin: 0 !important; width: 100% !important; }
html body .entry-content, html body .ast-article-single { padding: 0 !important; margin: 0 !important; }

/* ── CONTAINER ── */
html body .container { max-width: var(--max-w) !important; margin: 0 auto !important; padding: 0 28px !important; width: 100% !important; }

/* ── UTILITIES ── */
.img-placeholder { background: #d8d8d8 !important; border-radius: var(--radius) !important; }

/* ── SEC HEAD ── */
html body .sec-head {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: var(--text) !important;
  padding: 0 0 12px 0 !important;
  margin: 0 0 20px 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--border) !important;
  background: none !important;
  display: block !important;
}

/* ── CAT BADGE na imagem ── */
html body .cat-badge {
  display: inline-block !important;
  background: rgba(0,0,0,.6) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  padding: 3px 10px !important;
  border-radius: 20px !important;
  line-height: 1.4 !important;
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 2 !important;
  margin: 0 !important;
}

/* badge fora de imagem (ultimas) */
html body .ul-item .cat-badge,
html body .cc-body .cat-badge {
  position: static !important;
  background: var(--tag-bg) !important;
  color: var(--tag-text) !important;
}

/* ── POST META ── */
html body .post-meta,
html body .ml-meta,
html body .fc-meta,
html body .ul-meta,
html body .cc-meta {
  font-size: 11px !important;
  color: var(--muted) !important;
  font-weight: 400 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

/* ══ NAV ══ */
html body .site-nav,
html body #masthead {
  background: var(--nav-bg) !important;
  border-bottom: 1px solid var(--border) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 200 !important;
  width: 100% !important;
  padding: 0 !important;
}
html body .nav-inner {
  max-width: var(--max-w) !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
  height: 54px !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}
html body .nav-logo-wrap { display: flex !important; align-items: center !important; flex-shrink: 0 !important; }
html body .nav-logo-wrap img { max-height: 34px !important; width: auto !important; display: block !important; }
html body .nav-logo-text { font-size: 17px !important; font-weight: 800 !important; color: var(--text) !important; letter-spacing: -.5px !important; white-space: nowrap !important; }
html body .nav-links { display: flex !important; align-items: center !important; gap: 2px !important; flex: 1 !important; }
html body .nav-links a { font-size: 13px !important; font-weight: 500 !important; color: var(--muted) !important; padding: 5px 12px !important; border-radius: 6px !important; transition: all .15s !important; background: none !important; }
html body .nav-links a:hover,
html body .nav-links .current-menu-item > a { color: var(--text) !important; background: var(--tag-bg) !important; }
html body .nav-right { display: flex !important; align-items: center !important; gap: 10px !important; margin-left: auto !important; }
html body .nav-search-btn { display: flex !important; align-items: center !important; justify-content: center !important; width: 34px !important; height: 34px !important; border-radius: 6px !important; color: var(--muted) !important; background: none !important; border: none !important; }
html body .btn-login { background: none !important; border: 1px solid var(--border) !important; color: var(--muted) !important; font-size: 12px !important; font-weight: 500 !important; padding: 6px 14px !important; border-radius: 6px !important; cursor: pointer !important; }
html body .btn-accent,
html body a.btn-accent { display: inline-block !important; background: var(--accent) !important; color: #fff !important; font-size: 13px !important; font-weight: 700 !important; padding: 7px 18px !important; border-radius: 6px !important; border: none !important; }
html body .btn-accent:hover { background: var(--accent-dark) !important; color: #fff !important; }
html body .nav-hamburger { display: none !important; flex-direction: column !important; gap: 5px !important; width: 36px !important; height: 36px !important; align-items: center !important; justify-content: center !important; }
html body .nav-hamburger span { display: block !important; width: 20px !important; height: 2px !important; background: var(--text) !important; border-radius: 2px !important; }

/* Search overlay */
.search-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.7); z-index: 300; align-items: flex-start; justify-content: center; padding-top: 80px; }
.search-overlay.open { display: flex; }
.search-inner { background: var(--card-bg); border-radius: var(--radius); padding: 20px; width: 100%; max-width: 560px; position: relative; }
.search-inner .search-field { width: 100%; border: 1px solid var(--border); border-radius: 6px; padding: 10px 14px; font-size: 15px; font-family: var(--sans); outline: none; }
.search-inner .search-submit { background: var(--accent); color: #fff; border: none; padding: 10px 20px; border-radius: 6px; font-weight: 700; margin-top: 8px; cursor: pointer; }
.search-close { position: absolute; top: 12px; right: 14px; font-size: 18px; color: var(--muted); }

/* Breaking */
html body .breaking-bar { background: var(--text) !important; color: #fff !important; padding: 8px 28px !important; display: flex !important; gap: 12px !important; align-items: center !important; font-size: 12px !important; }
html body .breaking-label { background: #e74c3c !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: 1.5px !important; text-transform: uppercase !important; padding: 3px 10px !important; border-radius: 3px !important; white-space: nowrap !important; }
html body .breaking-text { color: #ddd !important; }

/* Ad */
.ad-bar { padding: 12px 0; text-align: center; }
.ad-inline { margin: 24px 0; text-align: center; }

/* ══════════════════════════════════
   HERO SLIDER
══════════════════════════════════ */
html body .hero-slider { position: relative !important; width: 100% !important; height: 460px !important; overflow: hidden !important; background: #111 !important; display: block !important; }
html body .hero-slide { position: absolute !important; inset: 0 !important; opacity: 0 !important; transition: opacity .65s ease !important; pointer-events: none !important; margin: 0 !important; padding: 0 !important; }
html body .hero-slide.active { opacity: 1 !important; pointer-events: auto !important; }
html body .hero-slide-img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; margin: 0 !important; padding: 0 !important; }
html body .hero-slide-ph { width: 100% !important; height: 100% !important; background: #333 !important; }
html body .hero-overlay { position: absolute !important; inset: 0 !important; background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.3) 55%, rgba(0,0,0,.1) 100%) !important; }
html body .hero-content { position: absolute !important; bottom: 0 !important; left: 0 !important; right: 0 !important; padding: 0 60px 52px !important; text-align: center !important; display: flex !important; flex-direction: column !important; align-items: center !important; gap: 18px !important; }
html body .hero-slide-title { font-size: 28px !important; font-weight: 800 !important; color: #fff !important; line-height: 1.18 !important; max-width: 760px !important; letter-spacing: -.4px !important; }
html body .hero-slide-title a { color: #fff !important; }
html body .hero-cta-btn { background: #fff !important; color: var(--text) !important; font-size: 13px !important; font-weight: 700 !important; padding: 9px 24px !important; border-radius: 6px !important; display: inline-block !important; }
html body .hero-nav { position: absolute !important; top: 50% !important; transform: translateY(-50%) !important; width: 40px !important; height: 40px !important; border-radius: 50% !important; background: rgba(255,255,255,.18) !important; border: 1px solid rgba(255,255,255,.28) !important; color: #fff !important; font-size: 22px !important; display: flex !important; align-items: center !important; justify-content: center !important; z-index: 5 !important; }
html body .hero-prev { left: 20px !important; }
html body .hero-next { right: 20px !important; }
html body .hero-dots { position: absolute !important; bottom: 18px !important; left: 0 !important; right: 0 !important; display: flex !important; justify-content: center !important; gap: 8px !important; z-index: 5 !important; }
html body .hero-dot { width: 9px !important; height: 9px !important; border-radius: 50% !important; background: rgba(255,255,255,.35) !important; cursor: pointer !important; }
html body .hero-dot.on { background: #fff !important; }

/* ══════════════════════════════════
   HOME GRID 3 COLUNAS
══════════════════════════════════ */
html body .home-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 36px !important;
  padding: 32px 0 44px !important;
  align-items: start !important;
  width: 100% !important;
}

/* ══ COL 1 + 2: MAIS LIDAS / DESTAQUES ══ */
html body .col-mais-lidas,
html body .col-destaques { display: flex !important; flex-direction: column !important; gap: 0 !important; }

html body .ml-card,
html body .fc-card {
  padding: 0 0 28px 0 !important;
  margin: 0 0 28px 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--border) !important;
  background: none !important;
  display: block !important;
}
html body .ml-card:last-child,
html body .fc-card:last-child { border-bottom: none !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }

/* WRAPPER DA IMAGEM — posição relativa para o badge */
html body .ml-img-wrap,
html body .fc-img-wrap {
  display: block !important;
  position: relative !important;
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
  border-radius: var(--radius) !important;
  overflow: hidden !important;
  width: 100% !important;
}

/* IMAGEM com border-radius e aspect ratio correto */
html body .ml-img-wrap img,
html body .ml-img-wrap .ml-img,
html body .fc-img-wrap img,
html body .fc-img-wrap .fc-img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: var(--radius) !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: transform .3s ease !important;
}
html body .ml-card:hover .ml-img-wrap img,
html body .fc-card:hover .fc-img-wrap img { transform: scale(1.02) !important; }

html body .ml-body,
html body .fc-body { padding: 0 !important; margin: 0 !important; }

html body .ml-title,
html body .fc-title {
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.32 !important;
  color: var(--text) !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  letter-spacing: -.2px !important;
  display: block !important;
}
html body .ml-title a,
html body .fc-title a { color: var(--text) !important; font-size: inherit !important; font-weight: inherit !important; }
html body .ml-title a:hover,
html body .fc-title a:hover { text-decoration: underline !important; }

/* ══ COL 3: ÚLTIMAS PUBLICADAS ══ */
html body .col-ultimas { display: flex !important; flex-direction: column !important; gap: 0 !important; }

html body .ul-item {
  padding: 18px 0 !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--border) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  background: none !important;
}
html body .ul-item:first-child { padding-top: 0 !important; }
html body .ul-item:last-child { border-bottom: none !important; }

html body .ul-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: var(--text) !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: -.1px !important;
}
html body .ul-title a { color: var(--text) !important; font-size: inherit !important; }
html body .ul-title a:hover { text-decoration: underline !important; }

html body .ul-meta {
  font-size: 11px !important;
  color: var(--muted) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ══════════════════════════════════
   CONFIRA NOSSOS CONTEÚDOS
══════════════════════════════════ */
html body .conteudos-section {
  background: var(--bg) !important;
  border-top: 1px solid var(--border) !important;
  padding: 40px 0 48px !important;
  display: block !important;
  width: 100% !important;
}

html body .conteudos-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 0 24px 0 !important;
  padding: 0 0 12px 0 !important;
  border-bottom: 1px solid var(--border) !important;
}

html body .conteudos-title {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: var(--text) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* GRID 2 colunas */
html body .conteudos-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 !important;
  width: 100% !important;
}

/* CADA CARD: thumbnail 160px + texto */
html body .cc-card {
  display: grid !important;
  grid-template-columns: 160px 1fr !important;
  gap: 16px !important;
  padding: 20px 0 !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--border) !important;
  align-items: center !important;
  background: none !important;
}
html body .cc-card:nth-child(odd)  { padding-right: 28px !important; }
html body .cc-card:nth-child(even) { padding-left: 28px !important; border-left: 1px solid var(--border) !important; }
html body .cc-card:nth-last-child(-n+2) { border-bottom: none !important; }

/* IMAGEM DO CC-CARD: tamanho fixo */
html body .cc-img-wrap {
  display: block !important;
  width: 160px !important;
  height: 100px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}
html body .cc-img-wrap img,
html body .cc-img-wrap .cc-img {
  width: 160px !important;
  height: 100px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: unset !important;
  transition: transform .3s ease !important;
}
html body .cc-card:hover .cc-img-wrap img { transform: scale(1.04) !important; }

html body .cc-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  padding: 0 !important;
  margin: 0 !important;
}

html body .cc-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.38 !important;
  color: var(--text) !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: -.1px !important;
}
html body .cc-title a { color: var(--text) !important; font-size: inherit !important; font-weight: inherit !important; }
html body .cc-title a:hover { text-decoration: underline !important; }

html body .cc-meta { font-size: 11px !important; color: var(--muted) !important; margin: 0 !important; }

/* BOTÃO VER MAIS */
html body .ver-mais-wrap { display: flex !important; justify-content: center !important; margin-top: 32px !important; }
html body .btn-ver-mais {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: var(--card-bg) !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 11px 32px !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  font-family: var(--sans) !important;
  transition: all .15s !important;
}
html body .btn-ver-mais:hover { background: var(--text) !important; color: #fff !important; border-color: var(--text) !important; }
html body .btn-ver-mais:disabled { opacity: .6 !important; cursor: not-allowed !important; }

/* ══ NEWSLETTER ══ */
html body .newsletter-section,
html body .newsletter-inline {
  background: var(--card-bg) !important;
  border-top: 1px solid var(--border) !important;
  border-bottom: 1px solid var(--border) !important;
  padding: 14px 0 !important;
}
html body .nl-inner { max-width: var(--max-w) !important; margin: 0 auto !important; padding: 0 28px !important; display: flex !important; align-items: center !important; gap: 16px !important; flex-wrap: wrap !important; }
html body .nl-icon { color: var(--muted) !important; flex-shrink: 0 !important; }
html body .nl-text { font-size: 13px !important; font-weight: 600 !important; flex: 1 !important; min-width: 160px !important; }
html body .nl-form { display: flex !important; }
html body .nl-email-wrap { display: flex !important; align-items: center !important; gap: 8px !important; background: var(--bg) !important; border: 1px solid var(--border) !important; border-right: none !important; border-radius: 6px 0 0 6px !important; padding: 0 12px !important; }
html body .nl-email-wrap input { border: none !important; background: none !important; padding: 9px 0 !important; font-size: 13px !important; font-family: var(--sans) !important; outline: none !important; width: 200px !important; color: var(--text) !important; box-shadow: none !important; }
html body .nl-email-wrap input::placeholder { color: var(--muted) !important; }
html body .nl-form .btn-accent { border-radius: 0 6px 6px 0 !important; padding: 9px 20px !important; font-size: 12px !important; }

/* ══ SINGLE ══ */
html body .single-main { background: var(--bg) !important; }
html body .single-wrap { max-width: 760px !important; margin: 0 auto !important; padding: 32px 24px 60px !important; }
html body .single-meta-top { display: flex !important; align-items: center !important; gap: 10px !important; margin-bottom: 14px !important; }
html body .read-time { font-size: 12px !important; color: var(--muted) !important; }
html body .single-title { font-size: clamp(26px,5vw,40px) !important; font-weight: 800 !important; line-height: 1.12 !important; color: var(--text) !important; margin-bottom: 14px !important; letter-spacing: -.5px !important; }
html body .single-subtitle { font-size: 18px !important; color: var(--muted) !important; line-height: 1.55 !important; margin-bottom: 18px !important; }
html body .single-byline { display: flex !important; align-items: center !important; gap: 8px !important; font-size: 13px !important; color: var(--muted) !important; margin-bottom: 16px !important; flex-wrap: wrap !important; }
html body .author-avatar { width: 28px !important; height: 28px !important; border-radius: 50% !important; background: var(--accent) !important; color: #fff !important; font-size: 10px !important; font-weight: 800 !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; }
html body .author-name { font-weight: 600 !important; color: var(--text) !important; }
html body .single-share { display: flex !important; align-items: center !important; gap: 8px !important; padding: 14px 0 !important; border-top: 1px solid var(--border) !important; border-bottom: 1px solid var(--border) !important; margin-bottom: 24px !important; flex-wrap: wrap !important; }
html body .share-btn { display: inline-flex !important; align-items: center !important; gap: 6px !important; padding: 7px 12px !important; border-radius: 6px !important; font-size: 13px !important; font-weight: 600 !important; border: 1px solid var(--border) !important; background: var(--card-bg) !important; color: var(--text) !important; cursor: pointer !important; }
html body .share-wa { background: #25D366 !important; border-color: #25D366 !important; color: #fff !important; }
html body .single-hero-img { margin-bottom: 28px !important; border-radius: var(--radius) !important; overflow: hidden !important; }
html body .single-hero-img .hero-img { width: 100% !important; max-height: 500px !important; object-fit: cover !important; }
html body .single-content { font-size: 17px !important; line-height: 1.82 !important; color: var(--text) !important; }
html body .single-content p { margin-bottom: 1.5em !important; }
html body .single-content h2 { font-size: 26px !important; font-weight: 800 !important; margin: 2.2em 0 .7em !important; }
html body .single-content h3 { font-size: 21px !important; font-weight: 700 !important; margin: 2em 0 .6em !important; }
html body .single-content ul, html body .single-content ol { margin: 0 0 1.5em 1.5em !important; list-style: initial !important; }
html body .single-content li { margin-bottom: .5em !important; }
html body .single-content blockquote { border-left: 3px solid var(--accent) !important; border-radius: 0 !important; padding: 2px 0 2px 22px !important; margin: 2em 0 !important; color: var(--muted) !important; font-size: 18px !important; font-style: italic !important; line-height: 1.65 !important; }
html body .single-content img { max-width: 100% !important; border-radius: var(--radius) !important; margin: 1.5em 0 !important; }
html body .single-content a { color: var(--accent) !important; }
html body .single-tags { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; margin-top: 32px !important; padding-top: 24px !important; border-top: 1px solid var(--border) !important; }
html body .tag-pill { background: var(--tag-bg) !important; color: var(--muted) !important; font-size: 12px !important; padding: 4px 12px !important; border-radius: 20px !important; }

/* Relacionadas */
html body .related-section { margin-top: 40px !important; padding-top: 24px !important; border-top: 1px solid var(--border) !important; }
html body .related-header { display: flex !important; justify-content: space-between !important; align-items: center !important; margin-bottom: 16px !important; }
html body .related-nav { display: flex !important; gap: 8px !important; }
html body .rel-btn { width: 30px !important; height: 30px !important; border: 1px solid var(--border) !important; border-radius: 50% !important; font-size: 16px !important; display: flex !important; align-items: center !important; justify-content: center !important; background: var(--card-bg) !important; cursor: pointer !important; }
html body .related-grid { display: grid !important; grid-template-columns: repeat(4,1fr) !important; gap: 14px !important; }
html body .related-card .related-img-wrap { position: relative !important; margin-bottom: 8px !important; border-radius: 8px !important; overflow: hidden !important; }
html body .related-card .related-img { aspect-ratio: 16/9 !important; object-fit: cover !important; border-radius: 8px !important; }
html body .related-title { font-size: 13px !important; font-weight: 700 !important; line-height: 1.35 !important; margin-bottom: 4px !important; }

/* Archive */
html body .archive-header { padding: 28px 0 20px !important; margin-bottom: 28px !important; }
html body .archive-title { font-size: 30px !important; font-weight: 800 !important; }
html body .archive-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 22px !important; margin-bottom: 36px !important; }
html body .arc-card { background: var(--card-bg) !important; border-radius: var(--radius) !important; overflow: hidden !important; }
html body .arc-card-img-wrap { position: relative !important; }
html body .arc-card-img { aspect-ratio: 16/9 !important; object-fit: cover !important; width: 100% !important; }
html body .arc-card-body { padding: 14px 16px 16px !important; }
html body .arc-card-title { font-size: 15px !important; font-weight: 700 !important; line-height: 1.35 !important; margin-bottom: 7px !important; }

/* Pagination */
html body .pagination { padding: 8px 0 40px !important; }
html body .pagination .nav-links { display: flex !important; gap: 8px !important; flex-wrap: wrap !important; }
html body .pagination .page-numbers { display: inline-flex !important; align-items: center !important; justify-content: center !important; min-width: 36px !important; height: 36px !important; border: 1px solid var(--border) !important; border-radius: 6px !important; font-size: 13px !important; color: var(--muted) !important; background: var(--card-bg) !important; }
html body .pagination .page-numbers.current,
html body .pagination .page-numbers:hover { background: var(--text) !important; color: #fff !important; border-color: var(--text) !important; }

/* ══ FOOTER ══ */
html body .site-footer { background: var(--footer-bg) !important; color: #fff !important; padding: 48px 28px 0 !important; }
html body .footer-main { max-width: var(--max-w) !important; margin: 0 auto !important; display: flex !important; gap: 48px !important; padding-bottom: 32px !important; border-bottom: 1px solid #1e1e1e !important; align-items: flex-start !important; }
html body .footer-brand { flex: 1.5 !important; }
html body .footer-brand img { max-height: 34px !important; width: auto !important; margin-bottom: 12px !important; filter: brightness(0) invert(1) !important; }
html body .footer-logo-text { font-size: 18px !important; font-weight: 800 !important; color: #fff !important; margin-bottom: 10px !important; }
html body .footer-desc { font-size: 13px !important; color: #444 !important; line-height: 1.65 !important; margin-bottom: 8px !important; }
html body .footer-url { font-size: 12px !important; color: #333 !important; }
html body .footer-col h4 { font-size: 9px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 2px !important; color: #333 !important; margin-bottom: 12px !important; padding-bottom: 8px !important; border-bottom: 1px solid #1a1a1a !important; }
html body .footer-col ul { display: flex !important; flex-direction: column !important; gap: 8px !important; }
html body .footer-col ul li a { font-size: 13px !important; color: #444 !important; }
html body .footer-col ul li a:hover { color: #fff !important; }
html body .footer-bottom { max-width: var(--max-w) !important; margin: 0 auto !important; padding: 18px 0 22px !important; display: flex !important; justify-content: space-between !important; align-items: center !important; font-size: 11px !important; color: #2a2a2a !important; flex-wrap: wrap !important; gap: 12px !important; }
html body .footer-social { display: flex !important; gap: 10px !important; }
html body .social-link { width: 32px !important; height: 32px !important; border-radius: 50% !important; border: 1px solid #222 !important; display: flex !important; align-items: center !important; justify-content: center !important; color: #444 !important; }
html body .social-link:hover { border-color: #fff !important; color: #fff !important; }
html body .footer-disclaimer { font-size: 11px !important; color: #2a2a2a !important; line-height: 1.6 !important; }
html body .back-to-top { position: fixed !important; bottom: 24px !important; right: 24px !important; width: 40px !important; height: 40px !important; background: var(--text) !important; color: #fff !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; opacity: 0 !important; pointer-events: none !important; z-index: 100 !important; }
html body .back-to-top.visible { opacity: 1 !important; pointer-events: auto !important; }

/* ══ RESPONSIVE ══ */
@media (max-width: 1024px) {
  html body .home-grid { grid-template-columns: 1fr 1fr !important; gap: 28px !important; }
  html body .col-ultimas { display: none !important; }
  html body .conteudos-grid { grid-template-columns: 1fr !important; }
  html body .cc-card:nth-child(even) { padding-left: 0 !important; border-left: none !important; }
  html body .cc-card:nth-child(odd) { padding-right: 0 !important; }
  html body .cc-card:nth-last-child(-n+2) { border-bottom: 1px solid var(--border) !important; }
  html body .cc-card:last-child { border-bottom: none !important; }
  html body .related-grid { grid-template-columns: repeat(2,1fr) !important; }
  html body .archive-grid { grid-template-columns: repeat(2,1fr) !important; }
}
@media (max-width: 768px) {
  html body .home-grid { grid-template-columns: 1fr !important; gap: 0 !important; }
  html body .col-ultimas { display: flex !important; }
  html body .nav-links { display: none !important; flex-direction: column !important; position: absolute !important; top: 54px !important; left: 0 !important; right: 0 !important; background: var(--nav-bg) !important; padding: 12px 24px !important; border-bottom: 1px solid var(--border) !important; z-index: 199 !important; }
  html body .nav-links.open { display: flex !important; }
  html body .nav-hamburger { display: flex !important; }
  html body .btn-login { display: none !important; }
  html body .hero-slider { height: 300px !important; }
  html body .hero-slide-title { font-size: 18px !important; }
  html body .hero-content { padding: 0 20px 40px !important; gap: 12px !important; }
  html body .hero-prev { left: 10px !important; }
  html body .hero-next { right: 10px !important; }
  html body .cc-img-wrap,
  html body .cc-img-wrap img { width: 110px !important; height: 72px !important; }
  html body .cc-card { grid-template-columns: 110px 1fr !important; gap: 12px !important; }
  html body .archive-grid { grid-template-columns: 1fr !important; }
  html body .related-grid { grid-template-columns: repeat(2,1fr) !important; }
  html body .footer-main { flex-direction: column !important; gap: 24px !important; }
  html body .nl-inner { flex-direction: column !important; align-items: flex-start !important; gap: 10px !important; }
  html body .nl-email-wrap input { width: 150px !important; }
}
@media (max-width: 480px) {
  html body .container { padding: 0 16px !important; }
  html body .hero-slider { height: 240px !important; }
  html body .hero-slide-title { font-size: 16px !important; }
  html body .related-grid { grid-template-columns: 1fr !important; }
  html body .single-wrap { padding: 20px 16px 48px !important; }
}

/* ══ ADIÇÕES V3 ══ */

/* Topbar */
html body .topbar { background:#1a1a1a !important; color:#666 !important; font-size:11px !important; padding:6px 28px !important; display:flex !important; justify-content:space-between !important; align-items:center !important; }
html body .topbar-date { color:#555 !important; }
html body .topbar-links { display:flex !important; gap:16px !important; }
html body .topbar-links a { color:#555 !important; font-size:11px !important; }
html body .topbar-links a:hover { color:#fff !important; }

/* Nav logo dot */
html body .nav-logo-dot { width:8px !important; height:8px !important; background:var(--accent) !important; border-radius:50% !important; display:inline-block !important; margin-right:6px !important; flex-shrink:0 !important; }
html body .nav-logo-text { display:flex !important; align-items:center !important; font-size:17px !important; font-weight:800 !important; color:var(--text) !important; }

/* Btn login */
html body .btn-login { background:none !important; border:1px solid var(--border) !important; color:var(--muted) !important; font-size:12px !important; font-weight:500 !important; padding:6px 14px !important; border-radius:6px !important; cursor:pointer !important; }

/* Ticker */
html body .ticker-bar { background:#fff !important; border-bottom:1px solid var(--border) !important; overflow:hidden !important; }
html body .ticker-inner { max-width:var(--max-w) !important; margin:0 auto !important; padding:8px 28px !important; display:flex !important; gap:20px !important; align-items:center !important; font-size:11px !important; overflow-x:auto !important; scrollbar-width:none !important; }
html body .ticker-inner::-webkit-scrollbar { display:none !important; }
html body .ticker-item { display:flex !important; gap:6px !important; align-items:center !important; white-space:nowrap !important; }
html body .tk-name { font-weight:700 !important; color:var(--text) !important; font-size:11px !important; }
html body .tk-val { color:#555 !important; font-size:11px !important; }
html body .tk-chg { font-size:11px !important; font-weight:600 !important; }
html body .tk-up { color:#1a7a3f !important; }
html body .tk-dn { color:#c0392b !important; }
html body .tk-sep { color:#e0e0e0 !important; margin:0 2px !important; }
html body .ticker-update { display:flex !important; gap:5px !important; align-items:center !important; color:#aaa !important; margin-left:auto !important; }

/* Hero cat pill */
html body .hero-cat-pill { display:inline-block !important; background:var(--accent) !important; color:#fff !important; font-size:10px !important; font-weight:700 !important; padding:3px 10px !important; border-radius:20px !important; letter-spacing:.5px !important; margin-bottom:4px !important; }

/* Sec head link */
html body .sec-head-link { font-size:10px !important; font-weight:600 !important; color:#888 !important; text-transform:none !important; letter-spacing:0 !important; border-bottom:1px solid #e0e0e0 !important; padding-bottom:1px !important; }
html body .sec-head-link:hover { color:var(--text) !important; border-color:var(--text) !important; }

/* Market strip */
html body .market-strip { background:#fff !important; border:1px solid #e8e8e8 !important; border-radius:10px !important; padding:18px 24px !important; margin:24px 0 !important; display:grid !important; grid-template-columns:repeat(5,1fr) !important; gap:0 !important; }
html body .mkt-item { text-align:center !important; padding:0 12px !important; border-right:1px solid #f0f0f0 !important; }
html body .mkt-item:last-child { border-right:none !important; }
html body .mkt-name { font-size:10px !important; font-weight:700 !important; color:#999 !important; text-transform:uppercase !important; letter-spacing:1px !important; margin-bottom:4px !important; }
html body .mkt-val { font-size:18px !important; font-weight:800 !important; color:var(--text) !important; margin-bottom:2px !important; letter-spacing:-.5px !important; }
html body .mkt-chg { font-size:11px !important; font-weight:600 !important; }

/* Cats section */
html body .cats-section { padding:24px 0 28px !important; }
html body .cats-grid { display:grid !important; grid-template-columns:repeat(6,1fr) !important; gap:10px !important; }
html body a.cat-card,
html body .cat-card { background:#fff !important; border:1px solid #e8e8e8 !important; border-radius:10px !important; padding:16px 12px !important; text-align:center !important; transition:all .2s !important; cursor:pointer !important; display:block !important; text-decoration:none !important; }
html body .cat-card:hover { border-color:#aaa !important; background:#fafafa !important; }
html body .cat-card-icon { width:34px !important; height:34px !important; border-radius:8px !important; background:#f2f2f0 !important; margin:0 auto 9px !important; display:flex !important; align-items:center !important; justify-content:center !important; }
html body .cat-card-name { font-size:12px !important; font-weight:700 !important; color:var(--text) !important; margin-bottom:2px !important; }
html body .cat-card-count { font-size:10px !important; color:#999 !important; }

/* Editorial */
html body .editorial-section { background:#fff !important; border-top:1px solid var(--border) !important; border-bottom:1px solid var(--border) !important; padding:32px 0 !important; }
html body .editorial-grid { display:grid !important; grid-template-columns:2fr 1fr !important; gap:36px !important; align-items:start !important; }
html body .ed-main-iw { display:block !important; position:relative !important; margin-bottom:14px !important; border-radius:var(--radius) !important; overflow:hidden !important; }
html body .ed-main-img { width:100% !important; aspect-ratio:16/9 !important; object-fit:cover !important; border-radius:var(--radius) !important; }
html body .ed-main-title { font-size:22px !important; font-weight:800 !important; line-height:1.2 !important; color:var(--text) !important; margin-bottom:8px !important; letter-spacing:-.3px !important; }
html body .ed-main-title a { color:var(--text) !important; }
html body .ed-main-title a:hover { text-decoration:underline !important; }
html body .ed-main-exc { font-size:14px !important; color:var(--muted) !important; line-height:1.65 !important; margin-bottom:10px !important; }
html body .ed-side { display:flex !important; flex-direction:column !important; }
html body .ed-side-item { display:grid !important; grid-template-columns:88px 1fr !important; gap:12px !important; padding:14px 0 !important; border-bottom:1px solid #e8e8e8 !important; align-items:start !important; }
html body .ed-side-item:first-child { padding-top:0 !important; }
html body .ed-side-item:last-child { border-bottom:none !important; }
html body .ed-side-iw { border-radius:7px !important; overflow:hidden !important; display:block !important; flex-shrink:0 !important; }
html body .ed-side-img { width:88px !important; height:64px !important; object-fit:cover !important; border-radius:7px !important; display:block !important; }
html body .ed-side-title { font-size:13px !important; font-weight:700 !important; line-height:1.35 !important; color:var(--text) !important; margin-bottom:4px !important; }
html body .ed-side-title a { color:var(--text) !important; }
html body .ed-side-title a:hover { text-decoration:underline !important; }
html body .ed-side-meta { font-size:10px !important; color:var(--muted) !important; }

/* ══ CALCULADORAS ══ */
html body .calc-section { padding:28px 0 32px !important; }
html body .calc-grid { display:grid !important; grid-template-columns:1fr 1fr !important; gap:16px !important; }
html body .calc-card { background:#fff !important; border:1px solid #e8e8e8 !important; border-radius:10px !important; padding:20px 22px !important; }
html body .calc-card-title { font-size:13px !important; font-weight:700 !important; color:var(--text) !important; margin-bottom:16px !important; display:flex !important; align-items:center !important; gap:9px !important; }
html body .calc-icon { width:28px !important; height:28px !important; border-radius:7px !important; background:var(--text) !important; display:flex !important; align-items:center !important; justify-content:center !important; flex-shrink:0 !important; }

html body .calc-input-row { margin-bottom:12px !important; }
html body .calc-input-row label { display:block !important; font-size:11px !important; font-weight:600 !important; color:var(--muted) !important; margin-bottom:5px !important; text-transform:uppercase !important; letter-spacing:.5px !important; }
html body .calc-input-row input,
html body .calc-input-row select { width:100% !important; background:#f9f9f7 !important; border:1px solid #e0e0e0 !important; border-radius:6px !important; padding:9px 12px !important; font-size:14px !important; font-weight:600 !important; color:var(--text) !important; font-family:var(--sans) !important; outline:none !important; transition:border-color .15s !important; box-shadow:none !important; }
html body .calc-input-row input:focus,
html body .calc-input-row select:focus { border-color:#aaa !important; background:#fff !important; }

html body .calc-result { background:#f5f5f3 !important; border-radius:8px !important; padding:14px 16px !important; margin-top:16px !important; }
html body .calc-result-row { display:flex !important; justify-content:space-between !important; align-items:center !important; gap:8px !important; }
html body .calc-result-label { font-size:11px !important; color:var(--muted) !important; text-transform:uppercase !important; letter-spacing:.8px !important; font-weight:600 !important; }
html body .calc-result-main { font-size:20px !important; font-weight:800 !important; color:var(--text) !important; letter-spacing:-.5px !important; }
html body .calc-result-sec { font-size:15px !important; font-weight:700 !important; color:var(--muted) !important; }

/* Conteudos section renomeada para Últimas Notícias */
html body .conteudos-title { font-size:11px !important; font-weight:700 !important; text-transform:uppercase !important; letter-spacing:2px !important; color:var(--text) !important; margin:0 !important; }

/* Dicas section = Economia & Investimentos */
html body .dicas-section { background:#1a1a1a !important; padding:36px 0 !important; }
html body .dicas-header { display:flex !important; align-items:center !important; justify-content:space-between !important; margin-bottom:20px !important; }
html body .dicas-title { font-size:11px !important; font-weight:700 !important; text-transform:uppercase !important; letter-spacing:2px !important; color:#fff !important; }
html body .dicas-btn { width:30px !important; height:30px !important; border-radius:50% !important; border:1px solid #333 !important; background:#2a2a2a !important; color:#666 !important; font-size:16px !important; display:flex !important; align-items:center !important; justify-content:center !important; cursor:pointer !important; }
html body .dicas-btn:hover { border-color:#fff !important; color:#fff !important; }
html body .dicas-grid { display:grid !important; grid-template-columns:repeat(4,1fr) !important; gap:16px !important; }
html body .dica-card { cursor:pointer !important; }
html body .dica-img-wrap { display:block !important; position:relative !important; border-radius:9px !important; overflow:hidden !important; margin-bottom:10px !important; }
html body .dica-img { width:100% !important; aspect-ratio:16/9 !important; object-fit:cover !important; border-radius:9px !important; display:block !important; transition:transform .3s, filter .3s !important; filter:brightness(.85) !important; }
html body .dica-card:hover .dica-img { transform:scale(1.03) !important; filter:brightness(1) !important; }
html body .dica-img-wrap .cat-badge { position:absolute !important; top:8px !important; left:8px !important; background:#fff !important; color:var(--text) !important; }
html body .dica-body { padding:0 !important; }
html body .dica-title { font-size:13px !important; font-weight:700 !important; color:#e8e8e8 !important; line-height:1.35 !important; margin-bottom:4px !important; }
html body .dica-title a { color:#e8e8e8 !important; }
html body .dica-title a:hover { color:#fff !important; text-decoration:underline !important; }
html body .dica-meta { font-size:10px !important; color:#555 !important; }

/* Responsive adições */
@media (max-width:1024px) {
  html body .cats-grid { grid-template-columns:repeat(3,1fr) !important; }
  html body .calc-grid { grid-template-columns:1fr 1fr !important; }
  html body .editorial-grid { grid-template-columns:1fr !important; }
  html body .dicas-grid { grid-template-columns:repeat(2,1fr) !important; }
  html body .market-strip { grid-template-columns:repeat(3,1fr) !important; }
}
@media (max-width:768px) {
  html body .cats-grid { grid-template-columns:repeat(2,1fr) !important; }
  html body .calc-grid { grid-template-columns:1fr !important; }
  html body .dicas-grid { grid-template-columns:1fr !important; }
  html body .market-strip { grid-template-columns:repeat(2,1fr) !important; gap:8px !important; }
  html body .topbar { display:none !important; }
}

/* ══ GRID PRINCIPAL V3: DESTAQUES 2x3 + ÚLTIMAS ══ */
html body .main-grid {
  display:grid !important;
  grid-template-columns:1fr 300px !important;
  gap:36px !important;
  padding:28px 0 36px !important;
  align-items:start !important;
}

/* DESTAQUES — 2 colunas × 3 fileiras */
html body .destaques-grid {
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:0 !important;
}
html body .dest-card {
  padding:0 0 22px !important;
  margin:0 0 22px !important;
  border:none !important;
  border-bottom:1px solid var(--border) !important;
  background:none !important;
}
html body .dest-card:nth-child(odd) {
  padding-right:20px !important;
  border-right:1px solid var(--border) !important;
}
html body .dest-card:nth-child(even) {
  padding-left:20px !important;
}
html body .dest-card:nth-last-child(-n+2) {
  border-bottom:none !important;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}
html body .dest-img-wrap {
  display:block !important;
  position:relative !important;
  margin-bottom:11px !important;
  border-radius:var(--radius) !important;
  overflow:hidden !important;
}
html body .dest-img-wrap img,
html body .dest-img-wrap .dest-img {
  width:100% !important;
  aspect-ratio:16/9 !important;
  object-fit:cover !important;
  border-radius:var(--radius) !important;
  display:block !important;
  transition:transform .3s !important;
}
html body .dest-card:hover .dest-img-wrap img { transform:scale(1.025) !important; }
html body .dest-title {
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1.32 !important;
  color:var(--text) !important;
  margin-bottom:6px !important;
  letter-spacing:-.15px !important;
}
html body .dest-title a { color:var(--text) !important; font-size:inherit !important; font-weight:inherit !important; }
html body .dest-title a:hover { text-decoration:underline !important; }
html body .dest-meta { font-size:11px !important; color:var(--muted) !important; }

/* ÚLTIMAS — coluna direita */
html body .ultimas-col {
  border-left:1px solid var(--border) !important;
  padding-left:28px !important;
}

/* Remove o grid antigo de 3 colunas se existir */
html body .home-grid { display:none !important; }

@media (max-width:1024px) {
  html body .main-grid { grid-template-columns:1fr !important; }
  html body .ultimas-col { border-left:none !important; padding-left:0 !important; border-top:1px solid var(--border) !important; padding-top:24px !important; }
}
@media (max-width:640px) {
  html body .destaques-grid { grid-template-columns:1fr !important; }
  html body .dest-card:nth-child(odd) { padding-right:0 !important; border-right:none !important; }
  html body .dest-card:nth-child(even) { padding-left:0 !important; }
  html body .dest-card:nth-last-child(-n+2) { border-bottom:1px solid var(--border) !important; margin-bottom:22px !important; padding-bottom:22px !important; }
  html body .dest-card:last-child { border-bottom:none !important; margin-bottom:0 !important; padding-bottom:0 !important; }
}

/* ══ V4: REMOVE TICKER, DESTAQUE PORTRAIT, FOOTER LEGAL ══ */

/* Remove ticker completamente */
html body .ticker-bar { display:none !important; }

/* ── DESTAQUE EDITORIAL PORTRAIT (estilo print) ── */
html body .editorial-grid {
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:28px !important;
  align-items:start !important;
}

html body .ed-main {
  display:block !important;
  position:relative !important;
  border-radius:12px !important;
  overflow:hidden !important;
  cursor:pointer !important;
  text-decoration:none !important;
}
html body .ed-main-img {
  width:100% !important;
  aspect-ratio:3/4 !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:12px !important;
  transition:transform .4s ease !important;
}
html body .ed-main:hover .ed-main-img { transform:scale(1.03) !important; }

html body .ed-main-ov {
  position:absolute !important;
  inset:0 !important;
  border-radius:12px !important;
  background:linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.55) 42%, rgba(0,0,0,.10) 100%) !important;
}
html body .ed-main-body {
  position:absolute !important;
  bottom:0 !important;
  left:0 !important;
  right:0 !important;
  padding:24px 22px !important;
}
html body .ed-main-cat {
  display:inline-block !important;
  background:rgba(255,255,255,.18) !important;
  color:#fff !important;
  font-size:10px !important;
  font-weight:700 !important;
  padding:4px 11px !important;
  border-radius:20px !important;
  margin-bottom:12px !important;
  border:1px solid rgba(255,255,255,.25) !important;
  letter-spacing:.3px !important;
}
html body .ed-main-title {
  font-size:22px !important;
  font-weight:800 !important;
  color:#fff !important;
  line-height:1.18 !important;
  letter-spacing:-.3px !important;
  margin-bottom:10px !important;
}
html body .ed-main-date {
  font-size:12px !important;
  color:rgba(255,255,255,.55) !important;
}

/* Ed side items */
html body .ed-side { display:flex !important; flex-direction:column !important; }
html body .ed-side-item { display:grid !important; grid-template-columns:90px 1fr !important; gap:13px !important; padding:16px 0 !important; border-bottom:1px solid #e8e8e8 !important; align-items:start !important; }
html body .ed-side-item:first-child { padding-top:0 !important; }
html body .ed-side-item:last-child { border-bottom:none !important; }
html body .ed-side-iw { border-radius:8px !important; overflow:hidden !important; display:block !important; position:relative !important; flex-shrink:0 !important; }
html body .ed-side-img { width:90px !important; height:68px !important; object-fit:cover !important; border-radius:8px !important; display:block !important; transition:transform .3s !important; }
html body .ed-side-item:hover .ed-side-img { transform:scale(1.04) !important; }
html body .ed-side-cat { position:absolute !important; top:5px !important; left:5px !important; background:rgba(0,0,0,.55) !important; color:#fff !important; font-size:9px !important; font-weight:700 !important; padding:2px 7px !important; border-radius:20px !important; }
html body .ed-side-title { font-size:13px !important; font-weight:700 !important; line-height:1.35 !important; color:var(--text) !important; margin-bottom:5px !important; }
html body .ed-side-title a { color:var(--text) !important; }
html body .ed-side-title a:hover { text-decoration:underline !important; }
html body .ed-side-meta { font-size:10px !important; color:var(--muted) !important; }

/* ── FOOTER LEGAL ── */
html body .footer-legal {
  max-width:var(--max-w) !important;
  margin:0 auto !important;
  padding:18px 0 !important;
  border-bottom:1px solid #111 !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:32px !important;
  flex-wrap:wrap !important;
}
html body .footer-legal-links {
  display:flex !important;
  gap:20px !important;
  flex-shrink:0 !important;
}
html body .footer-legal-links a {
  font-size:11px !important;
  color:#444 !important;
  transition:color .15s !important;
  border-bottom:1px solid #222 !important;
  padding-bottom:1px !important;
}
html body .footer-legal-links a:hover { color:#aaa !important; border-color:#aaa !important; }
html body .footer-disclaimer {
  font-size:11px !important;
  color:#2a2a2a !important;
  line-height:1.6 !important;
  max-width:580px !important;
}
html body .footer-logo-dot {
  display:inline-block !important;
  width:7px !important;
  height:7px !important;
  background:var(--accent) !important;
  border-radius:50% !important;
  margin-right:6px !important;
  vertical-align:middle !important;
}
html body .footer-version { color:#222 !important; font-size:10px !important; }

/* Responsive editorial */
@media (max-width:768px) {
  html body .editorial-grid { grid-template-columns:1fr !important; }
  html body .ed-main-img { aspect-ratio:16/9 !important; }
  html body .footer-legal { flex-direction:column !important; gap:16px !important; }
  html body .footer-legal-links { flex-wrap:wrap !important; gap:12px !important; }
}
