.scriptia-section {
  padding: 4rem 1rem;
  background-color: #F9FBFC;
  text-align: center;
}
.scriptia-section h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #2C3E70;
}
.scriptia-section .intro {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.features li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #022C43;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.demo-box {
  background-color: #E9EEF3;
  padding: 2rem;
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.demo-box h3 {
  margin-bottom: 1rem;
  color: #2C3E70;
}
#scriptia-demo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#scriptia-demo input,
#scriptia-demo select {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.demo-output {
  margin-top: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 4px;
  font-size: 0.95rem;
  color: #333;
  white-space: pre-wrap;
}

