
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #0f172a;
}

.container {
  width: 90%;
  max-width: 800px;
  margin: auto;
  padding: 3rem 0;
}

.site-header {
  text-align: center;
  padding: 4rem 0;
  background: radial-gradient(circle, #f8fafc 0%, #ffffff 80%);
}

.subhead {
  font-size: 1.125rem;
  color: #475569;
  margin: 1rem 0 2rem;
}

.cta-button {
  background: #1ED7B7;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 600;
}

h2 {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  color: #0f172a;
}

.contact-form {
  background: #f1f5f9;
  padding: 3rem 0;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
}

.contact-form button {
  background: #1ED7B7;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 600;
}

footer {
  text-align: center;
  font-size: 0.875rem;
  padding: 2rem 1rem;
  background: #f8fafc;
  color: #64748b;
}

footer a {
  color: #3b82f6;
  text-decoration: none;
}
