/* Landing — Central de Divulgação / captação de clientes */
.cd-page {
  background-color: #0a0a0a;
  overflow-x: clip;
}

.cd-page::before {
  background-color: #0a0a0a;
  background-image:
    radial-gradient(780px 380px at 50% -12%, rgba(232, 204, 114, 0.18), transparent 58%),
    radial-gradient(520px 320px at 100% 30%, rgba(232, 204, 114, 0.06), transparent 55%),
    linear-gradient(180deg, #0c0b09 0%, #0a0a0a 55%, #0b0b0b 100%);
  filter: none;
}

.cd-page::after {
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.15) 0%, rgba(10, 10, 10, 0.55) 100%);
}

.cd-hero {
  padding: 28px 20px 12px;
}

.cd-hero-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  gap: 28px;
  align-items: center;
}

.cd-eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cd-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 6vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 12em;
  text-shadow: var(--text-shadow);
}

.cd-lead {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: clamp(15px, 2.4vw, 18px);
  line-height: 1.55;
  max-width: 34em;
}

.cd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cd-actions--center {
  justify-content: center;
}

.cd-actions .btn {
  min-height: 48px;
  padding: 12px 18px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.cd-hero-visual {
  justify-self: center;
  width: min(100%, 420px);
}

.cd-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(232, 204, 114, 0.22),
    0 24px 60px rgba(0, 0, 0, 0.45);
}

.cd-storyline {
  padding: 8px 16px 20px;
}

.cd-storyline-list {
  list-style: none;
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(232, 204, 114, 0.22);
  border-radius: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.cd-storyline-list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cd-storyline-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e4c76a, #c9a84c);
  color: #0a0a0a;
  font-size: 11px;
  font-weight: 800;
}

.cd-steps {
  padding: 20px 16px 8px;
  width: min(100%, var(--max));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.cd-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 8px;
}

.cd-section-head h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.cd-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.cd-step {
  display: grid;
  gap: 18px;
  align-items: center;
}

.cd-step-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow:
    0 0 0 1px rgba(232, 204, 114, 0.18),
    0 18px 48px rgba(0, 0, 0, 0.4);
}

.cd-step-num {
  margin: 0 0 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cd-step-copy h3 {
  margin: 0 0 8px;
  font-size: clamp(20px, 3.4vw, 28px);
  font-weight: 800;
  line-height: 1.2;
}

.cd-step-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  max-width: 34em;
}

.cd-channels,
.cd-measure,
.cd-qr,
.cd-final {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 36px 16px 8px;
}

.cd-channels-flow {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 18px 14px;
  border-radius: 16px;
  border: 1px solid rgba(232, 204, 114, 0.22);
  background: rgba(255, 255, 255, 0.03);
}

.cd-channel-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.cd-ch {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1a1a1a;
  box-shadow: 0 0 0 2px rgba(232, 204, 114, 0.45), 0 8px 18px rgba(0, 0, 0, 0.35);
}
.cd-ch--ig { background: radial-gradient(circle at 30% 30%, #feda75, #d62976 55%, #4f5bd5); }
.cd-ch--tt { background: #010101; }
.cd-ch--wa { background: #25d366; color: #0a0a0a; }
.cd-ch--fb { background: #1877f2; }
.cd-ch--x { background: #111; }
.cd-ch--qr,
.cd-ch--link { background: linear-gradient(160deg, #f0d88a, #c9a84c); color: #0a0a0a; }

.cd-channels-arrow {
  color: var(--gold);
  font-size: 22px;
  font-weight: 800;
}

.cd-channels-dest {
  text-align: center;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid rgba(232, 204, 114, 0.45);
  background: rgba(201, 168, 76, 0.1);
}

.cd-channels-dest strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
}

.cd-channels-dest span {
  color: var(--muted);
  font-size: 12px;
}

.cd-example-badge {
  display: inline-block;
  margin: 14px auto 12px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(232, 204, 114, 0.35);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  width: fit-content;
  max-width: 100%;
}

.cd-measure .cd-section-head + .cd-example-badge,
.cd-measure {
  text-align: center;
}

.cd-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.cd-metric {
  padding: 14px 10px;
  border-radius: 14px;
  border: 1px solid rgba(232, 204, 114, 0.28);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.cd-metric strong {
  display: block;
  color: var(--gold);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.cd-metric span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.cd-qr-inner {
  padding: 22px 18px;
  display: grid;
  gap: 16px;
}

.cd-qr-copy h2 {
  margin: 0 0 8px;
  font-size: clamp(20px, 3.2vw, 26px);
  font-weight: 800;
}

.cd-qr-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.cd-qr-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
}

.cd-qr-flow span {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(232, 204, 114, 0.28);
  background: rgba(0, 0, 0, 0.25);
}

.cd-final {
  padding-bottom: 48px;
}

.cd-final-inner {
  text-align: center;
  padding: 28px 18px;
  border-radius: 18px;
  border: 1px solid rgba(232, 204, 114, 0.35);
  background:
    radial-gradient(520px 180px at 50% 0%, rgba(232, 204, 114, 0.16), transparent 70%),
    rgba(255, 255, 255, 0.03);
}

.cd-final-inner h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 800;
  line-height: 1.2;
  max-width: 16em;
  margin-left: auto;
  margin-right: auto;
}

.cd-final-inner > p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.cd-page .site-footer {
  text-align: center;
  padding: 28px 16px 36px;
  color: var(--muted);
  font-size: 13px;
  border-top: 1px solid var(--border);
}

.cd-page .site-footer a {
  color: var(--gold);
}

.fade {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.fade.show {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .fade,
  .fade.show {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (min-width: 760px) {
  .cd-hero-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 36px;
    padding-top: 12px;
  }

  .cd-hero-visual {
    width: min(100%, 480px);
    justify-self: end;
  }

  .cd-step {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
  }

  .cd-step--rtl .cd-step-media {
    order: 2;
  }

  .cd-step--rtl .cd-step-copy {
    order: 1;
  }

  .cd-channels-flow {
    flex-direction: row;
    justify-content: center;
    gap: 18px;
    padding: 22px 24px;
  }

  .cd-channels-arrow {
    transform: none;
  }

  .cd-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cd-metric:last-child {
    grid-column: span 1;
  }

  .cd-qr-inner {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    padding: 26px 24px;
  }
}

@media (min-width: 980px) {
  .cd-metrics {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
