
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  color: #333;
}

.hero {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('hero-placeholder.jpg') center/cover no-repeat;
  height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.title {
  font-size: 3rem;
  margin: 0;
}

.subtitle {
  font-size: 1.5rem;
  margin-top: 1rem;
}

.intro {
  padding: 60px 20px;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #222;
  color: white;
}
