/* ============================================================
   LP Diagnóstico Gratuito v2 — Assessoria RD
   Estilo vendedor premium · paleta roxo+laranja · microanimações
   ============================================================ */

:root {
  --roxo-deep: #0d0612;
  --roxo-dark: #160b28;
  --roxo: #3a1a5c;
  --roxo-mid: #5b2a8c;
  --roxo-light: #8b5cc7;
  --roxo-glow: rgba(139, 92, 199, 0.55);

  --laranja: #FF6B2C;
  --laranja-dark: #E55620;
  --laranja-light: #FF8856;
  --laranja-glow: rgba(255, 107, 44, 0.45);

  --branco: #ffffff;
  --offwhite: #fafafa;
  --cinza-1: #f5f3f9;
  --cinza-2: #e4e2ea;
  --cinza-3: #b3aebf;
  --texto: #1a1523;
  --texto-suave: #5a5468;

  --sucesso: #2e9e5b;
  --erro: #d64545;

  --r-sm: 10px;
  --r: 14px;
  --r-lg: 20px;
  --r-xl: 28px;

  --shadow-sm: 0 4px 12px rgba(0,0,0,0.06);
  --shadow: 0 12px 36px rgba(0,0,0,0.08), 0 0 0 1px rgba(91, 42, 140, 0.06);
  --shadow-lg: 0 24px 60px rgba(13, 6, 18, 0.18), 0 4px 12px rgba(91, 42, 140, 0.1);
  --shadow-orange: 0 12px 32px var(--laranja-glow);
}

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

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--offwhite);
  color: var(--texto);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
}

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

a { color: inherit; text-decoration: none; }

/* ─── containers ─── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.container--narrow { max-width: 680px; }
.container--cols { display: grid; grid-template-columns: 360px 1fr; gap: 64px; align-items: center; }

/* ─── seção headers ─── */
.section-head { margin-bottom: 48px; }
.section-head--center { text-align: center; }
.section-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--laranja);
  margin-bottom: 14px;
}
.section-eyebrow--light { color: var(--laranja-light); }
.section-title {
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: var(--texto);
  max-width: 760px;
  margin: 0 auto;
}
.section-title--light { color: var(--branco); }
.section-sub {
  font-size: 1.05rem;
  color: var(--texto-suave);
  max-width: 580px;
  margin: 16px auto 0;
  line-height: 1.6;
}
.section-sub--light { color: rgba(255,255,255,0.78); }
.text-accent { color: var(--laranja); }
.section-title--light .text-accent { color: var(--laranja-light); }

/* ═══════════════════════════════════════════════════════════
   CTA PRIMARY — botão laranja com pulso sutil
   ═══════════════════════════════════════════════════════════ */
.cta-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: var(--branco);
  background: linear-gradient(135deg, var(--laranja), var(--laranja-dark));
  border: none;
  border-radius: var(--r);
  padding: 14px 26px;
  cursor: pointer;
  text-decoration: none;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08) inset,
    var(--shadow-orange);
  transition: transform 0.15s, box-shadow 0.15s, filter 0.15s;
  overflow: hidden;
}
.cta-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--laranja-light), var(--laranja));
  opacity: 0;
  transition: opacity 0.2s;
}
.cta-primary > * { position: relative; z-index: 1; }
.cta-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px var(--laranja-glow); }
.cta-primary:hover::before { opacity: 1; }
.cta-primary:active { transform: translateY(0); }
.cta-primary--lg { font-size: 1.1rem; padding: 16px 32px; }
.cta-primary--xl { font-size: 1.15rem; padding: 18px 36px; width: 100%; justify-content: center; }
.cta-primary--full { width: 100%; }

/* pulso sutil no botão grande do form */
.cta-primary--xl {
  animation: cta-pulse 2.4s ease-in-out infinite;
}
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset, 0 12px 32px var(--laranja-glow); }
  50% { box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset, 0 12px 32px var(--laranja-glow), 0 0 0 8px rgba(255, 107, 44, 0.12); }
}
.cta-primary.carregando .cta-primary__text,
.cta-primary.carregando .cta-primary__arrow { opacity: 0.5; }
.cta-primary.carregando .cta-primary__spinner { display: inline-block; }
.cta-primary__spinner {
  display: none;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2.5px solid rgba(255, 255, 255, 0.35);
  border-top-color: var(--branco);
  border-radius: 50%;
  animation: girar 0.65s linear infinite;
}
@keyframes girar { to { transform: rotate(360deg); } }
.cta-primary:disabled { cursor: progress; }

