.body-mostbett {
  margin: 0;
  background: #002244;
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
}

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

.hero-mostbett {
  text-align: center;
  background: #ff6c00;
  border-radius: 18px;
  padding: 30px 16px;
  box-shadow: 0 0 20px #ff6c00aa;
}

.logo-mostbett {
  width: 200px;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 6px #fff);
}

.title-mostbett {
  font-size: 2rem;
  margin: 10px 0;
}

.subtitle-mostbett {
  font-size: 1rem;
  margin-bottom: 16px;
  color: #fff;
}

.cta-mostbett {
  background: #fff;
  color: #ff6c00;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 12px #ffffff99;
  transition: all 0.3s ease-in-out;
}

.cta-mostbett:hover {
  background: #002244;
  color: #fff;
  box-shadow: 0 0 18px #ffffffcc;
}

.features-mostbett {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 30px 0;
  flex-wrap: wrap;
}

.feature-mostbett {
  flex: 1 1 30%;
  background: #1a1a1a;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 0 10px #ff6c0088;
}

.footer-mostbett {
  text-align: center;
  color: #999;
  font-size: 0.85rem;
  margin-top: 30px;
}
