/* ==========================================================================
   ajuda.css — Seção "Ainda tem alguma dúvida?" (WhatsApp)
   ========================================================================== */

.ajuda {
  position: relative;
  background: var(--paper);
  padding: 96px var(--gutter) 80px;
}

.ajuda__card {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 44px 32px 36px;
  text-align: center;
}

.ajuda__wa {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--wa);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.ajuda__title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(20px, 4.2vw, 22px);
  color: var(--ink);
  margin: 14px 0 10px;
}

.ajuda__text {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 24px;
}