/* CTA secundário (na tela de sucesso) */
.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--laranja);
  border-bottom: 2px solid var(--laranja);
  padding-bottom: 3px;
  transition: color 0.15s, border-color 0.15s, transform 0.15s;
}
.cta-secondary:hover { color: var(--laranja-dark); border-color: var(--laranja-dark); transform: translateX(2px); }

/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  padding: 56px 0 80px;
  color: var(--branco);
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 60% at 20% -10%, var(--roxo-glow) 0%, transparent 60%),
    radial-gradient(ellipse 70% 50% at 95% 10%, rgba(255, 107, 44, 0.22) 0%, transparent 55%),
    linear-gradient(165deg, #2a1748 0%, #160b28 55%, var(--roxo-deep) 100%);
}
.hero__bg-glow {
  position: absolute;
  top: 30%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 92, 199, 0.18) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}
.hero__container {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 56px;
  align-items: start;
}
.hero__left { padding-top: 8px; }

.hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 7px 14px;
  margin-bottom: 24px;
}
.hero__chip-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--laranja);
  box-shadow: 0 0 0 4px rgba(255, 107, 44, 0.25);
  animation: dot-pulse 1.8s ease-in-out infinite;
}
@keyframes dot-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255, 107, 44, 0.25); }
  50% { box-shadow: 0 0 0 8px rgba(255, 107, 44, 0.05); }
}

.hero__title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 22px;
}
.hero__title-accent {
  color: var(--laranja);
  position: relative;
  display: inline-block;
}
.hero__title-accent::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 4%;
  height: 18%;
  background: rgba(255, 107, 44, 0.18);
  z-index: -1;
  border-radius: 4px;
}

.hero__sub {
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  color: rgba(255,255,255,0.82);
  line-height: 1.55;
  max-width: 520px;
  margin-bottom: 36px;
}
.hero__sub strong { color: var(--branco); font-weight: 700; }

.hero__stats {
  list-style: none;
  display: flex;
  gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.10);
  flex-wrap: wrap;
}
.hero__stats li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero__stats strong {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--branco);
  line-height: 1;
}
.hero__stats span {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.62);
  max-width: 130px;
  line-height: 1.35;
}

/* ─── form do hero ─── */
.hero__right { position: relative; }
.hero-form {
  position: relative;
  background: var(--branco);
  border-radius: var(--r-xl);
  padding: 32px 28px 26px;
  box-shadow:
    0 30px 80px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.06);
  color: var(--texto);
}
.hero-form__glow {
  position: absolute;
  inset: -24px;
  background:
    radial-gradient(ellipse 60% 60% at 30% 20%, var(--roxo-glow) 0%, transparent 65%),
    radial-gradient(ellipse 50% 60% at 80% 90%, rgba(255, 107, 44, 0.32) 0%, transparent 60%);
  filter: blur(36px);
  z-index: -1;
}
.hero-form__head { margin-bottom: 20px; text-align: center; }
.hero-form__title {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  color: var(--texto);
}
.hero-form__sub {
  font-size: 0.92rem;
  color: var(--texto-suave);
  line-height: 1.4;
}
.hero-form__sub strong { color: var(--laranja-dark); font-weight: 700; }
.hero-form .field { margin-bottom: 14px; }
.hero-form .field__label { font-size: 0.85rem; margin-bottom: 6px; }
.hero-form .field__input-wrap input { padding: 12px 14px 12px 42px; font-size: 0.96rem; }
.hero-form .cta-primary { margin-top: 4px; }
.hero-form .form-erro { font-size: 0.85rem; margin-top: 10px; }
.hero-form__disclaimer {
  font-size: 0.78rem;
  color: var(--texto-suave);
  text-align: center;
  margin-top: 14px;
}

