/* ═══════════════════════════════════════════════════════
   PC&MR Corretora de Seguros — Landing Page · Ivory Glass
   Paleta oficial (manual da marca):
   Marfim #FCF9ED (fundo) · Navy #15294D (tipografia/quebras)
   Coral #F14E49 (APENAS ação: CTAs, progresso, destaques)
   ═══════════════════════════════════════════════════════ */

:root {
  --marfim:       #FCF9ED;
  --navy:         #15294D;
  --navy-800:     #1D3563;
  --coral:        #F14E49;
  --coral-strong: #E13B36;
  --coral-dim:    rgba(241, 78, 73, 0.10);
  --ink:          var(--navy);
  --ink-70:       rgba(21, 41, 77, 0.70);
  --ink-60:       rgba(21, 41, 77, 0.68); /* labels pequenos — mínimo 4.5:1 (WCAG AA) */
  --ink-45:       rgba(21, 41, 77, 0.45); /* apenas placeholders e ícones decorativos */
  --line:         rgba(21, 41, 77, 0.12);
  --white:        #FFFFFF;
  --ok:           #1B9E4B; /* verde semântico de validação (padrão UX) */
  --shadow-card:  0 10px 40px rgba(21, 41, 77, 0.08);
  --shadow-hover: 0 22px 56px rgba(21, 41, 77, 0.14);
  --radius:       16px;
  --radius-lg:    20px;
  --font: 'Montserrat', sans-serif;
}

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

/* O atributo `hidden` precisa vencer os `display` das classes de componente
   (ex.: .btn usa inline-flex), senão botões marcados como ocultos aparecem. */
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  font-weight: 500;
  background: var(--marfim);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ─── Tipografia: contraste extremo ─── */
h1, h2 {
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -1.5px;
}
h3 { font-weight: 800; line-height: 1.25; letter-spacing: -0.3px; font-size: 1.1rem; }
h1 { font-size: clamp(2.1rem, 6vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 4.2vw, 2.5rem); }
h1 em, h2 em { font-style: normal; color: var(--coral); }

