/* =========================================================
   VERSÃO ALTERNATIVA — Hero dividido (texto + formulário)
   Mesma identidade preto + dourado. Carregado após styles.css
   ========================================================= */
.hero--alt { min-height: auto; display: block; }
.hero--alt .hero-bg { background-position: 18% 28%; }
.hero--alt .hero-veil {
  background:
    radial-gradient(58% 50% at 82% 32%, rgba(177,132,47,.12), transparent 70%),
    linear-gradient(108deg, rgba(8,8,9,.97) 0%, rgba(8,8,9,.9) 40%, rgba(8,8,9,.74) 68%, rgba(8,8,9,.92) 100%);
}
.hero--alt .hero-inner {
  display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(32px, 5vw, 60px);
  align-items: center; text-align: left; min-height: auto;
  padding: clamp(118px, 16vh, 178px) 0 clamp(66px, 9vh, 106px);
}
.hero--alt .hero-copy { width: 100%; }
.hero--alt .eyebrow { margin-bottom: 16px; }
.hero--alt h1 {
  white-space: normal; text-transform: none; text-align: left;
  font-size: clamp(34px, 5vw, 62px); line-height: 1.04; letter-spacing: -.01em; margin-bottom: 16px;
}
.hero--alt .hero-sub {
  white-space: normal; text-transform: none; letter-spacing: .01em; font-weight: 400;
  font-size: clamp(16px, 2vw, 20px); color: rgba(247,244,238,.82); margin-bottom: 26px;
}
.hero--alt .hero-sub strong { color: var(--gold-bright); font-weight: 700; }
.hero--alt .hero-trust { justify-content: flex-start; gap: 10px 24px; }

/* Card de captação */
.lead-card {
  background: linear-gradient(165deg, rgba(24,20,14,.92), rgba(10,10,11,.95));
  border: 1px solid rgba(177,132,47,.32); border-radius: 22px;
  padding: clamp(24px, 3vw, 34px);
  box-shadow: 0 30px 70px rgba(0,0,0,.55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.lead-card h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: 27px; color: var(--ink-on-dark); margin-bottom: 4px; }
.lead-card-sub { color: var(--muted-on-dark); font-size: 14px; margin-bottom: 18px; }
.lead-card label { display: block; margin-bottom: 13px; color: rgba(247,244,238,.78); font-family: "Inter", sans-serif; font-size: 13.5px; font-weight: 600; }
.lead-card input, .lead-card select {
  width: 100%; margin-top: 7px; border: 1px solid rgba(177,132,47,.22); border-radius: 12px;
  background: rgba(255,255,255,.04); color: #f4efe3; padding: 13px 14px; outline: none; font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.lead-card input::placeholder { color: rgba(247,244,238,.4); }
.lead-card select option { color: #14110c; }
.lead-card input:focus, .lead-card select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(177,132,47,.14); }
.lead-card input.invalid, .lead-card select.invalid { border-color: #e2574c; box-shadow: 0 0 0 4px rgba(226,87,76,.14); }
.lead-consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 9px; margin: 4px 0 16px; font-size: 12.5px !important; font-weight: 400 !important; color: var(--muted-on-dark) !important; }
.lead-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--gold); }
.lead-card button { width: 100%; margin-top: 4px; }
.lead-note { margin-top: 12px; text-align: center; color: rgba(247,244,238,.5); font-size: 12.5px; }

@media (max-width: 880px) {
  .hero--alt .hero-inner { grid-template-columns: 1fr; gap: 26px; text-align: center; padding-top: clamp(94px, 14vh, 136px); }
  .hero--alt h1, .hero--alt .hero-sub { text-align: center; }
  .hero--alt .hero-trust { justify-content: center; }
  .lead-card { text-align: left; max-width: 460px; margin-inline: auto; width: 100%; }
}
