/* Standardize #demo (free trial) section typography to match site */

#demo .cta-headline{
  font-size: 2.75rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  color: rgba(15, 26, 43, 0.95) !important;
  line-height: 1.2 !important;
}

@media (max-width: 768px){
  #demo .cta-headline{ font-size: 2.05rem !important; }
}

#demo .cta-header-centered p{
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
  color: #5d6b85 !important;
}

#demo .form-intro{
  font-size: 1.05rem !important;
  font-weight: 700 !important;
}

#demo .clean-intake-form label{
  font-size: 0.95rem;
  font-weight: 700;
}

#demo .clean-intake-form input,
#demo .clean-intake-form select{
  font-size: 1rem;
}

#demo .cta-submit-button{
  font-size: 1.05rem;
  font-weight: 900;
}

#demo .cta-submit-button[disabled]{
  opacity: 0.7;
  cursor: not-allowed;
  transform: none !important;
}

#demo .demo-open-note{
  margin: 10px 0 0;
  text-align: center;
  color: rgba(15, 26, 43, 0.62);
  font-weight: 600;
  font-size: 0.95rem;
}

@media (max-width: 640px){
  #demo .cta-headline{ font-size: 1.85rem !important; }
}
