@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');
/* =========================================================================
 * wc_news · Design do portal de notícias (jovem, editorial, cinético)
 * Carregado por último (scandir alfabético): vence dashlite/theme/wc-custom.
 * Display: Space Grotesk · Texto/UI: Inter · Acento: --bs-primary (configurável).
 * ========================================================================= */
.wc_news {
    /* Tokens 100% dirigidos pela paleta do admin (Config → Site → Cores).
       wcSiteThemeVars() imprime as variaveis --bs- e --wc- depois deste CSS; os hex
       aqui sao so fallback p/ instalacao sem paleta (ver zz-news-palette.css).
       Fidelidade 1:1 (estilo wc_clinic): o acento e a cor EXATA da paleta. */
    --accent: var(--bs-primary, #5b5bf5);
    --accent-rgb: var(--bs-primary-rgb, 91, 91, 245);
    --accent-2: var(--bs-secondary, #ff3d71); /* cor 2 da paleta: urgente + fim do gradiente */
    --grad: linear-gradient(135deg, var(--accent), var(--accent-2));
    --ink: var(--bs-heading-color, #14152a);    /* títulos/tinta */
    --text: var(--bs-body-color, #2c2f3d);      /* corpo de texto */
    --muted: var(--bs-secondary-color, #6b6c84);
    --line: var(--bs-border-color, #ececf3);
    --ground: var(--bs-body-bg, #fbfbfd);
    --surface: var(--bs-card-bg, #ffffff);
    --soft: var(--wc-bg-alt, #f1f1f8);          /* chips/tags/fundos suaves */
    /* "Chrome" (topbar, nav, footer): segue a cor de rodape da paleta 1:1. O admin
       define fundo (SITE_THEME_FOOTER_BG) + texto/link do rodape juntos, entao o texto
       ja vem legivel. Fallback escuro do nicho quando o admin nao configura rodape. */
    --chrome: var(--wc-footer-bg, #14152a);
    --chrome-text: var(--wc-footer-text, #e8e9f2);
    --chrome-link: var(--wc-footer-link, var(--accent));
    /* Fundos tintados derivados do acento (reuso — antes espalhados inline). */
    --tint: rgba(var(--accent-rgb), .08);
    --tint-strong: rgba(var(--accent-rgb), .15);
    --ring: 0 0 0 4px rgba(var(--accent-rgb), .13);
    /* Superfície "elevada" para menus/dropdowns flutuantes. */
    --pop-shadow: 0 20px 48px -16px rgba(20, 21, 42, .28), 0 4px 12px -6px rgba(20, 21, 42, .14);
    --radius: 16px;
    --shadow: 0 1px 2px rgba(20, 21, 42, .04), 0 8px 24px rgba(20, 21, 42, .06);
    --shadow-hover: 0 12px 40px rgba(20, 21, 42, .14);
    --max: 1180px;
    --font-display: 'Space Grotesk', 'Segoe UI', sans-serif;
    --font-text: 'Inter', -apple-system, 'Segoe UI', sans-serif;
    background: var(--ground);
    color: var(--text);
    font-family: var(--font-text);
    -webkit-font-smoothing: antialiased;
}
/* Auto-contraste do texto do chrome: SO quando o admin NAO define o texto do rodape
   (o texto do rodape do admin sempre vence, pois entra como 1o valor do var()).
   Onde houver relative-color, deriva preto/branco pela luminancia do fundo do chrome;
   senao, vale o cinza claro (#e8e9f2) do bloco acima. */
@supports (color: hsl(from white h s l)) {
    .wc_news { --chrome-text: var(--wc-footer-text, hsl(from var(--chrome) 0 0% calc((62% - l) * infinity))); }
}
.wc_news a { text-decoration: none; color: inherit; font-family: inherit; transition: color .18s ease; }
.wc_news img { max-width: 100%; display: block; }
/* Vence o `*{font-family:SITE_FONT}` injetado pelo front controller SEM tocar nos
   ícones (<em class="icon ni">) nem nos links (que herdam do contexto). */
.wc_news p, .wc_news li, .wc_news h1, .wc_news h2, .wc_news h3, .wc_news h4, .wc_news h5, .wc_news h6,
.wc_news input, .wc_news select, .wc_news textarea, .wc_news button, .wc_news label,
.wc_news blockquote, .wc_news figcaption, .wc_news small, .wc_news strong, .wc_news time,
.wc_news td, .wc_news th { font-family: var(--font-text); }
.wc_news *:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
.news-container { width: 100%; max-width: var(--max); margin: 0 auto; padding-left: 20px; padding-right: 20px; }

/* ---- Tipografia ---- */
.wc_news h1, .wc_news h2, .wc_news h3, .wc_news h4,
.news-hero__title, .news-card__title, .news-article__title, .news-block__title, .news-brand__text {
    font-family: var(--font-display);
    line-height: 1.1;
    letter-spacing: -.02em;
    color: var(--ink);
    font-weight: 700;
}

/* ---- Topbar ---- */
.news-topbar { background: var(--chrome); color: var(--chrome-text); font-size: 12px; }
.news-topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 36px; }
.news-topbar__date { display: inline-flex; align-items: center; gap: 6px; text-transform: capitalize; letter-spacing: .01em; white-space: nowrap; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.news-topbar__date .icon { opacity: .75; flex-shrink: 0; }
.news-topbar__links { display: inline-flex; align-items: center; gap: 16px; flex-shrink: 0; }
.news-topbar__link { display: inline-flex; align-items: center; gap: 6px; color: var(--chrome-link); font-weight: 600; white-space: nowrap; }
.news-topbar__link .icon { font-size: 13px; }
.news-topbar__link:hover, .news-topbar__link.is-active { color: #fff; }
.news-topbar__social { display: inline-flex; align-items: center; gap: 13px; padding-left: 16px; border-left: 1px solid rgba(255, 255, 255, .16); }
.news-topbar__social a { color: var(--chrome-text); display: inline-flex; }
.news-topbar__social a:hover { color: #fff; }
/* Item "Ferramentas" exclusivo do drawer (menu mobile); no desktop fica escondido. */
.news-nav__mtools { display: none; }

/* ---- Masthead ---- */
.news-masthead { background: var(--surface); border-bottom: 1px solid var(--line); }
.news-masthead__in { display: flex; align-items: center; gap: 18px; min-height: 88px; }
.news-brand { flex: 0 1 auto; min-width: 0; }
.news-brand img { max-height: 50px; width: auto; }
.news-brand__text { font-size: 30px; font-weight: 700; letter-spacing: -.04em; color: var(--ink); }
/* Cluster de ações à direita (busca + ferramentas + conta) — padrão clinic. */
.news-masthead__actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.news-masthead__search { width: 320px; max-width: 38vw; }
.news-burger { display: none; background: none; border: 0; font-size: 26px; color: var(--ink); cursor: pointer; line-height: 1; }

.news-search { display: flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--ground); transition: border-color .18s, box-shadow .18s; }
.news-search:focus-within { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(var(--accent-rgb), .12); background: var(--surface); }
.news-search input { border: 0; padding: 10px 18px; flex: 1; outline: none; font-size: 14px; background: transparent; font-family: var(--font-text); color: var(--ink); }
.news-search button { border: 0; background: var(--grad); color: #fff; padding: 0 18px; align-self: stretch; cursor: pointer; font-size: 16px; display: inline-flex; align-items: center; }
.news-search button .icon { color: #fff !important; font-size: 17px; line-height: 1; }
.news-search button:hover { filter: brightness(1.08); }

/* Minha conta — ícone circular à direita da busca */
.news-account-btn { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid var(--line); background: var(--ground); color: var(--muted) !important; font-size: 19px; transition: border-color .18s, background .18s, color .18s, transform .18s, box-shadow .18s; }
.news-account-btn:hover { border-color: var(--accent); color: var(--accent) !important; background: var(--surface); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(var(--accent-rgb), .18); }
.news-account-btn.is-logged { background: var(--grad); border-color: transparent; color: #fff !important; }
.news-account-btn.is-logged:hover { color: #fff !important; filter: brightness(1.08); }

/* ---- Launcher de Ferramentas no masthead (dropdown) ---- */
.news-tools { position: relative; flex-shrink: 0; }
.news-tools__btn { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--ground); color: var(--ink); font-family: var(--font-display); font-weight: 600; font-size: 13.5px; cursor: pointer; transition: border-color .18s, background .18s, color .18s, box-shadow .18s; white-space: nowrap; }
.news-tools__btn > .icon:first-child { color: var(--accent); font-size: 17px; }
.news-tools__caret { font-size: 13px; opacity: .6; transition: transform .2s ease; }
.news-tools__btn:hover { border-color: var(--accent); color: var(--accent); box-shadow: var(--ring); }
.news-tools.is-active .news-tools__btn { border-color: transparent; background: var(--tint-strong); color: var(--accent); }
.news-tools.is-open .news-tools__btn { border-color: var(--accent); box-shadow: var(--ring); }
.news-tools.is-open .news-tools__caret { transform: rotate(180deg); }
.news-tools__menu { position: absolute; top: calc(100% + 12px); right: 0; z-index: 120; width: 320px; max-width: calc(100vw - 32px); background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--pop-shadow); padding: 10px; opacity: 0; visibility: hidden; transform: translateY(-8px) scale(.98); transform-origin: top right; transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.news-tools__menu::before { content: ""; position: absolute; top: -6px; right: 22px; width: 12px; height: 12px; background: var(--surface); border-left: 1px solid var(--line); border-top: 1px solid var(--line); transform: rotate(45deg); }
.news-tools.is-open .news-tools__menu { opacity: 1; visibility: visible; transform: none; }
.news-tools__feature { display: flex; align-items: center; gap: 12px; padding: 13px 14px; border-radius: 12px; background: var(--grad); color: #fff !important; position: relative; overflow: hidden; transition: filter .18s, transform .18s; }
.news-tools__feature::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 88% 4%, rgba(255, 255, 255, .22), transparent 55%); }
.news-tools__feature:hover { filter: brightness(1.06); transform: translateY(-1px); }
.news-tools__feature-ic { flex-shrink: 0; width: 42px; height: 42px; border-radius: 11px; background: rgba(255, 255, 255, .2); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; position: relative; z-index: 1; }
.news-tools__feature-tx { position: relative; z-index: 1; min-width: 0; flex: 1; }
.news-tools__feature-tx strong { display: block; font-family: var(--font-display); font-size: 15px; line-height: 1.2; }
.news-tools__feature-tx small { display: block; font-size: 12px; opacity: .9; margin-top: 2px; }
.news-tools__feature-go { position: relative; z-index: 1; font-size: 16px; transition: transform .18s; }
.news-tools__feature:hover .news-tools__feature-go { transform: translateX(3px); }
.news-tools__label { display: block; font-family: var(--font-display); font-size: 10.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); padding: 12px 14px 6px; }
.news-tools__item { display: flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 10px; font-size: 13.5px; font-weight: 500; color: var(--text); }
.news-tools__item .icon { color: var(--accent); font-size: 16px; }
.news-tools__item:hover { background: var(--tint); color: var(--accent); }
.news-tools__item.is-soon { color: var(--muted); cursor: default; }
.news-tools__item.is-soon::after { content: "em breve"; margin-left: auto; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); background: var(--soft); padding: 3px 8px; border-radius: 999px; }
.news-tools__item.is-soon .icon { opacity: .5; }
.news-tools__all { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 6px; padding: 11px 14px; border-radius: 10px; border-top: 1px solid var(--line); color: var(--accent); font-family: var(--font-display); font-weight: 600; font-size: 13px; transition: gap .18s, background .18s; border-radius: 0 0 10px 10px; }
.news-tools__all:hover { gap: 10px; background: var(--tint); }

/* ---- Nav editorias (sticky) ---- */
.news-nav { background: var(--chrome); position: sticky; top: 0; z-index: 50; transition: box-shadow .2s; }
.news-nav__in { display: flex; align-items: stretch; gap: 14px; }
.news-nav__list { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto; padding: 0; flex: 1; }
.news-nav__list a { position: relative; display: flex; align-items: center; color: var(--chrome-link); padding: 14px 16px; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.news-nav__list a::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 8px; height: 2.5px; background: var(--grad); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.news-nav__list a:hover { color: #fff; }
.news-nav__list a:hover::after, .news-nav__list a.is-active::after { transform: scaleX(1); }
.news-nav__list a.is-active { color: #fff; }
.news-nav__acc { margin-left: auto; display: flex; align-items: center; }
.news-nav__acc a { color: var(--chrome-link); }
.news-nav__acc a:hover { color: #fff; }
body.news-scrolled .news-nav { box-shadow: 0 8px 30px rgba(20, 21, 42, .28); }

/* ---- Plantão / ticker ---- */
.news-breaking { background: var(--surface); border-bottom: 1px solid var(--line); }
.news-breaking__in { display: flex; align-items: center; gap: 16px; height: 46px; overflow: hidden; }
.news-breaking__tag { display: inline-flex; align-items: center; gap: 6px; background: var(--accent-2); color: #fff; font-weight: 700; text-transform: uppercase; font-size: 11.5px; letter-spacing: .06em; padding: 6px 13px; border-radius: 999px; white-space: nowrap; flex-shrink: 0; }
.news-breaking__track { overflow: hidden; flex: 1; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 92%, transparent); }
.news-breaking__track ul { list-style: none; display: flex; gap: 48px; margin: 0; padding: 0; white-space: nowrap; animation: news-marquee 34s linear infinite; }
.news-breaking__track a { color: var(--ink); font-size: 14px; font-weight: 500; }
.news-breaking__track a:hover { color: var(--accent); }
.news-breaking:hover .news-breaking__track ul { animation-play-state: paused; }
@keyframes news-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- Main spacing ---- */
/* Sem respiro no topo do main: TODO hero full-bleed (editoria, artigo, busca, curso,
   produto, loja, conta, checkout, campus) encosta direto no header — sem faixa branca.
   Só as páginas que começam com CONTEÚDO em container (home, página estática, planos,
   404) recuperam o respiro, e apenas no 1º container. */
.news-main { padding: 0 0 8px; }
.news-main > .news-container { margin-bottom: 36px; }
.news-main > .news-container:first-child { padding-top: 28px; }

/* ---- Hat / meta ---- */
.news-hat { display: inline-block; color: var(--accent); font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; margin-bottom: 8px; }
.news-hat--lg { font-size: 13px; }
.news-meta { display: inline-flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: 12.5px; margin-top: 10px; }
.news-meta em { margin-right: 4px; opacity: .8; }

/* ---- Hero imersivo ---- */
.news-hero-wrap { animation: news-rise .5s ease both; }
.news-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 14px; }
.news-hero__live { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 0 0 rgba(var(--accent-rgb), .55); animation: news-pulse 2s infinite; }
@keyframes news-pulse { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent-2) 60%, transparent); } 70% { box-shadow: 0 0 0 8px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
.news-hero { display: grid; grid-template-columns: 1.75fr 1fr; gap: 24px; }
@keyframes news-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.news-hero__lead { position: relative; display: block; border-radius: var(--radius); overflow: hidden; min-height: 460px; box-shadow: var(--shadow); }
.news-hero__lead img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; transition: transform .6s cubic-bezier(.2, .7, .2, 1); }
.news-hero__lead:hover img { transform: scale(1.05); }
.news-hero__lead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 11, 26, 0) 28%, rgba(10, 11, 26, .5) 56%, rgba(10, 11, 26, .92) 100%); transition: background .3s ease; }
.news-hero__lead:hover::after { background: linear-gradient(180deg, rgba(10, 11, 26, .05) 24%, rgba(10, 11, 26, .55) 54%, rgba(10, 11, 26, .94) 100%); }
.news-hero__overlay { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 32px 34px; color: #fff; }
.news-hero__overlay .news-hat { color: #fff; background: var(--grad); padding: 5px 13px; border-radius: 999px; box-shadow: 0 8px 20px -6px rgba(var(--accent-rgb), .6); }
.wc_news .news-hero__title { font-size: clamp(28px, 3.5vw, 46px); color: #fff; margin: 14px 0 10px; text-shadow: 0 2px 20px rgba(0, 0, 0, .3); }
.news-hero__lead:hover .news-hero__title { text-decoration: none; }
.news-hero__sub { color: rgba(255, 255, 255, .85); font-size: 16px; line-height: 1.55; max-width: 58ch; }
.news-hero__foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: 12px; }
.news-hero__foot .news-meta { margin-top: 0; }
.news-hero__overlay .news-meta { color: rgba(255, 255, 255, .72); }
.news-hero__read { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 600; font-size: 13.5px; color: #fff; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .28); padding: 8px 16px; border-radius: 999px; backdrop-filter: blur(4px); transition: background .2s, gap .2s; }
.news-hero__lead:hover .news-hero__read { background: var(--grad); border-color: transparent; gap: 11px; }
.news-hero__read .icon { transition: transform .2s; }
.news-hero__lead:hover .news-hero__read .icon { transform: translateX(2px); }
/* Coluna lateral: cabeçalho fixo + lista que distribui para alinhar à altura do lead */
.news-hero__side { display: flex; flex-direction: column; gap: 12px; min-height: 0; }
.news-hero__side-head { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--ink); margin: 0; padding-bottom: 10px; border-bottom: 2px solid var(--line); position: relative; }
.news-hero__side-head::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 46px; height: 2px; background: var(--grad); }
.news-hero__side-head .icon { color: var(--accent-2); font-size: 16px; }
.news-hero__side-list { display: flex; flex-direction: column; gap: 12px; flex: 1; justify-content: space-between; }
.news-hero__side-list .news-card--sm { flex: 1; }
.news-card__breaking { position: absolute; top: 14px; left: 14px; z-index: 3; background: var(--accent-2); color: #fff; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: 5px 11px; border-radius: 999px; box-shadow: 0 6px 16px -4px rgba(0, 0, 0, .4); }

/* ---- Cards ---- */
.news-card { background: var(--surface); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; height: 100%; transition: box-shadow .25s ease, transform .25s ease, border-color .25s; }
.news-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); border-color: transparent; }
.news-card__thumb { position: relative; display: block; overflow: hidden; }
.news-card__thumb img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .5s cubic-bezier(.2, .7, .2, 1); }
.news-card:hover .news-card__thumb img { transform: scale(1.06); }
.news-card__body { padding: 16px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.news-card__title { font-size: 18px; margin: 0; line-height: 1.22; }
.news-card:hover .news-card__title a { color: var(--accent); }
.news-card__excerpt { color: var(--muted); font-size: 13.5px; margin: 0; line-height: 1.5; }
.news-card .news-meta { margin-top: auto; padding-top: 4px; }
/* card compacto (hero side, sidebar, related) */
.news-card--sm { flex-direction: row; align-items: stretch; border-radius: 14px; }
.news-card--sm .news-card__thumb { width: 122px; flex-shrink: 0; }
.news-card--sm .news-card__thumb img { height: 100%; aspect-ratio: auto; }
.news-card--sm .news-card__title { font-size: 15px; }
.news-card--sm .news-card__body { padding: 12px 14px; justify-content: center; gap: 5px; }

/* ---- Tile placeholder (sem imagem real): gradiente determinístico por post ---- */
.news-ph { display: block; width: 100%; aspect-ratio: 16/10; background: linear-gradient(135deg, hsl(var(--ph, 240) 64% 60%), hsl(var(--ph2, 280) 70% 44%)); position: relative; }
.news-ph::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 80% at 85% 12%, rgba(255, 255, 255, .22), transparent 60%); }
.news-hero__lead .news-ph { aspect-ratio: auto; height: 100%; min-height: 440px; }
.news-card--sm .news-ph { aspect-ratio: auto; height: 100%; min-height: 84px; }
.news-mostread__thumb .news-ph { aspect-ratio: auto; height: 100%; }

/* ---- Grids ---- */
.news-grid { display: grid; gap: 22px; }
.news-grid--2 { grid-template-columns: repeat(2, 1fr); }
.news-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ---- Cabeçalho de bloco (editoria) ---- */
.news-block__head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 18px; }
.news-block__title { font-size: 23px; margin: 0; padding-left: 14px; position: relative; }
.news-block__title::before { content: ""; position: absolute; left: 0; top: 2px; bottom: 2px; width: 5px; border-radius: 3px; background: var(--grad); }
.news-block__more { color: var(--accent); font-weight: 600; font-size: 13px; display: inline-flex; align-items: center; gap: 3px; }
.news-block__more:hover { gap: 7px; }
.news-block__more em { transition: transform .18s; }

/* ---- Layout (conteúdo + aside) ---- */
.news-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 38px; align-items: start; }
.news-layout__aside { position: sticky; top: 70px; }

/* ---- Pagebar / breadcrumb ---- */
.news-pagebar { padding-top: 8px; }
.news-crumb { font-size: 12.5px; color: var(--muted); margin-bottom: 10px; display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.news-crumb a:hover { color: var(--accent); }
.news-crumb .is-current { color: var(--ink); font-weight: 600; }
.news-pagebar__title { font-size: clamp(26px, 3vw, 36px); margin: 0 0 8px; }
.news-pagebar__sub { color: var(--muted); margin: 0; font-size: 15px; }

/* ---- Barra de progresso de leitura (assinatura cinética) ---- */
.news-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: transparent; z-index: 999; }
.news-progress > span { display: block; height: 100%; width: 0; background: var(--grad); transition: width .08s linear; }

/* ---- Artigo ---- */
.news-article__head { padding-top: 10px; max-width: 760px; }
.news-article__title { font-size: clamp(30px, 4vw, 46px); margin: 8px 0 14px; line-height: 1.08; }
.news-article__lead { font-size: 19px; color: var(--text); line-height: 1.55; font-weight: 500; }
.news-article__meta { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 12px 0; margin-top: 16px; }
.news-article__source { font-size: 13px; color: var(--muted); margin-top: 10px; }
.news-article__source a { color: var(--accent); font-weight: 600; }

/* ---- Hero do artigo — faixa imersiva no tom da editoria (capa OU gradiente) ---- */
.news-article__hero { position: relative; overflow: hidden; margin-bottom: 34px; background: var(--ed-deep, var(--accent)); }
.news-article__hero.no-cover { background: linear-gradient(135deg, var(--ed-deep, var(--accent)), color-mix(in srgb, var(--ed-deep, var(--accent)) 42%, #14152a)); }
.news-article__hero.has-cover { background: #14152a; }
.news-article__hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .4; }
.news-article__hero.has-cover::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(120deg, color-mix(in srgb, var(--ed-deep, var(--accent)) 74%, transparent), rgba(15, 17, 33, .8)); }
.news-article__hero-in { position: relative; z-index: 2; padding: clamp(34px, 5vw, 58px) 20px clamp(30px, 4vw, 46px); color: #fff; }
.news-article__hero .news-crumb, .news-article__hero .news-crumb a { color: rgba(255, 255, 255, .78); }
.news-article__hero .news-crumb a:hover { color: #fff; }
.news-article__hero-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 16px 0 2px; }
.news-article__hero .news-hat { margin: 0; display: inline-flex; align-items: center; color: #fff; background: rgba(255, 255, 255, .16); padding: 5px 13px; border-radius: 999px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.news-article__hero .news-premium-chip { margin: 0; }
.wc_news .news-article__hero .news-article__title { color: #fff; max-width: 900px; margin: 12px 0 12px; text-shadow: 0 2px 24px rgba(0, 0, 0, .3); }
.news-article__hero .news-article__lead { color: rgba(255, 255, 255, .9); max-width: 620px; font-size: clamp(16px, 1.35vw, 19px); font-weight: 500; }
.news-article__hero .news-article__meta { border-top: 1px solid rgba(255, 255, 255, .22); border-bottom: 0; padding: 14px 0 0; margin-top: 22px; }
.news-article__hero .news-meta { color: rgba(255, 255, 255, .82); }
.news-article__hero .news-meta em { opacity: .9; }
.news-article__hero .news-article__source { color: rgba(255, 255, 255, .8); }
.news-article__hero .news-article__source a { color: #fff; text-decoration: underline; }
.news-article__media { margin: 22px 0; }
.news-article__cover { width: 100%; border-radius: var(--radius); }
.news-embed { position: relative; padding-bottom: 56.25%; height: 0; border-radius: var(--radius); overflow: hidden; }
.news-embed iframe, .news-embed video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.news-prose { font-size: 18px; line-height: 1.78; color: var(--text); max-width: 68ch; }
.news-prose p { margin: 0 0 1.15em; }
.news-prose img { border-radius: 10px; height: auto; margin: 1.4em 0; }
.news-prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.news-prose h2, .news-prose h3 { font-family: var(--font-display); margin: 1.5em 0 .5em; letter-spacing: -.02em; }
.news-prose blockquote { margin: 1.6em 0; padding: 4px 0 4px 22px; border-left: 4px solid var(--accent); font-size: 21px; font-family: var(--font-display); color: var(--ink); line-height: 1.4; }
.news-article__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0; }
.news-article__tags a { background: var(--soft); color: var(--text); font-size: 12.5px; padding: 6px 14px; border-radius: 999px; font-weight: 600; }
.news-article__tags a:hover { background: var(--accent); color: #fff; }
.news-related, .news-gallery, .news-faq, .news-comments { margin-top: 38px; }

/* ---- Aside widgets ---- */
.news-widget { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; margin-bottom: 22px; }
.news-widget__title { font-family: var(--font-display); font-size: 13px; text-transform: uppercase; letter-spacing: .07em; font-weight: 600; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--line); color: var(--ink); position: relative; }
.news-widget__title::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 42px; height: 2px; background: var(--grad); }
.news-mostread { list-style: none; margin: 0; padding: 0; counter-reset: mostread; }
.news-mostread li { display: flex; align-items: center; gap: 12px; padding: 11px 8px; margin: 0 -8px; border-bottom: 1px solid var(--line); border-radius: 10px; transition: background .18s; }
.news-mostread li:hover { background: var(--soft); }
.news-mostread li:last-child { border-bottom: 0; }
/* Numeração sólida (sem gradient-clip, que renderizava transparente em alguns navegadores). */
.news-mostread__n { font-family: var(--font-display); font-weight: 800; font-size: 22px; line-height: 1; color: var(--accent); -webkit-text-fill-color: currentColor; background: none; width: 24px; text-align: center; flex-shrink: 0; }
.news-mostread li:nth-child(-n+3) .news-mostread__n { color: #fff; -webkit-text-fill-color: #fff; background: var(--grad); width: 26px; height: 26px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; box-shadow: 0 4px 12px -4px rgba(var(--accent-rgb), .5); }
.news-mostread li:nth-child(n+4) .news-mostread__n { opacity: .5; }
.news-mostread__thumb { width: 66px; height: 48px; flex-shrink: 0; border-radius: 9px; overflow: hidden; }
.news-mostread__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.news-mostread li:hover .news-mostread__thumb img { transform: scale(1.08); }
.news-mostread__body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.news-mostread__title { font-size: 13.5px; font-weight: 600; line-height: 1.35; color: var(--ink); }
.news-mostread li:hover .news-mostread__title { color: var(--accent); }
.news-mostread__views { color: var(--muted); font-size: 11.5px; display: inline-flex; align-items: center; gap: 4px; }
.news-widget__title .icon { color: var(--accent); margin-right: 4px; }
.news-cats { list-style: none; margin: 0; padding: 0; }
.news-cats a { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 10px 10px; margin: 0 -10px; border-bottom: 1px solid var(--line); border-radius: 10px; font-weight: 600; font-size: 14px; position: relative; transition: background .18s, padding-left .18s; }
.news-cats li:last-child a { border-bottom: 0; }
.news-cats a span:last-child { background: var(--soft); color: var(--muted); border-radius: 999px; padding: 2px 10px; font-size: 12px; font-weight: 600; transition: background .18s, color .18s; }
.news-cats a:hover { color: var(--ed-deep, var(--accent)); background: color-mix(in srgb, var(--ed-color, var(--accent)) 8%, transparent); padding-left: 14px; }
.news-cats a:hover span:last-child { background: var(--ed-deep, var(--accent)); color: #fff; }

/* CTA de ferramenta na sidebar (criador de currículo) */
.news-toolcta { display: flex; align-items: center; gap: 13px; background: var(--grad); color: #fff !important; border-radius: var(--radius); padding: 17px 18px; margin-bottom: 22px; position: relative; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.news-toolcta::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 88% 8%, rgba(255,255,255,.22), transparent 55%); }
.news-toolcta:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.news-toolcta__icon { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.18); display: inline-flex; align-items: center; justify-content: center; font-size: 21px; position: relative; z-index: 1; }
.news-toolcta__body { position: relative; z-index: 1; min-width: 0; }
.news-toolcta__body strong { display: block; font-family: var(--font-display); font-size: 15px; }
.news-toolcta__body span { display: block; font-size: 12px; opacity: .88; line-height: 1.4; margin-top: 2px; }
.news-toolcta__go { margin-left: auto; position: relative; z-index: 1; font-size: 16px; transition: transform .18s; }
.news-toolcta:hover .news-toolcta__go { transform: translateX(4px); }

/* Compartilhamento (pílulas por rede + copiar link) */
.news-share { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 13px 18px; margin: 22px 0; }
.news-share__label { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 600; font-size: 13.5px; color: var(--ink); }
.news-share__label .icon { color: var(--accent); }
.news-share__btns { display: flex; flex-wrap: wrap; gap: 8px; margin-left: auto; }
.news-share__btn { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; border: 0; cursor: pointer; color: #fff !important; font-size: 15px; transition: transform .16s, filter .16s, box-shadow .16s; }
.news-share__btn:hover { transform: translateY(-2px) scale(1.06); filter: brightness(1.08); box-shadow: 0 6px 16px rgba(20, 21, 42, .22); }
.news-share__btn.is-wa { background: #25d366; }
.news-share__btn.is-fb { background: #1877f2; }
.news-share__btn.is-tw { background: #14171a; }
.news-share__btn.is-in { background: #0a66c2; }
.news-share__btn.is-tg { background: #229ed9; }
.news-share__btn.is-copy { background: var(--soft); color: var(--text) !important; }
.news-share__btn.is-copy:hover { background: var(--accent); color: #fff !important; }
.news-share__btn.is-copy.is-done { background: var(--bs-success, #1ee0ac); color: #fff !important; }

/* ---- Pager / vazios / 404 ---- */
.news-pager { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 6px; }
.news-pager a, .news-pager span { display: inline-block; padding: 8px 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--ink); font-weight: 600; font-size: 14px; }
.news-pager a:hover, .news-pager .active { background: var(--accent); color: #fff; border-color: var(--accent); }
.news-list-ad { margin: 26px 0; }
.news-empty { background: var(--surface); border: 1px dashed var(--line); border-radius: var(--radius); padding: 48px; text-align: center; color: var(--muted); }
.news-404 { text-align: center; padding: 56px 0 16px; }
.news-404__code { font-family: var(--font-display); font-size: 110px; font-weight: 700; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.news-404__title { font-size: 30px; margin: 10px 0; }
.news-404__text { color: var(--muted); }
.news-404__btn { display: inline-block; background: var(--accent); color: #fff; padding: 12px 26px; border-radius: 999px; font-weight: 600; margin: 14px 0 44px; }
.news-404__btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.news-404__recent { text-align: left; }

/* ---- CTA de conversão (banda gradiente antes do rodapé) ---- */
.news-cta { position: relative; overflow: hidden; margin-top: 48px; background: var(--grad); color: #fff; isolation: isolate; }
.news-cta::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(90% 120% at 88% -10%, rgba(255, 255, 255, .22), transparent 55%); }
.news-cta::after { content: ""; position: absolute; z-index: 0; right: -60px; bottom: -120px; width: 340px; height: 340px; border-radius: 50%; background: rgba(255, 255, 255, .07); }
.news-cta__in { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 28px 40px; flex-wrap: wrap; padding: 46px 20px; }
.news-cta__text { min-width: 0; flex: 1 1 420px; }
.news-cta__eyebrow { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 600; font-size: 11.5px; text-transform: uppercase; letter-spacing: .09em; color: #fff; background: rgba(255, 255, 255, .18); padding: 6px 14px; border-radius: 999px; }
.wc_news .news-cta__title { color: #fff; font-size: clamp(24px, 3vw, 34px); margin: 14px 0 8px; line-height: 1.12; }
.news-cta__sub { color: rgba(255, 255, 255, .9); font-size: 15.5px; line-height: 1.6; margin: 0; max-width: 60ch; }
.news-cta__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; flex-shrink: 0; }
.news-cta__btn { display: inline-flex; align-items: center; gap: 10px; background: #fff; color: var(--accent) !important; font-family: var(--font-display); font-weight: 700; font-size: 16px; padding: 15px 30px; border-radius: 999px; box-shadow: 0 16px 34px -12px rgba(8, 10, 30, .5); transition: transform .18s, box-shadow .18s; }
.news-cta__btn .icon { font-size: 19px; }
.news-cta__btn:hover { transform: translateY(-2px); box-shadow: 0 20px 42px -12px rgba(8, 10, 30, .6); color: var(--accent) !important; }
.news-cta__link { display: inline-flex; align-items: center; gap: 6px; color: #fff !important; font-weight: 600; font-size: 13.5px; opacity: .92; transition: gap .18s, opacity .18s; }
.news-cta__link:hover { opacity: 1; gap: 10px; }
/* Foco visível neutro sobre a banda gradiente (o anel de acento se perderia no fundo). */
.news-cta a:focus-visible, .news-tools__feature:focus-visible, .news-hero__lead:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

/* ---- Footer (padrão clinic: banda de newsletter + grade de colunas) ---- */
.news-cta + .news-footer { margin-top: 0; }
.news-footer { background: var(--chrome); color: var(--chrome-text); margin-top: 48px; position: relative; overflow: hidden; }
.news-footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad); z-index: 2; }
/* Profundidade: glows de acento no fundo escuro (premium, sutil). */
.news-footer::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(58% 70% at 12% -8%, rgba(var(--accent-rgb), .20), transparent 60%), radial-gradient(46% 62% at 104% 22%, rgba(var(--accent-rgb), .12), transparent 55%); }
.news-footer > .news-container, .news-footer__bar { position: relative; z-index: 1; }
/* Banda de newsletter como PAINEL destacado (tinta de acento + brilho). */
/* Banda de newsletter — simples e elegante (padrão clinic): intro + form lado a
   lado, separados por um fio sutil. Sem card, sem brilho, sem pílula. */
.news-foot-news { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 22px 52px; padding: 46px 0 42px; margin: 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.news-foot-news__intro { flex: 1 1 260px; min-width: 0; }
.news-foot-news__form { flex: 1.5 1 420px; min-width: 0; }
.news-foot-news__eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-weight: 700; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .55); background: none; padding: 0; }
.news-foot-news__eyebrow .icon { color: rgba(255, 255, 255, .55); font-size: 14px; }
.wc_news .news-foot-news__title { font-size: clamp(19px, 2.1vw, 24px); color: #fff; margin: 12px 0 6px; line-height: 1.22; font-weight: 700; }
.news-foot-news__sub { color: rgba(255, 255, 255, .68); font-size: 13.5px; margin: 0; line-height: 1.55; max-width: 430px; }
/* Recompensa (lead magnet) COMPACTA, abaixo do texto da intro — discreta. */
.news-foot-reward { display: inline-flex; align-items: center; gap: 11px; margin-top: 16px; padding: 8px 13px 8px 9px; border-radius: 12px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .14); max-width: 100%; }
.news-foot-reward__badge { flex: 0 0 auto; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 6px; border-radius: 10px; background: var(--grad); color: #fff; line-height: 1; box-shadow: 0 6px 16px -6px rgba(var(--accent-rgb), .7); }
.news-foot-reward__badge b { font-family: var(--font-display); font-size: 15px; font-weight: 800; letter-spacing: -.02em; }
.news-foot-reward__badge i { font-style: normal; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-top: 1px; }
.news-foot-reward__badge .icon { font-size: 18px; }
.news-foot-reward__txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.news-foot-reward__title { font-family: var(--font-display); font-size: 13px; font-weight: 700; line-height: 1.25; color: #fff; }
.news-foot-reward__note { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; color: rgba(255, 255, 255, .6); }
.news-foot-reward__note .icon { font-size: 12px; flex: 0 0 auto; }
.news-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding: 8px 0 48px; }
.news-footer__brand .news-brand__text { color: #fff; font-size: 26px; }
.news-footer__brand .news-brand img { max-height: 46px; }
.news-footer__desc { font-size: 14px; margin-top: 14px; max-width: 300px; line-height: 1.7; color: var(--chrome-text); }
.news-footer__social { display: flex; gap: 10px; margin-top: 20px; }
.news-footer__social a { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); color: #fff; font-size: 16px; transition: background .2s, border-color .2s, transform .2s, box-shadow .2s; }
.news-footer__social a:hover { background: var(--grad); border-color: transparent; transform: translateY(-3px); box-shadow: 0 12px 24px -8px rgba(var(--accent-rgb), .7); }
.news-footer__col h5 { font-family: var(--font-display); color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .07em; margin: 0 0 16px; font-weight: 700; position: relative; padding-bottom: 12px; }
.news-footer__col h5::after { content: ""; position: absolute; left: 0; bottom: 0; width: 30px; height: 3px; background: var(--grad); border-radius: 3px; }
.news-footer__col ul { list-style: none; margin: 0; padding: 0; }
.news-footer__col li a { display: inline-flex; align-items: center; gap: 9px; color: var(--chrome-text); font-size: 14px; line-height: 2.35; transition: color .15s, transform .15s; }
.news-footer__col li a .icon { font-size: 13px; opacity: .5; transition: opacity .15s, color .15s; }
.news-footer__col li a:hover { color: #fff; transform: translateX(4px); }
.news-footer__col li a:hover .icon { opacity: 1; color: var(--accent-2); }
.news-footer__bar { border-top: 1px solid rgba(255, 255, 255, .1); font-size: 12.5px; padding: 18px 0; }
.news-footer__bar-in { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.news-footer__bar-right { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.news-footer__bar .wc-dev-credit-line { font-size: .95em; opacity: .75; }
.news-totop { display: inline-flex; align-items: center; gap: 7px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 12px; padding: 8px 15px; border-radius: 999px; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.news-totop:hover { background: var(--grad); border-color: transparent; transform: translateY(-2px); }
.news-totop .icon { font-size: 14px; }
.news-news__intro { color: var(--chrome-text); font-size: 13.5px; line-height: 1.6; margin: -4px 0 14px; }

/* ---- Newsletter (widget .jwc_newsletter) no footer escuro ---- */
/* Campos lado a lado (linha que quebra); botão em largura total abaixo. */
.news-footer .jwc_newsletter_row { display: flex; flex-wrap: wrap; gap: 10px; align-items: stretch; }
/* Card grande de recompensa do widget: oculto aqui (mostramos compacto na intro). */
.news-footer .news-foot-news .jwc_newsletter_reward { display: none; }
.news-footer .jwc_newsletter_field { flex: 1 1 150px; min-width: 0; display: flex; align-items: center; gap: 9px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .2); border-radius: 11px; padding: 0 14px; transition: border-color .18s, background .18s, box-shadow .18s; }
.news-footer .jwc_newsletter_field:focus-within { border-color: rgba(255, 255, 255, .75); background: rgba(255, 255, 255, .1); box-shadow: 0 0 0 3px rgba(var(--accent-rgb), .25); }
.news-footer .jwc_newsletter_field .icon { color: rgba(255, 255, 255, .6); font-size: 16px; flex-shrink: 0; }
.news-footer .jwc_newsletter_field input { flex: 1; min-width: 0; background: transparent; border: 0; outline: none; color: #fff; font-family: var(--font-text); font-size: 14px; padding: 13px 0; }
.news-footer .jwc_newsletter_field input::placeholder { color: rgba(255, 255, 255, .55); }
.news-footer .jwc_newsletter_email { grid-column: auto; }
.news-footer .jwc_newsletter_btn { flex: 1 1 100%; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--grad); color: #fff; border: 0; border-radius: 11px; padding: 13px 20px; font-family: var(--font-display); font-weight: 600; font-size: 14px; letter-spacing: .01em; cursor: pointer; transition: filter .18s, transform .18s; }
.news-footer .jwc_newsletter_btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.news-footer .jwc_newsletter_btn .icon { font-size: 16px; }
.news-footer .jwc_newsletter_msg { font-size: 13px; margin-top: 10px; color: var(--chrome-text); min-height: 1px; }
.news-footer .jwc_newsletter_msg:empty { margin-top: 0; }

/* ---- Premium / Paywall ---- */
.news-card__premium { position: absolute; top: 12px; right: 12px; z-index: 3; display: inline-flex; align-items: center; gap: 4px; background: rgba(20, 21, 42, .82); color: #fff; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: 4px 9px; border-radius: 999px; backdrop-filter: blur(4px); }
.news-card__premium .icon { font-size: 11px; color: #ffd34d; }
.news-premium-chip { display: inline-flex; align-items: center; gap: 5px; vertical-align: middle; margin-left: 8px; background: var(--grad); color: #fff; font-family: var(--font-display); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; padding: 4px 11px; border-radius: 999px; }
.news-prose--teaser { position: relative; max-height: 12em; overflow: hidden; }
.news-prose--teaser::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7em; background: linear-gradient(180deg, rgba(251, 251, 253, 0), var(--ground)); }
.news-paywall { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, #fff, #fafaff); box-shadow: var(--shadow); padding: 30px; margin: 8px 0 12px; text-align: center; }
.news-paywall__badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(var(--accent-rgb), .1); color: var(--accent); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; padding: 6px 14px; border-radius: 999px; }
.news-paywall__title { font-size: 24px; margin: 14px 0 8px; }
.news-paywall__text { color: var(--muted); max-width: 46ch; margin: 0 auto 18px; line-height: 1.6; }
.news-paywall__plans { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 20px; }
.news-paywall__plan { display: flex; flex-direction: column; gap: 2px; min-width: 150px; padding: 14px 18px; border: 1.5px solid var(--line); border-radius: 14px; transition: border-color .18s, transform .18s, box-shadow .18s; }
.news-paywall__plan:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow); }
.news-paywall__plan-name { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--ink); }
.news-paywall__plan-price { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--accent); }
.news-paywall__plan-price small { font-size: 12px; font-weight: 500; color: var(--muted); }
.news-paywall__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; }
.news-paywall__cta { display: inline-block; background: var(--grad); color: #fff; font-family: var(--font-display); font-weight: 600; padding: 13px 28px; border-radius: 999px; transition: filter .18s, transform .18s; }
.news-paywall__cta:hover { filter: brightness(1.08); transform: translateY(-1px); }
.news-paywall__login { color: var(--muted); font-size: 14px; }
.news-paywall__login:hover { color: var(--accent); }

/* ---- Planos (catálogo / detalhe / sucesso) ---- */
.news-plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.news-plan-tile { position: relative; background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 26px 22px; display: flex; flex-direction: column; transition: border-color .2s, box-shadow .2s, transform .2s; }
.news-plan-tile:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.news-plan-tile.is-featured { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(var(--accent-rgb), .1); }
.news-plan-tile__flag { position: absolute; top: -12px; left: 22px; background: var(--grad); color: #fff; font-family: var(--font-display); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; padding: 5px 12px; border-radius: 999px; }
.news-plan-tile__name { font-size: 21px; margin: 0 0 4px; }
.news-plan-tile__sub { color: var(--muted); font-size: 13.5px; margin: 0 0 14px; }
.news-plan-tile__price { font-family: var(--font-display); font-weight: 700; font-size: 34px; color: var(--ink); line-height: 1; }
.news-plan-tile__price small, .news-plan-card__price small { font-size: 14px; font-weight: 500; color: var(--muted); }
.news-plan-tile__trial { display: inline-block; margin-top: 8px; background: rgba(var(--accent-rgb), .1); color: var(--accent); font-weight: 700; font-size: 12px; padding: 4px 11px; border-radius: 999px; }
.news-plan-tile__feats { list-style: none; margin: 18px 0; padding: 0; flex: 1; }
.news-plan-tile__feats li { display: flex; align-items: flex-start; gap: 8px; padding: 6px 0; font-size: 14px; color: var(--text); }
.news-plan-tile__feats .icon { color: var(--accent); margin-top: 2px; }
.news-plan-tile__cta { display: block; text-align: center; background: var(--grad); color: #fff; font-family: var(--font-display); font-weight: 600; padding: 13px; border-radius: 12px; transition: filter .18s, transform .18s; }
.news-plan-tile__cta:hover { filter: brightness(1.08); transform: translateY(-1px); }

.news-plan-detail { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 38px; align-items: start; }
.news-plan-detail__title { font-size: clamp(28px, 3.4vw, 40px); margin: 8px 0 10px; }
.news-plan-detail__sub { font-size: 18px; color: var(--text); line-height: 1.5; }
.news-plan-features { list-style: none; margin: 22px 0; padding: 0; }
.news-plan-features li { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.news-plan-features .icon { color: var(--accent); margin-top: 3px; }
.news-plan-unlocks { margin-top: 26px; }
.news-plan-unlocks__chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 8px; }
.news-plan-unlocks__chips a { display: inline-flex; align-items: center; gap: 6px; background: var(--soft); color: var(--text); font-weight: 600; font-size: 13px; padding: 7px 13px; border-radius: 999px; }
.news-plan-unlocks__chips a:hover { background: var(--accent); color: #fff; }
.news-plan-detail__buy { position: sticky; top: 70px; }
.news-plan-card { background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); text-align: center; }
.news-plan-card__price { font-family: var(--font-display); font-weight: 700; font-size: 40px; color: var(--ink); line-height: 1; }
.news-plan-card__trial { display: inline-block; margin: 12px 0; background: rgba(var(--accent-rgb), .1); color: var(--accent); font-weight: 700; font-size: 13px; padding: 5px 13px; border-radius: 999px; }
.news-plan-card .news-paywall__cta { display: block; width: 100%; border: 0; cursor: pointer; font-size: 15px; margin-top: 14px; }
.news-plan-card__note { color: var(--ink); font-weight: 600; font-size: 14px; margin: 10px 0; }
.news-plan-card__fine { color: var(--muted); font-size: 12.5px; margin: 12px 0 0; }
.jwc_news_sub_msg { color: var(--accent-2); font-size: 13px; margin-top: 10px; }

.news-plan-done { text-align: center; padding: 60px 0; }
.news-plan-done__icon { font-size: 64px; color: var(--bs-success, #1ee0ac); }
.news-plan-done__title { font-size: 32px; margin: 12px 0 8px; }
.news-plan-done__text { color: var(--muted); margin-bottom: 22px; }
.news-plan-done__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }
.news-account, .news-checkout { padding: 8px 0 20px; }

@media (max-width: 991px) {
    .news-plan-detail { grid-template-columns: 1fr; }
    .news-plan-detail__buy { position: static; }
}

/* ---- Anúncios (afina o widget dentro do tema) ---- */
.wc_news .wc-ad { margin: 1.6rem auto; }
.wc_news .wc-ad__label { color: var(--muted); }
.wc_news .wc-ad--internal .wc-ad__slot, .wc_news .wc-ad--adsense .wc-ad__slot { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 10px; }

/* ===== Acessibilidade / movimento reduzido ===== */
@media (prefers-reduced-motion: reduce) {
    .wc_news *, .news-hero, .news-breaking__track ul { animation: none !important; transition: none !important; }
    .news-card:hover { transform: none; }
}

/* ===== Responsivo ===== */
@media (max-width: 991px) {
    .news-layout { grid-template-columns: 1fr; }
    .news-layout__aside { position: static; }
    .news-hero { grid-template-columns: 1fr; }
    .news-hero__lead, .news-hero__lead img { min-height: 340px; }
    .news-hero__side-list .news-card--sm { flex: 0 0 auto; }
    .news-grid--4 { grid-template-columns: repeat(2, 1fr); }
    .news-foot-news { gap: 18px; padding: 34px 0 30px; }
    .news-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .news-footer__bar-in { justify-content: center; text-align: center; }
    .news-share__btns { margin-left: 0; }
    /* Header: encolhe a busca e reduz o botão de ferramentas a ícone. */
    .news-masthead__search { width: 190px; max-width: 30vw; }
    .news-tools__btn span { display: none; }
    .news-tools__btn { padding: 0 13px; gap: 5px; }
    .news-cta__in { padding: 40px 20px; }
}
@media (max-width: 640px) {
    .news-burger { display: block; }
    .news-masthead__in { min-height: 64px; gap: 12px; }
    .news-brand__text { font-size: 24px; }
    .news-masthead__search { display: none; }
    .news-tools { display: none; } /* no mobile, Ferramentas vive na topbar + no drawer */
    .news-account-btn { width: 40px; height: 40px; font-size: 17px; }
    /* Topbar mobile: some a data (espaço p/ os utilitários) e centraliza os links. */
    .news-topbar__date { display: none; }
    .news-topbar__in { justify-content: center; gap: 22px; }
    .news-cta__in { flex-direction: column; align-items: flex-start; padding: 34px 20px; }
    .news-cta__actions { align-self: stretch; }
    .news-cta__btn { justify-content: center; width: 100%; }
    .news-nav { position: fixed; inset: 0 28% 0 0; transform: translateX(-100%); transition: transform .28s cubic-bezier(.2,.7,.2,1); overflow-y: auto; z-index: 1000; }
    .news-nav.is-open { transform: translateX(0); box-shadow: 0 0 60px rgba(0,0,0,.5); }
    .news-nav__in { flex-direction: column; align-items: stretch; gap: 0; }
    .news-nav__list { flex-direction: column; justify-content: flex-start; margin: 0; }
    .news-nav__list a { border-bottom: 1px solid rgba(255, 255, 255, .1); padding: 15px 18px; }
    .news-nav__list a::after { display: none; }
    body.news-nav-open { overflow: hidden; }
    .news-grid--2, .news-grid--4 { grid-template-columns: 1fr; }
    .news-hero__overlay { padding: 20px; }
    .news-card--sm .news-card__thumb { width: 104px; }
    .news-cathero__in { padding: 28px 20px 24px; }
    .news-cathero__icon { width: 44px; height: 44px; font-size: 20px; }
    /* Mega menu no drawer: vira sub-lista simples (toque no caret abre) */
    .news-mega { position: static; box-shadow: none; border-bottom: 0; background: rgba(255, 255, 255, .05); display: none; opacity: 1; visibility: visible; transform: none; transition: none; }
    .news-nav__list > li.has-mega.is-open > .news-mega { display: block; }
    .news-nav__list > li.has-mega:hover > .news-mega { opacity: 1; }
    .news-mega__in { grid-template-columns: 1fr; padding: 4px 0 10px; gap: 0; }
    .news-mega__title, .news-mega__sub, .news-mega__posts { display: none; }
    .news-mega__links { margin: 0; }
    .news-mega__links a { color: var(--chrome-link) !important; border-bottom: 1px solid rgba(255, 255, 255, .08); padding: 12px 34px !important; }
    .news-mega__links a:hover { color: #fff !important; background: rgba(255, 255, 255, .1) !important; }
    .news-lightbox__btn { width: 40px; height: 40px; }
    .news-lightbox__prev { left: 8px; }
    .news-lightbox__next { right: 8px; }
    .news-prevnext { grid-template-columns: 1fr; }
    .news-footer__grid { grid-template-columns: 1fr; }
    /* Ferramentas no drawer: item full-width, como as editorias. */
    .news-nav__mtools { display: block; }
    .news-nav__mtools a { display: flex; align-items: center; gap: 9px; }
    .news-nav__mtools a .icon { font-size: 15px; opacity: .85; }
    /* Backdrop do drawer: escurece o fundo; toque fora fecha o menu (wc-news.js). */
    .news-nav::before { content: ""; position: fixed; inset: 0; z-index: -1; background: rgba(8, 9, 20, .5); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .28s ease, visibility .28s; }
    .news-nav.is-open::before { opacity: 1; visibility: visible; }
    .news-cathero__subs a { font-size: 12px; }
}

/* =========================================================================
 * IDENTIDADE DE EDITORIA — cor/ícone/capa por categoria.
 * Cada elemento recebe --ed-color inline (WcPosts::catStyle); cai em --accent
 * quando a editoria não tem cor definida. Tudo segue a paleta do admin.
 * ========================================================================= */

/* Chip/kicker de editoria no card */
.news-cat-chip { display: inline-flex; align-items: center; gap: 5px; align-self: flex-start; font-family: var(--font-display); font-weight: 600; font-size: 11.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--ed-deep, var(--accent)); }
.news-cat-chip .icon { font-size: 13px; }
.news-cat-chip:hover { filter: brightness(.92); }
.news-card__cat { margin-bottom: 1px; }

/* Nav de editorias: ícone + sublinhado na cor da editoria */
.news-nav__ed { gap: 7px; }
.news-nav__ed .icon { font-size: 15px; opacity: .8; }
.news-nav__list a.news-nav__ed::after { background: var(--ed-deep, var(--grad)); }

/* Sidebar "Editorias": bolinha de cor + ícone */
.news-cats__label { display: inline-flex; align-items: center; gap: 8px; }
.news-cats__label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ed-color, var(--accent)); flex-shrink: 0; }
.news-cats__label .icon { font-size: 14px; color: var(--ed-deep, var(--muted)); }
.news-cats a:hover .news-cats__label .icon { color: var(--ed-deep, var(--accent)); }

/* Bloco de editoria na home: barra/ícone/link na cor da editoria */
.news-block__title::before { background: var(--ed-color, var(--grad)); }
.news-block__title a { display: inline-flex; align-items: center; gap: 7px; }
.news-block__title .icon { color: var(--ed-deep, var(--accent)); font-size: .82em; }
.news-block__more { color: var(--ed-deep, var(--accent)); }

/* =========================================================================
 * MEGA MENU (magazine) — painel por editoria com subeditorias + últimas.
 * Desktop: abre no hover/foco. Mobile (drawer): vira bloco estático simples.
 * ========================================================================= */
.news-nav__list > li { position: static; }
.news-nav__caret { font-size: 12px; margin-left: 5px; opacity: .6; transition: transform .18s ease; }
.news-nav__list > li.has-mega:hover .news-nav__caret,
.news-nav__list > li.has-mega:focus-within .news-nav__caret { transform: rotate(180deg); }
.news-mega { position: absolute; left: 0; right: 0; top: 100%; z-index: 60; background: var(--surface); border-bottom: 3px solid var(--ed-deep, var(--accent)); box-shadow: 0 24px 48px rgba(20, 21, 42, .18); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.news-nav__list > li.has-mega:hover > .news-mega,
.news-nav__list > li.has-mega:focus-within > .news-mega,
.news-nav__list > li.has-mega.is-open > .news-mega { opacity: 1; visibility: visible; transform: none; }
.news-mega__in { display: grid; grid-template-columns: 260px 1fr; gap: 28px; padding-top: 22px; padding-bottom: 24px; }
.news-mega__title { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--ink); text-transform: none; letter-spacing: 0; }
.news-mega__title .icon { color: var(--ed-deep, var(--accent)); font-size: 18px; }
.news-mega__sub { color: var(--muted); font-size: 13px; margin: 6px 0 0; line-height: 1.45; }
.news-mega__links { list-style: none; margin: 12px 0 0; padding: 0; }
.news-mega__links a { display: flex !important; align-items: center; gap: 8px; padding: 7px 0 !important; color: var(--text) !important; font-size: 13.5px; font-weight: 600; text-transform: none !important; letter-spacing: 0 !important; border-bottom: 1px solid var(--line); }
.news-mega__links a::after { display: none !important; }
.news-mega__links li:last-child a { border-bottom: 0; }
.news-mega__links a .icon { color: var(--ed-deep, var(--accent)); font-size: 13px; }
.news-mega__links a:hover { color: var(--ed-deep, var(--accent)) !important; }
.news-mega__posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-content: start; }
.news-mega__post { display: flex !important; flex-direction: column; align-items: stretch !important; text-align: left; gap: 7px; height: 100%; padding: 0 !important; color: var(--text) !important; text-transform: none !important; letter-spacing: 0 !important; font-weight: 500; }
.news-mega__post::after { display: none !important; }
.news-mega__thumb { display: block; flex-shrink: 0; border-radius: 10px; overflow: hidden; aspect-ratio: 16/10; }
.news-mega__thumb img, .news-mega__thumb .news-ph { width: 100%; height: 100%; object-fit: cover; aspect-ratio: auto; transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.news-mega__post:hover .news-mega__thumb img { transform: scale(1.05); }
.news-mega__ptitle { font-family: var(--font-display); font-weight: 600; font-size: 14px; line-height: 1.3; color: var(--ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: calc(2 * 1.3em); }
.news-mega__post:hover .news-mega__ptitle { color: var(--ed-deep, var(--accent)); }
.news-mega__pdate { color: var(--muted); font-size: 11.5px; display: inline-flex; align-items: center; gap: 5px; margin-top: auto; }

/* =========================================================================
 * BUSCA — destaque do termo + resumo de resultados
 * ========================================================================= */
.wc_news mark, .news-mark { background: rgba(var(--accent-rgb), .18); color: inherit; padding: 0 3px; border-radius: 4px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.news-search-meta { color: var(--muted); font-size: 14px; margin: -18px 0 22px; }
.news-search-meta strong { color: var(--ink); }

/* =========================================================================
 * PÁGINA DO POST — autor + navegação anterior/próximo
 * ========================================================================= */
.news-authorbox { display: flex; align-items: center; gap: 14px; background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: var(--radius); padding: 18px 20px; margin-top: 34px; }
.news-authorbox__avatar { width: 54px; height: 54px; flex-shrink: 0; border-radius: 50%; background: var(--grad); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 19px; }
.news-authorbox__kicker { display: block; color: var(--muted); font-size: 11.5px; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.news-authorbox__name { font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: 17px; }
.news-authorbox__meta { color: var(--muted); font-size: 12.5px; margin-top: 2px; }
.news-prevnext { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.news-prevnext a { display: flex; flex-direction: column; gap: 4px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 14px 18px; transition: border-color .18s, box-shadow .18s, transform .18s; }
.news-prevnext a:hover { border-color: var(--accent); box-shadow: var(--shadow); transform: translateY(-2px); }
.news-prevnext__label { color: var(--muted); font-size: 11.5px; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; display: inline-flex; align-items: center; gap: 5px; }
.news-prevnext__title { font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--ink); line-height: 1.3; }
.news-prevnext a:hover .news-prevnext__title { color: var(--accent); }
.news-prevnext--next { text-align: right; }
.news-prevnext--next .news-prevnext__label { justify-content: flex-end; }

/* =========================================================================
 * VÍDEO — modo teatro (imersão com backdrop escuro)
 * ========================================================================= */
.news-theater-btn { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; background: var(--soft); color: var(--text); border: 0; border-radius: 999px; padding: 8px 16px; font-family: var(--font-display); font-weight: 600; font-size: 13px; cursor: pointer; transition: background .18s, color .18s; }
.news-theater-btn:hover { background: var(--accent); color: #fff; }
body.news-theater { overflow: hidden; }
body.news-theater .news-article__media.is-theater { position: fixed; inset: 0; z-index: 1200; background: rgba(8, 9, 20, .96); margin: 0; display: flex; align-items: center; justify-content: center; padding: 4vh 4vw; }
body.news-theater .news-article__media.is-theater .news-embed { width: min(1400px, 100%); padding-bottom: 0; height: min(78vh, 56.25vw); border-radius: 12px; }
body.news-theater .news-article__media.is-theater .news-theater-btn { position: absolute; top: 18px; right: 20px; margin: 0; background: rgba(255,255,255,.14); color: #fff; }
body.news-theater .news-article__media.is-theater .news-theater-btn:hover { background: var(--accent); }

/* =========================================================================
 * GALERIA — lightbox com intersticial de anúncio
 * ========================================================================= */
.wc_news .wc-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; }
.wc_news .wc-gallery-item { display: block; border-radius: 10px; overflow: hidden; cursor: zoom-in; }
.wc_news .wc-gallery-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.wc_news .wc-gallery-item:hover img { transform: scale(1.05); }
.news-lightbox { position: fixed; inset: 0; z-index: 1300; background: rgba(8, 9, 20, .96); display: none; align-items: center; justify-content: center; }
.news-lightbox.is-open { display: flex; }
.news-lightbox__stage { max-width: 92vw; max-height: 84vh; display: flex; align-items: center; justify-content: center; }
.news-lightbox__stage img { max-width: 92vw; max-height: 84vh; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.news-lightbox__ad { background: var(--surface); border-radius: 14px; padding: 22px; max-width: min(720px, 92vw); max-height: 84vh; overflow: auto; }
.news-lightbox__ad-label { display: block; text-align: center; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }
.news-lightbox__btn { position: absolute; background: rgba(255,255,255,.12); border: 0; color: #fff; width: 46px; height: 46px; border-radius: 50%; font-size: 20px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background .18s; }
.news-lightbox__btn:hover { background: var(--accent); }
.news-lightbox__close { top: 18px; right: 20px; }
.news-lightbox__prev { left: 18px; top: 50%; transform: translateY(-50%); }
.news-lightbox__next { right: 18px; top: 50%; transform: translateY(-50%); }
.news-lightbox__count { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.75); font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.news-lightbox__caption { position: absolute; bottom: 44px; left: 50%; transform: translateX(-50%); max-width: 80vw; text-align: center; color: rgba(255,255,255,.9); font-size: 14px; }

/* Cabeçalho visual da página de editoria */
.news-cathero { position: relative; overflow: hidden; margin-bottom: 30px; background: var(--ed-deep, var(--accent)); }
.news-cathero.no-cover { background: var(--ed-deep, var(--accent)); background: linear-gradient(135deg, var(--ed-deep, var(--accent)), color-mix(in srgb, var(--ed-deep, var(--accent)) 45%, #14152a)); }
.news-cathero.has-cover { background: #14152a; }
.news-cathero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.news-cathero.has-cover::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(120deg, rgba(20,21,42,.72), rgba(20,21,42,.4)); background: linear-gradient(120deg, color-mix(in srgb, var(--ed-deep, var(--accent)) 78%, transparent), rgba(20,21,42,.5)); }
.news-cathero__in { position: relative; z-index: 2; padding: 42px 20px 34px; color: #fff; }
.news-cathero .news-crumb, .news-cathero .news-crumb a { color: rgba(255,255,255,.78); }
.news-cathero .news-crumb { margin-bottom: 14px; }
.news-cathero .news-crumb a:hover { color: #fff; }
.news-cathero__icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 14px; background: rgba(255,255,255,.16); font-size: 24px; margin-bottom: 12px; }
.wc_news .news-cathero__title { font-size: clamp(30px, 4vw, 46px); color: #fff; margin: 0 0 8px; }
.news-cathero__sub { color: rgba(255,255,255,.86); font-size: 16px; max-width: 65ch; margin: 0; line-height: 1.5; }
.news-cathero__row { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.news-cathero__row .news-cathero__icon { margin-bottom: 0; }
/* Hero com ícone à ESQUERDA do título + descrição (ferramentas / criador de currículo) */
.news-cathero__row--lead { align-items: center; gap: 18px; margin-bottom: 0; }
.news-cathero__row--lead .news-cathero__icon { flex: 0 0 auto; width: 62px; height: 62px; border-radius: 16px; font-size: 28px; }
.news-cathero__row--lead .news-cathero__text { min-width: 0; }
.news-cathero__row--lead .news-cathero__title { margin-bottom: 6px; }
@media (max-width: 560px) {
    .news-cathero__row--lead { align-items: flex-start; gap: 14px; }
    .news-cathero__row--lead .news-cathero__icon { width: 48px; height: 48px; font-size: 22px; }
}
.news-cathero__count { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.14); color: rgba(255,255,255,.92); font-size: 12.5px; font-weight: 600; padding: 6px 13px; border-radius: 999px; }
.news-cathero__subs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.news-cathero__subs a { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 12.5px; font-weight: 600; padding: 6px 14px; border-radius: 999px; transition: background .18s, transform .18s; }
.news-cathero__subs a:hover { background: rgba(255,255,255,.28); transform: translateY(-1px); }
.news-cathero__search { max-width: 480px; margin-top: 16px; }
.news-cathero__search .news-search { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.14); }
.news-cathero__search .news-search input { color: #fff; }
.news-cathero__search .news-search input::placeholder { color: rgba(255,255,255,.7); }

/* Item "Ferramentas" do menu — pílula destacada */
.news-nav__list a.news-nav__tools { gap: 7px; }
.news-nav__list a.news-nav__tools span { background: var(--grad); color: #fff; padding: 5px 13px; border-radius: 999px; font-size: 12px; }
.news-nav__list a.news-nav__tools::after { display: none; }
.news-nav__list a.news-nav__tools .icon { color: var(--accent-2); font-size: 15px; }
.news-nav__list a.news-nav__tools:hover span { filter: brightness(1.12); }

/* Página Ferramentas — hub de utilitários */
.news-tools-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; }
.news-tool { position: relative; display: flex; flex-direction: column; gap: 10px; background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 24px 22px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.news-tool:hover { border-color: var(--accent); box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.news-tool__icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(var(--accent-rgb), .1); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; font-size: 24px; }
.news-tool__title { font-family: var(--font-display); font-weight: 700; font-size: 17.5px; color: var(--ink); margin: 0; }
.news-tool__desc { color: var(--muted); font-size: 13.5px; line-height: 1.55; margin: 0; flex: 1; }
.news-tool__cta { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 600; font-size: 13.5px; }
.news-tool:hover .news-tool__cta { gap: 10px; }
.news-tool__cta .icon { transition: transform .18s; }
.news-tool--soon { opacity: .78; }
.news-tool--soon:hover { border-color: var(--line); box-shadow: none; transform: none; }
.news-tool__badge { position: absolute; top: 16px; right: 16px; background: var(--soft); color: var(--muted); font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: 4px 10px; border-radius: 999px; }
.news-tool__badge.is-new { background: var(--grad); color: #fff; }

/* =========================================================================
 * AJUSTES 2026-07 — busca no header (lupa), harmonia do chrome, continuidade
 * do hero da matéria, carrosséis (hero rotativo + cards) e página de busca.
 * Bloco final: wc-news.css é o último CSS carregado → vence o cascata.
 * ========================================================================= */

/* ---- Req 1 · Botão de busca (lupa) no masthead — mesmo estilo de "minha conta" ---- */
.news-search-btn .icon { font-size: 18px; }
.news-search-btn.is-active { border-color: transparent; background: var(--tint-strong); color: var(--accent) !important; }

/* ---- Req 7 · Harmonia de cores do chrome (topbar + nav + mega menu) ---- */
/* Topbar: link vira pílula suave no hover; ativo recebe tinta de acento. */
.news-topbar__link { padding: 4px 10px; border-radius: 999px; transition: color .18s, background .18s; }
.news-topbar__link:hover { background: rgba(255, 255, 255, .09); }
.news-topbar__link.is-active { background: rgba(var(--accent-rgb), .30); color: #fff; }
.news-topbar__social a { width: 25px; height: 25px; border-radius: 50%; align-items: center; justify-content: center; transition: color .18s, background .18s; }
.news-topbar__social a:hover { background: rgba(255, 255, 255, .12); }
/* Nav de editorias: realce de fundo suave no hover + item ativo com leve tinta. */
.news-nav__list a { border-radius: 10px; transition: color .2s ease, background .2s ease; }
.news-nav__list a:hover { background: rgba(255, 255, 255, .08); }
.news-nav__list a.is-active { background: rgba(var(--accent-rgb), .18); }
.news-nav__list a:hover::after, .news-nav__list a.is-active::after { bottom: 6px; }
/* Painel do mega menu: leve gradiente no topo + hover coeso nos links/atalhos.
   Escopo em min-width:641px — no drawer (≤640) essas regras quebram o recuo e o
   contraste dos sub-links; lá valem as regras próprias do bloco mobile. */
.news-mega { border-top: 1px solid var(--line); }
@media (min-width: 641px) {
    .news-mega__links a { border-radius: 9px; padding-left: 9px !important; padding-right: 9px !important; margin: 0 -3px; transition: color .18s, background .18s, padding-left .18s; }
    .news-mega__links a:hover { background: color-mix(in srgb, var(--ed-color, var(--accent)) 10%, transparent); padding-left: 13px !important; }
    .news-mega__post { border-radius: 12px; padding: 6px !important; margin: -6px; transition: background .18s, transform .18s; }
    .news-mega__post:hover { background: color-mix(in srgb, var(--ed-color, var(--accent)) 8%, transparent); transform: translateY(-2px); }
}

/* ---- Req 4 · Continuidade hero → conteúdo da matéria ---- */
/* A "costura" dissolve o hero imersivo no fundo do conteúdo, e o miolo é puxado
   para cima sobre a faixa esmaecida — a manchete flui direto para o texto. */
.news-article__hero { margin-bottom: 0; }
.news-article__hero-in { padding-bottom: clamp(52px, 7vw, 92px); }
.news-article__hero-seam { position: absolute; left: 0; right: 0; bottom: -1px; height: clamp(70px, 10vw, 130px); z-index: 3; pointer-events: none; background: linear-gradient(180deg, rgba(var(--accent-rgb), 0) 0%, color-mix(in srgb, var(--ground) 55%, transparent) 55%, var(--ground) 100%); }
.news-article__scroll { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin-top: 24px; border-radius: 50%; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .3); color: #fff; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); animation: news-bob 2.4s ease-in-out infinite; }
.news-article__scroll .icon { font-size: 18px; }
@keyframes news-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
.news-article > .news-layout { position: relative; z-index: 4; margin-top: clamp(-72px, -6vw, -36px); }

/* ---- Req 6 · Hero rotativo da home (Em destaque + Mais destaques fundidos) ---- */
.news-heroslider { position: relative; border-radius: var(--radius); }
/* Sem JS / antes do slick: mostra só a 1ª manchete (evita empilhar e FOUC). */
.news-heroslider:not(.slick-initialized) > .news-heroslide:not(:first-child) { display: none; }
.news-heroslide { position: relative; display: block; border-radius: var(--radius); overflow: hidden; min-height: 480px; box-shadow: var(--shadow); }
.news-heroslide img, .news-heroslide .news-ph { width: 100%; height: 480px; min-height: 480px; object-fit: cover; aspect-ratio: auto; transition: transform .6s cubic-bezier(.2, .7, .2, 1); }
.news-heroslide:hover img { transform: scale(1.04); }
.news-heroslide::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10, 11, 26, 0) 26%, rgba(10, 11, 26, .5) 56%, rgba(10, 11, 26, .92) 100%); }
.news-heroslide .news-hero__overlay { z-index: 2; }
.news-heroslide .news-hero__title { transition: none; }

/* ---- Req 5 · Carrossel de cards das editorias (4 / 3 / 1, sem autoplay) ---- */
.news-cardslider { position: relative; }
/* Sem JS / antes do slick: fileira de 4 (resto clipado). */
.news-cardslider:not(.slick-initialized) { display: flex; gap: 22px; overflow: hidden; }
.news-cardslider:not(.slick-initialized) > .news-cardslide { flex: 1 0 calc((100% - 66px) / 4); min-width: 0; }
.news-cardslider .slick-list { margin: 0 -11px; padding: 8px 2px; }
.news-cardslider .slick-track { display: flex; align-items: stretch; }
.news-cardslide { height: auto; padding: 0 11px; display: flex; }
.news-cardslide > .news-card { width: 100%; }
/* Anúncio entre os carrosséis (respiro dedicado). */
.news-block-ad { margin-bottom: 36px; }

/* ---- Setas + dots compartilhados (slick) ---- */
.news-slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, .94); color: var(--ink); font-size: 18px; box-shadow: 0 8px 24px rgba(20, 21, 42, .2); transition: background .18s, color .18s, transform .18s, opacity .18s; }
.news-slick-arrow:hover { background: var(--accent); color: #fff; transform: translateY(-50%) scale(1.06); }
.news-slick-arrow .icon { line-height: 1; }
.news-slick-arrow--prev { left: 14px; }
.news-slick-arrow--next { right: 14px; }
.news-cardslider .news-slick-arrow--prev { left: -8px; }
.news-cardslider .news-slick-arrow--next { right: -8px; }
.news-slick-arrow.slick-disabled { opacity: .35; cursor: default; pointer-events: none; }
.slick-dots { display: flex !important; flex-wrap: wrap; justify-content: center; gap: 8px; list-style: none; margin: 16px 0 0; padding: 0; }
.slick-dots li { display: inline-flex; line-height: 0; }
.slick-dots li button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: var(--line); color: transparent; font-size: 0; cursor: pointer; transition: background .2s, width .2s; }
.slick-dots li button:hover { background: var(--muted); }
.slick-dots li.slick-active button { background: var(--grad); width: 26px; }

/* ---- Req 2 · Página de busca — hero dedicado + busca profissional + filtros ---- */
.news-search-hero { position: relative; overflow: hidden; margin-bottom: 32px; background: var(--grad); color: #fff; isolation: isolate; }
.news-search-hero::after { content: ""; position: absolute; z-index: 0; right: -80px; top: -140px; width: 380px; height: 380px; border-radius: 50%; background: rgba(255, 255, 255, .07); }
.news-search-hero__glow { position: absolute; inset: 0; z-index: 0; background: radial-gradient(90% 120% at 86% -12%, rgba(255, 255, 255, .22), transparent 56%); }
.news-search-hero__in { position: relative; z-index: 1; padding: clamp(30px, 5vw, 56px) 20px clamp(28px, 4vw, 44px); }
.news-search-hero .news-crumb, .news-search-hero .news-crumb a { color: rgba(255, 255, 255, .82); }
.news-search-hero .news-crumb a:hover { color: #fff; }
.news-search-hero .news-crumb .is-current { color: #fff; font-weight: 600; }
.news-search-hero__eyebrow { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 600; font-size: 11.5px; text-transform: uppercase; letter-spacing: .09em; background: rgba(255, 255, 255, .16); padding: 6px 14px; border-radius: 999px; margin-bottom: 14px; }
.wc_news .news-search-hero__title { color: #fff; font-size: clamp(27px, 4vw, 44px); margin: 0 0 8px; text-shadow: 0 2px 22px rgba(0, 0, 0, .18); }
.news-search-hero__title span { opacity: .92; }
.news-search-hero__sub { color: rgba(255, 255, 255, .9); font-size: clamp(15px, 1.4vw, 17px); margin: 0 0 22px; max-width: 60ch; line-height: 1.5; }
.news-searchbig { display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 999px; padding: 7px 7px 7px 20px; max-width: 660px; box-shadow: 0 20px 46px -18px rgba(8, 10, 30, .5); }
.news-searchbig__ic { color: var(--muted); font-size: 20px; flex-shrink: 0; }
.news-searchbig input { flex: 1; min-width: 0; border: 0; outline: none; background: transparent; font-family: var(--font-text); font-size: 16px; color: var(--ink); padding: 12px 6px; }
.news-searchbig input::placeholder { color: var(--muted); }
.news-searchbig button { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; border: 0; cursor: pointer; background: var(--grad); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 15px; padding: 13px 26px; border-radius: 999px; transition: filter .18s, gap .18s; }
.news-searchbig button:hover { filter: brightness(1.08); gap: 11px; }
.news-searchbig button .icon { font-size: 16px; color: #fff !important; }
.news-search-hero__shortcuts { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 22px; }
.news-search-hero__shortcuts-label { font-size: 12.5px; color: rgba(255, 255, 255, .78); font-weight: 600; margin-right: 2px; }
.news-search-hero__shortcuts a { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: #fff; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .24); padding: 7px 13px; border-radius: 999px; transition: background .18s, transform .18s; }
.news-search-hero__shortcuts a:hover { background: rgba(255, 255, 255, .26); transform: translateY(-1px); }
.news-search-hero__shortcuts a .icon { font-size: 13px; }
/* Barra de filtros (editoria + ordenação) */
.news-searchbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.news-searchbar__filters { display: flex; flex-wrap: wrap; gap: 8px; }
.news-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--text); background: var(--soft); border: 1px solid transparent; padding: 8px 14px; border-radius: 999px; transition: background .18s, color .18s, border-color .18s, transform .18s; }
.news-chip .icon { font-size: 14px; color: var(--ed-deep, var(--accent)); }
.news-chip:hover { transform: translateY(-1px); color: var(--ed-deep, var(--accent)); background: color-mix(in srgb, var(--ed-color, var(--accent)) 12%, transparent); }
.news-chip.is-active { background: var(--ed-deep, var(--accent)); color: #fff; border-color: transparent; }
.news-chip.is-active .icon { color: #fff; }
.news-searchbar__sort { display: inline-flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.news-searchbar__sort-label { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; color: var(--muted); font-weight: 600; margin-right: 4px; }
.news-searchbar__sort-label .icon { font-size: 14px; }
.news-searchbar__sort-opt { font-size: 12.5px; font-weight: 600; color: var(--muted); padding: 6px 11px; border-radius: 999px; transition: background .18s, color .18s; }
.news-searchbar__sort-opt:hover { color: var(--accent); background: var(--tint); }
.news-searchbar__sort-opt.is-active { color: var(--accent); background: var(--tint-strong); }
/* Estado vazio enriquecido */
.news-empty__icon { display: inline-flex; align-items: center; justify-content: center; width: 66px; height: 66px; border-radius: 50%; background: var(--tint); color: var(--accent); font-size: 28px; margin-bottom: 4px; }
.news-empty__title { font-size: 22px; margin: 10px 0 0; color: var(--ink); }
.news-empty a { color: var(--accent); font-weight: 600; text-decoration: underline; }
/* Sem redundância: a busca da sidebar some na própria página de busca. */
.news-searchpage .news-aside__search { display: none; }

/* ---- Grade de 3 (Veja também) ---- */
.news-grid--3 { grid-template-columns: repeat(3, 1fr); }

/* ---- Responsivo dos novos componentes ---- */
@media (max-width: 1200px) {
    .news-grid--3 { grid-template-columns: repeat(3, 1fr); }
    /* Fallback pré-slick igual ao slick (3-up abaixo de 1200) — evita CLS de 4→3. */
    .news-cardslider:not(.slick-initialized) > .news-cardslide { flex-basis: calc((100% - 44px) / 3); }
}
/* Chips do filtro de busca: no scroller horizontal (mobile) não encolhem nem quebram. */
.news-searchbar__filters .news-chip { flex-shrink: 0; white-space: nowrap; }
@media (max-width: 991px) {
    .news-grid--3 { grid-template-columns: repeat(2, 1fr); }
    .news-heroslide { min-height: 400px; }
    .news-heroslide img, .news-heroslide .news-ph { height: 400px; min-height: 400px; }
    .news-cardslider:not(.slick-initialized) > .news-cardslide { flex-basis: calc((100% - 44px) / 3); }
}
@media (max-width: 640px) {
    .news-grid--3 { grid-template-columns: 1fr; }
    .news-heroslide { min-height: 330px; }
    .news-heroslide img, .news-heroslide .news-ph { height: 330px; min-height: 330px; }
    .news-heroslide .news-hero__overlay { padding: 20px; }
    .news-cardslider:not(.slick-initialized) > .news-cardslide { flex-basis: 100%; }
    .news-slick-arrow { display: none !important; }
    .news-searchbar { flex-direction: column; align-items: stretch; }
    .news-searchbar__filters { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 6px; }
    .news-searchbar__sort { justify-content: flex-start; }
    .news-searchbig { padding: 6px 6px 6px 16px; gap: 6px; }
    .news-searchbig__ic { font-size: 18px; }
    .news-searchbig button span { display: none; }
    .news-searchbig button { padding: 12px 15px; }
}

/* =========================================================================
 * LOJA (produtos) · CAMPUS (cursos) · LANÇAMENTOS — portado do wc_clinic e
 * redesenhado com os tokens do tema news (--accent/--grad/--ink/--surface…).
 * Cores 100% dirigidas pela paleta do admin. Bloco final = vence o cascata.
 * ========================================================================= */

/* ---- Ícones do header: carrinho (badge) + campus (mesmo estilo de conta) ---- */
.news-cart-btn { position: relative; }
.news-cart-badge { position: absolute; top: -3px; right: -3px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px; background: var(--accent-2); color: #fff !important; font-family: var(--font-text); font-size: 10.5px; font-weight: 700; line-height: 18px; text-align: center; box-shadow: 0 2px 6px rgba(20, 21, 42, .28); pointer-events: none; }

/* Full-bleed heros de loja/curso encostam no header (como .news-cathero). */

/* ---- Cards de produto/curso (extensões do .news-card) ---- */
.news-prod__tag, .news-prod__off { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 4px; font-size: 10.5px; font-weight: 700; letter-spacing: .03em; padding: 5px 10px; border-radius: 999px; }
.news-prod__tag { top: 12px; left: 12px; background: rgba(20, 21, 42, .82); color: #fff; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.news-prod__tag .icon { font-size: 12px; }
.news-prod__tag--ok { background: var(--grad); }
.news-prod__off { top: 12px; right: 12px; background: var(--accent-2); color: #fff; box-shadow: 0 6px 16px -6px rgba(0, 0, 0, .4); }
.news-course-card__play { position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; box-shadow: 0 10px 26px rgba(20, 21, 42, .3); transition: transform .25s ease; }
.news-course-card:hover .news-course-card__play { transform: translate(-50%, -50%) scale(1.08); }
.news-ph em.icon { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; height: 100%; color: rgba(255, 255, 255, .9); font-size: 2.4rem; }
.news-prod__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 8px; }
.news-prod__price { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--ink); display: inline-flex; align-items: baseline; gap: 7px; }
.news-prod__price small { font-size: 12px; font-weight: 500; color: var(--muted); text-decoration: line-through; }
.news-prod__price--ok { color: var(--accent); font-size: 15px; }
.news-prod__price--muted { color: var(--muted); font-weight: 600; font-size: 14px; }
.news-prod__cta { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-display); font-weight: 600; font-size: 13px; color: var(--accent); white-space: nowrap; }
.news-prod__cta .icon { transition: transform .18s; }
.news-card:hover .news-prod__cta .icon { transform: translateX(3px); }

/* ---- Cathero: contador nos chips + filtro instantâneo + contagem do bloco ---- */
.news-cathero__n { display: inline-flex; align-items: center; justify-content: center; min-width: 18px; padding: 0 5px; height: 18px; margin-left: 2px; border-radius: 999px; background: rgba(255, 255, 255, .22); color: #fff; font-size: 11px; font-weight: 700; }
.news-cathero__subs a.is-active { background: rgba(255, 255, 255, .32); border-color: rgba(255, 255, 255, .5); }
.news-catfilter { display: flex; align-items: center; gap: 9px; width: 100%; max-width: 460px; margin-top: 16px; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .35); border-radius: 999px; padding: 0 16px; transition: background .18s, border-color .18s; }
.news-catfilter:focus-within { background: rgba(255, 255, 255, .2); border-color: rgba(255, 255, 255, .7); }
.news-catfilter .icon { color: rgba(255, 255, 255, .8); font-size: 17px; flex-shrink: 0; }
.news-catfilter input { flex: 1; min-width: 0; border: 0; outline: none; background: transparent; color: #fff; font-family: var(--font-text); font-size: 14.5px; padding: 12px 0; }
.news-catfilter input::placeholder { color: rgba(255, 255, 255, .7); }
.news-block__count { color: var(--muted); font-size: 13.5px; font-weight: 600; }

/* ============ Shop hero (loja) — hero premium dirigido pela paleta ============ */
.news-shophero {
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;
    isolation: isolate;
    background:
        radial-gradient(120% 130% at 88% -10%, color-mix(in srgb, var(--accent-2) 55%, transparent) 0%, transparent 46%),
        radial-gradient(120% 120% at 6% 8%, color-mix(in srgb, var(--accent) 65%, transparent) 0%, transparent 50%),
        linear-gradient(135deg, color-mix(in srgb, var(--accent) 88%, #0b0c1c), color-mix(in srgb, var(--accent-2) 46%, #0b0c1c));
}
/* Auras flutuantes (brilho vivo da paleta) */
.news-shophero__aura { position: absolute; z-index: 0; border-radius: 50%; filter: blur(60px); opacity: .5; pointer-events: none; }
.news-shophero__aura--1 { width: 420px; height: 420px; top: -160px; right: -80px; background: var(--accent-2); animation: shophero-float 13s ease-in-out infinite; }
.news-shophero__aura--2 { width: 360px; height: 360px; bottom: -180px; left: -60px; background: var(--accent); animation: shophero-float 16s ease-in-out infinite reverse; }
@keyframes shophero-float { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(26px, 22px) scale(1.12); } }
/* Malha sutil por cima do gradiente */
.news-shophero__grid {
    position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
    background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: radial-gradient(120% 100% at 50% 0%, #000 30%, transparent 78%);
            mask-image: radial-gradient(120% 100% at 50% 0%, #000 30%, transparent 78%);
}
.news-shophero__in { position: relative; z-index: 2; padding: 54px 20px 30px; color: #fff; }
.news-shophero .news-crumb, .news-shophero .news-crumb a { color: rgba(255,255,255,.72); }
.news-shophero .news-crumb { margin-bottom: 20px; }
.news-shophero .news-crumb a:hover { color: #fff; }
.news-shophero__lead { max-width: 780px; animation: news-rise .5s ease both; }
.news-shophero__eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--font-display); font-weight: 700; font-size: 12px;
    text-transform: uppercase; letter-spacing: .12em; color: #fff;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24);
    padding: 7px 15px 7px 13px; border-radius: 999px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.news-shophero__dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.7); animation: news-pulse 2.2s infinite; }
.wc_news .news-shophero__title {
    font-size: clamp(32px, 5vw, 58px); line-height: 1.03; color: #fff;
    margin: 16px 0 12px; letter-spacing: -.01em; text-wrap: balance;
    text-shadow: 0 6px 30px rgba(10,11,26,.28);
}
.news-shophero__sub { color: rgba(255,255,255,.9); font-size: clamp(15px, 1.6vw, 18px); line-height: 1.55; max-width: 60ch; margin: 0; }
.news-shophero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 16px; margin-top: 24px; }
.news-shophero__actions .news-catfilter { margin-top: 0; max-width: 420px; background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.4); box-shadow: 0 12px 34px -14px rgba(10,11,26,.6); }
.news-shophero__count {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.92);
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
    padding: 9px 15px; border-radius: 999px;
}
.news-shophero__count .icon { font-size: 16px; }
.news-shophero__count b { font-family: var(--font-display); font-weight: 800; }
/* Chips de categoria */
.news-shophero__cats { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.news-shophero__cats a {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff;
    font-size: 13px; font-weight: 600; padding: 8px 15px; border-radius: 999px;
    transition: background .18s, transform .18s, border-color .18s;
}
.news-shophero__cats a:hover { background: rgba(255,255,255,.24); transform: translateY(-2px); border-color: rgba(255,255,255,.4); }
.news-shophero__cats a.is-active { background: #fff; color: var(--accent-deep, color-mix(in srgb, var(--accent) 62%, #14152a)); border-color: #fff; }
.news-shophero__cats a.is-active .news-cathero__n { background: color-mix(in srgb, var(--accent) 70%, #14152a); color: #fff; }
.news-shophero__cats .icon { font-size: 15px; }
/* Faixa de confiança */
.news-shophero__trust {
    list-style: none; margin: 30px 0 0; padding: 22px 0 0;
    border-top: 1px solid rgba(255,255,255,.16);
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px 22px;
}
.news-shophero__trust li { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.92); font-size: 13.5px; font-weight: 600; }
.news-shophero__trust .icon {
    flex-shrink: 0; width: 38px; height: 38px; border-radius: 11px;
    display: inline-flex; align-items: center; justify-content: center; font-size: 19px;
    background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.14);
}
@media (max-width: 900px) { .news-shophero__trust { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
    .news-shophero__in { padding: 40px 20px 26px; }
    .news-shophero__actions .news-catfilter { max-width: 100%; }
    .news-shophero__trust { grid-template-columns: 1fr; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { .news-shophero__aura, .news-shophero__dot { animation: none; } }

/* ---- PDP (página de produto) ---- */
.news-pdp { overflow-x: clip; }
.news-pdp__hero { position: relative; overflow: hidden; padding: 24px 0 92px; background: linear-gradient(180deg, var(--tint) 0%, var(--ground) 100%); }
.news-pdp__glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(60% 70% at 88% -10%, rgba(var(--accent-rgb), .18), transparent 60%), radial-gradient(50% 60% at -8% 110%, rgba(var(--accent-rgb), .12), transparent 60%); }
.news-pdp__hero > .news-container { position: relative; z-index: 1; }
.news-pdp__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 52px; align-items: center; margin-top: 12px; }
.news-pdp__art { position: relative; display: grid; place-items: center; padding: 10px; }
.news-pdp__art::before { content: ""; position: absolute; width: 72%; height: 72%; background: var(--grad); filter: blur(52px); opacity: .4; border-radius: 44px; z-index: 0; }
.news-pdp__cover { position: relative; z-index: 1; width: 100%; max-width: 400px; aspect-ratio: 1/1; border-radius: 20px; overflow: hidden; background: var(--soft); box-shadow: 0 30px 64px rgba(20, 21, 42, .32), 0 8px 20px rgba(20, 21, 42, .16); transform: perspective(1300px) rotateY(-9deg) rotateX(3deg); transition: transform .45s cubic-bezier(.2, .7, .2, 1), box-shadow .45s ease; }
.news-pdp__art:hover .news-pdp__cover { transform: perspective(1300px) rotateY(0) rotateX(0) translateY(-5px); box-shadow: 0 42px 84px rgba(20, 21, 42, .4); }
.news-pdp__cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-pdp__ph { display: grid; place-items: center; width: 100%; height: 100%; font-size: 3.4rem; color: rgba(var(--accent-rgb), .5); }
.news-pdp__badge { position: absolute; z-index: 2; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 5px; background: rgba(20, 21, 42, .75); color: #fff; font-size: 11.5px; font-weight: 700; padding: 6px 12px; border-radius: 999px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.news-pdp__badge--off { left: auto; right: 14px; top: auto; bottom: 14px; background: var(--grad); font-size: 14px; box-shadow: 0 8px 20px -6px rgba(var(--accent-rgb), .5); }
.news-pdp__info { min-width: 0; }
.wc_news .news-pdp__title { font-size: clamp(1.9rem, 3.4vw, 2.6rem); line-height: 1.12; margin: 10px 0 10px; }
.news-pdp__lead { color: var(--muted); font-size: 1.1rem; line-height: 1.6; margin: 0 0 18px; max-width: 540px; }
.news-pdp__meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0 0 20px; color: var(--muted); font-size: 13.5px; }
.news-pdp__meta span { display: inline-flex; align-items: center; gap: 6px; }
.news-pdp__meta .icon { color: var(--accent); }
.news-pdp__pricebox { display: flex; align-items: flex-end; gap: 13px; flex-wrap: wrap; margin: 0 0 6px; }
.news-pdp__price { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.7rem); font-weight: 700; color: var(--ink); line-height: 1; letter-spacing: -.02em; }
.news-pdp__price-old { color: var(--muted); text-decoration: line-through; font-size: 17px; font-weight: 600; padding-bottom: 4px; }
.news-pdp__off { background: var(--tint-strong); color: var(--accent); font-weight: 700; font-size: 12.5px; padding: 5px 11px; border-radius: 999px; margin-bottom: 5px; }
.news-pdp__pricenote { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 13.5px; margin: 0 0 18px; }
.news-pdp__pricenote .icon { color: var(--accent); }
.news-pdp__buy { margin: 0 0 24px; max-width: 440px; }
.news-pdp__buy form.wc_cart_add { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.news-pdp__buy .wc_cart_size_select { display: inline-flex; align-items: center; justify-content: center; min-width: 2.75rem; padding: 9px 14px; border: 1.5px solid var(--line); border-radius: 12px; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--text); background: var(--surface); transition: border-color .15s, background .15s, color .15s; }
.news-pdp__buy .wc_cart_size_select input { display: none; }
.news-pdp__buy .wc_cart_size_select:hover { border-color: var(--accent); color: var(--accent); }
.news-pdp__buy .wc_cart_size_select_true { border-color: var(--accent); background: var(--tint); color: var(--accent); }
.news-pdp__buy .wc_cart_buyrow { display: flex; align-items: stretch; gap: 11px; width: 100%; margin-top: 3px; }
.news-pdp__buy .wc_cart_qty { flex: 0 0 auto; display: inline-flex; align-items: stretch; border: 1.5px solid var(--line); border-radius: 13px; overflow: hidden; background: var(--surface); }
.news-pdp__buy .wc_cart_qty .wc_cart_less, .news-pdp__buy .wc_cart_qty .wc_cart_plus { width: 2.9rem; border: 0; background: var(--soft); color: var(--ink); font-size: 1.3rem; line-height: 1; cursor: pointer; transition: background .15s, color .15s; }
.news-pdp__buy .wc_cart_qty .wc_cart_less:hover, .news-pdp__buy .wc_cart_qty .wc_cart_plus:hover { background: var(--accent); color: #fff; }
.news-pdp__buy .wc_cart_qty input[name="item_amount"] { width: 3.2rem; border: 0; border-left: 1.5px solid var(--line); border-right: 1.5px solid var(--line); border-radius: 0; text-align: center; font-weight: 700; font-size: 1.05rem; color: var(--ink); background: var(--surface); }
.news-pdp__buy .wc_cart_buyrow > .btn { flex: 1 1 auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; cursor: pointer; background: var(--grad); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; padding: 0 22px; border-radius: 13px; transition: filter .18s, transform .18s; }
.news-pdp__buy .wc_cart_buyrow > .btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.news-pdp__buy .wc_cart_outsale { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px 18px; border-radius: 13px; background: color-mix(in srgb, var(--accent-2) 12%, transparent); color: var(--accent-2); font-weight: 700; font-size: 15px; }
.news-pdp__buy .trigger { flex-basis: 100%; margin: 4px 0 0; font-size: 13px; color: var(--muted); }
.news-pdp__trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 11px 20px; max-width: 560px; padding-top: 18px; border-top: 1px solid var(--line); }
.news-pdp__trust > div { display: flex; gap: 10px; align-items: flex-start; color: var(--text); font-size: 13.5px; line-height: 1.4; }
.news-pdp__trust .icon { color: var(--accent); font-size: 19px; flex-shrink: 0; margin-top: 1px; }
.news-pdp__info .news-share { margin: 22px 0 0; }
.news-pdp__content { position: relative; z-index: 3; }
.news-pdp__panel { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: clamp(26px, 4.5vw, 52px); margin-top: -64px; box-shadow: var(--pop-shadow); }
.news-pdp__panel .news-prose { max-width: none; }
.news-pdp__gband { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 28px; margin: 38px 0 0; }
.news-pdp__gband > div { display: flex; gap: 13px; align-items: center; }
.news-pdp__gband .icon { font-size: 26px; color: var(--accent); flex-shrink: 0; }
.news-pdp__gband b { display: block; color: var(--ink); font-family: var(--font-display); font-size: 15px; }
.news-pdp__gband span { color: var(--muted); font-size: 13px; }
.news-pdp__stickybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200; display: none; align-items: center; gap: 14px; padding: 10px 16px; background: var(--surface); border-top: 1px solid var(--line); box-shadow: 0 -10px 28px rgba(20, 21, 42, .14); transform: translateY(115%); transition: transform .32s cubic-bezier(.2, .7, .2, 1); }
.news-pdp__stickybar.is-show { transform: translateY(0); }
.news-pdp__bar-info { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.news-pdp__bar-info .t { color: var(--muted); font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-pdp__bar-info .p { color: var(--ink); font-family: var(--font-display); font-weight: 700; font-size: 19px; }
.news-pdp__bar-buy { margin-left: auto; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; border: 0; cursor: pointer; background: var(--grad); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 15px; padding: 12px 22px; border-radius: 999px; }

/* ---- Curso (landing) ---- */
.news-course-hero { position: relative; overflow: hidden; margin-bottom: 34px; color: #fff; background: var(--grad); }
.news-course-hero.no-cover { background: linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 45%, #14152a)); }
.news-course-hero.has-cover { background: #14152a; }
.news-course-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .34; }
.news-course-hero.has-cover::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(110deg, rgba(15, 14, 38, .9) 0%, rgba(15, 14, 38, .66) 44%, color-mix(in srgb, var(--accent) 55%, transparent) 100%); }
.news-course-hero__in { position: relative; z-index: 2; padding: clamp(32px, 5vw, 56px) 20px clamp(30px, 4vw, 52px); }
.news-course-hero .news-crumb, .news-course-hero .news-crumb a { color: rgba(255, 255, 255, .8); }
.news-course-hero .news-crumb a:hover { color: #fff; }
.news-course-hero .news-crumb .is-current { color: #fff; }
.news-course-hero .news-hat { color: #fff; background: rgba(255, 255, 255, .16); padding: 5px 13px; border-radius: 999px; }
.wc_news .news-course-hero__title { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin: 14px 0 0; text-shadow: 0 2px 20px rgba(0, 0, 0, .28); max-width: 820px; }
.news-course-hero__lead { color: rgba(255, 255, 255, .9); font-size: 1.1rem; line-height: 1.6; margin: 14px 0 0; max-width: 640px; }
.news-course-hero__meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 20px; color: rgba(255, 255, 255, .85); font-size: 14px; }
.news-course-hero__meta span { display: inline-flex; align-items: center; gap: 6px; }
.news-course-hero__actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 26px; }
.news-course-hero__price { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; text-shadow: 0 2px 14px rgba(0, 0, 0, .32); }
.news-coursebtn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; cursor: pointer; background: var(--grad); color: #fff !important; font-family: var(--font-display); font-weight: 600; font-size: 15px; padding: 14px 26px; border-radius: 999px; transition: filter .18s, transform .18s; }
.news-coursebtn:hover { filter: brightness(1.08); transform: translateY(-1px); color: #fff !important; }
.news-coursebtn--onhero { background: #fff; color: var(--accent) !important; box-shadow: 0 14px 32px rgba(0, 0, 0, .28); }
.news-coursebtn--onhero:hover { color: var(--accent) !important; }
.news-coursebtn--block { width: 100%; }
.news-coursebtn--ghost { background: transparent; border: 1.5px solid var(--line); color: var(--text) !important; }
.news-coursebtn--ghost:hover { border-color: var(--accent); color: var(--accent) !important; filter: none; }
.news-course-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 32px; align-items: start; }
.news-course-main { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.news-course-card2 { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 28px; box-shadow: var(--shadow); }
.wc_news .news-course-h2 { font-size: 1.3rem; margin: 0 0 16px; }
.news-course-blockhead { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px; margin-bottom: 16px; }
.news-course-blockhead .news-course-h2 { margin: 0; }
.news-course-blocksub { color: var(--muted); font-size: 13px; }
.news-course-learn { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 22px; }
.news-course-learn li { display: flex; gap: 9px; align-items: flex-start; color: var(--ink); font-size: 15px; }
.news-course-learn li .icon { color: var(--accent); font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.news-acc__item { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; background: var(--surface); overflow: hidden; transition: border-color .18s; }
.news-acc__item:last-child { margin-bottom: 0; }
.news-acc__item.is-open { border-color: rgba(var(--accent-rgb), .42); }
.news-acc__head { width: 100%; display: flex; align-items: center; gap: 13px; padding: 15px 17px; background: transparent; border: 0; cursor: pointer; text-align: left; font: inherit; }
.news-acc__idx { font-family: var(--font-display); font-weight: 700; color: var(--accent); font-size: 13px; background: var(--tint); width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; flex-shrink: 0; }
.news-acc__title { flex: 1; min-width: 0; font-family: var(--font-display); font-weight: 600; color: var(--ink); }
.news-acc__count { color: var(--muted); font-size: 13px; flex-shrink: 0; }
.news-acc__chev { color: var(--muted); transition: transform .25s ease; flex-shrink: 0; }
.news-acc__item.is-open .news-acc__chev { transform: rotate(180deg); }
.news-acc__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.news-acc__item.is-open .news-acc__panel { grid-template-rows: 1fr; }
.news-acc__panel > ul { overflow: hidden; min-height: 0; }
.news-course-lessons { list-style: none; margin: 0; padding: 0 17px 6px; border-top: 1px solid var(--line); }
.news-course-lessons li { display: flex; align-items: center; gap: 10px; margin: 0 -8px; padding: 11px 8px; color: var(--muted); border-bottom: 1px solid var(--line); border-radius: 10px; font-size: 14px; transition: background .2s, color .2s; }
.news-course-lessons li:last-child { border-bottom: 0; }
.news-course-lessons li:hover { background: var(--soft); color: var(--text); }
.news-course-lesson__name { display: flex; align-items: center; gap: 9px; flex: 1; min-width: 0; }
.news-course-lesson__name .icon { color: var(--accent); flex-shrink: 0; }
.news-course-lesson__time { flex-shrink: 0; font-size: 12.5px; }
.news-course-tutor { display: flex; gap: 18px; align-items: center; }
.news-course-tutor__photo { width: 88px; height: 88px; border-radius: 16px; object-fit: cover; flex-shrink: 0; }
.news-course-tutor__photo--ph { display: grid; place-items: center; font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: #fff; background: var(--grad); }
.news-course-tutor__name { margin: 0 0 5px; font-size: 1.1rem; }
.news-course-tutor__bio { margin: 0; color: var(--muted); line-height: 1.6; }
.news-course-aside { position: sticky; top: 90px; }
.news-course-buy { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--surface); box-shadow: var(--shadow-hover); }
.news-course-buy__cover { position: relative; aspect-ratio: 16/10; background: var(--soft); }
.news-course-buy__cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-course-buy__ph { position: absolute; inset: 0; display: grid; place-items: center; font-size: 2.4rem; color: rgba(var(--accent-rgb), .45); }
.news-course-buy__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .94); color: var(--accent); font-size: 20px; box-shadow: 0 12px 30px rgba(0, 0, 0, .3); }
.news-course-buy__body { padding: 22px; }
.news-course-buy__price { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--ink); line-height: 1.1; margin-bottom: 16px; }
.news-course-buy__price small { display: block; font-size: 12.5px; font-weight: 500; color: var(--muted); margin-top: 5px; }
.news-course-buy__owned { display: flex; align-items: center; gap: 8px; color: var(--accent); font-weight: 700; margin-bottom: 16px; }
.news-course-buy__body .news-coursebtn + .news-coursebtn { margin-top: 10px; }
.news-course-includes { list-style: none; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 11px; }
.news-course-includes li { display: flex; align-items: center; gap: 11px; color: var(--text); font-size: 14px; }
.news-course-includes .icon { color: var(--accent); font-size: 18px; flex-shrink: 0; }
.news-course-buybar { display: none; }

/* ---- Launch spotlight (news-drop) ---- */
.news-drop { position: relative; overflow: hidden; isolation: isolate; padding: clamp(52px, 8vw, 110px) 0; margin-top: 8px; }
.news-drop .news-container { position: relative; z-index: 2; }
.news-drop__glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(72px); pointer-events: none; }
.news-drop--light { background: var(--soft); color: var(--text); }
.news-drop--light .news-drop__glow--1 { width: 620px; height: 620px; top: -240px; right: -150px; background: radial-gradient(circle, rgba(var(--accent-rgb), .22), transparent 62%); }
.news-drop--light .news-drop__glow--2 { width: 520px; height: 520px; bottom: -250px; left: -150px; background: radial-gradient(circle, rgba(var(--accent-rgb), .12), transparent 62%); }
.news-drop--dark { background: #121327; color: #fff; }
.news-drop--dark .news-drop__glow--1 { width: 680px; height: 680px; top: -260px; left: -170px; background: radial-gradient(circle, rgba(var(--accent-rgb), .5), transparent 60%); }
.news-drop--dark .news-drop__glow--2 { width: 560px; height: 560px; bottom: -280px; right: -150px; background: radial-gradient(circle, color-mix(in srgb, var(--accent-2) 42%, transparent), transparent 60%); }
.news-drop__stage { position: relative; }
.news-drop__track:not(.slick-initialized) .news-drop__slide ~ .news-drop__slide { display: none; }
.news-drop__slide { box-sizing: border-box; padding: clamp(36px, 5vw, 52px) clamp(6px, 2vw, 20px); }
.news-drop__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.news-drop--reverse .news-drop__media { order: 2; }
.news-drop--reverse .news-drop__copy { order: 1; }
.news-drop__media { display: grid; place-items: center; }
.news-drop__art { position: relative; display: block; width: 100%; max-width: 350px; }
.news-drop__halo { position: absolute; inset: 1% 1% 0; z-index: 0; background: var(--grad); filter: blur(36px); opacity: .45; border-radius: 50%; }
.news-drop__frame { position: relative; z-index: 1; display: block; aspect-ratio: 1/1; border-radius: 22px; overflow: hidden; background: var(--soft); box-shadow: 0 18px 42px -22px rgba(8, 10, 30, .5), 0 6px 16px -10px rgba(8, 10, 30, .3); transform: perspective(1300px) rotateY(-9deg) rotateX(3deg); transition: transform .55s cubic-bezier(.2, .7, .2, 1); }
.news-drop__art:hover .news-drop__frame { transform: perspective(1300px) rotateY(0) rotateX(0) translateY(-6px); }
.news-drop__frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-drop__ph { display: grid; place-items: center; width: 100%; height: 100%; font-size: 3.4rem; color: rgba(var(--accent-rgb), .5); }
.news-drop__chip { position: absolute; z-index: 2; left: -10px; bottom: 18px; display: inline-flex; align-items: center; gap: 6px; background: var(--surface); color: var(--ink); font-size: 12px; font-weight: 700; padding: 8px 14px; border-radius: 30px; box-shadow: 0 14px 30px -12px rgba(8, 10, 30, .5); }
.news-drop__chip .icon { color: var(--accent); }
.news-drop__copy { min-width: 0; }
.news-drop__eyebrows { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.news-drop__badge { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: var(--grad); padding: 6px 14px; border-radius: 30px; box-shadow: 0 10px 24px -8px rgba(var(--accent-rgb), .6); }
.news-drop__kicker { font-size: 14.5px; font-weight: 600; color: var(--muted); }
.news-drop--dark .news-drop__kicker { color: rgba(255, 255, 255, .72); }
.wc_news .news-drop__title { font-size: clamp(2rem, 4.6vw, 3.2rem); line-height: 1.05; margin: 0 0 14px; color: var(--ink); }
.news-drop--dark .news-drop__title { color: #fff; }
.news-drop__lead { font-size: 1.12rem; line-height: 1.62; margin: 0 0 24px; max-width: 540px; color: var(--text); }
.news-drop--dark .news-drop__lead { color: rgba(255, 255, 255, .86); }
.news-drop__feats { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 10px 14px; }
.news-drop__feats li { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; color: var(--ink); background: var(--surface); border: 1px solid var(--line); padding: 8px 14px; border-radius: 30px; }
.news-drop__feats li .icon { color: var(--accent); font-size: 17px; }
.news-drop--dark .news-drop__feats li { color: #fff; background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .16); }
.news-drop--dark .news-drop__feats li .icon { color: #fff; }
.news-drop__cta { display: inline-flex; align-items: center; gap: 9px; background: var(--grad); color: #fff !important; font-family: var(--font-display); font-weight: 600; font-size: 15px; padding: 14px 28px; border-radius: 999px; box-shadow: 0 18px 38px -14px rgba(var(--accent-rgb), .6); transition: filter .18s, gap .18s; }
.news-drop__cta:hover { filter: brightness(1.06); gap: 13px; color: #fff !important; }
.news-drop__cta .icon { transition: transform .18s; }
.news-drop--dark .news-drop__cta { background: #fff; color: var(--accent) !important; }
.news-drop__nav { display: flex; align-items: center; justify-content: center; gap: 11px; margin-top: clamp(28px, 4vw, 44px); }
.news-drop__thumbs { display: flex; gap: 10px; }
.news-drop__thumb { position: relative; width: 54px; height: 54px; padding: 0; border: 2px solid transparent; border-radius: 14px; overflow: hidden; cursor: pointer; background: var(--surface); opacity: .55; transition: opacity .2s, transform .2s, border-color .2s, box-shadow .2s; display: grid; place-items: center; }
.news-drop__thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-drop__thumb .icon { color: var(--accent); font-size: 1.3rem; }
.news-drop__thumb:hover { opacity: .9; transform: translateY(-2px); }
.news-drop__thumb.is-active { opacity: 1; border-color: var(--accent); box-shadow: 0 10px 22px -10px rgba(var(--accent-rgb), .6); }
.news-drop--dark .news-drop__thumb { background: rgba(255, 255, 255, .1); }
.news-drop--dark .news-drop__thumb.is-active { border-color: #fff; }
.news-drop__skip { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); color: var(--ink); display: grid; place-items: center; cursor: pointer; font-size: 1.1rem; transition: .2s; flex-shrink: 0; }
.news-drop__skip:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.news-drop--dark .news-drop__skip { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .2); }
.news-drop--dark .news-drop__skip:hover { background: #fff; color: var(--accent); }

/* ---- Responsivo (loja / curso / lançamento) ---- */
@media (max-width: 991px) {
    .news-pdp__grid { grid-template-columns: 1fr; gap: 32px; }
    .news-pdp__art { order: -1; }
    .news-pdp__gband { grid-template-columns: 1fr; gap: 14px; }
    .news-course-layout { grid-template-columns: 1fr; }
    .news-course-aside { position: static; }
    .news-course-learn { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
    .news-drop__grid { grid-template-columns: 1fr; gap: 28px; text-align: center; }
    .news-drop__media, .news-drop--reverse .news-drop__media { order: -1; }
    .news-drop--reverse .news-drop__copy { order: 0; }
    .news-drop__art { max-width: 260px; }
    .news-drop__eyebrows, .news-drop__feats, .news-drop__actions { justify-content: center; }
}
@media (max-width: 768px) {
    .news-pdp__stickybar { display: flex; }
    .news-pdp, .news-pdp__content { padding-bottom: 84px; }
    .news-pdp__hero { padding-bottom: 60px; }
    .news-pdp__panel { margin-top: -40px; border-radius: 18px; }
    .news-course-buybar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; align-items: center; gap: 14px; padding: 9px 14px; background: var(--surface); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(20, 21, 42, .14); }
    .news-course-buybar__info { display: flex; flex-direction: column; min-width: 0; flex: 1; }
    .news-course-buybar__info strong { font-size: 13.5px; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .news-course-buybar__info span { font-size: 12.5px; color: var(--accent); font-weight: 700; }
    .news-course-buybar .news-coursebtn { flex-shrink: 0; padding: 12px 18px; }
    .news-course-layout { padding-bottom: 84px; }
}
