/* General Styles */
body {
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
}

h1, h2 {
  text-align: center;
  font-weight: 600;
}

.section {
  padding: 80px 20px;
  max-width: 800px;
  margin: auto;
}

.section.alt {
  background: #f9f9f9;
}

ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

ul li {
  margin: 10px 0;
}

/* Hero Section */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
  background: #f2f2f2;
  text-align: center;
  padding: 0 20px;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.tagline {
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: #666;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
}

.btn:hover {
  background: #555;
}

/* Team */
.team-list li {
  padding: 6px;
  border-bottom: 1px solid #e0e0e0;
}

/* Footer */
footer {
  background: #f2f2f2;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  color: #666;
}
