/* ================================================
   DEAL REGISTRATION PAGE — page-specific styles
   Scoped to classes only used on dealreg.html
   ================================================ */

/* Sub-section heading inside the multi-part deal registration form
   (Partner Information / Customer Information / Deal Information) */
.form-section-title {
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--navy-800);
  margin-bottom: var(--sp-5);
  padding-top: var(--sp-8);
  border-top: 1px solid var(--gray-200);
}

.contact-form .form-section-title:first-child {
  padding-top: 0;
  border-top: none;
}