/* ─── tela de sucesso compacta do hero ─── */
.hero-success {
  position: relative;
  background: var(--branco);
  border-radius: var(--r-xl);
  padding: 48px 28px;
  text-align: center;
  box-shadow:
    0 30px 80px rgba(0,0,0,0.55),
    0 0 0 1px rgba(46, 158, 91, 0.20);
  color: var(--texto);
  animation: success-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hero-success__check {
  width: 72px; height: 72px;
  margin: 0 auto 18px;
  color: var(--sucesso);
}
.hero-success__check svg { width: 100%; height: 100%; }
.hero-success h3 {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.hero-success p {
  font-size: 0.98rem;
  color: var(--texto-suave);
  line-height: 1.5;
  max-width: 290px;
  margin: 0 auto;
}
.hero-success p strong { color: var(--texto); font-weight: 700; }

/* ─── form hero: campos extras (variante B do A/B test) ─── */
.hero-form__extra { animation: slide-in 0.3s ease-out; }
@keyframes slide-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
.field__hint--top {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 2px;
}

/* ═══════════════════════════════════════════════════════════
   QUALIFICA — pra quem é / não é
   ═══════════════════════════════════════════════════════════ */
.qualifica {
  padding: 96px 0;
  background: var(--offwhite);
}
.qualifica__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 12px;
}
.qualifica__col {
  background: var(--branco);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow);
  border-top: 4px solid;
}
.qualifica__col--yes { border-top-color: var(--sucesso); }
.qualifica__col--no { border-top-color: var(--erro); }
.qualifica__col h3 {
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin-bottom: 16px;
}
.qualifica__col--yes h3 { color: var(--sucesso); }
.qualifica__col--no h3 { color: var(--erro); }
.qualifica__col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.qualifica__col li {
  position: relative;
  padding-left: 28px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--texto);
}
.qualifica__col--yes li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  width: 20px; height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sucesso);
  color: var(--branco);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
}
.qualifica__col--no li::before {
  content: "×";
  position: absolute;
  left: 0; top: 0;
  width: 20px; height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--erro);
  color: var(--branco);
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

/* ═══════════════════════════════════════════════════════════
   FAQ — accordion com <details>
   ═══════════════════════════════════════════════════════════ */
.faq {
  padding: 96px 0;
  background: linear-gradient(180deg, var(--offwhite) 0%, #f0eef5 100%);
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.faq-item {
  background: var(--branco);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--cinza-2);
  overflow: hidden;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.faq-item[open] {
  box-shadow: var(--shadow);
  border-color: var(--roxo-light);
}
.faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--texto);
  list-style: none;
  position: relative;
  padding-right: 50px;
  transition: color 0.15s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cinza-1);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--roxo-mid);
  transition: transform 0.25s, background 0.15s;
}
.faq-item[open] summary::after {
  content: "−";
  background: var(--roxo-mid);
  color: var(--branco);
  transform: translateY(-50%) rotate(180deg);
}
.faq-item summary:hover { color: var(--roxo-mid); }
.faq-item p {
  padding: 0 22px 22px;
  font-size: 0.94rem;
  color: var(--texto-suave);
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════
   CTA ALT WHATSAPP — abaixo do form (acima do dobra)
   ═══════════════════════════════════════════════════════════ */
.hero-form__alt {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hero-form__alt-or {
  position: relative;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  padding: 0 12px;
}
.hero-form__alt-or::before,
.hero-form__alt-or::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  background: rgba(255,255,255,0.12);
}
.hero-form__alt-or::before { right: 100%; }
.hero-form__alt-or::after { left: 100%; }
.btn-wpp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1rem;
  padding: 13px 22px;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(37,211,102,0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
}
.btn-wpp:hover { transform: translateY(-1px); box-shadow: 0 12px 32px rgba(37,211,102,0.45); }
.btn-wpp:active { transform: translateY(0); }
.hero-form__alt-sub {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   STICKY CTA MOBILE — DUAL (form + WhatsApp)
   ═══════════════════════════════════════════════════════════ */
.sticky-cta-dual {
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
  z-index: 100;
  display: none;
  gap: 8px;
  transform: translateY(140%);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.sticky-cta {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 13px 12px;
  border-radius: 14px;
  box-shadow: 0 -2px 14px rgba(0,0,0,0.18), 0 8px 24px rgba(0,0,0,0.22);
}
.sticky-cta--form {
  background: linear-gradient(135deg, var(--laranja), var(--laranja-dark));
  color: var(--branco);
}
.sticky-cta--wpp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
}
@media (max-width: 880px) {
  .sticky-cta-dual { display: flex; }
  .sticky-cta-dual.sticky-cta--visible { transform: translateY(0); }
}

/* ═══════════════════════════════════════════════════════════
   ACESSIBILIDADE — prefers-reduced-motion
   ═══════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ─── autor link ─── */
.autor__link {
  color: var(--roxo-mid);
  font-weight: 700;
  border-bottom: 1.5px solid var(--roxo-light);
  transition: color 0.15s, border-color 0.15s;
}
.autor__link:hover { color: var(--laranja-dark); border-color: var(--laranja); }

/* ─── autor quote (cita do Romero) ─── */
.autor__quote {
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 600;
  color: var(--texto);
  border-left: 4px solid var(--laranja);
  padding: 8px 18px;
  margin: 18px 0 24px;
  background: linear-gradient(90deg, rgba(255, 107, 44, 0.06), transparent 80%);
  border-radius: 0 var(--r) var(--r) 0;
}

/* ═══════════════════════════════════════════════════════════
   DIAGNÓSTICO — o que rola
   ═══════════════════════════════════════════════════════════ */
.diag {
  padding: 96px 0;
  background: var(--offwhite);
}
.diag__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 22px;
}
.diag-card {
  position: relative;
  background: var(--branco);
  border-radius: var(--r-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow);
  border: 1px solid var(--cinza-2);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.diag-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--roxo-light);
}
.diag-card__icon {
  width: 52px; height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r);
  background: linear-gradient(135deg, var(--roxo-mid), var(--roxo));
  color: var(--branco);
  margin-bottom: 18px;
}
.diag-card__icon svg { width: 26px; height: 26px; }
.diag-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.diag-card p {
  font-size: 0.94rem;
  color: var(--texto-suave);
  line-height: 1.55;
}