/* ─── Cards "Ivory Glass" ─── */
.card {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

/* ─── Badges pill ─── */
.badge-pill {
  display: inline-block;
  background: var(--coral-dim);
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding: 8px 16px;
  border-radius: 999px;
}

/* ─── Botões ─── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 28px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.18s ease-out, background 0.18s ease-out, box-shadow 0.18s ease-out, border-color 0.18s ease-out, color 0.18s ease-out;
  min-height: 48px;
  touch-action: manipulation;
}
.btn:active { transform: scale(0.97); }
.btn:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.btn-coral {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 8px 26px rgba(241, 78, 73, 0.32);
}
.btn-coral:hover { background: var(--coral-strong); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(241, 78, 73, 0.4); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn-ghost:hover { border-color: var(--ink); background: rgba(21, 41, 77, 0.04); }

.btn-outline {
  background: transparent;
  color: var(--coral);
  border: 1.5px solid var(--coral);
}
.btn-outline:hover { background: var(--coral); color: #fff; }

.btn-sm { padding: 11px 18px; font-size: 0.88rem; min-height: 44px; border-radius: 12px; }

/* ─── Header (estático, rola com a página) ─── */
.header {
  position: relative;
  z-index: 10;
  background: var(--marfim);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ─── Logo: recorte do espaço vazio do arquivo ───
   Os PNGs da marca são quadrados 2000x2000 com a marca centralizada e
   muita área vazia em volta. Sem este recorte, `height` aplica-se ao
   quadrado inteiro e a marca aparece minúscula. Os números --bb-* são o
   bounding box do conteúdo medido em cada arquivo (a proporção é
   preservada) e --pad acrescenta o espaço de respiro que o manual da
   marca exige — sem ele o logo encosta nas bordas e parece cortado.
   --logo-h controla a altura da MARCA; a janela cresce além disso. */
.brand-logo {
  /* --pad é medido em unidades do arquivo (2000x2000), não em pixels de
     tela: na escala do header, 120 unidades ≈ 12px de respiro real.
     --pad-b dá mais folga embaixo: com respiro idêntico nos 4 lados, a
     linha "CORRETORA DE SEGUROS" parece colada na base (correção óptica
     padrão em lockup de logo — não há corte real na imagem). */
  --pad: 120;
  --pad-b: calc(var(--pad) * 1.6);
  --s: calc(var(--logo-h) / var(--bb-h));
  display: block;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: calc((var(--bb-w) + var(--pad) * 2) * var(--s));
  height: calc((var(--bb-h) + var(--pad) + var(--pad-b)) * var(--s));
}
.brand-logo img {
  position: absolute;
  max-width: none;
  width: calc(2000 * var(--s));
  height: calc(2000 * var(--s));
  left: calc((var(--bb-x) - var(--pad)) * var(--s) * -1);
  top: calc((var(--bb-y) - var(--pad)) * var(--s) * -1);
}
/* logo-principal.png — marca completa com "Corretora de Seguros" */
.brand-logo.brand-full { --bb-x: 342; --bb-y: 839; --bb-w: 1319; --bb-h: 432; }
/* logo-fundoescuro-transparente.png — versão branca para fundo navy */
.brand-logo.brand-light { --bb-x: 359; --bb-y: 824; --bb-w: 1298; --bb-h: 464; }

.header .brand-logo { --logo-h: 44px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .btn { white-space: nowrap; }

/* ─── Hero ─── */
.hero {
  padding: 56px 0 70px;
  position: relative;
  background:
    radial-gradient(ellipse 60% 45% at 88% 8%, rgba(241, 78, 73, 0.07), transparent 60%),
    radial-gradient(ellipse 55% 40% at 5% 95%, rgba(21, 41, 77, 0.06), transparent 65%),
    var(--marfim);
}
.hero-content { max-width: 740px; }
.hero h1 { margin: 22px 0 18px; }
.hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  color: var(--ink-70);
  max-width: 580px;
  margin-bottom: 32px;
}
.hero-sub strong { color: var(--ink); font-weight: 700; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }

/* ─── Barra de credibilidade ─── */
.stats { padding: 30px 0 60px; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.stat-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  padding: 28px 18px;
  text-align: center;
  box-shadow: var(--shadow-card);
}
.stat-number {
  display: block;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.stat-number em { font-style: normal; color: var(--coral); }
.stat-label {
  display: block;
  margin-top: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--ink-60);
}

/* ─── Marquee infinito de seguradoras ─── */
.insurers { margin-top: 40px; text-align: center; }
.insurers-title {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--ink-60);
  margin-bottom: 20px;
  padding: 0 20px;
}
.marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 34s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.insurers-list {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 6px;
}
/* Chip uniforme: neutraliza a diferença de proporção e de fundo entre os
   logos das seguradoras (uns transparentes, outros com fundo sólido). */
.insurers-list li {
  flex: 0 0 auto;
  width: 156px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(21, 41, 77, 0.05);
}
.insurers-list img {
  max-width: 100%;
  max-height: 46px;      /* padrão: logos horizontais */
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;    /* suaviza os logos de fundo sólido (Mapfre, Yelum) */
}
/* Ajuste óptico: logos quadrados/verticais precisam de mais altura para
   ter o mesmo "peso" visual dos horizontais dentro do mesmo chip. */
.insurers-list img.is-square { max-height: 60px; }

/* ─── Seções gerais ─── */
section { position: relative; }
.section-head { max-width: 660px; margin-bottom: 40px; }
.section-head h2 { margin: 18px 0 14px; }
.section-head p { color: var(--ink-70); }

/* ─── Bento grid: Seguro Auto ─── */
.auto { padding: 70px 0; }
.auto-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.card-icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: var(--coral-dim);
  color: var(--coral);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: box-shadow 0.25s ease-out, transform 0.25s ease-out;
}
.auto-card { padding: 26px 22px; transition: transform 0.25s ease-out, box-shadow 0.25s ease-out; }
.auto-card h3 { margin-bottom: 8px; }
.auto-card p { font-size: 0.88rem; color: var(--ink-70); }

