/* ===========================================================
   BRITO SURVIVAL · sistema visual
   Paleta extraída dos PDFs do próprio Brito:
   verde militar · laranja queimado · creme
   =========================================================== */

:root {
  --verde: #2F3A2E;
  --verde-esc: #1C241B;
  --verde-cla: #3F4C3D;
  --laranja: #C4612C;
  --laranja-cla: #E0763A;
  --creme: #F1EEE6;
  --creme-esc: #E2DDD0;
  --preto: #0C0F0B;
  --texto: #1C241B;
  --texto-mut: #5C6659;
  --branco: #FFFFFF;
  --vermelho: #A32C22;
  --verde-ok: #3E6B3A;

  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --cond: 'Oswald', 'Arial Narrow', var(--sans);

  --max: 620px;
  --radius: 4px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--creme);
  color: var(--texto);
  line-height: 1.6;
  font-size: 17px;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* ---------- Topo ---------- */
.topbar {
  background: var(--verde);
  border-bottom: 4px solid var(--laranja);
  padding: 14px 0;
  text-align: center;
}
.topbar .marca {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: .22em;
  color: var(--creme);
  text-transform: uppercase;
}
.topbar .marca em { color: var(--laranja-cla); font-style: normal; }
.topbar .tag {
  font-size: 10px;
  letter-spacing: .28em;
  color: #9AA695;
  text-transform: uppercase;
  margin-top: 3px;
}

/* ---------- Hero ---------- */
.hero {
  background: var(--verde-esc);
  color: var(--creme);
  padding: 44px 0 40px;
  position: relative;
}
.hero::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 4px; background: var(--laranja);
}

.kicker {
  display: inline-block;
  font-family: var(--cond);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--laranja-cla);
  border: 1px solid rgba(224,118,58,.45);
  padding: 5px 12px;
  margin-bottom: 18px;
}

h1 {
  font-family: var(--cond);
  font-weight: 600;
  font-size: clamp(28px, 7.2vw, 40px);
  line-height: 1.12;
  letter-spacing: -.01em;
  margin-bottom: 16px;
}
h1 em { color: var(--laranja-cla); font-style: normal; }

.hero .sub {
  font-size: 16.5px;
  color: #C9CFC4;
  line-height: 1.62;
}
.hero .sub strong { color: var(--creme); font-weight: 600; }

/* ---------- Bloco de captura ---------- */
.capta {
  background: var(--branco);
  border: 1px solid var(--creme-esc);
  border-top: 4px solid var(--laranja);
  border-radius: var(--radius);
  padding: 26px 22px;
  margin: -30px auto 0;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 34px rgba(28,36,27,.16);
}
.capta h2 {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 6px;
}
.capta .lead {
  font-size: 14.5px;
  color: var(--texto-mut);
  margin-bottom: 20px;
}

