/* ==========================================================================
   TEMPLATE: REPORTAGENS / IMPRENSA (conteúdo de terceiros)
   Visual editorial premium — alinhado à marca Charão
   ========================================================================== */

.rep-page {
  --rep-navy: #071028;
  --rep-navy-2: #0a1a38;
  --rep-ouro: #8f7215;
  --rep-ouro-claro: #f5d76e;
  --rep-papel: #f7f4ee;
  --rep-linha: rgba(15, 34, 73, 0.12);
  --rep-texto: #1e293b;
  --rep-suave: #475569;
  background: #fff;
  color: var(--rep-texto);
}

.rep-aviso {
  background: linear-gradient(90deg, #0a1a38 0%, #12284f 100%);
  color: #fff;
  border-bottom: 2px solid var(--rep-ouro);
  padding: 14px 20px;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.55;
}
.rep-aviso strong {
  color: var(--rep-ouro-claro);
  font-weight: 700;
}
.rep-aviso a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.rep-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: 48px 24px 44px;
  background: #071028 center/cover no-repeat;
  overflow: hidden;
}
.rep-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7,16,40,.35) 0%, rgba(7,16,40,.88) 70%, rgba(7,16,40,.96) 100%),
    radial-gradient(circle at 20% 0%, rgba(143,114,21,.25), transparent 55%);
}
.rep-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
}
.rep-fonte-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(245, 215, 110, 0.12);
  border: 1px solid rgba(245, 215, 110, 0.4);
  color: var(--rep-ouro-claro);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.rep-fonte-pill span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rep-ouro-claro);
}
.rep-hero h1 {
  margin: 0 0 14px;
  font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
  font-size: clamp(28px, 4.2vw, 46px);
  font-weight: 500;
  line-height: 1.18;
  color: #fff;
  letter-spacing: -0.01em;
  max-width: 18ch;
}
.rep-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
}
.rep-meta b {
  color: var(--rep-ouro-claro);
  font-weight: 600;
}

.rep-credito-barra {
  background: var(--rep-papel);
  border-bottom: 1px solid var(--rep-linha);
  padding: 18px 20px;
}
.rep-credito-inner {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--rep-suave);
}
.rep-credito-inner strong {
  color: var(--rep-navy);
}
.rep-credito-inner a {
  color: var(--rep-ouro);
  font-weight: 600;
  text-decoration: underline;
}

.rep-corpo {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 22px 20px;
}
.rep-chapéu,
.rep-chapeu {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rep-ouro);
  margin-bottom: 16px;
}
.rep-lead {
  font-family: Georgia, "Palatino Linotype", serif;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.45;
  color: var(--rep-navy);
  margin: 0 0 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--rep-linha);
}
.rep-corpo p {
  font-size: 17px;
  line-height: 1.85;
  color: var(--rep-texto);
  margin: 0 0 1.25em;
}
.rep-corpo p a {
  color: var(--rep-ouro);
  font-weight: 600;
  text-decoration: underline;
}
.rep-quote {
  margin: 36px 0;
  padding: 22px 0 22px 22px;
  border-left: 3px solid var(--rep-ouro);
  font-family: Georgia, "Palatino Linotype", serif;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
  color: var(--rep-navy);
  font-style: italic;
}
.rep-quote cite {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  color: var(--rep-suave);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rep-destaques {
  margin: 40px 0;
  padding: 28px 26px;
  background: linear-gradient(145deg, #0a1a38 0%, #12284f 100%);
  color: #fff;
  border-radius: 16px;
  border: 1px solid rgba(245, 215, 110, 0.25);
}
.rep-destaques h2 {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rep-ouro-claro);
}
.rep-destaques ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.rep-destaques li {
  position: relative;
  padding-left: 22px;
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.9);
}
.rep-destaques li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rep-ouro-claro);
}

.rep-figura {
  margin: 36px 0;
}
.rep-figura img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #0a1a38;
}
.rep-figura figcaption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--rep-suave);
  border-left: 2px solid rgba(143,114,21,.45);
  padding-left: 12px;
}

.rep-cta-fonte {
  margin: 48px 0 20px;
  padding: 32px 28px;
  text-align: center;
  background: var(--rep-papel);
  border: 1px solid var(--rep-linha);
  border-radius: 16px;
}
.rep-cta-fonte h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Palatino Linotype", serif;
  font-size: clamp(22px, 2.5vw, 28px);
  color: var(--rep-navy);
  font-weight: 500;
}
.rep-cta-fonte p {
  margin: 0 0 20px;
  font-size: 15px;
  color: var(--rep-suave);
  line-height: 1.6;
}
.rep-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--rep-ouro);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 999px;
  transition: transform .2s, opacity .2s;
}
.rep-btn:hover {
  transform: translateY(-2px);
  opacity: .94;
}
.rep-btn-ghost {
  background: transparent;
  color: var(--rep-navy) !important;
  border: 1.5px solid rgba(15,34,73,.25);
  margin-left: 10px;
}
.rep-btn-ghost:hover {
  border-color: var(--rep-ouro);
  color: var(--rep-ouro) !important;
}

.rep-rodape-legal {
  max-width: 760px;
  margin: 0 auto 60px;
  padding: 0 22px;
  font-size: 12.5px;
  line-height: 1.65;
  color: #64748b;
}
.rep-rodape-legal a {
  color: var(--rep-ouro);
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .rep-hero { min-height: 360px; padding: 36px 18px 32px; }
  .rep-btn-ghost { margin: 12px 0 0; display: inline-flex; }
  .rep-cta-fonte { padding: 26px 18px; }
}
