.page-resources-slot-machine-jackpot-tips {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-slot-machine-jackpot-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-slot-machine-jackpot-tips__hero-section {
  background: linear-gradient(135deg, #007bff, #4da3ff);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-slot-machine-jackpot-tips__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("[GALLERY:bg:abstract,geometric,blue_gold]") no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-slot-machine-jackpot-tips__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.page-resources-slot-machine-jackpot-tips__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-resources-slot-machine-jackpot-tips__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #333333;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.page-resources-slot-machine-jackpot-tips__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-resources-slot-machine-jackpot-tips__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-slot-machine-jackpot-tips__section-title {
  font-size: 2.5em;
  color: #007bff;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.page-resources-slot-machine-jackpot-tips__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-resources-slot-machine-jackpot-tips__sub-section-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
}

.page-resources-slot-machine-jackpot-tips p {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-slot-machine-jackpot-tips ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-slot-machine-jackpot-tips ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-slot-machine-jackpot-tips__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-slot-machine-jackpot-tips__main-image,
.page-resources-slot-machine-jackpot-tips__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-slot-machine-jackpot-tips__main-image {
  max-height: 500px;
  object-fit: cover;
}

.page-resources-slot-machine-jackpot-tips__cta-banner {
  background-color: #007bff;
  color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin: 50px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-slot-machine-jackpot-tips__cta-text {
  font-size: 1.6em;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-slot-machine-jackpot-tips__final-cta-text {
  font-size: 1.3em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #0056b3;
  font-weight: bold;
}

.page-resources-slot-machine-jackpot-tips__button-group {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}

.page-resources-slot-machine-jackpot-tips__button-group .page-resources-slot-machine-jackpot-tips__cta-button {
  margin: 0 15px;
}

.page-resources-slot-machine-jackpot-tips__cta-button--primary {
  background-color: #007bff;
  color: #ffffff;
}

.page-resources-slot-machine-jackpot-tips__cta-button--primary:hover {
  background-color: #0056b3;
}

.page-resources-slot-machine-jackpot-tips__cta-button--secondary {
  background-color: #ffc107;
  color: #333333;
}

.page-resources-slot-machine-jackpot-tips__cta-button--secondary:hover {
  background-color: #e0a800;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-slot-machine-jackpot-tips__hero-title {
    font-size: 2.5em;
  }

  .page-resources-slot-machine-jackpot-tips__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-slot-machine-jackpot-tips__section-title {
    font-size: 2em;
  }

  .page-resources-slot-machine-jackpot-tips__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-slot-machine-jackpot-tips__cta-text {
    font-size: 1.3em;
  }

  .page-resources-slot-machine-jackpot-tips__button-group .page-resources-slot-machine-jackpot-tips__cta-button {
    display: block;
    margin: 15px auto;
  }
}

@media (max-width: 480px) {
  .page-resources-slot-machine-jackpot-tips__hero-title {
    font-size: 2em;
  }

  .page-resources-slot-machine-jackpot-tips__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-slot-machine-jackpot-tips__section-title {
    font-size: 1.8em;
  }

  .page-resources-slot-machine-jackpot-tips__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-slot-machine-jackpot-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-slot-machine-jackpot-tips__cta-text {
    font-size: 1.1em;
  }
}