body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #000;
  color: #fff;
}

.vipips-hero {
  position: relative;
  height: 90vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vipips-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
}

.vipips-hero-content {
  position: relative;
  text-align: center;
  max-width: 900px;
  padding: 20px;
}

.vipips-hero h1 {
  color: #d4af37;
  font-size: 3rem;
  margin-bottom: 15px;
}

.vipips-hero p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.btn-primary {
  background: #b30000;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-secondary {
  border: 2px solid #d4af37;
  color: #d4af37;
  padding: 12px 26px;
  text-decoration: none;
  display: inline-block;
}
