/* =========================================================
   CAREKA DIGITAL — V46 AUDITORIA GLOBAL
   Header oficial, scroll progress, mega menu responsivo,
   versão clara premium, sidebar e footer com contraste real.
   ========================================================= */
:root{
  --careka-bg-dark:#05070b;
  --careka-bg-light:#f1e6d6;
  --careka-surface-light:#fff8ed;
  --careka-surface-light-2:#f6ead8;
  --careka-text-dark:#1f1710;
  --careka-muted-light:#6f5d50;
  --careka-gold:#d4a843;
  --careka-gold-soft:#e8c560;
  --careka-copper:#c45d18;
  --careka-burnt-orange:#a94e15;
  --careka-border-light:rgba(154,69,16,.18);
  --careka-border-dark:rgba(212,168,67,.24);
  --ck-header-space:clamp(82px,7.2vw,112px);
}

/* Scroll progress global */
.scroll-progress{
  position:fixed!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:3px!important;
  z-index:220!important;
  pointer-events:none!important;
  background:rgba(212,168,67,.08)!important;
}
.scroll-progress__bar{
  display:block!important;
  width:0%;
  height:100%!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--careka-gold-soft),var(--careka-copper))!important;
  box-shadow:0 0 18px rgba(212,168,67,.32)!important;
  transition:width .08s linear!important;
}
html[data-theme="light"] .scroll-progress{background:rgba(169,78,21,.10)!important;}
html[data-theme="light"] .scroll-progress__bar{box-shadow:0 0 14px rgba(169,78,21,.18)!important;}