.campo { margin-bottom: 13px; }
.campo label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--texto-mut);
  margin-bottom: 6px;
}
.campo input {
  width: 100%;
  font-family: var(--sans);
  font-size: 16px;
  padding: 13px 14px;
  border: 1.5px solid var(--creme-esc);
  border-radius: var(--radius);
  background: #FAF9F5;
  color: var(--texto);
  transition: border-color .15s, background .15s;
}
.campo input:focus {
  outline: none;
  border-color: var(--laranja);
  background: var(--branco);
}
.campo input::placeholder { color: #A8AFA4; }
.campo.erro input { border-color: var(--vermelho); background: #FDF4F3; }
.campo .msg {
  display: none;
  font-size: 12.5px;
  color: var(--vermelho);
  margin-top: 5px;
  font-weight: 500;
}
.campo.erro .msg { display: block; }

.btn {
  display: block;
  width: 100%;
  font-family: var(--cond);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: var(--branco);
  background: var(--laranja);
  border: none;
  border-radius: var(--radius);
  padding: 17px 20px;
  cursor: pointer;
  transition: background .15s, transform .1s;
  box-shadow: 0 4px 0 #9B4B20;
}
.btn:hover { background: var(--laranja-cla); }
.btn:active { transform: translateY(2px); box-shadow: 0 2px 0 #9B4B20; }
.btn[disabled] { opacity: .6; cursor: wait; }

.privacidade {
  font-size: 12px;
  color: var(--texto-mut);
  text-align: center;
  margin-top: 13px;
  line-height: 1.5;
}

/* ---------- Seções ---------- */
section { padding: 42px 0; }
section.alt { background: var(--creme-esc); }

h2.sec {
  font-family: var(--cond);
  font-weight: 600;
  font-size: clamp(23px, 5.6vw, 30px);
  line-height: 1.18;
  margin-bottom: 14px;
}
h2.sec em { color: var(--laranja); font-style: normal; }

.sec-kicker {
  font-family: var(--cond);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--laranja);
  margin-bottom: 10px;
}

p + p { margin-top: 14px; }
p.big { font-size: 18px; }

/* ---------- Cards de entregável ---------- */
.guias { display: grid; gap: 14px; margin-top: 22px; }
.guia {
  background: var(--branco);
  border: 1px solid var(--creme-esc);
  border-left: 4px solid var(--laranja);
  border-radius: var(--radius);
  padding: 18px 18px 18px 20px;
}
.guia .n {
  font-family: var(--cond);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  color: var(--laranja);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.guia h3 {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 7px;
}
.guia p { font-size: 14.5px; color: var(--texto-mut); }

/* ---------- Autoridade ---------- */
.autor {
  background: var(--verde);
  color: var(--creme);
  border-radius: var(--radius);
  padding: 26px 22px;
  margin-top: 22px;
}
.autor .foto {
  width: 92px; height: 92px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--laranja);
  margin-bottom: 14px;
}
.autor h3 {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 3px;
}
.autor .papel {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--laranja-cla);
  margin-bottom: 14px;
}
.autor p { font-size: 15px; color: #C9CFC4; }
.autor .nums {
  display: flex; gap: 22px; flex-wrap: wrap;
  margin-top: 16px; padding-top: 16px;
  border-top: 1px solid rgba(241,238,230,.16);
}
.autor .num b {
  display: block;
  font-family: var(--cond);
  font-size: 24px;
  color: var(--laranja-cla);
  line-height: 1;
}
.autor .num span {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9AA695;
}

/* ---------- Caixa de alerta / nota ---------- */
.nota {
  background: #FBF6E9;
  border-left: 4px solid var(--laranja);
  padding: 15px 17px;
  border-radius: var(--radius);
  font-size: 14.5px;
  margin-top: 20px;
}
.nota b { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--laranja); margin-bottom: 5px; }

/* ---------- Rodapé ---------- */
footer {
  background: var(--verde-esc);
  color: #8B968A;
  text-align: center;
  padding: 30px 0;
  border-top: 4px solid var(--laranja);
}
footer .marca {
  font-family: var(--cond);
  font-size: 17px;
  letter-spacing: .22em;
  color: var(--creme);
  text-transform: uppercase;
  margin-bottom: 5px;
}
footer .tag { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 14px; }
footer .mini { font-size: 12px; line-height: 1.6; max-width: 460px; margin: 0 auto; }

/* ---------- Página de obrigado ---------- */
.ok-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(62,107,58,.14);
  border: 1px solid rgba(62,107,58,.4);
  color: var(--verde-ok);
  font-size: 12px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 100px;
  margin-bottom: 16px;
}
.hero.claro { background: var(--creme); color: var(--texto); }
.hero.claro .sub { color: var(--texto-mut); }
.hero.claro .sub strong { color: var(--texto); }
.hero.claro h1 em { color: var(--laranja); }

.download {
  display: flex; align-items: center; gap: 14px;
  background: var(--branco);
  border: 1px solid var(--creme-esc);
  border-left: 4px solid var(--verde-ok);
  border-radius: var(--radius);
  padding: 16px 18px;
  text-decoration: none;
  color: var(--texto);
  transition: border-color .15s, transform .1s;
}
.download:hover { border-color: var(--laranja); transform: translateX(2px); }
.download .ico { font-size: 26px; flex-shrink: 0; }
.download .t { font-family: var(--cond); font-weight: 600; font-size: 17px; line-height: 1.2; }
.download .d { font-size: 13px; color: var(--texto-mut); margin-top: 2px; }
.download .seta { margin-left: auto; color: var(--laranja); font-size: 20px; flex-shrink: 0; }

