/* ============================================================
   MANUAL DEFINITIVO DAS OPÇÕES — Página de Vendas
   Identidade Nobre Investidor: preto + verde + dourado
   CSS compartilhado por todos os blocos
   ============================================================ */

:root {
  --preto: #060807;
  --preto-2: #0c1210;
  --card: #101815;
  --card-2: #14201b;
  --borda: #1f2f28;
  --verde: #14c46a;
  --verde-claro: #3ee88b;
  --verde-escuro: #0b8a49;
  --dourado: #d9b25a;
  --dourado-claro: #f0d488;
  --texto: #e8f0ec;
  --texto-suave: #a8b8b0;
  --texto-fraco: #6f827a;
  --vermelho: #e05a4a;
  --radius: 16px;
  --maxw: 960px;
  --sombra: 0 20px 60px rgba(0, 0, 0, 0.45);
  --fonte: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--fonte);
  background: var(--preto);
  color: var(--texto);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

/* ---------- estrutura de bloco ---------- */
.bloco {
  padding: 84px 24px;
  position: relative;
}
.bloco-alt { background: var(--preto-2); }
.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
}
.container-estreito { max-width: 720px; }

/* ---------- tipografia ---------- */
h1, h2, h3 { line-height: 1.18; font-weight: 800; letter-spacing: -0.02em; }
.h-secao {
  font-size: clamp(1.7rem, 4.2vw, 2.7rem);
  margin-bottom: 18px;
  text-align: center;
}
.sub-secao {
  color: var(--texto-suave);
  text-align: center;
  font-size: 1.08rem;
  max-width: 640px;
  margin: 0 auto 44px;
}
.destaque { color: var(--verde-claro); }
.destaque-ouro { color: var(--dourado-claro); }
.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dourado);
  margin-bottom: 18px;
}

/* ---------- botões / CTA ---------- */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #18d477 0%, #0ea559 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(1.05rem, 2.4vw, 1.3rem);
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 14px 34px rgba(20, 196, 106, 0.32);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  letter-spacing: 0.01em;
  line-height: 1.25;
}
.cta:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(20, 196, 106, 0.45); filter: brightness(1.05); }
.cta:active { transform: translateY(0); }
.cta-wrap { text-align: center; margin-top: 12px; }
.microcopy {
  text-align: center;
  color: var(--texto-fraco);
  font-size: 0.9rem;
  margin-top: 16px;
  letter-spacing: 0.02em;
}
.pulse { animation: pulse 2.4s infinite; }
@keyframes pulse {
  0% { box-shadow: 0 14px 34px rgba(20, 196, 106, 0.32); }
  50% { box-shadow: 0 14px 34px rgba(20, 196, 106, 0.55), 0 0 0 6px rgba(20, 196, 106, 0.06); }
  100% { box-shadow: 0 14px 34px rgba(20, 196, 106, 0.32); }
}

/* ---------- listas ---------- */
.lista { list-style: none; display: grid; gap: 14px; }
.lista li {
  position: relative;
  padding-left: 38px;
  color: var(--texto-suave);
  font-size: 1.04rem;
}
.lista li::before {
  content: "";
  position: absolute;
  left: 0; top: 2px;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(20, 196, 106, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233ee88b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.lista-x li::before {
  background: rgba(224, 90, 74, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e05a4a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
  background-size: 12px;
}
.lista-seta li::before {
  background: rgba(217, 178, 90, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f0d488' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
  background-size: 12px;
}

/* ---------- cards ---------- */
.card {
  background: var(--card);
  border: 1px solid var(--borda);
  border-radius: var(--radius);
  padding: 30px;
}
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

/* ---------- imagens de bloco (peças/criativos) ---------- */
.img-bloco {
  display: block;
  width: 100%;
  /* height:auto é obrigatório aqui: como as tags <img> têm os atributos
     width/height="1254" (para evitar layout shift), sem isso o navegador
     mantém a altura em 1254px fixos e estica a imagem verticalmente */
  height: auto;
  aspect-ratio: 1 / 1;
  /* 627 = metade exata dos 1254px do arquivo: em tela retina 2x
     rende 1:1, sem esticar (esticar embaça o texto das peças) */
  max-width: 627px;
  margin: 0 auto 36px;
  border-radius: var(--radius);
  border: 1px solid var(--borda);
  box-shadow: var(--sombra);
}
.img-bloco-larga { max-width: 627px; }
.img-bloco-topo { margin-top: 8px; }

/* fotos reais (paisagem 2000x1414), não force quadrado */
.img-foto {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2000 / 1414;
  max-width: 720px;
  margin: 0 auto 24px;
  border-radius: var(--radius);
  border: 1px solid var(--borda);
  box-shadow: var(--sombra);
}

/* ---------- divisores ---------- */
.divisor {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--borda), transparent);
  border: none;
  margin: 0;
}

/* ---------- utilitários ---------- */
.centro { text-align: center; }
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.pequeno { font-size: 0.82rem; color: var(--texto-fraco); }
.grande { font-size: 1.15rem; }

@media (max-width: 760px) {
  .bloco { padding: 60px 20px; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
}
