/* As Google Fonts já NÃO carregam por @import (bloqueante — o browser só as
   descobre depois de baixar e começar a processar este ficheiro inteiro).
   Saíram para <link> no <head>, via cpb_head_fonts() no PHP, onde o browser
   as encontra logo no varrimento inicial do HTML. Ver cinemaplanet-blocks.php. */

/* Reset universal — tem de vir ANTES de qualquer regra específica do plugin.
   Regras com a mesma especificidade resolvem-se pela ordem no ficheiro: uma
   reset colocada a meio anula (por vir depois) o padding/margin já definido
   mais acima, exatamente o bug que isto corrige. */
.cp-wrap, .cp-wrap *, .cp-wrap *::before, .cp-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.cp-hero__section *,
.cp-hero__section *::before,
.cp-hero__section *::after,
.cp-now__section *,
.cp-now__section *::before,
.cp-now__section *::after,
.cp-feed__section *,
.cp-feed__section *::before,
.cp-feed__section *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}

.cp-hero__section,
.cp-now__section,
.cp-feed__section {
  --gold:      #EFC62C;
  --gold-dim:  rgba(239,198,44,0.12);
  --white:     #FFFFFF;
  --off:       rgba(255,255,255,0.55);
  --faint:     rgba(255,255,255,0.22);
  --border:    rgba(255,255,255,0.07);
  --surface:   rgba(255,255,255,0.04);
  --hover:     rgba(255,255,255,0.06);
  --display:   'Bebas Neue', sans-serif;
  --body:      'DM Sans', sans-serif;
  --r:         8px;
  --r-lg:      12px;
  background: transparent;
  font-family: var(--body);
  color: var(--white);
  width: 100%;
}

/* ── Spinner ── */
.cp__spinner {
  display: inline-block; width: 18px; height: 18px;
  border: 2px solid rgba(255,255,255,0.08);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: cp-spin .7s linear infinite; flex-shrink: 0;
}
@keyframes cp-spin { to { transform: rotate(360deg); } }
.cp__loading {
  display: flex; align-items: center; justify-content: center;
  min-height: 300px; color: var(--off); font-size: 13px; gap: 10px;
}

/* ══════════════════════════════════════════
   HERO — MOSAICO EDITORIAL
   ══════════════════════════════════════════ */

.cp-hero__section { margin-bottom: 48px; }

/* Mosaico 2×2: feature esquerda (toda a altura) + mid topo-dir + 2 smalls baixo-dir */
.cp-hero__mosaic {
  display: grid !important;
  grid-template-columns: 1.35fr 1fr !important;
  grid-template-rows: 300px 210px !important;
  gap: 4px;
  border-radius: var(--r-lg);
  overflow: hidden;
}

/* Feature — coluna esquerda, ocupa as 2 linhas */
.cp-hero__feature {
  grid-column: 1; grid-row: 1 / 3;
  position: relative; overflow: hidden;
  display: block; text-decoration: none; color: inherit;
  background: var(--surface);
}
.cp-hero__feature-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  display: block; transition: transform .6s ease;
}
.cp-hero__feature:hover .cp-hero__feature-img { transform: scale(1.04); }
.cp-hero__feature-vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.97) 0%, rgba(0,0,0,.55) 40%, transparent 70%),
              linear-gradient(to right, rgba(0,0,0,.2) 0%, transparent 50%);
}
.cp-hero__feature-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 28px 26px; }
.cp-hero__feature-tags { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; align-items: center; }
.cp-hero__feature-cat { background: var(--gold); color: #000; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 3px 10px; border-radius: 3px; }
.cp-hero__feature-new { background: rgba(255,255,255,.12); color: rgba(255,255,255,.75); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; padding: 3px 10px; border-radius: 3px; border: 1px solid rgba(255,255,255,.15); }
.cp-hero__feature-title {
  font-family: var(--display); font-size: clamp(26px, 3.5vw, 42px); letter-spacing: .03em; line-height: 1.05; color: #fff; margin-bottom: 10px;
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.cp-hero__feature-meta { font-size: 12px; color: var(--off); display: flex; align-items: center; gap: 8px; }

/* Mid — topo-direita */
.cp-hero__mid {
  grid-column: 2; grid-row: 1;
  position: relative; overflow: hidden;
  display: block; text-decoration: none; color: inherit;
  background: var(--surface);
}
.cp-hero__mid-img {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center 20%;
  display: block !important; transition: transform .5s ease;
}
.cp-hero__mid:hover .cp-hero__mid-img { transform: scale(1.06); }
.cp-hero__mid-vignette {
  position: absolute !important; inset: 0 !important; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.2) 55%, transparent 100%);
}
.cp-hero__mid-body { position: absolute !important; bottom: 0 !important; left: 0 !important; right: 0 !important; padding: 14px 16px !important; }
.cp-hero__mid-cat {
  display: inline-block;
  font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 6px;
}
.cp-hero__mid-title {
  font-family: var(--display);
  font-size: clamp(15px, 1.7vw, 20px); letter-spacing: .03em; line-height: 1.15; color: #fff;
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .2s;
}
.cp-hero__mid:hover .cp-hero__mid-title { color: var(--gold); }

/* Smalls — baixo-direita, 2 lado a lado */
.cp-hero__smalls {
  grid-column: 2; grid-row: 2;
  display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 4px;
  height: 100%;
}
.cp-hero__small {
  position: relative; overflow: hidden;
  display: block; text-decoration: none; color: inherit;
  background: var(--surface);
}
.cp-hero__small-img {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center 20%;
  display: block !important; transition: transform .5s ease;
}
.cp-hero__small:hover .cp-hero__small-img { transform: scale(1.08); }
.cp-hero__small-vignette {
  position: absolute !important; inset: 0 !important; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.93) 0%, rgba(0,0,0,.1) 60%, transparent 100%);
}
.cp-hero__small-body { position: absolute !important; bottom: 0 !important; left: 0 !important; right: 0 !important; padding: 8px 10px !important; }
.cp-hero__small-cat {
  display: inline-block;
  font-size: 8px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 4px;
}
.cp-hero__small-title {
  font-family: var(--display);
  font-size: clamp(12px, 1.2vw, 15px); letter-spacing: .03em; line-height: 1.2; color: #fff;
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .2s;
}
.cp-hero__small:hover .cp-hero__small-title { color: var(--gold); }

