/* style/bet88-exclusive-strategies-slots-winning-patterns.css */
.page-bet88-exclusive-strategies-slots-winning-patterns {
  font-family: 'Arial', sans-serif;
  color: #E5E5E5; /* Light grey for general text on dark background */
  background-color: #1A1A1A; /* Dark background */
  line-height: 1.6;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__hero {
  background: linear-gradient(135deg, #FFD700, #1A1A1A);
  padding: 100px 0;
  text-align: center;
  color: #1A1A1A; /* Dark text on bright hero background */
  position: relative;
  overflow: hidden;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1A1A1A; /* Dark text for title */
}

.page-bet88-exclusive-strategies-slots-winning-patterns__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #333333; /* Slightly lighter dark text */
}

.page-bet88-exclusive-strategies-slots-winning-patterns__section {
  padding: 60px 0;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__section--alt-bg {
  background-color: #2A2A2A;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__content-grid--reverse {
  grid-template-areas: "image text";
}

.page-bet88-exclusive-strategies-slots-winning-patterns__content-grid--reverse .page-bet88-exclusive-strategies-slots-winning-patterns__text-content {
  grid-area: text;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__content-grid--reverse .page-bet88-exclusive-strategies-slots-winning-patterns__image-wrapper {
  grid-area: image;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold for main headings */
  margin-bottom: 25px;
  font-weight: bold;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__sub-heading {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-headings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__text-content p {
  margin-bottom: 15px;
  color: #E5E5E5; /* Light grey for paragraphs */
}

.page-bet88-exclusive-strategies-slots-winning-patterns__text-content ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #E5E5E5;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__text-content ul li {
  margin-bottom: 8px;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__image-wrapper {
  text-align: center;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-bet88-exclusive-strategies-slots-winning-patterns__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__btn--primary {
  background-color: #FFD700;
  color: #1A1A1A;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__btn--primary:hover {
  background-color: #e6c200;
  color: #000000;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__btn--secondary {
  background-color: #333333;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A1A1A;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__btn--tertiary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__btn--tertiary:hover {
  background-color: #FFD700;
  color: #1A1A1A;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__cta-section {
  background-color: #0F0F0F;
  text-align: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__cta-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__cta-description {
  font-size: 1.2em;
  color: #CCCCCC;
  margin-bottom: 40px;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-bet88-exclusive-strategies-slots-winning-patterns__cta-image {
  position: absolute;
  bottom: -50px;
  right: -50px;
  opacity: 0.1;
  width: 400px;
  height: auto;
  transform: rotate(15deg);
  z-index: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-bet88-exclusive-strategies-slots-winning-patterns__content-grid {
    grid-template-columns: 1fr;
  }

  .page-bet88-exclusive-strategies-slots-winning-patterns__content-grid--reverse {
    grid-template-areas: unset; /* Reset grid area for mobile */
  }

  .page-bet88-exclusive-strategies-slots-winning-patterns__hero-title {
    font-size: 2.5em;
  }

  .page-bet88-exclusive-strategies-slots-winning-patterns__hero-subtitle {
    font-size: 1.1em;
  }

  .page-bet88-exclusive-strategies-slots-winning-patterns__heading {
    font-size: 2em;
  }

  .page-bet88-exclusive-strategies-slots-winning-patterns__sub-heading {
    font-size: 1.5em;
  }

  .page-bet88-exclusive-strategies-slots-winning-patterns__cta-title {
    font-size: 2.2em;
  }

  .page-bet88-exclusive-strategies-slots-winning-patterns__cta-image {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-bet88-exclusive-strategies-slots-winning-patterns__hero {
    padding: 60px 0;
  }

  .page-bet88-exclusive-strategies-slots-winning-patterns__section {
    padding: 40px 0;
  }

  .page-bet88-exclusive-strategies-slots-winning-patterns__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-bet88-exclusive-strategies-slots-winning-patterns__btn {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .page-bet88-exclusive-strategies-slots-winning-patterns__hero-title {
    font-size: 2em;
  }

  .page-bet88-exclusive-strategies-slots-winning-patterns__heading {
    font-size: 1.8em;
  }

  .page-bet88-exclusive-strategies-slots-winning-patterns__cta-title {
    font-size: 1.8em;
  }
}