
.mistbet_net-body {
  margin: 0;
  background: linear-gradient(180deg, #004d40, #002e26);
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #fff;
}

.mistbet_net-wrapper {
  max-width: 960px;
  margin: auto;
  padding: 20px;
}

.mistbet_net-hero {
  text-align: center;
  background: #ff6600;
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 0 30px rgba(255, 102, 0, 0.5);
}

.mistbet_net-logo {
  width: 140px;
  margin-bottom: 12px;
  filter: drop-shadow(0 0 8px #fff);
}

.mistbet_net-title {
  font-size: 2.2rem;
  margin: 15px 0;
}

.mistbet_net-subtitle {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.mistbet_net-cta {
  background: #fff;
  color: #333;
  font-size: 1.2rem;
  padding: 12px 30px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.mistbet_net-cta:hover {
  background: #ff3300;
  color: #fff;
}

.mistbet_net-benefits {
  background: rgba(0,0,0,0.2);
  margin-top: 30px;
  padding: 20px;
  border-radius: 15px;
}

.mistbet_net-footer {
  text-align: center;
  font-size: 0.9rem;
  color: #ccc;
  margin-top: 40px;
}