/* Header oficial — preserva dark, corrige proporção, respiro e padrão */
.topbar,
.blogEditorial .topbar{
  position:sticky!important;
  top:0!important;
  z-index:180!important;
  padding-top:clamp(10px,1.35vw,22px)!important;
  padding-bottom:0!important;
}
.topbar > .container{
  width:min(100% - clamp(24px,6vw,128px),1800px)!important;
  max-width:1800px!important;
}
.topbar__in,
.ckOfficialHeader .topbar__in,
.ckOfficialHeader__in{
  min-height:clamp(78px,5.5vw,108px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:clamp(18px,2.4vw,48px)!important;
  padding:clamp(12px,1.15vw,20px) clamp(16px,1.65vw,30px)!important;
  border:1px solid var(--careka-border-dark)!important;
  border-radius:clamp(20px,2vw,34px)!important;
  background:
    radial-gradient(520px 180px at 2% 50%,rgba(212,168,67,.09),transparent 70%),
    radial-gradient(520px 180px at 100% 50%,rgba(196,93,24,.09),transparent 70%),
    linear-gradient(180deg,rgba(8,11,15,.96),rgba(7,9,13,.88))!important;
  box-shadow:0 18px 54px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.045)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.15)!important;
  backdrop-filter:blur(18px) saturate(1.15)!important;
}
.brand{gap:clamp(12px,1.1vw,18px)!important;min-width:max-content!important;}
.mark{
  width:clamp(54px,3.8vw,72px)!important;
  height:clamp(54px,3.8vw,72px)!important;
  border-radius:clamp(15px,1.1vw,20px)!important;
  border-color:rgba(212,168,67,.28)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.015))!important;
}
.brandtxt b{
  color:var(--careka-gold-soft)!important;
  font-size:clamp(19px,1.3vw,25px)!important;
  letter-spacing:.16em!important;
  line-height:.96!important;
  text-shadow:none!important;
}
.brandtxt small{
  color:rgba(245,239,230,.74)!important;
  font-size:clamp(10px,.78vw,14px)!important;
  letter-spacing:.18em!important;
  line-height:1.2!important;
  text-shadow:none!important;
}
.header-actions{
  flex:1 1 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:clamp(10px,1vw,18px)!important;
  min-width:0!important;
}
.topbar .nav,
.ckOfficialNav,
#mainNav.nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:clamp(12px,1.3vw,30px)!important;
  flex:1 1 auto!important;
  min-width:0!important;
  margin-inline:auto!important;
}
.nav-link,
.ckOfficialNav .nav-link{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  padding:0 clamp(6px,.75vw,12px)!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:rgba(245,239,230,.72)!important;
  font:800 clamp(14px,.9vw,18px)/1 var(--body,Inter,sans-serif)!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
  white-space:nowrap!important;
  box-shadow:none!important;
  transition:color .28s ease!important;
}
.nav-link::after,
.ckOfficialNav .nav-link::after{
  content:"";
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:clamp(-15px,-.9vw,-9px)!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--careka-gold-soft),var(--careka-copper))!important;
  transform:scaleX(0)!important;
  transform-origin:left center!important;
  transition:transform .32s cubic-bezier(.16,1,.3,1)!important;
}
.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active,
.nav-link[aria-current="page"],
.ckOfficialNav .nav-link:hover,
.ckOfficialNav .nav-link:focus-visible,
.ckOfficialNav .nav-link.active,
.ckOfficialNav .nav-link[aria-current="page"]{
  color:var(--careka-gold-soft)!important;
}
.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.active::after,
.nav-link[aria-current="page"]::after,
.ckOfficialNav .nav-link:hover::after,
.ckOfficialNav .nav-link:focus-visible::after,
.ckOfficialNav .nav-link.active::after,
.ckOfficialNav .nav-link[aria-current="page"]::after{
  transform:scaleX(1)!important;
}
.ckHeaderCta,
.topbar .headerCta,
.topbar .btnHeaderCta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:clamp(48px,3.4vw,62px)!important;
  padding:0 clamp(18px,1.8vw,30px)!important;
  border:1px solid rgba(212,168,67,.42)!important;
  border-radius:clamp(12px,1vw,16px)!important;
  color:var(--text)!important;
  background:linear-gradient(180deg,rgba(212,168,67,.12),rgba(196,93,24,.08))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
  font:900 clamp(13px,.88vw,16px)/1 var(--body,Inter,sans-serif)!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  transition:transform .3s ease,border-color .3s ease,background .3s ease,color .3s ease!important;
}
.ckHeaderCta:hover,
.topbar .headerCta:hover,
.topbar .btnHeaderCta:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(232,197,96,.68)!important;
  background:linear-gradient(135deg,rgba(212,168,67,.20),rgba(196,93,24,.14))!important;
}
.theme-toggle,
.menu-toggle,
.langToggle{
  width:clamp(48px,3.3vw,58px)!important;
  height:clamp(48px,3.3vw,58px)!important;
  min-width:clamp(48px,3.3vw,58px)!important;
  min-height:clamp(48px,3.3vw,58px)!important;
  border-radius:999px!important;
  border:1px solid rgba(212,168,67,.24)!important;
  background:linear-gradient(180deg,rgba(212,168,67,.08),rgba(255,255,255,.025))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.langToggle{width:auto!important;padding:0 14px!important;gap:7px!important;}
.menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.menu-toggle span{background:var(--careka-gold-soft)!important;height:2px!important;left:16px!important;right:16px!important;}
.menu-toggle span:nth-child(1){top:18px!important;}
.menu-toggle span:nth-child(2){top:27px!important;}
.menu-toggle span:nth-child(3){top:36px!important;}
.menu-toggle.active span:nth-child(1){top:27px!important;}
.menu-toggle.active span:nth-child(3){top:27px!important;}

/* Mega menu oficial */
.megaMenu{
  z-index:175!important;
  position:fixed!important;
  inset:0!important;
  display:grid!important;
  place-items:start center!important;
  padding:calc(var(--ck-header-space) + 12px) clamp(16px,6vw,96px) 24px!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .28s ease,visibility .28s ease!important;
}
.megaMenu.is-open,
body.menu-open .megaMenu{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.menu-overlay,
#menuOverlay{
  z-index:160!important;
  background:rgba(3,5,8,.58)!important;
  backdrop-filter:blur(8px)!important;
}
.menu-overlay.active,
.menu-overlay.is-open{opacity:1!important;visibility:visible!important;}
.megaMenu__shell{
  width:min(100%,1320px)!important;
  max-height:calc(100dvh - var(--ck-header-space) - 34px)!important;
  overflow:auto!important;
  border-radius:clamp(22px,2.4vw,34px)!important;
  border:1px solid rgba(212,168,67,.24)!important;
  background:
    radial-gradient(640px 260px at 0% 0%,rgba(212,168,67,.10),transparent 64%),
    radial-gradient(540px 240px at 100% 0%,rgba(196,93,24,.10),transparent 66%),
    linear-gradient(180deg,rgba(10,13,18,.98),rgba(6,8,12,.96))!important;
  box-shadow:0 32px 100px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.045)!important;
  padding:clamp(18px,2.2vw,34px)!important;
}
.megaMenu__grid,
.megaMenu__grid--clean{
  display:grid!important;
  grid-template-columns:minmax(320px,1.05fr) minmax(280px,.72fr)!important;
  gap:clamp(18px,2vw,34px)!important;
}
.megaMenu__nav{display:grid!important;gap:clamp(10px,1vw,14px)!important;}
.megaMenu__nav a,
.megaMenu__card,
.megaLangOption,
.langHeaderMenu,
.langHeaderOption,
.languageOption{
  border:1px solid rgba(212,168,67,.16)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018))!important;
  border-radius:clamp(18px,1.6vw,26px)!important;
  box-shadow:none!important;
}
.megaMenu__nav a{
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  min-height:clamp(72px,5.8vw,96px)!important;
  padding:clamp(14px,1.3vw,20px)!important;
  color:var(--text)!important;
}
.megaMenu__nav span{
  display:grid!important;place-items:center!important;width:38px!important;height:38px!important;border-radius:50%!important;
  border:1px solid rgba(212,168,67,.26)!important;color:var(--careka-gold-soft)!important;font-weight:900!important;
}
.megaMenu__nav strong,.megaMenu__card b{color:var(--text)!important;text-shadow:none!important;}
.megaMenu__nav small,.megaMenu__card p{color:rgba(245,239,230,.68)!important;text-shadow:none!important;}
.megaMenu__nav a:hover,.megaMenu__nav a:focus-visible,.megaMenu__card:hover{
  border-color:rgba(212,168,67,.34)!important;background:linear-gradient(180deg,rgba(212,168,67,.10),rgba(255,255,255,.028))!important;
}

