body {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  color: #333;
  line-height: 1.6;
  background: #fff;
}

header {
  background: #0a0a0a;
  color: white;
  padding: 3rem 2rem;
  text-align: center;
}

header h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

header p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.cta-btn {
  background: #ff5a5f;
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

section {
  padding: 4rem 2rem;
  max-width: 960px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.features,
.how-it-works {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.feature,
.step {
  flex: 1 1 250px;
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 10px;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

footer {
  text-align: center;
  padding: 2rem;
  background: #f1f1f1;
}