/* ---------- Oferta ---------- */
.oferta {
  background: var(--verde-esc);
  color: var(--creme);
  border-radius: var(--radius);
  border-top: 4px solid var(--laranja);
  padding: 28px 22px;
  margin-top: 24px;
}
.oferta h3 {
  font-family: var(--cond);
  font-weight: 600;
  font-size: clamp(22px, 5.4vw, 28px);
  line-height: 1.18;
  margin-bottom: 12px;
}
.oferta h3 em { color: var(--laranja-cla); font-style: normal; }
.oferta > p { color: #C9CFC4; font-size: 15.5px; }

.checks { list-style: none; margin: 20px 0; }
.checks li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 13px;
  font-size: 15.5px;
  line-height: 1.5;
}
.checks li::before {
  content: '✓';
  position: absolute; left: 0; top: 1px;
  width: 20px; height: 20px;
  background: var(--laranja);
  color: var(--branco);
  border-radius: 50%;
  font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.checks li b { color: var(--branco); }

.preco {
  background: rgba(241,238,230,.07);
  border: 1px solid rgba(241,238,230,.16);
  border-radius: var(--radius);
  padding: 18px;
  text-align: center;
  margin: 20px 0 16px;
}
.preco .de { font-size: 13px; color: #8B968A; text-decoration: line-through; }
.preco .por {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 42px;
  color: var(--laranja-cla);
  line-height: 1.05;
}
.preco .cond { font-size: 13px; color: #C9CFC4; margin-top: 3px; }

.garantia {
  display: flex; gap: 12px; align-items: flex-start;
  background: rgba(241,238,230,.07);
  border-radius: var(--radius);
  padding: 15px 16px;
  margin-top: 16px;
  font-size: 14px;
  color: #C9CFC4;
}
.garantia .ico { font-size: 24px; flex-shrink: 0; }
.garantia b { color: var(--creme); display: block; margin-bottom: 3px; }

/* ---------- Utilidades ---------- */
.centro { text-align: center; }
.mt-lg { margin-top: 26px; }
.hide { display: none !important; }

@media (min-width: 640px) {
  body { font-size: 17.5px; }
  .hero { padding: 60px 0 52px; }
  .capta { padding: 32px 30px; }
  section { padding: 54px 0; }
  .guias { grid-template-columns: 1fr; }
}

/* ===========================================================
   PÁGINA DE VENDAS / VSL
   =========================================================== */

/* sem saídas: VSL não tem menu, não tem link externo */
.vsl-top {
  background: var(--verde-esc);
  border-bottom: 3px solid var(--laranja);
  padding: 12px 0;
  text-align: center;
}
.vsl-top .marca {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .22em;
  color: var(--creme);
  text-transform: uppercase;
}

.vsl-hero {
  background: var(--verde-esc);
  color: var(--creme);
  padding: 30px 0 26px;
  text-align: center;
}
.vsl-hero h1 {
  font-size: clamp(24px, 6.2vw, 34px);
  margin-bottom: 12px;
}
.vsl-hero .sub { font-size: 16px; color: #C9CFC4; }

/* player */
.player-wrap {
  background: #000;
  border: 3px solid var(--laranja);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  max-width: var(--max);
}
.player-wrap iframe,
.player-wrap video { width: 100%; height: 100%; border: 0; display: block; }
.player-ph {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 10px; text-align: center; padding: 20px;
  background: linear-gradient(160deg, #1C241B, #0C0F0B);
  color: #8B968A;
}
.player-ph .ico { font-size: 40px; }
.player-ph b { color: var(--creme); font-family: var(--cond); font-size: 18px; letter-spacing: .08em; }
.player-ph span { font-size: 13px; }

.aviso-som {
  text-align: center;
  font-size: 13px;
  color: var(--texto-mut);
  margin-top: 12px;
  font-weight: 500;
}

/* CTA que só aparece depois do tempo definido */
#cta-zona { display: none; }
#cta-zona.on { display: block; animation: sobe .45s ease-out; }
@keyframes sobe { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* bônus */
.bonus { display: grid; gap: 12px; margin-top: 18px; }
.bonus-item {
  background: var(--branco);
  border: 1px solid var(--creme-esc);
  border-left: 4px solid var(--laranja);
  border-radius: var(--radius);
  padding: 16px 18px;
}
.bonus-item .tag-b {
  display: inline-block;
  font-family: var(--cond);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: var(--laranja);
  color: var(--branco);
  padding: 3px 9px;
  border-radius: 2px;
  margin-bottom: 8px;
}
.bonus-item h4 {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 6px;
}
.bonus-item p { font-size: 14.5px; color: var(--texto-mut); }

/* resumo do que leva */
.leva {
  background: var(--branco);
  border: 1px solid var(--creme-esc);
  border-radius: var(--radius);
  padding: 20px;
  margin-top: 20px;
}
.leva h4 {
  font-family: var(--cond);
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--texto-mut);
  margin-bottom: 14px;
}
.leva ul { list-style: none; }
.leva li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--creme-esc);
  font-size: 15px;
}
.leva li:last-child { border-bottom: 0; }
.leva li b { color: var(--laranja); white-space: nowrap; font-weight: 600; }
.leva .total {
  display: flex; justify-content: space-between;
  margin-top: 12px; padding-top: 12px;
  border-top: 2px solid var(--verde);
  font-family: var(--cond);
  font-size: 17px;
  font-weight: 600;
}

/* FAQ acordeão · TODOS fechados por padrão */
.faq { margin-top: 20px; }
.faq details {
  background: var(--branco);
  border: 1px solid var(--creme-esc);
  border-radius: var(--radius);
  margin-bottom: 9px;
  overflow: hidden;
}
.faq details[open] { border-color: var(--laranja); }
.faq summary {
  padding: 15px 17px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15.5px;
  list-style: none;
  display: flex; align-items: center; gap: 10px;
  transition: background .12s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  margin-left: auto;
  font-family: var(--cond);
  font-size: 22px;
  color: var(--laranja);
  line-height: 1;
  flex-shrink: 0;
}
.faq details[open] summary::after { content: '−'; }
.faq summary:hover { background: #FAF9F5; }
.faq .resp {
  padding: 0 17px 16px;
  font-size: 15px;
  color: var(--texto-mut);
  line-height: 1.62;
}

/* para quem não serve */
.naoserve {
  background: var(--verde);
  color: var(--creme);
  border-radius: var(--radius);
  padding: 24px 22px;
  margin-top: 20px;
}
.naoserve h3 {
  font-family: var(--cond);
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 14px;
}
.naoserve ul { list-style: none; }
.naoserve li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #C9CFC4;
}
.naoserve li::before {
  content: '✕';
  position: absolute; left: 0; top: 0;
  color: var(--laranja-cla);
  font-weight: 700;
}

/* ===========================================================
   PÁGINA DE VENDAS EM TEXTO (sem VSL)
   =========================================================== */

.vendas-hero {
  background: var(--verde-esc);
  color: var(--creme);
  padding: 40px 0 36px;
  border-bottom: 4px solid var(--laranja);
}
.vendas-hero h1 { font-size: clamp(26px, 6.6vw, 38px); }
.vendas-hero .sub { font-size: 16.5px; color: #C9CFC4; margin-top: 14px; }
.vendas-hero .sub strong { color: var(--creme); }

/* bloco de dado real com fonte */
.dado {
  background: var(--branco);
  border: 1px solid var(--creme-esc);
  border-left: 4px solid var(--verde);
  border-radius: var(--radius);
  padding: 15px 17px;
  margin: 14px 0;
}
.dado .quando {
  font-family: var(--cond);
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--laranja); margin-bottom: 5px;
}
.dado h4 { font-family: var(--cond); font-weight: 600; font-size: 17px; margin-bottom: 6px; }
.dado p { font-size: 14.5px; color: var(--texto-mut); }
.dado .fonte {
  display: block; margin-top: 7px; font-size: 11.5px; color: #8B9488;
  letter-spacing: .04em;
}

/* linha do tempo hora a hora */
.horas { margin: 24px 0; }
.hora {
  position: relative;
  padding: 0 0 22px 46px;
  border-left: 2px solid var(--creme-esc);
  margin-left: 26px;
}
.hora:last-child { border-left-color: transparent; padding-bottom: 4px; }
.hora .marca-h {
  position: absolute; left: -27px; top: 0;
  width: 52px; height: 52px;
  background: var(--verde); color: var(--creme);
  border: 3px solid var(--creme);
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-family: var(--cond); line-height: 1;
}
.hora .marca-h b { font-size: 17px; }
.hora .marca-h span { font-size: 8px; letter-spacing: .08em; text-transform: uppercase; opacity: .75; }
.hora.critica .marca-h { background: var(--laranja); }
.hora h4 {
  font-family: var(--cond); font-weight: 600;
  font-size: 18px; line-height: 1.2; margin-bottom: 5px;
  padding-top: 13px;
}
.hora p { font-size: 15px; color: var(--texto-mut); }
.hora p b { color: var(--texto); }

/* o contraste dos dois apartamentos */
.ap {
  background: var(--verde);
  color: var(--creme);
  border-radius: var(--radius);
  border-top: 4px solid var(--laranja);
  padding: 24px 22px;
  margin-top: 20px;
}
.ap h3 { font-family: var(--cond); font-weight: 600; font-size: 21px; margin-bottom: 12px; }
.ap ol { margin: 14px 0 14px 20px; }
.ap li { margin-bottom: 9px; font-size: 15px; color: #C9CFC4; }
.ap li b { color: var(--creme); }
.ap .fecho {
  margin-top: 16px; padding-top: 14px;
  border-top: 1px solid rgba(241,238,230,.18);
  font-size: 15.5px;
}

/* âncora de preço */
.ancora { display: grid; gap: 2px; margin: 16px 0; }
.ancora .lin {
  display: flex; justify-content: space-between; gap: 12px;
  font-size: 15px; padding: 8px 0;
  border-bottom: 1px dashed rgba(241,238,230,.2);
}
.ancora .lin b { color: var(--laranja-cla); white-space: nowrap; }

/* ===========================================================
   POPUP DE CONFIRMAÇÃO (pós-captura)
   =========================================================== */

.modal-fundo {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(12, 15, 11, .82);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0;
  animation: aparece .25s ease-out forwards;
  overflow-y: auto;
}
@keyframes aparece { to { opacity: 1; } }

.modal-cx {
  background: var(--creme);
  border-top: 5px solid var(--laranja);
  border-radius: var(--radius);
  max-width: 460px; width: 100%;
  padding: 30px 26px 26px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .45);
  transform: translateY(16px);
  animation: sobe-modal .3s .05s ease-out forwards;
}
@keyframes sobe-modal { to { transform: none; } }

.modal-cx .selo-ok {
  width: 58px; height: 58px; margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--verde-ok, #3E6B3A);
  color: #fff; font-size: 30px;
  display: flex; align-items: center; justify-content: center;
}
.modal-cx h2 {
  font-family: var(--cond); font-weight: 600;
  font-size: 25px; line-height: 1.18;
  color: var(--texto); margin-bottom: 10px;
}
.modal-cx h2 em { color: var(--laranja); font-style: normal; }
.modal-cx .aviso {
  font-size: 15px; color: var(--texto-mut);
  line-height: 1.55; margin-bottom: 6px;
}
.modal-cx .spam {
  font-size: 13px; color: var(--texto-mut);
  background: #FBF6E9; border-left: 3px solid var(--laranja);
  padding: 10px 12px; border-radius: 3px;
  text-align: left; margin: 16px 0 20px;
}
.modal-cx .ponte {
  font-family: var(--cond); font-size: 12px;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--texto-mut); margin-bottom: 12px;
}
.modal-cx .btn { font-size: 16px; }
.modal-cx .contagem {
  font-size: 12px; color: #8B9488; margin-top: 12px;
}

@media (max-width: 400px) {
  .modal-cx { padding: 24px 18px 20px; }
  .modal-cx h2 { font-size: 22px; }
  .modal-cx .btn { font-size: 14.5px; letter-spacing: .03em; }
}

/* ===========================================================
   IMAGENS DA CARTA DE VENDAS
   =========================================================== */

.figura { margin: 24px 0; }
.figura img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
  background: var(--creme-esc);
}
.figura figcaption {
  font-size: 13px;
  color: var(--texto-mut);
  line-height: 1.5;
  margin-top: 8px;
  padding-left: 11px;
  border-left: 3px solid var(--laranja);
}
.hero-fig { margin: 0 0 28px; }
.hero-fig img { border-radius: 0; }

/* imagem dentro de um item da linha do tempo */
.hora .figura { margin: 12px 0 0; }
.hora .figura img { border-radius: 3px; }

/* imagem dentro dos blocos escuros (302 e oferta) */
.ap .figura, .oferta .figura { margin: 18px 0 0; }
.ap .figura figcaption,
.oferta .figura figcaption { color: #A9B2A5; }