/* Breakpoints: evita menu espremido */
@media (max-width:1380px){
  .topbar > .container{width:min(100% - 40px,1600px)!important;}
  .topbar .nav,.ckOfficialNav,#mainNav.nav{gap:clamp(10px,1vw,20px)!important;}
  .nav-link,.ckOfficialNav .nav-link{font-size:clamp(13px,.9vw,16px)!important;}
  .ckHeaderCta{padding-inline:18px!important;}
}
@media (max-width:1180px){
  .topbar .nav,.ckOfficialNav,#mainNav.nav{display:none!important;}
  .header-actions{flex:0 0 auto!important;margin-left:auto!important;}
}
@media (max-width:760px){
  :root{--ck-header-space:82px;}
  .topbar{padding-top:8px!important;}
  .topbar > .container{width:min(100% - 20px,100%)!important;}
  .topbar__in,.ckOfficialHeader .topbar__in,.ckOfficialHeader__in{
    min-height:70px!important;border-radius:22px!important;padding:10px 12px!important;gap:10px!important;
  }
  .mark{width:48px!important;height:48px!important;border-radius:14px!important;}
  .brandtxt b{font-size:17px!important;letter-spacing:.14em!important;}
  .brandtxt small{font-size:10px!important;letter-spacing:.11em!important;color:rgba(245,239,230,.72)!important;}
  .ckHeaderCta,.topbar .headerCta,.topbar .btnHeaderCta{display:none!important;}
  .langHeader{display:none!important;}
  .theme-toggle,.menu-toggle{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;}
  .header-actions{gap:8px!important;}
  .megaMenu{padding:88px 10px 12px!important;}
  .megaMenu__shell{max-height:calc(100dvh - 100px)!important;padding:14px!important;border-radius:22px!important;}
  .megaMenu__grid,.megaMenu__grid--clean{grid-template-columns:1fr!important;gap:14px!important;}
  .megaMenu__nav a{min-height:70px!important;padding:13px!important;grid-template-columns:40px minmax(0,1fr)!important;}
}
@media (max-width:440px){
  .brandtxt b{font-size:15px!important;}
  .brandtxt small{font-size:9px!important;}
  .brand{gap:9px!important;}
  .theme-toggle{display:none!important;}
}

