body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #000;
  color: #fff;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}

.hero {
  text-align: center;
  margin-bottom: 2rem;
}

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

.hero p {
  font-size: 1.2rem;
  color: #ccc;
}

.buttons {
  margin-top: 1rem;
}

.buttons a {
  text-decoration: none;
  margin: 0 1rem;
  background: #1e1e1e;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  transition: background 0.3s;
}

.buttons a:hover {
  background: #444;
}

.video iframe {
  width: 100%;
  max-width: 720px;
  height: 405px;
  border: none;
}

footer {
  margin-top: 2rem;
  color: #888;
  font-size: 0.9rem;
}