/* ═══════════════════════════════════════════════════════════
   CASES — prova social (fundo escuro)
   ═══════════════════════════════════════════════════════════ */
.cases {
  padding: 96px 0;
  background:
    radial-gradient(ellipse 70% 50% at 80% 100%, rgba(255, 107, 44, 0.10) 0%, transparent 55%),
    linear-gradient(165deg, var(--roxo-dark) 0%, var(--roxo-deep) 100%);
  color: var(--branco);
}
.cases__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.cases__group-label {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.cases__group-label--mt { margin-top: 36px; }
.cases__group-eyebrow {
  display: inline-block;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--laranja-light);
  background: rgba(255, 107, 44, 0.10);
  border: 1px solid rgba(255, 107, 44, 0.25);
  border-radius: 999px;
  padding: 8px 18px;
}
.case-card {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
}
.case-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.07);
  border-color: rgba(255, 107, 44, 0.35);
}
.case-card__metric {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.case-card__metric-num {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--laranja);
  line-height: 1;
}
.case-card__metric-label {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
}
.case-card__quote {
  font-size: 1rem;
  color: rgba(255,255,255,0.92);
  line-height: 1.55;
  font-style: italic;
  position: relative;
  padding-left: 14px;
  border-left: 3px solid var(--laranja);
}
.case-card__author {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.case-card__author strong {
  font-size: 0.98rem;
  color: var(--branco);
  font-weight: 700;
}
.case-card__author span {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}
.cases__disclaimer {
  margin-top: 36px;
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* ═══════════════════════════════════════════════════════════
   MURAL RZ — grid de prints de clientes
   ═══════════════════════════════════════════════════════════ */
.mural {
  padding: 96px 0;
  background: linear-gradient(180deg, var(--offwhite) 0%, #f0eef5 100%);
}
.mural__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 12px;
}
.mural__item {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: var(--r);
  overflow: hidden;
  background: var(--cinza-1);
  box-shadow: var(--shadow);
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: zoom-in;
}
.mural__item:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--shadow-lg);
  z-index: 2;
}
.mural__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

@media (max-width: 900px) {
  .mural__grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
}
@media (max-width: 600px) {
  .mural__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .mural { padding: 64px 0; }
}

/* ═══════════════════════════════════════════════════════════
   AUTOR
   ═══════════════════════════════════════════════════════════ */
