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

.container-mossbet {
  max-width: 1000px;
  margin: auto;
  padding: 30px 20px;
}

.hero-mossbet {
  text-align: center;
  padding: 30px 20px;
  background: #ff6c00;
  border-radius: 15px;
  box-shadow: 0 0 20px #ff6c0088;
}

.logo-mossbet {
  width: 160px;
  margin-bottom: 10px; /* уменьшен отступ */
}

.hero-mossbet h1 {
  font-size: 1.8rem; /* уменьшен размер текста */
  margin-bottom: 8px;
}

.tagline-mossbet {
  font-size: 1rem; /* уменьшен размер текста */
  margin-bottom: 16px;
}

.cta-mossbet {
  padding: 12px 28px;
  font-size: 1rem; /* уменьшен размер текста */
  background: #003366;
  color: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 0 10px #ffffff55;
  transition: all 0.3s ease-in-out;
}

.cta-mossbet:hover {
  background: #001d40;
  box-shadow: 0 0 20px #ffffffaa;
  transform: scale(1.05);
}

.features-mossbet {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  margin: 40px 0;
}

.feature-mossbet {
  background: #1a1a1a;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ff6c0099;
  text-align: center;
  flex: 1;
}

.footer-mossbet {
  text-align: center;
  color: #aaa;
  font-size: 0.85rem;
}
