body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #0a0a0a;
  color: white;
}

.nav {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: black;
}

.hero {
  text-align: center;
  padding: 100px 20px;
}

.cta {
  background: gold;
  padding: 10px 20px;
  text-decoration: none;
  color: black;
  border-radius: 20px;
}

.proof {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.card {
  border: 1px solid gold;
  padding: 20px;
}

.grid {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.box img {
  width: 300px;
}

.case {
  max-width: 700px;
  margin: 50px auto;
}

.case img {
  width: 100%;
}

.title {
  text-align: center;
  margin-top: 50px;
}

.sticky {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: gold;
  padding: 10px;
  color: black;
}
