/* Scoped form additions; retain the approved homepage and design system. */
#contact-form .skv-growth-options { margin: 1.5rem 0; }
#contact-form .skv-growth-options .input-label { display: block; margin-bottom: .5rem; }
#contact-form .skv-growth-options span { font-weight: 400; }
#contact-form .skv-growth-select {
  display: block; width: 100%; min-height: 48px; padding: .75rem 1rem;
  border: 1px solid #d2dce0; border-radius: 5px; color: #2e3538;
  background: #fff; font: inherit; font-size: 1rem;
}
#contact-form .skv-growth-interests { margin: 1.5rem 0 0; padding: 0; border: 0; min-width: 0; }
#contact-form .skv-growth-interests legend { margin-bottom: .75rem; font-size: .95rem; font-weight: 500; }
#contact-form .skv-growth-choice {
  display: flex; align-items: flex-start; gap: .65rem; margin: 0 0 .85rem;
  color: #2e3538; font-size: .95rem; line-height: 1.5; cursor: pointer;
}
#contact-form .skv-growth-choice input {
  appearance: auto; -webkit-appearance: checkbox; flex: 0 0 18px;
  width: 18px; height: 18px; margin: .2rem 0 0; padding: 0;
  position: static; opacity: 1; accent-color: #207090;
}
#contact-form #skv-growth-interest-note { color: #52646d; font-size: .8rem; line-height: 1.5; margin: .25rem 0 0; }
#contact-form .skv-growth-select:focus-visible,
#contact-form .skv-growth-choice input:focus-visible { outline: 3px solid #207090; outline-offset: 3px; }
.contact-section .skv-growth-follow { margin: 1rem 0 0; font-size: .95rem; line-height: 1.6; }
.contact-section .skv-growth-follow a { display: block; margin-top: .5rem; color: inherit; text-decoration: underline; text-underline-offset: 3px; }
