.demo-section {
  padding: 80px 0 40px;
  text-align: center;
}

.demo-section h1 {
  font-size: 42px;
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.demo-section p {
  color: #666;
  margin-bottom: 30px;
}

#demoForm {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#demoForm input {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 14px;
}

#demoForm button {
  padding: 14px;
  border-radius: 30px;
  background: linear-gradient(90deg, #a855f7, #d946ef);
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.small-text {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}

form {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.sofax-footer-top {
    padding: 0 !important; 
}

