/* Ajustes 3WS: logo oficial e formulário via WhatsApp. Não altera as animações existentes. */
.brand-logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 142px;
  max-width: 42vw;
  height: 46px;
  flex: 0 0 auto;
}
.brand-logo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header a .brand-logo-frame + div {
  display: none !important;
}
.footer-3ws-logo {
  display: block;
  width: 132px;
  max-width: 100%;
  height: auto;
  margin: 0 0 1rem;
}
.form-3ws-contato {
  margin-top: 1.75rem;
  display: grid;
  gap: 0.9rem;
}
.form-3ws-contato .campo-3ws {
  display: grid;
  gap: 0.45rem;
}
.form-3ws-contato label,
.form-3ws-contato .rotulo-3ws {
  color: #475569;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.form-3ws-contato input,
.form-3ws-contato textarea,
.form-3ws-contato select {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  font-size: 0.95rem;
  line-height: 1.4;
  outline: none;
  padding: 0.85rem 1rem;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.form-3ws-contato textarea {
  min-height: 112px;
  resize: vertical;
}
.form-3ws-contato input:focus,
.form-3ws-contato textarea:focus,
.form-3ws-contato select:focus {
  border-color: #075985;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.16);
}
.form-3ws-contato .botao-whatsapp-3ws,
.botao-whatsapp-3ws {
  display: inline-flex;
  min-height: 48px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.75rem;
  background: #075985;
  color: #fff;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 0.95rem 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
  box-shadow: 0 14px 30px rgba(8, 47, 73, 0.18);
}
.form-3ws-contato .botao-whatsapp-3ws:hover,
.botao-whatsapp-3ws:hover {
  background: #0369a1;
  transform: translateY(-2px);
}
.form-3ws-contato .ajuda-3ws {
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.5;
  margin: -0.2rem 0 0;
}
.card-contato-3ws-topo {
  display: grid;
  gap: 0.35rem;
}
.card-contato-3ws-topo small {
  color: #075985;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .brand-logo-frame {
    width: 118px;
    height: 40px;
  }
  .form-3ws-contato input,
  .form-3ws-contato textarea,
  .form-3ws-contato select {
    font-size: 1rem;
  }
}
