@media (max-width: 720px) {
  .cp-signup-name-grid { grid-template-columns: 1fr !important; gap: 1rem !important; }
  .cp-updates-title { font-size: clamp(2rem, 12vw, 3rem) !important; }
  .cp-updates-form { padding: 1.45rem !important; border-radius: 22px !important; }
  .cp-updates-form input,
  .cp-updates-form select { padding: 0.86rem 1rem !important; }
  .cp-updates-button { letter-spacing: 0.1em !important; font-size: 0.72rem !important; }
}
