body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background: #fafafa;
  color: #222;
}

/* Header */
.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 1rem 2rem;
}

.nav a {
  margin-right: 1.5rem;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.nav a:hover {
  color: #0070f3;
}

/* Hero */
.hero {
  padding: 6rem 2rem;
  text-align: center;
  background: #fff;
}

.hero-inner h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.subtitle {
  font-size: 1.3rem;
  color: #555;
}

.hero-buttons {
  margin-top: 2rem;
}

.btn-primary,
.btn-secondary {
  padding: 0.8rem 1.6rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 0.5rem;
}

.btn-primary {
  background: #0070f3;
  color: white;
}

.btn-secondary {
  background: #eee;
  color: #333;
}

/* Values section */
.values {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 4rem 2rem;
}

.value {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  width: 280px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  text-align: center;
}

.value h3 {
  margin-bottom: 0.5rem;
}

/* Footer */
.site-footer {
  text-align: center;
  padding: 2rem;
  color: #777;
}
