body {
  margin: 0;
  padding: 0;
  background: #111;
  font-family: Arial, sans-serif;
  color: #fff;
}

.site-header {
  text-align: center;
  padding: 20px;
}

.logo {
  width: 180px;
}

.container {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.hero-card {
  display: flex;
  background: #1e1e1e;
  border-radius: 12px;
  padding: 20px;
  max-width: 900px;
  gap: 20px;
}

.hero-image img {
  width: 300px;
  border-radius: 12px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title {
  font-size: 28px;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 18px;
  margin-bottom: 10px;
}

.cta {
  font-size: 16px;
  opacity: 0.8;
}