.autor {
  padding: 96px 0;
  background: var(--offwhite);
}
.autor__photo-col {
  position: relative;
}
.autor__photo-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.autor__photo-wrap::before {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 30% 30%, var(--roxo-glow) 0%, transparent 60%);
  z-index: -1;
  filter: blur(40px);
}
.autor__photo { width: 100%; height: 100%; object-fit: cover; }
.autor__name {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 12px 0 6px;
}
.autor__tag {
  font-size: 1rem;
  color: var(--roxo-mid);
  font-weight: 600;
  margin-bottom: 22px;
}
.autor__bio {
  font-size: 1rem;
  color: var(--texto-suave);
  line-height: 1.6;
  margin-bottom: 14px;
  max-width: 580px;
}
.autor__bio strong { color: var(--texto); font-weight: 700; }
.autor__credentials {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
.autor__credentials li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.96rem;
  color: var(--texto);
  font-weight: 500;
}
.autor__credentials svg {
  width: 20px; height: 20px;
  padding: 3px;
  color: var(--branco);
  background: var(--sucesso);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════
   COMO FUNCIONA — 3 steps
   ═══════════════════════════════════════════════════════════ */
.como {
  padding: 96px 0;
  background: linear-gradient(180deg, var(--offwhite) 0%, #f0eef5 100%);
}
.como__steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  margin-top: 12px;
}
.como-step {
  position: relative;
  background: var(--branco);
  border-radius: var(--r-lg);
  padding: 36px 30px;
  box-shadow: var(--shadow);
  text-align: center;
}
.como-step__num {
  width: 56px; height: 56px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--branco);
  background: linear-gradient(135deg, var(--laranja), var(--laranja-dark));
  border-radius: 50%;
  box-shadow: var(--shadow-orange);
}
.como-step h3 {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.como-step p {
  font-size: 0.94rem;
  color: var(--texto-suave);
  line-height: 1.55;
}

/* ═══════════════════════════════════════════════════════════
   FORM — card flutuante com glow
   ═══════════════════════════════════════════════════════════ */
.form-section {
  position: relative;
  padding: 96px 0;
  color: var(--branco);
  background:
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(255, 107, 44, 0.18) 0%, transparent 55%),
    linear-gradient(170deg, var(--roxo-dark) 0%, var(--roxo-deep) 100%);
  overflow: hidden;
}

.form-card {
  position: relative;
  background: var(--branco);
  border-radius: var(--r-xl);
  padding: 44px 40px;
  box-shadow:
    0 30px 80px rgba(0,0,0,0.45),
    0 0 0 1px rgba(255,255,255,0.05);
  color: var(--texto);
}
.form-card__glow {
  position: absolute;
  inset: -30px;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, var(--roxo-glow) 0%, transparent 65%);
  filter: blur(40px);
  z-index: -1;
}

/* ─── FIELDS ─── */
.field { margin-bottom: 22px; }
.field__label {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--texto);
  margin-bottom: 10px;
}

.field__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.field__icon {
  position: absolute;
  left: 14px;
  width: 20px; height: 20px;
  color: var(--cinza-3);
  pointer-events: none;
  transition: color 0.15s;
}
.field__input-wrap input {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: var(--texto);
  background: var(--cinza-1);
  border: 2px solid transparent;
  border-radius: var(--r);
  padding: 14px 16px 14px 44px;
  transition: background 0.15s, border-color 0.15s;
}
.field__input-wrap input::placeholder { color: var(--cinza-3); font-weight: 400; }
.field__input-wrap input:focus {
  outline: none;
  background: var(--branco);
  border-color: var(--roxo-mid);
  box-shadow: 0 0 0 4px rgba(91, 42, 140, 0.10);
}
.field__input-wrap input:focus ~ .field__icon { color: var(--roxo-mid); }
.field__input-wrap:has(input:focus) .field__icon { color: var(--roxo-mid); }
.field__input-wrap input.invalido {
  border-color: var(--erro);
  background: rgba(214, 69, 69, 0.04);
}
.field__hint {
  display: block;
  font-size: 0.82rem;
  color: var(--texto-suave);
  margin-top: 8px;
  padding-left: 2px;
}

/* ─── PILLS (radios reimaginados) ─── */
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pills--col {
  flex-direction: column;
}
.pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--texto);
  background: var(--cinza-1);
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.05s;
}
.pills--col .pill {
  border-radius: var(--r);
  padding: 13px 18px;
}
.pill:hover { background: #ece8f3; }
.pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pill:has(input:checked) {
  background: var(--roxo-mid);
  color: var(--branco);
  border-color: var(--roxo);
  box-shadow: 0 6px 14px rgba(91, 42, 140, 0.25);
}
.pill:active { transform: scale(0.98); }
.pills.invalido {
  border: 2px dashed var(--erro);
  border-radius: var(--r);
  padding: 6px;
  margin-left: -8px;
  margin-right: -8px;
}

/* ─── erro + disclaimer ─── */
.form-erro {
  color: var(--erro);
  font-size: 0.9rem;
  text-align: center;
  margin-top: 14px;
  min-height: 1em;
  font-weight: 600;
}
.form-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--texto-suave);
  text-align: center;
  margin-top: 18px;
}
.form-disclaimer svg { color: var(--texto-suave); flex-shrink: 0; }

