/* ==========================================================================
   WESLEY BAPTISTA ADVOGADOS - BLOG & POST DESIGN SYSTEM
   Paleta Jurídica Executiva: Dark Navy & Ouro Nobre / Champanhe (#c5a059)
   ========================================================================== */

/* Header & Utility Bar */
body[data-site="magicmarketing"] .mm-site-header {
  background: #070d17 !important;
  color: #f5f8fb !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body[data-site="magicmarketing"] .mm-blog-utility {
  background: #04080e !important;
  color: #94a3b8 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

body[data-site="magicmarketing"] .mm-utility-primary,
body[data-site="magicmarketing"] .mm-blog-utility a {
  color: #e6c587 !important;
}

body[data-site="magicmarketing"] .mm-brand,
body[data-site="magicmarketing"] .mm-desktop-nav,
body[data-site="magicmarketing"] .mm-login {
  color: #f5f8fb !important;
}

body[data-site="magicmarketing"] .mm-desktop-nav a:hover {
  color: #e6c587 !important;
}

body[data-site="magicmarketing"] .mm-header-cta {
  background: linear-gradient(135deg, #e6c587 0%, #c5a059 100%) !important;
  color: #070d17 !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3) !important;
  transition: all 0.25s ease !important;
}

body[data-site="magicmarketing"] .mm-header-cta:hover {
  background: linear-gradient(135deg, #f3d79f 0%, #d4af5f 100%) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(197, 160, 89, 0.45) !important;
}

/* Magazine Listing (Blog Home) */
body[data-site="magicmarketing"] .mm-magazine {
  background: #f8fafc !important;
}

body[data-site="magicmarketing"] .mm-magazine-hero {
  background: radial-gradient(circle at 15% 20%, rgba(197, 160, 89, 0.08) 0, transparent 40%),
              radial-gradient(circle at 85% 20%, rgba(15, 28, 45, 0.06) 0, transparent 40%),
              #f1f5f9 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

body[data-site="magicmarketing"] .mm-magazine-hero h1 {
  color: #0f172a !important;
}

body[data-site="magicmarketing"] .mm-blog-kicker,
body[data-site="magicmarketing"] .mm-story-meta a {
  color: #c5a059 !important;
  font-weight: 700 !important;
}

/* Category Chips */
body[data-site="magicmarketing"] .mm-category-chip {
  border: 1px solid #cbd5e1 !important;
  color: #334155 !important;
  transition: all 0.2s ease !important;
}

body[data-site="magicmarketing"] .mm-category-chip:hover {
  border-color: #c5a059 !important;
  color: #c5a059 !important;
}

body[data-site="magicmarketing"] .mm-category-chip.is-active {
  background: #0b1523 !important;
  border-color: #c5a059 !important;
  color: #e6c587 !important;
  box-shadow: 0 4px 12px rgba(11, 21, 35, 0.2) !important;
}

body[data-site="magicmarketing"] .mm-category-chip.is-active span {
  background: rgba(197, 160, 89, 0.2) !important;
  color: #e6c587 !important;
}

/* Story Cards */
body[data-site="magicmarketing"] .mm-story-card-copy,
body[data-site="magicmarketing"] .mm-latest-head,
body[data-site="magicmarketing"] .mm-latest-card,
body[data-site="magicmarketing"] .mm-latest-feature {
  border-color: #e2e8f0 !important;
}

body[data-site="magicmarketing"] .mm-story-card h2,
body[data-site="magicmarketing"] .mm-latest-card h3,
body[data-site="magicmarketing"] .mm-latest-feature h3 {
  color: #0f172a !important;
}

body[data-site="magicmarketing"] .mm-story-card h2 a:hover,
body[data-site="magicmarketing"] .mm-latest-card h3 a:hover,
body[data-site="magicmarketing"] .mm-latest-feature h3 a:hover {
  color: #9c7b39 !important;
}

body[data-site="magicmarketing"] .mm-story-arrow,
body[data-site="magicmarketing"] .mm-latest-image span {
  background: rgba(11, 21, 35, 0.8) !important;
  color: #e6c587 !important;
}

/* Reading Progress Bar */
.reading-progress span {
  background: linear-gradient(90deg, #c5a059, #e6c587, #c5a059) !important;
  height: 4px !important;
}

/* Post Page Specific Styles */
body[data-site="magicmarketing"] .mm-post-page {
  background: #ffffff !important;
}

body[data-site="magicmarketing"] .mm-post-header h1 {
  color: #0f172a !important;
  letter-spacing: -0.03em !important;
}

body[data-site="magicmarketing"] .mm-meta-item a {
  color: #c5a059 !important;
}

body[data-site="magicmarketing"] .mm-blog-breadcrumb a:hover {
  color: #c5a059 !important;
}


/* Executive Summary Box (TL;DR) - Formato Unificado Dark Navy & Ouro Jurídico (Igual ao CTA) */
body[data-site="magicmarketing"] .mm-executive-summary {
  background: linear-gradient(145deg, #0e1a2b 0%, #070e17 100%) !important;
  border: 1px solid rgba(197, 160, 89, 0.4) !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45) !important;
  overflow: hidden !important;
  color: #f1f5f9 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr) !important;
  gap: 0 !important;
  margin: 36px auto 0 !important;
  max-width: 920px !important;
}

body[data-site="magicmarketing"] .mm-executive-answer {
  background: transparent !important;
  color: #f1f5f9 !important;
  padding: 28px 32px !important;
  border-right: 1px solid rgba(197, 160, 89, 0.25) !important;
}

body[data-site="magicmarketing"] .mm-executive-answer .mm-blog-kicker {
  color: #e6c587 !important;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
}

body[data-site="magicmarketing"] .mm-executive-answer > strong {
  display: block !important;
  color: #ffffff !important;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem) !important;
  line-height: 1.55 !important;
  letter-spacing: -0.015em !important;
  font-weight: 600 !important;
}

body[data-site="magicmarketing"] .mm-executive-points {
  background: transparent !important;
  padding: 28px 30px !important;
  border-left: 0 !important;
}

body[data-site="magicmarketing"] .mm-executive-points h2 {
  color: #e6c587 !important;
  font-size: 0.82rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  margin: 0 0 14px !important;
}

body[data-site="magicmarketing"] .mm-executive-points ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

body[data-site="magicmarketing"] .mm-executive-points li {
  margin: 0 !important;
  color: #cbd5e1 !important;
  font-size: 0.88rem !important;
  line-height: 1.55 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
}

body[data-site="magicmarketing"] .mm-executive-points li::before {
  content: '✓' !important;
  color: #c5a059 !important;
  font-weight: 900 !important;
  flex-shrink: 0 !important;
}

@media(max-width: 760px) {
  body[data-site="magicmarketing"] .mm-executive-summary {
    display: block !important;
  }
  body[data-site="magicmarketing"] .mm-executive-answer {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(197, 160, 89, 0.25) !important;
    padding: 22px 20px !important;
  }
  body[data-site="magicmarketing"] .mm-executive-points {
    padding: 22px 20px !important;
  }
}

/* Floating Scroll WhatsApp Widget (FIXED LATERAL) */
body[data-site="magicmarketing"] .wb-scroll-whatsapp {
  position: fixed !important;
  z-index: 99999 !important;
  right: 28px !important;
  bottom: 28px !important;
  width: 360px !important;
  max-width: calc(100vw - 36px) !important;
  box-sizing: border-box !important;
  padding: 26px 24px 22px !important;
  border: 1px solid rgba(197, 160, 89, 0.45) !important;
  border-radius: 20px !important;
  background: linear-gradient(145deg, #0e1a2b 0%, #070d17 100%) !important;
  color: #f5f8fb !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65), 0 0 30px rgba(197, 160, 89, 0.2) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(24px) !important;
  transition: opacity .3s cubic-bezier(0.16, 1, 0.3, 1),
              visibility .3s cubic-bezier(0.16, 1, 0.3, 1),
              transform .3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body[data-site="magicmarketing"] .wb-scroll-whatsapp.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

body[data-site="magicmarketing"] .wb-scroll-whatsapp__close {
  position: absolute !important;
  top: 12px !important;
  right: 14px !important;
  border: 0 !important;
  background: none !important;
  color: #94a3b8 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  padding: 4px 8px !important;
}

body[data-site="magicmarketing"] .wb-scroll-whatsapp__close:hover {
  color: #ffffff !important;
}

body[data-site="magicmarketing"] .wb-scroll-whatsapp__kicker {
  margin: 0 30px 14px 0 !important;
  color: #e6c587 !important;
  font-size: .75rem !important;
  font-weight: 800 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

body[data-site="magicmarketing"] .wb-scroll-whatsapp h2 {
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: 1.35rem !important;
  line-height: 1.2 !important;
  letter-spacing: -.03em !important;
}

body[data-site="magicmarketing"] .wb-scroll-whatsapp p {
  margin: 0 0 18px !important;
  color: #cbd5e1 !important;
  font-size: .88rem !important;
  line-height: 1.5 !important;
}

body[data-site="magicmarketing"] .wb-scroll-whatsapp > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 13px 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #e6c587 0%, #c5a059 100%) !important;
  color: #070d17 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.35) !important;
}

body[data-site="magicmarketing"] .wb-scroll-whatsapp > a:hover {
  background: linear-gradient(135deg, #f3d79f 0%, #d4af5f 100%) !important;
}

/* TOC & Content */
body[data-site="magicmarketing"] .mm-post-toc ol li a:hover,
body[data-site="magicmarketing"] .mm-post-toc-mobile summary:hover {
  color: #c5a059 !important;
}

body[data-site="magicmarketing"] .mm-post-body h2 {
  color: #0f172a !important;
  border-left-color: #c5a059 !important;
}

body[data-site="magicmarketing"] .mm-post-body a {
  color: #c5a059 !important;
  text-decoration-color: rgba(197, 160, 89, 0.4) !important;
}

body[data-site="magicmarketing"] .mm-post-body a:hover {
  color: #9c7b39 !important;
}

/* In-Post CTA (Sticky / Inline) */
body[data-site="magicmarketing"] .mm-post-cta.jss-post-cta {
  background: linear-gradient(145deg, #0d1a29 0%, #070e17 100%) !important;
  border: 1px solid rgba(197, 160, 89, 0.4) !important;
  color: #f5f8fb !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35) !important;
}

body[data-site="magicmarketing"] .mm-post-cta.jss-post-cta h2,
body[data-site="magicmarketing"] .mm-post-cta.jss-post-cta p {
  color: #f5f8fb !important;
}

body[data-site="magicmarketing"] .mm-post-cta.jss-post-cta .mm-blog-kicker {
  color: #e6c587 !important;
}

body[data-site="magicmarketing"] .mm-post-cta.jss-post-cta > a {
  background: linear-gradient(135deg, #e6c587 0%, #c5a059 100%) !important;
  color: #070d17 !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3) !important;
}

body[data-site="magicmarketing"] .mm-post-cta.jss-post-cta > a:hover {
  background: linear-gradient(135deg, #f3d79f 0%, #d4af5f 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(197, 160, 89, 0.5) !important;
}

/* FAQ Details */
body[data-site="magicmarketing"] .mm-post-faq details {
  border-color: #e2e8f0 !important;
}

body[data-site="magicmarketing"] .mm-post-faq summary:hover {
  color: #c5a059 !important;
}

/* Post Author Footer */
body[data-site="magicmarketing"] .mm-post-author-footer {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
}

body[data-site="magicmarketing"] .mm-author-avatar {
  border: 2px solid #c5a059 !important;
  box-shadow: 0 0 20px rgba(197, 160, 89, 0.25) !important;
}

body[data-site="magicmarketing"] .wb-author-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

body[data-site="magicmarketing"] .wb-author-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(197, 160, 89, 0.4);
  border-radius: 999px;
  color: #e6c587 !important;
  background: #08101a !important;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

body[data-site="magicmarketing"] .wb-author-links a:hover {
  background: #c5a059 !important;
  color: #070d17 !important;
  border-color: #c5a059 !important;
  transform: translateY(-2px);
}

body[data-site="magicmarketing"] .wb-author-links svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

body[data-site="magicmarketing"] .mm-post-tags span {
  background: #f1f5f9 !important;
  color: #475569 !important;
  border: 1px solid #e2e8f0 !important;
}

/* Related Posts & Share */
body[data-site="magicmarketing"] .mm-related-card {
  border-color: #e2e8f0 !important;
}

body[data-site="magicmarketing"] .mm-related-card span {
  color: #c5a059 !important;
}

body[data-site="magicmarketing"] .mm-related-card:hover {
  border-color: #c5a059 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06) !important;
}

body[data-site="magicmarketing"] .mm-share a {
  background: #0b1523 !important;
  color: #e6c587 !important;
  border: 1px solid rgba(197, 160, 89, 0.3) !important;
}

body[data-site="magicmarketing"] .mm-share a:hover {
  background: #c5a059 !important;
  color: #070d17 !important;
}

body[data-site="magicmarketing"] .mm-back-link:hover {
  color: #c5a059 !important;
}

/* Floating Scroll WhatsApp Widget */
body[data-site="magicmarketing"] .wb-scroll-whatsapp {
  border: 1px solid rgba(197, 160, 89, 0.4) !important;
  background: linear-gradient(145deg, #0e1a2b, #070d17) !important;
  color: #f5f8fb !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 25px rgba(197, 160, 89, 0.15) !important;
}

body[data-site="magicmarketing"] .wb-scroll-whatsapp__kicker {
  color: #e6c587 !important;
}

body[data-site="magicmarketing"] .wb-scroll-whatsapp > a {
  background: linear-gradient(135deg, #e6c587 0%, #c5a059 100%) !important;
  color: #070d17 !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.35) !important;
}

body[data-site="magicmarketing"] .wb-scroll-whatsapp > a:hover {
  background: linear-gradient(135deg, #f3d79f 0%, #d4af5f 100%) !important;
}

/* Newsletter Section */
body[data-site="magicmarketing"] .mm-newsletter {
  background: radial-gradient(circle at 50% 20%, #15273d 0%, #070d17 100%) !important;
  border-top: 1px solid rgba(197, 160, 89, 0.3) !important;
}

body[data-site="magicmarketing"] .mm-newsletter h2,
body[data-site="magicmarketing"] .mm-newsletter p {
  color: #f4f8fb !important;
}

body[data-site="magicmarketing"] .mm-newsletter-link {
  background: linear-gradient(135deg, #e6c587 0%, #c5a059 100%) !important;
  color: #070d17 !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
}

body[data-site="magicmarketing"] .mm-newsletter-link:hover {
  background: linear-gradient(135deg, #f3d79f 0%, #d4af5f 100%) !important;
}

/* Footer Luxury Theme */
body[data-site="magicmarketing"] .site-footer {
  background: #050a10 !important;
  border-top: 1px solid rgba(197, 160, 89, 0.35) !important;
  --footer-word-gradient: linear-gradient(100deg, rgba(197, 160, 89, 0.06), rgba(197, 160, 89, 0.22) 50%, rgba(197, 160, 89, 0.06)) !important;
  --footer-top-gradient: linear-gradient(90deg, #c5a059, #e6c587, #c5a059) !important;
}

body[data-site="magicmarketing"] .site-footer .footer-heading {
  color: #e6c587 !important;
}

body[data-site="magicmarketing"] .site-footer .footer-contact {
  border-color: rgba(197, 160, 89, 0.3) !important;
  background: #09121d !important;
}

body[data-site="magicmarketing"] .footer-contact-link {
  background: linear-gradient(135deg, #e6c587 0%, #c5a059 100%) !important;
  color: #070d17 !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
}

body[data-site="magicmarketing"] .footer-contact-link:hover {
  background: linear-gradient(135deg, #f3d79f 0%, #d4af5f 100%) !important;
}

body[data-site="magicmarketing"] .site-footer .footer-word {
  background: linear-gradient(100deg, rgba(197, 160, 89, 0.08), rgba(197, 160, 89, 0.24) 50%, rgba(197, 160, 89, 0.08)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

body[data-site="magicmarketing"] .site-footer:before {
  background: linear-gradient(90deg, #c5a059, #e6c587, #c5a059) !important;
}


/* ==========================================================================
   6. CERBERUS: Fundo Ice/Clean, Royal Blue (#0066ff), Dark Navy (#07182d)
   ========================================================================== */
body[data-site="cerberus"] {
  --cerberus-blue: #0066ff;
  --cerberus-blue-hover: #0052cc;
  --cerberus-navy: #07182d;
  --cerberus-dark: #040c17;
  --cerberus-pale: #f4f8fc;
  --cerberus-line: #dbe5f0;
  --cerberus-green: #12b76a;
  --cerberus-muted: #526276;
  --cerberus-text: #101828;
  background: #ffffff !important;
  color: #101828 !important;
  font-family: Inter, system-ui, -apple-system, sans-serif !important;
}

body[data-site="cerberus"] .mm-site-header {
  background: #ffffff !important;
  border-bottom: 1px solid #dbe5f0 !important;
}

body[data-site="cerberus"] .mm-blog-utility {
  background: #07182d !important;
  box-shadow: 0 0 0 100vmax #07182d !important;
  clip-path: inset(0 -100vmax) !important;
  border-bottom: 1px solid rgba(0, 102, 255, 0.25) !important;
  color: #94a3b8 !important;
}

body[data-site="cerberus"] .mm-utility-primary {
  color: #ffffff !important;
  font-weight: 700 !important;
}

body[data-site="cerberus"] .mm-utility-secondary {
  color: #a5bed8 !important;
}

body[data-site="cerberus"] .mm-blog-utility a {
  color: #55a0ff !important;
  font-weight: 700 !important;
}

body[data-site="cerberus"] .mm-blog-utility a:hover {
  color: #ffffff !important;
}

body[data-site="cerberus"] .mm-utility-actions {
  display: inline-flex !important;
  align-items: center !important;
  gap: 18px !important;
}

body[data-site="cerberus"] .mm-utility-llm {
  color: #72afff !important;
  background: rgba(0, 102, 255, 0.22) !important;
  border: 1px solid rgba(0, 102, 255, 0.4) !important;
  padding: 3px 9px !important;
  border-radius: 6px !important;
  font-size: 0.62rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  transition: all 0.2s ease !important;
}

body[data-site="cerberus"] .mm-utility-llm:hover {
  background: #0066ff !important;
  color: #ffffff !important;
  border-color: #0066ff !important;
}

body[data-site="cerberus"] .mm-brand {
  color: #07182d !important;
  font-weight: 850 !important;
}

body[data-site="cerberus"] .mm-brand span span {
  color: #0066ff !important;
}

body[data-site="cerberus"] .mm-brand-mark {
  color: #0066ff !important;
}

body[data-site="cerberus"] .mm-desktop-nav a {
  color: #526276 !important;
  font-weight: 600 !important;
}

body[data-site="cerberus"] .mm-desktop-nav a:hover,
body[data-site="cerberus"] .mm-desktop-nav a.is-active {
  color: #0066ff !important;
}

body[data-site="cerberus"] .mm-login {
  color: #526276 !important;
}

body[data-site="cerberus"] .mm-header-cta {
  background: #0066ff !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 20px rgba(0, 102, 255, 0.28) !important;
  transition: all 0.25s ease !important;
}

body[data-site="cerberus"] .mm-header-cta:hover {
  background: #0052cc !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(0, 102, 255, 0.38) !important;
}

/* Magazine Hero */
body[data-site="cerberus"] .mm-magazine {
  background: #ffffff !important;
}

body[data-site="cerberus"] .mm-magazine-hero {
  background: radial-gradient(circle at 14% 14%, rgba(0, 102, 255, 0.08) 0, transparent 35%),
              radial-gradient(circle at 86% 14%, rgba(18, 183, 106, 0.07) 0, transparent 35%),
              #f4f8fc !important;
  border-bottom: 1px solid #dbe5f0 !important;
}

body[data-site="cerberus"] .mm-magazine-hero h1 {
  color: #07182d !important;
}

body[data-site="cerberus"] .mm-blog-kicker,
body[data-site="cerberus"] .mm-story-meta a {
  color: #0066ff !important;
  font-weight: 700 !important;
}

body[data-site="cerberus"] .mm-magazine-hero p:last-child {
  color: #526276 !important;
}

/* Category Chips */
body[data-site="cerberus"] .mm-category-chip {
  border: 1px solid #dbe5f0 !important;
  background: #ffffff !important;
  color: #526276 !important;
  border-radius: 999px !important;
  transition: all 0.2s ease !important;
}

body[data-site="cerberus"] .mm-category-chip:hover {
  border-color: #0066ff !important;
  color: #0066ff !important;
  background: #f0f6ff !important;
}

body[data-site="cerberus"] .mm-category-chip.is-active {
  background: #07182d !important;
  border-color: #0066ff !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(7, 24, 45, 0.2) !important;
}

body[data-site="cerberus"] .mm-category-chip.is-active span {
  background: rgba(0, 102, 255, 0.28) !important;
  color: #72afff !important;
}

/* Story Cards & Latest Cards */
body[data-site="cerberus"] .mm-story-card,
body[data-site="cerberus"] .mm-latest-feature,
body[data-site="cerberus"] .mm-latest-card {
  background: #ffffff !important;
  border: 1px solid #dbe5f0 !important;
  border-radius: 14px !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}

body[data-site="cerberus"] .mm-story-card:hover,
body[data-site="cerberus"] .mm-latest-feature:hover,
body[data-site="cerberus"] .mm-latest-card:hover {
  transform: translateY(-4px) !important;
  border-color: #8bb8ff !important;
  box-shadow: 0 16px 36px rgba(0, 102, 255, 0.12) !important;
}

body[data-site="cerberus"] .mm-story-card h2 a,
body[data-site="cerberus"] .mm-latest-copy h3 a {
  color: #07182d !important;
  transition: color 0.18s ease !important;
}

body[data-site="cerberus"] .mm-story-card:hover h2 a,
body[data-site="cerberus"] .mm-latest-copy:hover h3 a {
  color: #0066ff !important;
}

body[data-site="cerberus"] .mm-story-arrow,
body[data-site="cerberus"] .mm-latest-image span {
  background: rgba(7, 24, 45, 0.75) !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
}

body[data-site="cerberus"] .mm-story-card:hover .mm-story-arrow,
body[data-site="cerberus"] .mm-latest-card:hover .mm-latest-image span,
body[data-site="cerberus"] .mm-latest-feature:hover .mm-latest-image span {
  background: #0066ff !important;
  color: #ffffff !important;
  transform: translate(2px, -2px) !important;
}

body[data-site="cerberus"] .mm-latest-head {
  border-bottom: 1px solid #dbe5f0 !important;
}

body[data-site="cerberus"] .mm-latest-head h2 {
  color: #07182d !important;
}

body[data-site="cerberus"] .mm-latest-head a {
  color: #0066ff !important;
  font-weight: 700 !important;
}

/* Newsletter / CTA Section */
body[data-site="cerberus"] .mm-newsletter {
  background: linear-gradient(135deg, #07182d 0%, #0b2545 100%) !important;
  border: 1px solid rgba(0, 102, 255, 0.3) !important;
  border-radius: 20px !important;
  color: #ffffff !important;
  box-shadow: 0 20px 50px rgba(7, 24, 45, 0.25) !important;
}

body[data-site="cerberus"] .mm-newsletter .mm-blog-kicker {
  color: #72afff !important;
}

body[data-site="cerberus"] .mm-newsletter h2 {
  color: #ffffff !important;
}

body[data-site="cerberus"] .mm-newsletter h2 em {
  color: #55a0ff !important;
  font-style: normal !important;
}

body[data-site="cerberus"] .mm-newsletter p {
  color: #a5bed8 !important;
}

body[data-site="cerberus"] .mm-newsletter-link {
  background: #0066ff !important;
  color: #ffffff !important;
  font-weight: 750 !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 24px rgba(0, 102, 255, 0.35) !important;
  transition: all 0.2s ease !important;
}

body[data-site="cerberus"] .mm-newsletter-link:hover {
  background: #0052cc !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(0, 102, 255, 0.45) !important;
}

/* Footer Cerberus Theme */
body[data-site="cerberus"] footer.site-footer,
body[data-site="cerberus"] .site-footer {
  background: #07182d !important;
  background-color: #07182d !important;
  color: #ffffff !important;
  border-top: 1px solid rgba(0, 102, 255, 0.28) !important;
  --footer-bg: #07182d !important;
  --footer-border: rgba(0, 102, 255, 0.28) !important;
  --footer-top-gradient: linear-gradient(90deg, #0066ff, #12b76a, #0066ff) !important;
  --footer-word-gradient: linear-gradient(100deg, rgba(0, 102, 255, 0.15), rgba(255, 255, 255, 0.85) 50%, rgba(0, 102, 255, 0.15)) !important;
}

body[data-site="cerberus"] .site-footer .brand-name {
  color: #ffffff !important;
  font-size: 1.35rem !important;
  font-weight: 850 !important;
  letter-spacing: -0.02em !important;
}

body[data-site="cerberus"] .site-footer .brand-name span {
  color: #0066ff !important;
}

body[data-site="cerberus"] .site-footer .mm-brand-mark {
  color: #0066ff !important;
}

body[data-site="cerberus"] .site-footer .footer-tagline {
  color: #8fa0b5 !important;
  font-size: 0.88rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

body[data-site="cerberus"] .site-footer .footer-heading {
  color: #72afff !important;
}

body[data-site="cerberus"] .site-footer .footer-links li a {
  color: #c4d5e7 !important;
}

body[data-site="cerberus"] .site-footer .footer-links li a:hover {
  color: #ffffff !important;
}

body[data-site="cerberus"] .site-footer .footer-social a {
  background: #0e243e !important;
  border-color: #17385e !important;
  color: #8fa0b5 !important;
}

body[data-site="cerberus"] .site-footer .footer-social a:hover {
  background: #0066ff !important;
  color: #ffffff !important;
  border-color: #0066ff !important;
}

body[data-site="cerberus"] .site-footer .footer-contact {
  background: #0b213c !important;
  border: 1px solid rgba(0, 102, 255, 0.35) !important;
}

body[data-site="cerberus"] .site-footer .footer-contact-link {
  background: #0066ff !important;
  color: #ffffff !important;
}

body[data-site="cerberus"] .site-footer .footer-contact-link:hover {
  background: #0052cc !important;
}

body[data-site="cerberus"] .site-footer .footer-contact-note {
  color: #8fa0b5 !important;
}

body[data-site="cerberus"] .site-footer .footer-bottom {
  border-top-color: rgba(0, 102, 255, 0.18) !important;
}

body[data-site="cerberus"] .site-footer .footer-bottom p {
  color: #8fa0b5 !important;
  margin: 0 !important;
}

body[data-site="cerberus"] .site-footer .footer-bottom-nav a {
  color: #8fa0b5 !important;
}

body[data-site="cerberus"] .site-footer .footer-bottom-nav a:hover {
  color: #72afff !important;
}

body[data-site="cerberus"] .footer-word {
  background: linear-gradient(100deg, rgba(0, 102, 255, 0.12), rgba(255, 255, 255, 0.75) 50%, rgba(0, 102, 255, 0.12)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

body[data-site="cerberus"] .site-footer:before {
  background: linear-gradient(90deg, #0066ff, #12b76a, #0066ff) !important;
}

/* ==========================================================================
   CERBERUS POST (ARTICLE) THEME OVERRIDES
   ========================================================================== */
body[data-site="cerberus"] .mm-post-page {
  background: #ffffff !important;
  color: #101828 !important;
}

body[data-site="cerberus"] .mm-post-page .reading-progress span {
  background: linear-gradient(90deg, #0066ff, #12b76a) !important;
}

body[data-site="cerberus"] .mm-post h1 {
  color: #07182d !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.05 !important;
}

body[data-site="cerberus"] .mm-post-meta {
  color: #526276 !important;
}

body[data-site="cerberus"] .mm-meta-item {
  color: #526276 !important;
}

body[data-site="cerberus"] .mm-meta-item svg {
  stroke: #0066ff !important;
}

body[data-site="cerberus"] .mm-meta-item a,
body[data-site="cerberus"] a.mm-meta-item {
  color: #0066ff !important;
  font-weight: 700 !important;
}

body[data-site="cerberus"] .mm-blog-breadcrumb ol li {
  color: #526276 !important;
}

body[data-site="cerberus"] .mm-blog-breadcrumb a {
  color: #526276 !important;
  font-weight: 600 !important;
}

body[data-site="cerberus"] .mm-blog-breadcrumb a:hover {
  color: #0066ff !important;
}

body[data-site="cerberus"] .mm-post-figure img {
  border-radius: 18px !important;
  box-shadow: 0 16px 36px rgba(7, 24, 45, 0.08) !important;
}

body[data-site="cerberus"] .mm-post-byline {
  border-top: 1px solid #dbe5f0 !important;
  border-bottom: 1px solid #dbe5f0 !important;
}

body[data-site="cerberus"] .mm-post-byline-avatar {
  background: #07182d !important;
  padding: 6px !important;
  box-shadow: 0 4px 14px rgba(7, 24, 45, 0.15) !important;
}

body[data-site="cerberus"] .mm-post-byline strong {
  color: #07182d !important;
  font-weight: 750 !important;
}

body[data-site="cerberus"] .mm-post-byline small {
  color: #526276 !important;
}

body[data-site="cerberus"] .mm-post-byline > a {
  border: 1px solid #0066ff !important;
  color: #0066ff !important;
  background: transparent !important;
  transition: all 0.2s ease !important;
}

body[data-site="cerberus"] .mm-post-byline > a:hover {
  background: #0066ff !important;
  color: #ffffff !important;
}

/* Executive Summary / TL;DR */
body[data-site="cerberus"] .mm-executive-summary {
  background: linear-gradient(135deg, #07182d 0%, #0c2340 100%) !important;
  border: 1px solid rgba(0, 102, 255, 0.35) !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 45px rgba(7, 24, 45, 0.22) !important;
  color: #f1f5f9 !important;
  margin: 36px auto 0 !important;
  max-width: 920px !important;
}

body[data-site="cerberus"] .mm-executive-answer {
  border-right: 1px solid rgba(0, 102, 255, 0.25) !important;
}

body[data-site="cerberus"] .mm-executive-answer .mm-blog-kicker {
  color: #55a0ff !important;
  font-weight: 850 !important;
}

body[data-site="cerberus"] .mm-executive-answer > strong {
  color: #ffffff !important;
}

body[data-site="cerberus"] .mm-executive-points h2 {
  color: #72afff !important;
  font-weight: 850 !important;
}

body[data-site="cerberus"] .mm-executive-points li {
  color: #cbd5e1 !important;
}

body[data-site="cerberus"] .mm-executive-points li::before {
  content: '✓' !important;
  color: #12b76a !important;
  font-weight: 900 !important;
}

/* Post TOC (Índice Flutuante) */
body[data-site="cerberus"] .mm-post-toc {
  background: #f8fafd !important;
  border: 1px solid #dbe5f0 !important;
  border-radius: 14px !important;
}

body[data-site="cerberus"] .mm-post-toc .mm-blog-kicker {
  color: #0066ff !important;
  font-weight: 850 !important;
}

body[data-site="cerberus"] .mm-post-toc a {
  color: #526276 !important;
  transition: color 0.15s ease !important;
}

body[data-site="cerberus"] .mm-post-toc a:hover {
  color: #0066ff !important;
  font-weight: 650 !important;
}

body[data-site="cerberus"] .mm-post-toc-mobile {
  background: #f8fafd !important;
  border: 1px solid #dbe5f0 !important;
}

body[data-site="cerberus"] .mm-post-toc-mobile summary {
  color: #07182d !important;
}

body[data-site="cerberus"] .mm-post-toc-mobile a {
  color: #526276 !important;
}

body[data-site="cerberus"] .mm-post-toc-mobile a:hover {
  color: #0066ff !important;
}

/* Post Body Typography */
body[data-site="cerberus"] .mm-post-body {
  color: #334155 !important;
  font-size: 1.08rem !important;
  line-height: 1.82 !important;
}

body[data-site="cerberus"] .mm-post-body p {
  color: #334155 !important;
}

body[data-site="cerberus"] .mm-post-body h2 {
  color: #07182d !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
}

body[data-site="cerberus"] .mm-post-body h3 {
  color: #07182d !important;
  font-weight: 750 !important;
  letter-spacing: -0.025em !important;
}

body[data-site="cerberus"] .mm-post-body a {
  color: #0066ff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

body[data-site="cerberus"] .mm-post-body a:hover {
  color: #0052cc !important;
}

body[data-site="cerberus"] .mm-post-body blockquote {
  border-left: 3px solid #0066ff !important;
  background: #f4f8fc !important;
  color: #07182d !important;
}

/* Checklist Section inside article */
body[data-site="cerberus"] .checklist-section {
  background: #f8fafd !important;
  border: 1px solid #dbe5f0 !important;
  border-radius: 16px !important;
  padding: 26px 28px !important;
  margin: 2.2em 0 !important;
}

body[data-site="cerberus"] .checklist-section h2 {
  margin-top: 0 !important;
  color: #07182d !important;
  font-size: 1.45rem !important;
}

body[data-site="cerberus"] .checklist-items {
  margin: 16px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body[data-site="cerberus"] .checklist-items li {
  position: relative !important;
  padding-left: 30px !important;
  margin: 12px 0 !important;
  color: #334155 !important;
  line-height: 1.6 !important;
}

body[data-site="cerberus"] .checklist-items li::before {
  content: '✓' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #12b76a !important;
  font-weight: 900 !important;
  font-size: 1.15rem !important;
}

/* Mid-Article CTA Banner */
body[data-site="cerberus"] .mm-post-cta {
  background: linear-gradient(110deg, #07182d 0%, #0b2545 100%) !important;
  border: 1px solid rgba(0, 102, 255, 0.35) !important;
  border-radius: 18px !important;
  color: #ffffff !important;
  box-shadow: 0 16px 40px rgba(7, 24, 45, 0.2) !important;
}

body[data-site="cerberus"] .mm-post-cta .mm-blog-kicker {
  color: #72afff !important;
}

body[data-site="cerberus"] .mm-post-cta h2 {
  color: #ffffff !important;
}

body[data-site="cerberus"] .mm-post-cta p:not(.mm-blog-kicker) {
  color: #a5bed8 !important;
}

body[data-site="cerberus"] .mm-post-cta > a {
  background: #0066ff !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(0, 102, 255, 0.35) !important;
  transition: all 0.2s ease !important;
}

body[data-site="cerberus"] .mm-post-cta > a:hover {
  background: #0052cc !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 28px rgba(0, 102, 255, 0.45) !important;
}

body[data-site="cerberus"] .mm-cta-sublinks a {
  color: #72afff !important;
  font-weight: 700 !important;
}

body[data-site="cerberus"] .mm-cta-sublinks a:hover {
  color: #ffffff !important;
}

/* FAQ Details */
body[data-site="cerberus"] .mm-post-faq {
  border-top: 1px solid #dbe5f0 !important;
}

body[data-site="cerberus"] .mm-post-faq h2 {
  color: #07182d !important;
}

body[data-site="cerberus"] .mm-post-faq details {
  border-bottom: 1px solid #dbe5f0 !important;
}

body[data-site="cerberus"] .mm-post-faq summary {
  color: #07182d !important;
  font-weight: 750 !important;
}

body[data-site="cerberus"] .mm-post-faq summary:hover {
  color: #0066ff !important;
}

body[data-site="cerberus"] .mm-post-faq p {
  color: #526276 !important;
}

/* Author Footer Card */
body[data-site="cerberus"] .mm-post-author-footer {
  background: #f4f8fc !important;
  border: 1px solid #dbe5f0 !important;
  border-radius: 20px !important;
  padding: 34px 36px !important;
  text-align: center !important;
  margin-top: 56px !important;
}

body[data-site="cerberus"] .mm-author-avatar {
  border-radius: 50% !important;
  background: #07182d !important;
  padding: 10px !important;
  box-shadow: 0 8px 24px rgba(7, 24, 45, 0.15) !important;
}

body[data-site="cerberus"] .mm-post-author-footer h2 {
  color: #07182d !important;
  margin: 12px 0 4px !important;
}

body[data-site="cerberus"] .mm-author-role {
  color: #0066ff !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  margin: 0 0 14px !important;
}

body[data-site="cerberus"] .mm-author-bio {
  color: #526276 !important;
  max-width: 640px !important;
  margin: 0 auto 24px !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
}

body[data-site="cerberus"] .mm-post-tags span {
  background: #ffffff !important;
  border: 1px solid #dbe5f0 !important;
  color: #526276 !important;
  border-radius: 999px !important;
  padding: 6px 14px !important;
  font-size: 0.72rem !important;
  font-weight: 650 !important;
}

/* Related Stories */
body[data-site="cerberus"] .mm-related {
  border-top: 1px solid #dbe5f0 !important;
}

body[data-site="cerberus"] .mm-related h2 {
  color: #07182d !important;
}

body[data-site="cerberus"] .mm-related-card {
  background: #ffffff !important;
  border: 1px solid #dbe5f0 !important;
  border-radius: 14px !important;
  transition: all 0.2s ease !important;
}

body[data-site="cerberus"] .mm-related-card:hover {
  border-color: #0066ff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 28px rgba(0, 102, 255, 0.12) !important;
  background: #ffffff !important;
}

body[data-site="cerberus"] .mm-related-card span {
  color: #0066ff !important;
  font-weight: 800 !important;
}

body[data-site="cerberus"] .mm-related-card strong {
  color: #07182d !important;
}

/* Share Section */
body[data-site="cerberus"] .mm-share {
  border-top: 1px solid #dbe5f0 !important;
  border-bottom: 1px solid #dbe5f0 !important;
}

body[data-site="cerberus"] .mm-share h2 {
  color: #07182d !important;
}

body[data-site="cerberus"] .mm-share a {
  border: 1px solid #dbe5f0 !important;
  border-radius: 999px !important;
  color: #0066ff !important;
  background: #ffffff !important;
  font-weight: 750 !important;
  transition: all 0.2s ease !important;
}

body[data-site="cerberus"] .mm-share a:hover {
  border-color: #0066ff !important;
  background: #f0f6ff !important;
}

body[data-site="cerberus"] .mm-back-link {
  color: #0066ff !important;
  font-weight: 800 !important;
}

body[data-site="cerberus"] .mm-back-link:hover {
  color: #0052cc !important;
}

/* ==========================================================================
   FLOATING INTERACTIVE DEMO CARD (LATERAL DIREITA)
   ========================================================================== */
.cerberus-floating-card {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 320px;
  max-width: calc(100vw - 32px);
  background: #0d1b2a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 22px 20px 20px 20px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 102, 255, 0.15);
  z-index: 999;
  display: flex;
  flex-direction: column;
  animation: cerberusFadeSlideIn 0.35s ease-out;
  backdrop-filter: blur(12px);
}

@keyframes cerberusFadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.cerberus-floating-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.cerberus-floating-close:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.cerberus-floating-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.70rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #60a5fa;
  margin-bottom: 8px;
}

.cerberus-floating-title {
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 10px 0;
  letter-spacing: -0.01em;
}

.cerberus-floating-desc {
  color: #cbd5e1;
  font-size: 0.83rem;
  line-height: 1.48;
  margin: 0 0 16px 0;
}

.cerberus-floating-desc strong {
  color: #ffffff;
  font-weight: 700;
}

.cerberus-floating-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #00d084;
  color: #052618;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(0, 208, 132, 0.25);
}

.cerberus-floating-btn:hover {
  background: #00ba76;
  color: #021a10;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 208, 132, 0.4);
}

.cerberus-floating-btn svg {
  flex-shrink: 0;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.cerberus-floating-btn:hover svg {
  transform: translate(2px, -2px);
}

@media (max-width: 640px) {
  .cerberus-floating-card {
    right: 16px;
    bottom: 16px;
    width: calc(100vw - 32px);
    padding: 18px 16px 16px 16px;
  }
}

