body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  background: #f8f6f3;
  color: #222;
}

.hero {
  padding: 80px 20px;
  text-align: center;
  background: #e3ded6;
}

h1 {
  margin: 0 0 10px;
  font-size: 2.4rem;
  letter-spacing: -0.5px;
}

.tagline {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.section {
  padding: 50px 20px;
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 20px;
  border-radius: 6px;
  background: black;
  color: white;
  text-decoration: none;
  font-size: 1rem;
}

.btn.secondary {
  background: #555;
}

.footer {
  padding: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #666;
}

.hero {
  background-image: url('../images/ui_image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh; /* 80% of screen height */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.5); /* dark overlay */
  padding: 40px;
  text-align: center;
  color: white;
  border-radius: 8px;
}

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

.tagline {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
