/* Mantém o CTA final acessível no desktop e no mobile. */
#analise-projeto .gc-form-submit {
  gap: 9px;
  min-height: 52px;
  background: #128c4a;
  border-color: #128c4a;
  box-shadow: 0 10px 24px rgba(18, 140, 74, .22);
}

#analise-projeto .gc-form-submit::before {
  content: "✓";
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 850px) {
  #analise-projeto:has(#gcLeadForm[data-current-step="3"]) .gc-form-submit {
    display: flex !important;
    width: 100% !important;
  }
}