/* ═══════════════════════════════════════════════════════════
   TELA DE SUCESSO
   ═══════════════════════════════════════════════════════════ */
.success-card {
  position: relative;
  background: var(--branco);
  border-radius: var(--r-xl);
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
  color: var(--texto);
  animation: success-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes success-in {
  from { opacity: 0; transform: translateY(20px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.success-card__check {
  width: 88px; height: 88px;
  margin: 0 auto 24px;
  color: var(--sucesso);
}
.success-card__check svg { width: 100%; height: 100%; }
.success-card__check-circle {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  animation: check-circle 0.6s ease-out 0.2s forwards;
}
.success-card__check-mark {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: check-mark 0.4s ease-out 0.7s forwards;
}
@keyframes check-circle { to { stroke-dashoffset: 0; } }
@keyframes check-mark { to { stroke-dashoffset: 0; } }
.success-card__title {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.success-card__msg {
  font-size: 1.02rem;
  color: var(--texto-suave);
  line-height: 1.55;
  max-width: 440px;
  margin: 0 auto 14px;
}
.success-card__msg strong { color: var(--texto); font-weight: 700; }
.success-card__msg--soft {
  font-size: 0.94rem;
  margin-top: 26px;
  margin-bottom: 12px;
}

/* ═══════════════════════════════════════════════════════════
   RODAPÉ
   ═══════════════════════════════════════════════════════════ */
.rodape {
  background: var(--roxo-deep);
  color: rgba(255,255,255,0.55);
  padding: 38px 0;
  font-size: 0.86rem;
}
.rodape .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.rodape__brand strong {
  display: block;
  color: var(--branco);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.rodape__brand span { display: block; margin-top: 2px; }
.rodape__contato a { color: var(--laranja-light); border-bottom: 1px solid transparent; transition: border-color 0.15s; }
.rodape__contato a:hover { border-color: var(--laranja-light); }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVO
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 880px) {
  .hero__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero__right { max-width: 420px; margin: 0 auto; width: 100%; }
  .container--cols { grid-template-columns: 1fr; gap: 36px; }
  .autor__photo-col { max-width: 320px; margin: 0 auto; }
}

@media (max-width: 880px) {
  /* dar espaço pro sticky CTA não cobrir conteúdo */
  body { padding-bottom: 80px; }
}

@media (max-width: 600px) {
  .qualifica__cols { grid-template-columns: 1fr; gap: 14px; }
  .qualifica { padding: 64px 0; }
  .faq { padding: 64px 0; }
  .container, .hero__container { padding: 0 20px; }

  .hero { padding: 40px 0 64px; }
  .hero__title {
    font-size: 1.95rem;
    line-height: 1.1;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .hero__sub { font-size: 1rem; }

  .hero__stats {
    flex-direction: column;
    gap: 14px;
    margin-top: 36px;
    padding-top: 24px;
  }
  .hero__stats li {
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
  }
  .hero__stats strong { font-size: 1.35rem; flex-shrink: 0; }
  .hero__stats span { max-width: none; font-size: 0.9rem; }

  .diag, .cases, .autor, .como, .form-section { padding: 64px 0; }

  .form-card { padding: 32px 22px; border-radius: var(--r-lg); }
  .success-card { padding: 44px 24px; }

  .case-card { padding: 26px 22px; }
  .case-card__metric-num { font-size: 1.85rem; }

  .diag-card { padding: 26px 22px; }

  .pills { gap: 6px; }
  .pill { font-size: 0.88rem; padding: 9px 14px; }

  .rodape .container { flex-direction: column; text-align: center; }

  /* badge da foto não pode estourar lateralmente */
  .hero__photo-badge {
    font-size: 0.78rem;
    padding: 7px 14px;
    max-width: 90%;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .container, .hero__container { padding: 0 16px; }
  .hero__title { font-size: 1.7rem; }
  .section-title { font-size: 1.45rem; }
}

/* defensivo: impede qualquer img/svg de estourar */
img, svg { max-width: 100%; }