/* Strip "Últimas" — inalterada */
.cp-hero__latest { margin-top: 16px; border-top: 1px solid var(--border); padding-top: 16px; display: flex; gap: 0; }
.cp-hero__latest-label { font-family: var(--display); font-size: 13px; letter-spacing: .1em; color: var(--gold); white-space: nowrap; padding-right: 16px; border-right: 1px solid var(--border); margin-right: 16px; display: flex; align-items: center; flex-shrink: 0; }
.cp-hero__latest-scroll { display: flex; gap: 0; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -ms-overflow-style: none; flex: 1; align-items: center; padding-bottom: 2px; padding-right: 16px; }
.cp-hero__latest-scroll::-webkit-scrollbar { display: none; }
.cp-hero__latest-item { display: flex; align-items: center; gap: 10px; flex-shrink: 0; text-decoration: none; color: inherit; transition: opacity .2s; min-width: 280px; padding-right: 24px; border-right: 1px solid var(--border); margin-right: 24px; }
.cp-hero__latest-item:last-child { border-right: none; margin-right: 0; }
.cp-hero__latest-item:hover { opacity: .75; }
.cp-hero__latest-thumb { width: 44px; height: 32px; border-radius: 4px; object-fit: cover; flex-shrink: 0; background: rgba(255,255,255,.06); }
.cp-hero__latest-text { font-size: 12px; font-weight: 500; color: var(--white); white-space: nowrap; max-width: 200px; overflow: hidden; text-overflow: ellipsis; }
.cp-hero__latest-time { font-size: 10px; color: var(--faint); white-space: nowrap; margin-left: 4px; }

/* ══════════════════════════════════════════
   EM EXIBIÇÃO AGORA — CARROSSEL
   ══════════════════════════════════════════ */

.cp-now__section { margin-bottom: 48px; }

.cp-now__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }

.cp-now__title {
  font-family: var(--display); font-size: 22px; letter-spacing: .06em;
  color: var(--white); margin: 0; line-height: 1;
  display: flex; align-items: center; gap: 10px;
}
.cp-now__title::before {
  content: ''; display: inline-block; width: 3px; height: 22px;
  background: var(--gold); border-radius: 2px; flex-shrink: 0;
}

.cp-now__more {
  font-size: 12px; color: var(--gold); text-decoration: none;
  border: 1px solid rgba(239,198,44,0.35); padding: 4px 14px;
  border-radius: 20px; transition: background .2s; white-space: nowrap;
}
.cp-now__more:hover { background: rgba(239,198,44,0.1); }

.cp-now__outer { display: flex; align-items: center; gap: 12px; }

.cp-now__arrow {
  flex-shrink: 0 !important;
  width: 38px !important; height: 38px !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(255,255,255,0.25) !important;
  background: rgba(20,20,20,0.8) !important;
  color: #fff !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  cursor: pointer !important;
  transition: border-color .2s, background .2s, color .2s;
  padding: 0 !important;
  min-width: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  line-height: 1 !important;
  font-size: 0 !important;
}
.cp-now__arrow:hover {
  border-color: var(--gold) !important;
  background: rgba(0,0,0,0.9) !important;
  color: var(--gold) !important;
}
.cp-now__arrow svg { pointer-events: none; display: block !important; flex-shrink: 0 !important; }

.cp-now__track-wrap { flex: 1; overflow: hidden; }
.cp-now__track {
  display: flex; gap: 14px;
  overflow-x: auto; overflow-y: hidden;
  scrollbar-width: none; -ms-overflow-style: none;
  scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
}
.cp-now__track::-webkit-scrollbar { display: none; }

.cp-now__card {
  flex-shrink: 0; width: 160px;
  text-decoration: none; color: inherit; display: block;
  transition: transform .25s;
}
.cp-now__card:hover { transform: translateY(-5px); }

.cp-now__poster {
  position: relative; border-radius: 12px; overflow: hidden;
  aspect-ratio: 2/3; background: rgba(255,255,255,0.06);
  margin-bottom: 10px; box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}
.cp-now__poster img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.cp-now__card:hover .cp-now__poster img { transform: scale(1.04); }
.cp-now__poster-empty { width: 100%; height: 100%; background: rgba(255,255,255,0.04); }

.cp-now__badge {
  position: absolute; top: 10px; left: 10px;
  background: rgba(0,0,0,0.65); color: #fff;
  font-size: 10px; font-weight: 600; letter-spacing: .04em;
  padding: 3px 9px; border-radius: 4px; backdrop-filter: blur(4px);
}

.cp-now__rating {
  position: absolute; top: 8px; right: 8px;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--gold); color: #000;
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; line-height: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.cp-now__rating svg { margin-bottom: 1px; }

.cp-now__card-title {
  font-size: 13px; font-weight: 600; color: var(--white);
  transition: color .2s; display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
  margin-bottom: 5px; line-height: 1.3;
}
.cp-now__card:hover .cp-now__card-title { color: var(--gold); }

.cp-now__card-year { font-size: 11px; color: rgba(255,255,255,0.45); display: flex; align-items: center; gap: 4px; }

.cp-now__skel { flex-shrink: 0; width: 160px; }
.cp-now__skel-img {
  border-radius: 12px; aspect-ratio: 2/3; margin-bottom: 10px;
  background: linear-gradient(90deg,rgba(255,255,255,0.05) 25%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.05) 75%);
  background-size: 200% 100%; animation: cp-shimmer 1.4s infinite;
}
.cp-now__skel-t1 { height: 13px; background: rgba(255,255,255,0.06); border-radius:4px; margin-bottom:6px; }
.cp-now__skel-t2 { height: 11px; width: 55%; background: rgba(255,255,255,0.04); border-radius:4px; }
@keyframes cp-shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }

/* ══════════════════════════════════════════
   FEED LAYOUT
   ══════════════════════════════════════════ */

.cp-feed__section { padding-top: 0; }
.cp-feed__layout { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: flex-start; }
.cp-feed__main { min-width: 0; }

.cp-feed__tabs {
  display: flex; gap: 0; flex-wrap: nowrap; margin-bottom: 24px;
  border-bottom: 1px solid var(--border); padding-bottom: 0;
  overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -ms-overflow-style: none;
}
.cp-feed__tabs::-webkit-scrollbar { display: none; }