/* Versão clara premium */
html[data-theme="light"] body,
html[data-theme="light"] .blogEditorial{
  background:var(--careka-bg-light)!important;
  color:var(--careka-text-dark)!important;
}
html[data-theme="light"] body::before{
  background:
    radial-gradient(900px 540px at 8% -6%,rgba(197,160,89,.18),transparent 60%),
    radial-gradient(760px 480px at 100% 0%,rgba(196,93,24,.10),transparent 64%),
    linear-gradient(180deg,#f5ecdf,#eee0cd)!important;
  opacity:1!important;
}
html[data-theme="light"] body::after{display:none!important;}
html[data-theme="light"] .topbar__in,
html[data-theme="light"] .ckOfficialHeader .topbar__in,
html[data-theme="light"] .ckOfficialHeader__in{
  background:
    radial-gradient(520px 180px at 2% 50%,rgba(197,160,89,.18),transparent 70%),
    radial-gradient(520px 180px at 100% 50%,rgba(196,93,24,.10),transparent 70%),
    linear-gradient(180deg,rgba(255,250,242,.96),rgba(243,230,211,.91))!important;
  border-color:rgba(154,69,16,.18)!important;
  box-shadow:0 16px 46px rgba(82,53,28,.10),inset 0 1px 0 rgba(255,255,255,.72)!important;
}
html[data-theme="light"] .brandtxt b{color:#201710!important;}
html[data-theme="light"] .brandtxt small{color:var(--careka-burnt-orange)!important;font-weight:700!important;}
html[data-theme="light"] .mark{border-color:rgba(154,69,16,.18)!important;background:linear-gradient(180deg,#fff8ef,#eadbc5)!important;box-shadow:0 10px 24px rgba(82,53,28,.08)!important;}
html[data-theme="light"] .nav-link,
html[data-theme="light"] .ckOfficialNav .nav-link{color:rgba(32,23,16,.70)!important;text-shadow:none!important;}
html[data-theme="light"] .nav-link:hover,
html[data-theme="light"] .nav-link:focus-visible,
html[data-theme="light"] .nav-link.active,
html[data-theme="light"] .nav-link[aria-current="page"],
html[data-theme="light"] .ckOfficialNav .nav-link:hover,
html[data-theme="light"] .ckOfficialNav .nav-link.active{color:var(--careka-burnt-orange)!important;}
html[data-theme="light"] .ckHeaderCta,
html[data-theme="light"] .btn,
html[data-theme="light"] .ckSearch button,
html[data-theme="light"] .ckEditorialCta a,
html[data-theme="light"] .ckSideCta a,
html[data-theme="light"] .ckInsightBox--cta a,
html[data-theme="light"] .ckMidCta a,
html[data-theme="light"] .megaMenu__diagnostic{
  color:var(--careka-burnt-orange)!important;
  background:linear-gradient(180deg,#fff8ed,#f2e4cf)!important;
  border:1px solid rgba(169,78,21,.34)!important;
  box-shadow:0 10px 24px rgba(82,53,28,.07),inset 0 1px 0 rgba(255,255,255,.78)!important;
  text-shadow:none!important;
}
html[data-theme="light"] .ckHeaderCta:hover,
html[data-theme="light"] .btn:hover,
html[data-theme="light"] .ckSearch button:hover,
html[data-theme="light"] .ckEditorialCta a:hover,
html[data-theme="light"] .ckSideCta a:hover,
html[data-theme="light"] .ckInsightBox--cta a:hover,
html[data-theme="light"] .ckMidCta a:hover,
html[data-theme="light"] .megaMenu__diagnostic:hover{
  color:#fff8ed!important;
  background:linear-gradient(135deg,#c45d18,#a94e15)!important;
  border-color:rgba(169,78,21,.50)!important;
}
html[data-theme="light"] .theme-toggle,
html[data-theme="light"] .menu-toggle,
html[data-theme="light"] .langToggle{
  background:linear-gradient(180deg,#fff8ee,#eddcc3)!important;
  border-color:rgba(154,69,16,.18)!important;
  box-shadow:0 10px 24px rgba(82,53,28,.08),inset 0 1px 0 rgba(255,255,255,.75)!important;
}
html[data-theme="light"] .menu-toggle span{background:var(--careka-burnt-orange)!important;}
html[data-theme="light"] .langToggle__code,
html[data-theme="light"] .langToggle{color:var(--careka-text-dark)!important;}
html[data-theme="light"] .megaMenu__shell{
  background:linear-gradient(180deg,rgba(255,250,242,.98),rgba(243,230,211,.97))!important;
  border-color:rgba(154,69,16,.18)!important;
  box-shadow:0 26px 90px rgba(82,53,28,.16),inset 0 1px 0 rgba(255,255,255,.75)!important;
}
html[data-theme="light"] .megaMenu__nav a,
html[data-theme="light"] .megaMenu__card,
html[data-theme="light"] .megaLangOption,
html[data-theme="light"] .langHeaderMenu,
html[data-theme="light"] .langHeaderOption,
html[data-theme="light"] .languageOption{
  background:linear-gradient(180deg,#fffaf2,#f0dfc7)!important;
  border-color:rgba(154,69,16,.16)!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
html[data-theme="light"] .megaMenu__nav strong,
html[data-theme="light"] .megaMenu__card b,
html[data-theme="light"] .megaLangOption strong,
html[data-theme="light"] .langHeaderOption strong,
html[data-theme="light"] .languageOption strong{color:var(--careka-text-dark)!important;}
html[data-theme="light"] .megaMenu__nav small,
html[data-theme="light"] .megaMenu__card p,
html[data-theme="light"] .megaLangOption small,
html[data-theme="light"] .langHeaderOption small,
html[data-theme="light"] .languageOption small{color:rgba(32,23,16,.68)!important;}
html[data-theme="light"] .megaMenu__nav span,
html[data-theme="light"] .megaLangOption__flag,
html[data-theme="light"] .languageOption__flag{color:var(--careka-burnt-orange)!important;}
html[data-theme="light"] .megaMenu__nav a:hover,
html[data-theme="light"] .megaMenu__nav a:focus-visible,
html[data-theme="light"] .megaLangOption:hover,
html[data-theme="light"] .langHeaderOption:hover,
html[data-theme="light"] .languageOption:hover{
  background:linear-gradient(180deg,#fff6e8,#ead6bb)!important;
  border-color:rgba(169,78,21,.26)!important;
}

/* Sidebar Neste Artigo — contraste real no tema claro */
html[data-theme="light"] .ckArticleSidebar,
html[data-theme="light"] .ckArticleSidebar *{text-shadow:none!important;}
html[data-theme="light"] .ckSidebarBox{
  background:linear-gradient(180deg,#fff9ef,#f2e2cb)!important;
  border-color:rgba(154,69,16,.20)!important;
  box-shadow:0 18px 46px rgba(82,53,28,.09),inset 0 1px 0 rgba(255,255,255,.78)!important;
}
html[data-theme="light"] .ckSidebarHead strong{color:var(--careka-text-dark)!important;}
html[data-theme="light"] .ckSidebarHead span,
html[data-theme="light"] .ckToc a span{color:var(--careka-burnt-orange)!important;}
html[data-theme="light"] .ckProgressLine{background:rgba(169,78,21,.15)!important;}
html[data-theme="light"] .ckProgressLine span,
html[data-theme="light"] .ckReadProgress span{background:linear-gradient(90deg,#c5a059,#c45d18)!important;}
html[data-theme="light"] .ckToc a{
  color:#3a2b20!important;
  border-bottom-color:rgba(154,69,16,.14)!important;
  border-radius:12px!important;
  padding:11px 8px!important;
  transition:background .25s ease,color .25s ease,transform .25s ease!important;
}
html[data-theme="light"] .ckToc a:hover,
html[data-theme="light"] .ckToc a:focus-visible{
  color:#120b07!important;
  background:rgba(196,93,24,.075)!important;
  transform:translateX(2px)!important;
}
html[data-theme="light"] .ckSideCta h2{color:var(--careka-text-dark)!important;}
html[data-theme="light"] .ckSideCta p{color:rgba(32,23,16,.72)!important;}
html[data-theme="light"] .ckSideCta > span{color:var(--careka-burnt-orange)!important;}

/* Footer claro limpo */
html[data-theme="light"] .ckEditorialFooter,
html[data-theme="light"] footer{
  background:linear-gradient(180deg,#f3e6d3,#eadac1)!important;
  border-top-color:rgba(154,69,16,.16)!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
html[data-theme="light"] .ckEditorialFooter *,
html[data-theme="light"] footer *{text-shadow:none!important;}
html[data-theme="light"] .ckEditorialFooter p,
html[data-theme="light"] .ckEditorialFooter__bottom,
html[data-theme="light"] footer p,
html[data-theme="light"] footer span{color:rgba(32,23,16,.70)!important;}
html[data-theme="light"] .ckEditorialFooter a,
html[data-theme="light"] footer a{color:var(--careka-burnt-orange)!important;}
html[data-theme="light"] .ckEditorialFooter a:hover,
html[data-theme="light"] footer a:hover{color:#120b07!important;}
html[data-theme="light"] .ckEditorialFooter__cta{
  background:linear-gradient(180deg,#fff8ee,#f1dfc5)!important;
  border-color:rgba(154,69,16,.18)!important;
  box-shadow:none!important;
}
html[data-theme="light"] .ckEditorialFooter__cta strong{color:var(--careka-text-dark)!important;}
html[data-theme="light"] .ckEditorialFooter__cta a{
  color:var(--careka-burnt-orange)!important;
  background:linear-gradient(180deg,#fff8ed,#f1dfc5)!important;
  border:1px solid rgba(169,78,21,.34)!important;
}
html[data-theme="light"] .ckEditorialFooter__cta a:hover{
  color:#fff8ed!important;
  background:linear-gradient(135deg,#c45d18,#a94e15)!important;
}

/* Cards e leitura clara */
html[data-theme="light"] .ckPostCard,
html[data-theme="light"] .ckArticleProse,
html[data-theme="light"] .ckEditorialCta,
html[data-theme="light"] .ckAnswerBox,
html[data-theme="light"] .ckInsightBox,
html[data-theme="light"] .ckMidCta,
html[data-theme="light"] .panel,
html[data-theme="light"] .card,
html[data-theme="light"] .port-card,
html[data-theme="light"] .toolsPanel,
html[data-theme="light"] .stat{
  background:linear-gradient(180deg,rgba(255,249,239,.96),rgba(241,225,202,.92))!important;
  border-color:rgba(154,69,16,.16)!important;
  box-shadow:0 18px 52px rgba(82,53,28,.08),inset 0 1px 0 rgba(255,255,255,.74)!important;
}
html[data-theme="light"] .ckPostCard h3 a,
html[data-theme="light"] .ckArticleProse h1,
html[data-theme="light"] .ckArticleProse h2,
html[data-theme="light"] .ckArticleProse h3,
html[data-theme="light"] .ckSectionTitle h2,
html[data-theme="light"] .ckEditorialCta h2,
html[data-theme="light"] .h1,
html[data-theme="light"] .h2,
html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3{color:var(--careka-text-dark)!important;text-shadow:none!important;}
html[data-theme="light"] .ckArticleProse p,
html[data-theme="light"] .ckPostCard p,
html[data-theme="light"] .lead-text,
html[data-theme="light"] .text,
html[data-theme="light"] p{color:rgba(32,23,16,.76);text-shadow:none!important;}
html[data-theme="light"] .ckKicker,
html[data-theme="light"] .ckBreadcrumb strong,
html[data-theme="light"] .ckPostCard__cat,
html[data-theme="light"] .ckReadLink,
html[data-theme="light"] .ckSectionTitle span,
html[data-theme="light"] .ckArticleProse h2:first-child{color:var(--careka-burnt-orange)!important;}
html[data-theme="light"] .ckBreadcrumb,
html[data-theme="light"] .ckBreadcrumb a,
html[data-theme="light"] .ckArticleMeta span,
html[data-theme="light"] .ckPostCard__meta span{color:rgba(32,23,16,.68)!important;text-shadow:none!important;}
html[data-theme="light"] .ckArticleHero__image,
html[data-theme="light"] .ckBlogHero__media,
html[data-theme="light"] .ckPostCard__media{
  background:linear-gradient(180deg,#fff8ed,#eadac2)!important;
  border-color:rgba(154,69,16,.18)!important;
  box-shadow:0 18px 46px rgba(82,53,28,.10)!important;
}

/* Acessibilidade visual */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
  outline:2px solid var(--careka-gold-soft)!important;
  outline-offset:4px!important;
}
html[data-theme="light"] a:focus-visible,
html[data-theme="light"] button:focus-visible,
html[data-theme="light"] input:focus-visible,
html[data-theme="light"] textarea:focus-visible,
html[data-theme="light"] select:focus-visible{
  outline-color:var(--careka-burnt-orange)!important;
}

/* Desktop/tablet/mobile de conteúdo */
@media (max-width:1120px){
  .ckArticleSidebar{position:relative!important;top:auto!important;}
}
@media (max-width:900px){
  .ckCardsGrid,.ckCardsGrid--compact{grid-template-columns:1fr!important;}
  .ckEditorialFooter__grid{grid-template-columns:1fr!important;}
}