/* Hover magnético (cards de produto e auto) */
.auto-card:hover, .product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}
.auto-card:hover .card-icon, .product-card:hover .card-icon {
  box-shadow: 0 0 0 6px var(--coral-dim), 0 6px 18px rgba(241, 78, 73, 0.35);
  transform: scale(1.06);
}

.auto-cta {
  margin-top: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
.auto-cta-note { font-size: 0.85rem; color: var(--ink-60); }

/* ─── Outros produtos ─── */
.products { padding: 70px 0; }
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.product-card {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}
.product-card .card-icon { width: 46px; height: 46px; border-radius: 12px; margin-bottom: 4px; }
.product-card p { font-size: 0.85rem; color: var(--ink-70); flex: 1; }
.product-card .btn { margin-top: 4px; }

/* ─── Como funciona (quebra em navy) ─── */
.steps {
  padding: 80px 0;
  background: var(--navy);
  color: var(--marfim);
}
.steps .section-head p { color: rgba(252, 249, 237, 0.7); }
.steps-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.step-card {
  background: var(--navy-800);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--coral);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
  margin-bottom: 16px;
}
.step-card h3 { margin-bottom: 8px; font-size: 1rem; }
.step-card p { font-size: 0.85rem; color: rgba(252, 249, 237, 0.72); }

/* ─── Formulário de cotação ─── */
.quote { padding: 80px 0 90px; }
.quote .section-head { text-align: center; margin-left: auto; margin-right: auto; }

.quote-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 28px 32px;
  overflow: visible;
}

/* Barra de progresso sticky & segura */
.progress {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin: 0 -28px 24px;
  padding: 18px 28px 14px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  border-bottom: 1px solid var(--line);
}
.progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
#progress-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--coral);
  white-space: nowrap;
}
.progress-secure {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--ink-60);
  white-space: nowrap;
}
.progress-secure svg { color: var(--ok); flex-shrink: 0; }
.progress-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(21, 41, 77, 0.08);
  overflow: hidden;
}
.progress-bar {
  height: 100%;
  width: 20%;
  border-radius: 999px;
  background: var(--coral);
  transition: width 0.35s ease-out;
}
.progress-step-title {
  display: block;
  margin-top: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink-70);
}

/* Etapas: fade-in up */
.form-step { border: none; display: none; }
.form-step.active { display: block; animation: stepIn 0.35s ease-out; }
@keyframes stepIn {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

.step-help {
  font-size: 0.85rem;
  color: var(--ink-70);
  background: var(--marfim);
  border-left: 3px solid var(--coral);
  border-radius: 0 10px 10px 0;
  padding: 12px 16px;
  margin-bottom: 22px;
}
.step-help-sub { margin-top: 4px; }

/* Foco neural: campos irmãos perdem opacidade */
.f-item { transition: opacity 0.25s ease-out; }
form.focus-mode .f-item:not(.focused) { opacity: 0.4; }

.field, .f-item { margin-bottom: 20px; }
.field { display: flex; flex-direction: column; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label, .f-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--ink);
  line-height: 1.45;
}
.req { color: var(--coral); }
.label-opcional {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ok);
  margin-left: 6px;
}

.field input {
  font-family: var(--font);
  font-weight: 500;
  font-size: 1rem;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: 12px;
  padding: 12px 16px;
  min-height: 48px;
  width: 100%;
  transition: border-color 0.18s, box-shadow 0.18s, background-image 0.18s;
  appearance: none;
}
.field input::placeholder { color: var(--ink-45); font-weight: 500; }
.field input:focus {
  outline: none;
  border-color: var(--coral);
  box-shadow: 0 0 0 4px rgba(241, 78, 73, 0.12);
}

/* Validação inline: certo = verde + check · errado = coral + texto */
.field input.valid {
  border-color: var(--ok);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%231B9E4B' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 44px;
}
.field input.invalid { border-color: var(--coral); }