.cp-feed__tab {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 16px !important; letter-spacing: .08em;
  padding: 8px 18px 10px !important; background: transparent !important;
  border: none !important; border-bottom: 2px solid transparent !important;
  color: rgba(255,255,255,0.5) !important; cursor: pointer; margin-bottom: -1px;
  transition: color .18s, border-color .18s; white-space: nowrap; flex-shrink: 0;
  -webkit-appearance: none !important; box-shadow: none !important; outline: none !important; border-radius: 0 !important;
}
.cp-feed__tab:hover { color: #fff !important; }
.cp-feed__tab.cp-feed__tab--active { color: #EFC62C !important; border-bottom-color: #EFC62C !important; background: transparent !important; }

.cp-feed__list { display: flex; flex-direction: column; }

.cp-feed__item {
  display: grid; grid-template-columns: 180px 1fr; gap: 16px; align-items: flex-start;
  padding: 16px 0; border-bottom: 1px solid var(--border);
  text-decoration: none; color: inherit; transition: background .15s; border-radius: var(--r);
}
.cp-feed__item:first-child { padding-top: 0; }
.cp-feed__item:last-child { border-bottom: none; }
.cp-feed__item:hover { background: var(--hover); padding-left: 10px; padding-right: 10px; margin-left: -10px; margin-right: -10px; }

.cp-feed__thumb-wrap { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 16/10; background: rgba(255,255,255,.04); flex-shrink: 0; }
.cp-feed__thumb { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.cp-feed__item:hover .cp-feed__thumb { transform: scale(1.05); }
.cp-feed__thumb-placeholder { width: 100%; height: 100%; background: rgba(255,255,255,.04); }
.cp-feed__thumb-cat { position: absolute; bottom: 7px; left: 7px; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; background: var(--gold); color: #000; padding: 2px 7px; border-radius: 3px; pointer-events: none; }

.cp-feed__content { display: flex; flex-direction: column; padding-top: 2px; min-width: 0; }
.cp-feed__meta { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
.cp-feed__time { font-size: 11px; color: var(--faint); }
.cp-feed__cat-label { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.cp-feed__title { font-family: var(--display); font-size: clamp(17px, 1.8vw, 22px); letter-spacing: .03em; line-height: 1.15; color: var(--white); margin-bottom: 8px; transition: color .2s; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.cp-feed__item:hover .cp-feed__title { color: var(--gold); }
.cp-feed__excerpt { font-size: 13px; line-height: 1.6; color: var(--off); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 10px; }
.cp-feed__author { font-size: 11px; color: var(--faint); }

.cp-feed__more-wrap { display: flex; justify-content: center; margin-top: 24px; }
.cp-feed__more-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 32px; border: 1px solid var(--border); border-radius: 4px; background: transparent; color: var(--off); font-family: var(--display); font-size: 16px; letter-spacing: .1em; cursor: pointer; transition: all .2s; }
.cp-feed__more-btn:hover { border-color: var(--gold); color: var(--gold); }
.cp-feed__more-btn:disabled { opacity: .3; cursor: not-allowed; }

@keyframes cp-in { from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:translateY(0)} }
.cp-feed__list .cp-feed__item { animation: cp-in .3s ease both; }
.cp-feed__list .cp-feed__item:nth-child(1){animation-delay:.00s}
.cp-feed__list .cp-feed__item:nth-child(2){animation-delay:.05s}
.cp-feed__list .cp-feed__item:nth-child(3){animation-delay:.10s}
.cp-feed__list .cp-feed__item:nth-child(4){animation-delay:.15s}
.cp-feed__list .cp-feed__item:nth-child(5){animation-delay:.20s}
.cp-feed__list .cp-feed__item:nth-child(6){animation-delay:.25s}
.cp-feed__list .cp-feed__item:nth-child(7){animation-delay:.30s}
.cp-feed__list .cp-feed__item:nth-child(8){animation-delay:.35s}

/* ══════════════════════════════════════════
   FEED SIDEBAR
   ══════════════════════════════════════════ */

.cp-feed__sidebar { display: flex; flex-direction: column; gap: 36px; position: sticky; top: 20px; }
.cp-feed__sb-block { display: flex; flex-direction: column; }

.cp-feed__sb-featured { display: block; text-decoration: none; color: inherit; border-radius: var(--r-lg); overflow: hidden; position: relative; aspect-ratio: 16/11; background: rgba(255,255,255,.04); margin-top: 12px; }
.cp-feed__sb-featured-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.cp-feed__sb-featured:hover .cp-feed__sb-featured-img { transform: scale(1.04); }
.cp-feed__sb-featured-overlay { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.35) 50%, transparent 100%); }
.cp-feed__sb-featured-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; }
.cp-feed__sb-featured-date { display: block; font-size: 11px; color: rgba(255,255,255,.6); margin-bottom: 6px; }
.cp-feed__sb-featured-title { font-family: var(--display); font-size: clamp(18px, 1.8vw, 22px); letter-spacing: .03em; line-height: 1.15; color: #fff; transition: color .2s; }
.cp-feed__sb-featured:hover .cp-feed__sb-featured-title { color: var(--gold); }

.cp-feed__sb-list { display: flex; flex-direction: column; margin-top: 12px; }
.cp-feed__sb-item { display: flex; gap: 12px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--border); text-decoration: none; color: inherit; transition: opacity .2s; }
.cp-feed__sb-item:last-child { border-bottom: none; }
.cp-feed__sb-item:hover { opacity: .75; }
.cp-feed__sb-item:hover .cp-feed__sb-title { color: var(--gold); }
.cp-feed__sb-num { font-family: var(--display); font-size: 28px; letter-spacing: -.01em; color: var(--gold-dim); flex-shrink: 0; width: 28px; text-align: center; line-height: 1; background: linear-gradient(135deg, var(--gold) 0%, rgba(239,198,44,.3) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.cp-feed__sb-thumb { width: 68px; height: 50px; border-radius: 5px; object-fit: cover; flex-shrink: 0; background: rgba(255,255,255,.05); }
.cp-feed__sb-text { flex: 1; min-width: 0; }
.cp-feed__sb-title { font-size: 13px; font-weight: 500; line-height: 1.4; color: var(--white); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 3px; transition: color .2s; }
.cp-feed__sb-time { display: block; font-size: 10px; color: var(--faint); }

.cp-feed__sb-head { display: flex; align-items: center; gap: 10px; }
.cp-feed__sb-head-bar { width: 3px; height: 20px; background: var(--gold); border-radius: 2px; flex-shrink: 0; }
.cp-feed__sb-head-title { font-family: var(--display); font-size: 20px; letter-spacing: .06em; color: var(--white); line-height: 1; }
.cp-feed__sb-head-line { flex: 1; height: 1px; background: var(--border); }

/* ══════════════════════════════════════════
   FEED DROPDOWN MOBILE
   ══════════════════════════════════════════ */

.cp-feed__dropdown { display: none; position: relative; margin-bottom: 20px; }
.cp-feed__dropdown-btn {
  display: flex !important; align-items: center; justify-content: space-between;
  width: 100% !important; padding: 11px 16px !important;
  background: rgba(255,255,255,0.06) !important; border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: var(--r) !important; color: #fff !important;
  font-family: 'Bebas Neue', sans-serif !important; font-size: 18px !important; letter-spacing: .08em;
  cursor: pointer; user-select: none; transition: border-color .2s;
  outline: none !important; box-shadow: none !important; -webkit-appearance: none !important;
}
.cp-feed__dropdown-btn:hover { border-color: #EFC62C !important; }
.cp-feed__dropdown-arrow { width: 16px; height: 16px; flex-shrink: 0; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.cp-feed__dropdown.open .cp-feed__dropdown-arrow { transform: rotate(180deg); }
.cp-feed__dropdown-menu { display: none; position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: #1c1c1c !important; border: 1px solid rgba(255,255,255,0.12) !important; border-radius: var(--r); overflow: hidden; z-index: 100; box-shadow: 0 8px 32px rgba(0,0,0,0.5); }
.cp-feed__dropdown.open .cp-feed__dropdown-menu { display: block; }
.cp-feed__dropdown-option { display: block !important; width: 100% !important; padding: 12px 16px !important; background: transparent !important; border: none !important; border-bottom: 1px solid rgba(255,255,255,0.07) !important; color: #fff !important; font-family: 'Bebas Neue', sans-serif !important; font-size: 17px !important; letter-spacing: .06em; text-align: left !important; cursor: pointer; transition: background .15s, color .15s; -webkit-appearance: none !important; box-shadow: none !important; outline: none !important; }
.cp-feed__dropdown-option:last-child { border-bottom: none !important; }
.cp-feed__dropdown-option:hover { background: rgba(255,255,255,0.06) !important; }
.cp-feed__dropdown-option[data-slug=""].active { background: transparent !important; color: #EFC62C !important; border-left: 3px solid #EFC62C !important; padding-left: 13px !important; }
.cp-feed__dropdown-option:not([data-slug=""]).active { background: #EFC62C !important; color: #000 !important; }

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */

@media (max-width: 1200px) {
  .cp-hero__mosaic { grid-template-rows: 270px 190px !important; }
  .cp-feed__layout { grid-template-columns: 1fr 280px; gap: 24px; }
}
@media (max-width: 1024px) {
  .cp-hero__mosaic { grid-template-rows: 250px 170px !important; }
  .cp-feed__layout { grid-template-columns: 1fr 260px; gap: 20px; }
  .cp-feed__item { grid-template-columns: 150px 1fr; }
}
@media (max-width: 768px) {
  .cp-hero__mosaic {
    grid-template-columns: 1fr !important;
    grid-template-rows: 280px 160px 120px !important;
  }
  .cp-hero__feature { grid-column: 1; grid-row: 1; }
  .cp-hero__mid { grid-column: 1; grid-row: 2; }
  .cp-hero__smalls { grid-column: 1 !important; grid-row: 3; }
  .cp-hero__latest { overflow: hidden; }
  .cp-hero__latest-item { min-width: 220px; }
  .cp-feed__layout { grid-template-columns: 1fr; gap: 0; }
  .cp-feed__sidebar { position: static; flex-direction: row; gap: 20px; margin-top: 36px; }
  .cp-feed__sb-block { flex: 1; min-width: 0; }
  .cp-feed__sb-featured { aspect-ratio: 16/10; }
  .cp-feed__item { grid-template-columns: 140px 1fr; gap: 14px; }
  .cp-feed__excerpt { display: none; }
  .cp-now__card, .cp-now__skel { width: 140px; }
}
@media (max-width: 560px) {
  .cp-hero__mosaic { grid-template-rows: 240px 150px 110px !important; }
  .cp-hero__feature-title { font-size: 22px; }
  .cp-hero__latest { display: none; }
  .cp-feed__tabs { display: none; }
  .cp-feed__dropdown { display: block; }
  .cp-feed__item { grid-template-columns: 110px 1fr; gap: 12px; padding: 14px 0; }
  .cp-feed__item:hover { padding-left: 6px; padding-right: 6px; margin-left: -6px; margin-right: -6px; }
  .cp-feed__author { display: none; }
  .cp-feed__sidebar { flex-direction: column; gap: 32px; }
  .cp-now__card, .cp-now__skel { width: 120px; }
  .cp-now__track { gap: 10px; }
  .cp-now__arrow { width: 32px; height: 32px; }
}
@media (max-width: 380px) {
  .cp-hero__mosaic { grid-template-rows: 200px 130px 100px !important; }
  .cp-hero__feature-title { font-size: 18px; }
  .cp-feed__item { grid-template-columns: 90px 1fr; gap: 10px; }
  .cp-now__card, .cp-now__skel { width: 110px; }
}

/* ══════════════════════════════════════════
   NOVELAS PORTUGUESAS
   ══════════════════════════════════════════ */

.cp-nov__section {
  margin-top: 56px;
  margin-bottom: 56px;
}
.cp-nov__section *,
.cp-nov__section *::before,
.cp-nov__section *::after { box-sizing: border-box; margin: 0; padding: 0; }

.cp-nov__header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 20px;
}
.cp-nov__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; letter-spacing: .06em; color: #fff; line-height: 1;
  display: flex; align-items: center; gap: 10px;
}
.cp-nov__title::before {
  content: ''; display: inline-block; width: 3px; height: 22px;
  background: #EFC62C; border-radius: 2px; flex-shrink: 0;
}
.cp-nov__more {
  font-size: 12px; color: #EFC62C; text-decoration: none;
  border: 1px solid rgba(239,198,44,0.35); padding: 4px 14px;
  border-radius: 20px; transition: background .2s;
}
.cp-nov__more:hover { background: rgba(239,198,44,0.1); }

/* Layout: featured esquerda + grid direita */
.cp-nov__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}

/* Featured card */
.cp-nov__featured { display: block; }
.cp-nov__feat-card {
  display: block; text-decoration: none; color: inherit;
  position: relative; border-radius: 14px; overflow: hidden;
  aspect-ratio: 16/10; background: rgba(255,255,255,0.06);
}
.cp-nov__feat-img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s;
}
.cp-nov__feat-card:hover .cp-nov__feat-img { transform: scale(1.03); }
.cp-nov__feat-empty { width: 100%; height: 100%; background: rgba(255,255,255,0.06); }
.cp-nov__feat-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.95) 0%, rgba(0,0,0,.4) 45%, transparent 75%);
}
.cp-nov__feat-body {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 24px;
}
.cp-nov__feat-meta {
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
}
.cp-nov__feat-rating {
  display: flex; align-items: center; gap: 4px;
  background: rgba(0,0,0,0.6); color: #EFC62C;
  font-size: 12px; font-weight: 700;
  padding: 3px 8px; border-radius: 4px;
}
.cp-nov__feat-type {
  font-size: 11px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: rgba(255,255,255,0.6);
}
.cp-nov__feat-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(22px, 2.5vw, 36px);
  letter-spacing: .03em; line-height: 1.05;
  color: #fff; margin-bottom: 10px;
  transition: color .2s;
}
.cp-nov__feat-card:hover .cp-nov__feat-title { color: #EFC62C; }
.cp-nov__feat-excerpt {
  font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.65);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}

/* Grid de posters */
.cp-nov__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.cp-nov__card {
  text-decoration: none; color: inherit; display: block;
  transition: transform .2s;
}
.cp-nov__card:hover { transform: translateY(-4px); }
.cp-nov__card-img {
  position: relative; border-radius: 10px; overflow: hidden;
  aspect-ratio: 2/3; background: rgba(255,255,255,0.06);
  margin-bottom: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}
.cp-nov__card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.cp-nov__card:hover .cp-nov__card-img img { transform: scale(1.04); }
.cp-nov__card-empty { width: 100%; height: 100%; background: rgba(255,255,255,0.04); }
.cp-nov__card-rating {
  position: absolute; bottom: 7px; right: 7px;
  background: rgba(0,0,0,0.75); color: #EFC62C;
  font-size: 11px; font-weight: 700;
  padding: 2px 7px; border-radius: 4px;
}
.cp-nov__card-title {
  font-size: 12px; font-weight: 600; color: #fff;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
  line-height: 1.3; transition: color .2s;
}
.cp-nov__card:hover .cp-nov__card-title { color: #EFC62C; }

/* ══════════════════════════════════════════
   NEWSLETTER
   ══════════════════════════════════════════ */

.cp-nl__section {
  margin-bottom: 56px;
}
.cp-nl__section *,
.cp-nl__section *::before,
.cp-nl__section *::after { box-sizing: border-box; margin: 0; padding: 0; }

.cp-nl__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: linear-gradient(135deg, rgba(239,198,44,0.08) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid rgba(239,198,44,0.2);
  border-radius: 16px;
  padding: 40px 48px;
}

.cp-nl__tag {
  display: inline-block;
  font-size: 10px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: #EFC62C;
  border: 1px solid rgba(239,198,44,0.4);
  padding: 3px 10px; border-radius: 20px;
  margin-bottom: 14px;
}
.cp-nl__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: .04em; line-height: 1.1;
  color: #fff; margin-bottom: 12px;
}
.cp-nl__sub {
  font-size: 14px; line-height: 1.6;
  color: rgba(255,255,255,0.55);
}

.cp-nl__form {
  display: flex; gap: 0;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 8px; overflow: hidden;
  margin-bottom: 10px;
  transition: border-color .2s;
}
.cp-nl__form:focus-within { border-color: #EFC62C; }
.cp-nl__input {
  flex: 1; padding: 13px 16px;
  background: rgba(255,255,255,0.05);
  border: none; outline: none;
  color: #fff; font-family: 'DM Sans', sans-serif; font-size: 14px;
}
.cp-nl__input::placeholder { color: rgba(255,255,255,0.3); }
.cp-nl__btn {
  padding: 13px 24px;
  background: #EFC62C; color: #000;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px; letter-spacing: .06em;
  border: none; cursor: pointer;
  transition: background .2s; white-space: nowrap;
  flex-shrink: 0;
}
.cp-nl__btn:hover { background: #f5d45a; }
.cp-nl__note { font-size: 11px; color: rgba(255,255,255,0.3); }
.cp-nl__msg { font-size: 13px; min-height: 18px; margin-top: 8px; }

/* ══════════════════════════════════════════
   RESPONSIVE NOVELAS + NEWSLETTER
   ══════════════════════════════════════════ */

@media (max-width: 900px) {
  .cp-nov__layout { grid-template-columns: 1fr; }
  .cp-nov__grid   { grid-template-columns: repeat(4, 1fr); }
  .cp-nl__inner   { grid-template-columns: 1fr; gap: 24px; padding: 28px; }
}
@media (max-width: 560px) {
  .cp-nov__grid { grid-template-columns: repeat(2, 1fr); }
  .cp-nl__form  { flex-direction: column; border-radius: 8px; }
  .cp-nl__btn   { border-radius: 0 0 6px 6px; padding: 12px; }
}

/* ══════════════════════════════════════════
   CINEMAPLANET-BLOCKS — SSR (acrescentos ao CSS da maquete)
   ══════════════════════════════════════════ */

html, body { background: #0B0B0D !important; }

.cp-wrap {
  max-width: 1280px; width: 100%;
  margin-left: auto; margin-right: auto;
  padding-left: 24px; padding-right: 24px;
  font-family: 'DM Sans', sans-serif; color: #FFFFFF;
  --gold: #EFC62C; --display: 'Bebas Neue', sans-serif;
}

/* Link real no título, esticado sobre o card */
.cp-card-link { color: inherit !important; text-decoration: none !important; }
.cp-card-link::after { content: ""; position: absolute; inset: 0; }
.cp-thumb--empty { display: block; width: 100%; height: 100%; background: rgba(255,255,255,0.04); }

/* Cards da maquete agora são <article> — garantir contexto para o link esticado */
.cp-hero__feature, .cp-hero__mid, .cp-hero__small,
.cp-now__card, .cp-feed__item, .cp-feed__sb-item, .cp-feed__sb-featured,
.cp-trending__item, .cp-card { position: relative; }

/* ── Header + nav ── */
.cp-header {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  padding-top: 18px; padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 24px;
}
.cp-header__logo {
  font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: .04em;
  color: #FFFFFF !important; text-decoration: none !important; line-height: 1; transition: color .2s;
}
.cp-header__logo:hover { color: #EFC62C !important; }
.cp-header__logo-wrap { margin: 0; padding: 0; line-height: 0; font-size: 0; }
.cp-header__logo-wrap a { display: block; line-height: 0; }
.cp-header__logo-wrap img { display: block; width: auto; height: auto; max-height: 44px; max-width: 100%; }
.cp-nav { display: flex; gap: 2px; flex-wrap: wrap; }
.cp-nav a {
  font-size: 13px; font-weight: 500; letter-spacing: .02em;
  color: rgba(255,255,255,0.6) !important; text-decoration: none !important;
  padding: 6px 11px; border-radius: 6px;
  transition: color .18s, background .18s;
}
.cp-nav a:hover { color: #EFC62C !important; background: rgba(255,255,255,0.05); }

/* ── Faixa de âncoras ── */
.cp-anchors__section { margin-bottom: 48px; }
.cp-anchors__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cp-anchors__card {
  display: flex; flex-direction: column; gap: 8px;
  padding: 22px; background: #141417;
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 4px solid #EFC62C; border-radius: 12px;
  text-decoration: none; color: inherit;
  transition: transform .2s ease, border-color .2s;
}
.cp-anchors__card:hover { transform: translateY(-4px); border-color: #EFC62C; }
.cp-anchors__kicker { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: #EFC62C; }
.cp-anchors__title { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: .03em; line-height: 1.05; color: #FFFFFF; }
.cp-anchors__desc { font-size: 12px; line-height: 1.55; color: rgba(255,255,255,0.5); }
.cp-anchors__cta { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: #EFC62C; margin-top: 4px; }

/* ── Bloco editorial (cp_section) ── */
.cp-sec { margin-bottom: 48px; }
.cp-sec__head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.cp-sec__title {
  font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: .04em;
  color: #FFFFFF; margin: 0; display: flex; align-items: center; gap: 10px;
}
.cp-sec__bar { display: inline-block; width: 4px; height: 24px; background: #EFC62C; border-radius: 2px; }
.cp-sec__more { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #EFC62C !important; text-decoration: none !important; opacity: .7; transition: opacity .2s; }
.cp-sec__more:hover { opacity: 1; }

.cp-cardgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cp-card { display: block; }
.cp-card__thumb {
  position: relative; aspect-ratio: 16/10; overflow: hidden;
  border-radius: 10px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06); margin-bottom: 10px;
}
.cp-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.cp-card:hover .cp-card__thumb img { transform: scale(1.05); }
.cp-card__cat {
  position: absolute; bottom: 8px; left: 8px; z-index: 10;
  font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em;
  background: #EFC62C; color: #0B0B0D; padding: 2px 8px; border-radius: 4px;
}
.cp-card__time { font-size: 11px; color: rgba(255,255,255,0.35); display: block; margin-bottom: 6px; }
.cp-card__title {
  font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: .02em; line-height: 1.1;
  color: #FFFFFF; margin-bottom: 6px; transition: color .2s;
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.cp-card:hover .cp-card__title { color: #EFC62C; }
.cp-card__excerpt {
  font-size: 12px; line-height: 1.6; color: rgba(255,255,255,0.45);
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* ── Trending ── */
.cp-trending__section {
  margin-bottom: 48px; padding: 32px 0; background: #101013;
  border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06);
}
.cp-trending__header { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.cp-trending__label { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: .04em; color: #EFC62C; margin: 0; }
.cp-trending__line { flex: 1; height: 1px; background: rgba(239,198,44,0.15); }
.cp-trending__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.cp-trending__item {
  display: flex; flex-direction: column; gap: 10px; padding: 0 22px;
  border-right: 1px solid rgba(255,255,255,0.06); transition: opacity .2s;
}
.cp-trending__item:first-child { padding-left: 0; }
.cp-trending__item:last-child { border-right: none; padding-right: 0; }
.cp-trending__item:hover { opacity: .85; }
.cp-trending__num { font-size: 32px; font-weight: 700; line-height: 1; color: rgba(239,198,44,0.2); }
.cp-trending__thumb { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; display: block; border: 1px solid rgba(255,255,255,0.06); }
.cp-trending__title {
  font-family: 'Bebas Neue', sans-serif; font-size: 17px; letter-spacing: .02em; line-height: 1.15; color: #FFFFFF;
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .2s;
}
.cp-trending__item:hover .cp-trending__title { color: #EFC62C; }
.cp-trending__time { font-size: 11px; color: rgba(255,255,255,0.3); }

/* ── Feed: tabs como <a>; "Ver mais" e setas só com JS ── */
.cp-feed__tab { text-decoration: none; }
.cp-feed__more-wrap { display: none; }
.cp-js .cp-feed__more-wrap { display: flex; }
.cp-now__arrow { display: none; }
.cp-js .cp-now__arrow { display: flex; }

/* ── Ads + newsletter ── */
.cp-ad { margin: 24px auto; text-align: center; }
.cp-ad--sidebar { margin: 0 0 24px; }
.cp-newsletter {
  margin: 28px 0; padding: 22px;
  background: #141417; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px;
}

/* ── Footer ── */
.cp-footer { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 28px; padding-bottom: 40px; }
.cp-footer__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 8px; }
.cp-footer__brand { display: flex; flex-direction: column; gap: 10px; max-width: 420px; }
.cp-footer__logo { display: inline-block; line-height: 0; }
.cp-footer__logo img { display: block; width: auto; height: auto; max-width: 160px; max-height: 36px; opacity: .85; transition: opacity .2s; }
.cp-footer__logo:hover img { opacity: 1; }
.cp-footer__desc { font-size: 13px; color: rgba(255,255,255,0.45); max-width: 420px; }
.cp-footer__nav { display: flex; gap: 4px; flex-wrap: wrap; }
.cp-footer__nav a {
  font-size: 12px; color: rgba(255,255,255,0.45) !important; text-decoration: none !important;
  padding: 5px 9px; border-radius: 5px; transition: color .18s;
}
.cp-footer__nav a:hover { color: #EFC62C !important; }
.cp-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.05); }
.cp-footer__group { font-size: 12px; color: rgba(255,255,255,0.4); }
.cp-footer__group a { color: rgba(255,255,255,0.7) !important; }
.cp-footer__group a:hover { color: #EFC62C !important; }

/* ══════════════════════════════════════════
   TEMPLATES INTERIORES
   ══════════════════════════════════════════ */

.cp-crumbs {
  display: flex; align-items: center; gap: 7px; flex-wrap: wrap;
  font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em;
  color: rgba(255,255,255,0.25); margin: 18px 0 22px;
}
.cp-crumbs a { color: rgba(255,255,255,0.45) !important; text-decoration: none !important; transition: color .18s; }
.cp-crumbs a:hover { color: #EFC62C !important; }
.cp-crumbs__sep { color: rgba(255,255,255,0.18); }

.cp-page-title {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(30px, 3.6vw, 50px);
  letter-spacing: .02em; line-height: 1.05; color: #FFFFFF; margin-bottom: 12px;
}
.cp-badge-link {
  display: inline-block; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em;
  background: #EFC62C; color: #0B0B0D !important; padding: 3px 10px; border-radius: 4px;
  text-decoration: none !important; margin-bottom: 12px; transition: transform .15s;
}
.cp-badge-link:hover { transform: translateY(-1px); }

.cp-post { max-width: 780px; margin: 0 auto; }
.cp-post__meta {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  font-size: 12px; color: rgba(255,255,255,0.45); margin: 12px 0 22px;
}
.cp-post__meta a { color: rgba(255,255,255,0.7) !important; text-decoration: none !important; }
.cp-post__meta a:hover { color: #EFC62C !important; }
.cp-post__updated { color: #EFC62C; }
.cp-post__hero { border-radius: 12px; overflow: hidden; margin-bottom: 28px; border: 1px solid rgba(255,255,255,0.06); }
.cp-post__hero img { width: 100%; height: auto; display: block; }

.cp-prose { font-size: 15px; line-height: 1.75; color: rgba(255,255,255,0.78); }
.cp-prose p { margin: 0 0 18px; }
.cp-prose a { color: #EFC62C !important; }
.cp-prose strong { color: #FFFFFF; }
.cp-prose h2 {
  font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: .02em; line-height: 1.1;
  color: #FFFFFF; margin: 34px 0 14px; padding-left: 12px; border-left: 4px solid #EFC62C;
}
.cp-prose h3 { font-size: 16px; font-weight: 600; color: #FFFFFF; margin: 24px 0 8px; }
.cp-prose ul, .cp-prose ol { margin: 0 0 18px 22px; }
.cp-prose li { margin-bottom: 8px; }
.cp-prose img { max-width: 100%; height: auto; border-radius: 10px; display: block; margin: 24px auto; }
.cp-prose iframe { max-width: 100%; border-radius: 12px; }
.cp-prose .wp-block-embed, .cp-prose .wp-embed-aspect, .cp-prose .wp-video, .cp-prose figure {
  margin: 24px 0; border-radius: 12px; overflow: hidden;
}
.cp-prose .wp-block-embed__wrapper, .cp-prose .wp-embed-aspect iframe { border-radius: 12px; }
.cp-prose blockquote {
  margin: 24px 0; padding: 4px 0 4px 18px; border-left: 4px solid #EFC62C;
  font-style: italic; color: rgba(255,255,255,0.65);
}

/* Veredito (críticas) */
.cp-verdict {
  display: flex; align-items: center; gap: 18px;
  background: #141417; border: 1px solid rgba(239,198,44,0.35);
  border-radius: 12px; padding: 18px 22px; margin: 0 0 26px;
}
.cp-verdict__score {
  font-family: 'Bebas Neue', sans-serif; font-size: 44px; line-height: 1; color: #EFC62C; flex-shrink: 0;
}
.cp-verdict__score small { font-size: 18px; color: rgba(239,198,44,0.5); }
.cp-verdict__label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,0.4); display: block; margin-bottom: 4px; }
.cp-verdict__text { font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.8); }

.cp-authorbox {
  display: flex; gap: 16px; align-items: flex-start;
  background: #141417; border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 20px; margin-top: 36px;
}
.cp-authorbox__photo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: rgba(255,255,255,.06); }
.cp-authorbox__name { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: .02em; color: #FFFFFF; margin-bottom: 4px; }
.cp-authorbox__name a { color: inherit !important; text-decoration: none !important; }
.cp-authorbox__name a:hover { color: #EFC62C !important; }
.cp-authorbox__bio { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.55); margin-bottom: 6px; }
.cp-authorbox__link { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: #EFC62C !important; text-decoration: none !important; }

.cp-related { margin-top: 44px; }
.cp-related__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }

.cp-pagination { display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; margin-top: 32px; }
.cp-pagination a, .cp-pagination span {
  font-size: 12px; font-weight: 600; min-width: 34px; padding: 8px 10px; text-align: center;
  border-radius: 8px; border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.6) !important; text-decoration: none !important;
  transition: color .18s, border-color .18s;
}
.cp-pagination a:hover { color: #EFC62C !important; border-color: #EFC62C; }
.cp-pagination .current { background: #EFC62C; color: #0B0B0D !important; border-color: #0B0B0D; }

.cp-archive__desc { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.45); max-width: 640px; margin-bottom: 24px; }
.cp-archive__promo { margin-bottom: 30px; }
.cp-archive__promo .cp-anchors__card { max-width: 640px; }
.cp-updated {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  color: #0B0B0D; background: #EFC62C; padding: 6px 12px; border-radius: 999px; margin-bottom: 26px;
}

/* ── Fichas TMDB ── */
.cp-ficha-page { position: relative; }
.cp-ficha__backdrop {
  position: absolute; top: 0; left: 0; right: 0; height: 420px;
  background-size: cover; background-position: center 20%;
  z-index: 0; pointer-events: none;
}
.cp-ficha--has-backdrop { position: relative; z-index: 1; padding-top: 140px; }
.cp-ficha--has-backdrop .cp-page-title { text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.cp-ficha { display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: start; margin-bottom: 40px; }
.cp-ficha__poster { border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.04); }
.cp-ficha__poster img { width: 100%; height: auto; display: block; }
.cp-ficha__meta { list-style: none; margin: 16px 0 0; padding: 0; }
.cp-ficha__meta li {
  display: flex; justify-content: space-between; gap: 14px;
  padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 13px; color: rgba(255,255,255,0.75);
}
.cp-ficha__meta li:last-child { border-bottom: none; }
.cp-ficha__meta .cp-ficha__k { color: rgba(255,255,255,0.4); flex-shrink: 0; }
.cp-ficha__rating {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: #EFC62C; margin-bottom: 10px;
}
.cp-ficha__cast { display: flex; flex-wrap: wrap; gap: 6px; margin: 4px 0 0; }
.cp-ficha__cast a, .cp-ficha__cast span {
  font-size: 12px; color: rgba(255,255,255,0.7); text-decoration: none;
  padding: 4px 10px; border: 1px solid rgba(255,255,255,0.1); border-radius: 999px;
}
.cp-ficha__cast a:hover { color: #EFC62C; border-color: #EFC62C; }
.cp-ficha__trailer { position: relative; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; margin: 26px 0; }
.cp-ficha__trailer iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Filmografia (pessoa) */
.cp-filmog { list-style: none; margin: 0; padding: 0; }
.cp-filmog li {
  display: flex; justify-content: space-between; gap: 14px;
  padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 14px;
}
.cp-filmog li:last-child { border-bottom: none; }
.cp-filmog a { color: rgba(255,255,255,0.85); text-decoration: none; }
.cp-filmog a:hover { color: #EFC62C; }
.cp-filmog .cp-filmog__year { color: rgba(255,255,255,0.35); flex-shrink: 0; font-size: 12px; }

/* ── Autor / Sobre / 404 ── */
.cp-authorhead { display: flex; gap: 22px; align-items: flex-start; margin-bottom: 34px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.cp-authorhead__photo { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: rgba(255,255,255,.06); border: 2px solid rgba(255,255,255,0.1); }
.cp-authorhead__role { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #EFC62C; display: block; margin-bottom: 10px; }
.cp-authorhead__bio { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.6); max-width: 680px; margin-bottom: 12px; }
.cp-authorhead__links { display: flex; gap: 4px; flex-wrap: wrap; }
.cp-authorhead__links a {
  font-size: 11px; text-transform: uppercase; letter-spacing: .08em;
  color: rgba(255,255,255,0.55) !important; text-decoration: none !important;
  padding: 5px 10px; border: 1px solid rgba(255,255,255,0.1); border-radius: 999px;
  transition: color .18s, border-color .18s;
}
.cp-authorhead__links a:hover { color: #EFC62C !important; border-color: #EFC62C; }

.cp-team__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 18px 0 8px; }
.cp-team__card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
  background: #141417; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 20px;
  text-decoration: none !important; color: inherit !important; transition: transform .2s, border-color .2s;
}
.cp-team__card:hover { transform: translateY(-3px); border-color: #EFC62C; }
.cp-team__photo { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; background: rgba(255,255,255,.06); }
.cp-team__name { font-family: 'Bebas Neue', sans-serif; font-size: 19px; letter-spacing: .02em; color: #FFFFFF; }
.cp-team__role { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: #EFC62C; }

.cp-404 { text-align: center; padding: 64px 0 40px; }
.cp-404 .cp-page-title { font-size: clamp(36px, 5vw, 68px); margin-bottom: 8px; }
.cp-404__msg { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 34px; }
.cp-404__grid { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; max-width: 720px; margin: 0 auto 30px; }
.cp-404__grid a {
  font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em;
  color: rgba(255,255,255,0.65) !important; text-decoration: none !important;
  padding: 9px 16px; border: 1px solid rgba(255,255,255,0.12); border-radius: 999px;
  transition: color .18s, border-color .18s;
}
.cp-404__grid a:hover { color: #EFC62C !important; border-color: #EFC62C; }
.cp-404__search { display: flex; gap: 8px; justify-content: center; max-width: 420px; margin: 0 auto; }
.cp-404__search input[type="search"] {
  flex: 1; padding: 11px 16px; border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12); background: #141417; color: #FFFFFF;
  font-family: 'DM Sans', sans-serif; font-size: 13px;
}
.cp-404__search button {
  padding: 11px 20px; border-radius: 8px; border: none;
  background: #EFC62C; color: #0B0B0D; cursor: pointer;
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
}

/* ── Responsivo (acrescentos) ── */
@media (max-width: 900px) {
  .cp-anchors__grid { grid-template-columns: 1fr; }
  .cp-cardgrid { grid-template-columns: repeat(2, 1fr); }
  .cp-trending__grid { grid-template-columns: repeat(3, 1fr); }
  .cp-trending__grid .cp-trending__item:nth-child(n+4) { display: none; }
  .cp-team__grid { grid-template-columns: repeat(2, 1fr); }
  .cp-ficha { grid-template-columns: 200px 1fr; gap: 22px; }
}
@media (max-width: 640px) {
  .cp-cardgrid { grid-template-columns: 1fr; }
  .cp-trending__grid { grid-template-columns: repeat(2, 1fr); }
  .cp-trending__grid .cp-trending__item:nth-child(n+3) { display: none; }
  .cp-related__grid { grid-template-columns: 1fr; }
  .cp-authorhead { flex-direction: column; }
  .cp-team__grid { grid-template-columns: 1fr; }
  .cp-ficha { grid-template-columns: 1fr; }
  .cp-ficha__poster { max-width: 260px; }
  .cp-header { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* Índice de artigo */
.cp-toc { background: #141417; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 18px 20px; margin-bottom: 28px; }
.cp-toc ol { margin: 0 0 0 18px; }
.cp-toc li { margin-bottom: 6px; font-size: 13px; }
.cp-toc a { color: rgba(255,255,255,0.7); text-decoration: none; }
.cp-toc a:hover { color: #EFC62C; }
