@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

body {
  font-family: 'Inter', sans-serif;
  padding-top: 70px;
  line-height: 1.6;
  background-color: #f9f9fb;
  color: #333;
}

.hero {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.hero h1 {
  font-weight: 700;
}

.hero p {
  font-size: 1.25rem;
  font-weight: 300;
}

section {
  padding: 60px 0;
}

h2 {
  color: #6a11cb;
  font-weight: 600;
  margin-bottom: 30px;
}

footer {
  font-size: 0.9rem;
}
