* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: #2b2b2b;
  background-color: #fafafa;
  line-height: 1.6;
}

.hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f4f4f2, #e9e9e6);
  text-align: center;
  padding: 2rem;
}

.hero h1 {
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

.hero h2 {
  font-weight: 300;
  font-size: 1.1rem;
  color: #555;
}

.section {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.section h3 {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

footer {
  text-align: center;
  padding: 2rem;
  font-size: 0.9rem;
  color: #777;
}