.field-error {
  display: none;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--coral);
  margin-top: 6px;
}
.f-item.has-error .field-error { display: block; }

/* ─── Radio Cards (padrão Stripe/Apple) ─── */
.radio-grid {
  display: grid;
  gap: 10px;
}
.radio-grid.cols-1 { grid-template-columns: 1fr; }
.radio-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.radio-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.radio-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }

.radio-card { position: relative; display: block; cursor: pointer; }
.radio-card input {
  position: absolute;
  opacity: 0;
  width: 1px; height: 1px;
}
.radio-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  min-height: 52px;
  padding: 12px 14px;
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink-70);
  line-height: 1.4;
  transition: border-color 0.18s, background 0.18s, color 0.18s, transform 0.12s, box-shadow 0.18s;
  user-select: none;
  -webkit-user-select: none;
}
.radio-box svg { color: var(--ink-45); transition: color 0.18s; }
.radio-card:hover .radio-box { border-color: rgba(21, 41, 77, 0.3); }
.radio-card input:checked + .radio-box {
  border-color: var(--coral);
  background: var(--coral-dim);
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(241, 78, 73, 0.16);
}
.radio-card input:checked + .radio-box svg { color: var(--coral); }
.radio-card input:focus-visible + .radio-box {
  outline: 3px solid var(--coral);
  outline-offset: 2px;
}
.radio-card:active .radio-box { transform: scale(0.98); }
.f-item.has-error .radio-box { border-color: rgba(241, 78, 73, 0.5); }

/* ─── Múltipla escolha ───
   Mesmo visual dos radio cards, mas com marca de seleção no canto para
   deixar claro que dá para escolher mais de uma opção. */
.check-field .radio-box { position: relative; padding-left: 42px; align-items: flex-start; text-align: left; justify-content: center; }
.check-field .radio-box::before {
  content: "";
  position: absolute;
  left: 14px; top: 50%;
  transform: translateY(-50%);
  width: 18px; height: 18px;
  border: 2px solid var(--line);
  border-radius: 5px;
  background: var(--white);
  transition: border-color 0.18s, background 0.18s;
}
.check-field input:checked + .radio-box::before {
  border-color: var(--coral);
  background: var(--coral);
}
.check-field input:checked + .radio-box::after {
  content: "";
  position: absolute;
  left: 20px; top: 50%;
  width: 5px; height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-60%) rotate(45deg);
}
.f-dica {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ok);
  margin-left: 6px;
}
.campo-ajuda {
  display: block;
  font-size: 0.76rem;
  color: var(--ink-60);
  margin: -2px 0 8px;
}

/* Texto longo, para campos como "atividade comercial da empresa" */
.field textarea {
  font-family: var(--font);
  font-weight: 500;
  font-size: 1rem;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: 12px;
  padding: 12px 16px;
  width: 100%;
  resize: vertical;
  min-height: 84px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.field textarea::placeholder { color: var(--ink-45); font-weight: 500; }
.field textarea:focus {
  outline: none;
  border-color: var(--coral);
  box-shadow: 0 0 0 4px rgba(241, 78, 73, 0.12);
}
.field textarea.invalid { border-color: var(--coral); }
.field textarea.valid { border-color: var(--ok); }

.conditional { transition: opacity 0.25s; }
.hidden { display: none !important; }

.form-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
}
.form-nav .btn { flex: 1; }
#btn-back { flex: 0 0 auto; min-width: 110px; }

.btn-spinner {
  display: none;
  width: 18px; height: 18px;
  border: 2.5px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.btn.loading .btn-spinner { display: inline-block; }
.btn.loading { pointer-events: none; opacity: 0.85; }

.form-error-global {
  margin-top: 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--coral);
  text-align: center;
}
.form-error-global a { color: var(--coral); }

/* Atalho de saída do formulário: quem não quer preencher vai para o WhatsApp
   em vez de simplesmente abandonar a página. */
