.page-game-guides-roulette-winning-tips {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-game-guides-roulette-winning-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-game-guides-roulette-winning-tips__hero-section {
  background: linear-gradient(135deg, #0A2463, #3b5998);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-guides-roulette-winning-tips__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:roulette_table_blurred,abstract_glow,casino_atmosphere]') no-repeat center center/cover;
  opacity: 0.2;
  z-index: 0;
}

.page-game-guides-roulette-winning-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  position: relative;
  z-index: 1;
}

.page-game-guides-roulette-winning-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-game-guides-roulette-winning-tips__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.page-game-guides-roulette-winning-tips__btn--primary {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
}

.page-game-guides-roulette-winning-tips__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-game-guides-roulette-winning-tips__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-game-guides-roulette-winning-tips__article {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-game-guides-roulette-winning-tips__section-title {
  font-size: 2.5em;
  color: #0A2463;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 15px;
  margin-top: 40px;
}

.page-game-guides-roulette-winning-tips__subsection-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-game-guides-roulette-winning-tips__article p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-game-guides-roulette-winning-tips__article ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-game-guides-roulette-winning-tips__article ul li {
  margin-bottom: 8px;
  font-size: 1.1em;
}

.page-game-guides-roulette-winning-tips__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-game-guides-roulette-winning-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-game-guides-roulette-winning-tips__cta-banner {
  background-color: #0A2463;
  color: #fff;
  padding: 50px;
  border-radius: 8px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.page-game-guides-roulette-winning-tips__cta-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-game-guides-roulette-winning-tips__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-guides-roulette-winning-tips__btn--secondary {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
  margin: 0 10px;
}

.page-game-guides-roulette-winning-tips__btn--secondary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-game-guides-roulette-winning-tips__btn--outline {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin: 0 10px;
}

.page-game-guides-roulette-winning-tips__btn--outline:hover {
  background-color: #FFD700;
  color: #0A2463;
}

.page-game-guides-roulette-winning-tips__floating-ad {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 280px;
  background-color: #0A2463;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 1000;
  animation: page-game-guides-roulette-winning-tips__fade-in-up 0.5s ease-out;
}

.page-game-guides-roulette-winning-tips__ad-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.page-game-guides-roulette-winning-tips__ad-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-game-guides-roulette-winning-tips__ad-text {
  padding: 15px;
  text-align: center;
}

.page-game-guides-roulette-winning-tips__ad-title {
  font-size: 1.1em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-game-guides-roulette-winning-tips__ad-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.page-game-guides-roulette-winning-tips__ad-button:hover {
  background-color: #e6c200;
}

@keyframes page-game-guides-roulette-winning-tips__fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-game-guides-roulette-winning-tips__hero-title {
    font-size: 2.5em;
  }

  .page-game-guides-roulette-winning-tips__hero-description,
  .page-game-guides-roulette-winning-tips__article p,
  .page-game-guides-roulette-winning-tips__article ul li {
    font-size: 1em;
  }

  .page-game-guides-roulette-winning-tips__section-title {
    font-size: 2em;
  }

  .page-game-guides-roulette-winning-tips__subsection-title {
    font-size: 1.5em;
  }

  .page-game-guides-roulette-winning-tips__cta-banner {
    padding: 30px;
  }

  .page-game-guides-roulette-winning-tips__cta-title {
    font-size: 1.8em;
  }

  .page-game-guides-roulette-winning-tips__btn {
    padding: 12px 20px;
    font-size: 0.9em;
    margin: 5px;
  }

  .page-game-guides-roulette-winning-tips__floating-ad {
    width: 200px;
    bottom: 15px;
    right: 15px;
  }

  .page-game-guides-roulette-winning-tips__ad-image {
    height: 90px;
  }

  .page-game-guides-roulette-winning-tips__ad-title {
    font-size: 0.9em;
  }

  .page-game-guides-roulette-winning-tips__ad-button {
    padding: 6px 10px;
    font-size: 0.8em;
  }
}

@media (max-width: 480px) {
  .page-game-guides-roulette-winning-tips__hero-section {
    padding: 70px 0;
  }

  .page-game-guides-roulette-winning-tips__hero-title {
    font-size: 2em;
  }

  .page-game-guides-roulette-winning-tips__article {
    padding: 20px;
  }

  .page-game-guides-roulette-winning-tips__section-title {
    font-size: 1.8em;
  }

  .page-game-guides-roulette-winning-tips__subsection-title {
    font-size: 1.3em;
  }

  .page-game-guides-roulette-winning-tips__btn {
    display: block;
    margin: 10px auto;
    width: fit-content;
  }

  .page-game-guides-roulette-winning-tips__floating-ad {
    width: 180px;
    bottom: 10px;
    right: 10px;
  }

  .page-game-guides-roulette-winning-tips__ad-image {
    height: 70px;
  }
}