body {
  background: #0C0F0C;
  color: #EBEBE5;
  font-family: 'Inter', -apple-system, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 40px 32px;
  min-height: 100vh;
}

h1 {
  font-size: clamp(40px, 8vw, 64px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #9FE870;
  margin: 0 0 20px;
  max-width: 900px;
}

h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #EBEBE5;
  margin: 48px 0 16px;
}

p {
  font-size: 17px;
  line-height: 1.7;
  color: #8B9388;
  margin: 0 0 16px;
  max-width: 680px;
}

button, a {
  display: inline-block;
  background: #9FE870;
  color: #1B3300;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 24px;
  border-radius: 12px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  margin-top: 8px;
}

a:hover {
  opacity: 0.85;
}