.form-atalho {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.form-atalho span { font-size: 0.88rem; color: var(--ink-60); }

.quote-success { text-align: center; padding: 42px 10px 30px; }
.success-icon {
  width: 76px; height: 76px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: rgba(27, 158, 75, 0.1);
  color: var(--ok);
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-success h3 { font-size: 1.4rem; margin-bottom: 12px; }
.quote-success p { color: var(--ink-70); max-width: 420px; margin: 0 auto 26px; }

/* ─── Depoimentos ─── */
.testimonials { padding: 70px 0; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.testimonial-card {
  margin: 0;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.testimonial-head { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--coral-dim);
  color: var(--coral);
  font-weight: 800;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-name { font-weight: 700; font-size: 0.95rem; line-height: 1.3; }
.testimonial-source {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--ink-60);
}
.testimonial-stars { display: flex; gap: 3px; color: var(--coral); }
.testimonial-card blockquote {
  border: none;
  font-size: 0.88rem;
  color: var(--ink-70);
  line-height: 1.7;
}

/* ─── Sobre ─── */
.about { padding: 70px 0 90px; }
.about-card {
  padding: 48px 32px;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
/* O arquivo do logo tem fundo marfim; sobre o card branco isso vira um
   bloco visível. Respiro maior + cantos arredondados transformam esse
   bloco num selo intencional em vez de um retângulo acidental. */
.about-card .brand-logo {
  --logo-h: 54px;
  --pad: 170;          /* selo: respiro maior que o padrão */
  margin: 0 auto 26px;
  border-radius: 14px;
}
.about-card h2 { margin-bottom: 16px; }
.about-card p { color: var(--ink-70); max-width: 580px; margin: 0 auto 26px; }
.about-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

/* ─── Footer (navy) ─── */
.footer {
  padding: 80px 0 40px;
  background: var(--navy);
  color: var(--marfim);
}
.footer-cta { text-align: center; margin-bottom: 56px; }
.footer-cta h2 { margin-bottom: 24px; }
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding-top: 36px;
  border-top: 1px solid rgba(252, 249, 237, 0.12);
}
.footer .brand-logo { --logo-h: 52px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(252, 249, 237, 0.75);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  min-height: 44px;
  transition: color 0.18s;
}
.footer-links a:hover { color: var(--coral); }
.footer-note {
  text-align: center;
  font-size: 0.78rem;
  color: rgba(252, 249, 237, 0.66); /* mínimo 4.5:1 sobre navy (WCAG AA) */
  line-height: 1.8;
}

/* ─── Botão flutuante WhatsApp ─── */
.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.4);
  transition: transform 0.18s ease-out;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #25D366;
  animation: waPulse 2.4s ease-out infinite;
}
@keyframes waPulse {
  0%   { transform: scale(1); opacity: 0.8; }
  70%  { transform: scale(1.45); opacity: 0; }
  100% { transform: scale(1.45); opacity: 0; }
}

/* ─── Scroll reveal ─── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease-out, transform 0.55s ease-out;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .wa-float::after { animation: none; }
  .form-step.active { animation: none; }
  .marquee-track { animation: none; flex-wrap: wrap; justify-content: center; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ─── Responsivo ─── */
@media (max-width: 900px) {
  .auto-grid, .products-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .radio-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .hero { padding: 40px 0 50px; }
  .hero-ctas .btn { width: 100%; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .stat-card { padding: 18px 8px; }
  .stat-label { font-size: 0.6rem; letter-spacing: 1px; }
  .auto-grid, .products-grid, .steps-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .radio-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .quote-card { padding: 0 18px 26px; }
  .progress { margin: 0 -18px 22px; padding: 14px 18px 12px; }
  .form-nav { flex-direction: column-reverse; }
  #btn-back { min-width: 0; }
  .about-card { padding: 36px 22px; }
  .header .brand-logo { --logo-h: 34px; }
  .header-inner { padding-top: 12px; padding-bottom: 12px; gap: 8px; }
  .header-actions { gap: 6px; }
  .header-actions .btn { padding: 10px 12px; font-size: 0.78rem; }
}
