.page-go8-game-strategies-slot {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-go8-game-strategies-slot__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-go8-game-strategies-slot__section {
  padding: 60px 0;
  text-align: center;
}

.page-go8-game-strategies-slot__section--light {
  background-color: #f8f8f8;
  color: #333;
}

.page-go8-game-strategies-slot__section--dark {
  background-color: #0A2463;
  color: #FFFFFF;
}

.page-go8-game-strategies-slot__section h2,
.page-go8-game-strategies-slot__section h3 {
  color: #0A2463;
}

.page-go8-game-strategies-slot__section--dark h2,
.page-go8-game-strategies-slot__section--dark h3 {
  color: #E3B505;
}

.page-go8-game-strategies-slot__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0A2463 0%, #304E8A 100%);
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  gap: 40px;
}

@media (min-width: 768px) {
  .page-go8-game-strategies-slot__hero {
    flex-direction: row;
    text-align: left;
    padding: 100px 20px;
  }
  .page-go8-game-strategies-slot__hero-content {
    flex: 1;
  }
  .page-go8-game-strategies-slot__hero-image-container {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
}

.page-go8-game-strategies-slot__hero h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E3B505;
  line-height: 1.2;
}

.page-go8-game-strategies-slot__hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .page-go8-game-strategies-slot__hero p {
    margin-left: 0;
  }
}

.page-go8-game-strategies-slot__hero-image-container {
  max-width: 500px;
}

.page-go8-game-strategies-slot__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-go8-game-strategies-slot__cta-button {
  display: inline-block;
  background-color: #E3B505;
  color: #0A2463;
  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;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-go8-game-strategies-slot__cta-button:hover {
  background-color: #d1a604;
  transform: translateY(-2px);
}

.page-go8-game-strategies-slot__cta-button--secondary {
  background-color: #0A2463;
  color: #E3B505;
  border: 2px solid #E3B505;
}

.page-go8-game-strategies-slot__cta-button--secondary:hover {
  background-color: #061842;
  border-color: #d1a604;
}

.page-go8-game-strategies-slot__cta-button--large {
  padding: 20px 40px;
  font-size: 1.3em;
}

.page-go8-game-strategies-slot__section h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.page-go8-game-strategies-slot__section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #E3B505;
  border-radius: 2px;
}

.page-go8-game-strategies-slot__section--dark h2::after {
  background-color: #FFFFFF;
}

.page-go8-game-strategies-slot__section h3 {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #0A2463;
}

.page-go8-game-strategies-slot__section--dark h3 {
  color: #E3B505;
}

.page-go8-game-strategies-slot__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-go8-game-strategies-slot__section ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 1.1em;
  color: #333;
}

.page-go8-game-strategies-slot__section--dark ul {
  color: #f0f0f0;
}

.page-go8-game-strategies-slot__section ul li {
  margin-bottom: 10px;
}

.page-go8-game-strategies-slot__image--inline {
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-go8-game-strategies-slot__section--dark .page-go8-game-strategies-slot__image--inline {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-go8-game-strategies-slot__hero h1 {
    font-size: 2.5em;
  }
  .page-go8-game-strategies-slot__hero p {
    font-size: 1em;
  }
  .page-go8-game-strategies-slot__section h2 {
    font-size: 2em;
  }
  .page-go8-game-strategies-slot__section h3 {
    font-size: 1.5em;
  }
  .page-go8-game-strategies-slot__section p,
  .page-go8-game-strategies-slot__section ul {
    font-size: 0.95em;
  }
  .page-go8-game-strategies-slot__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-go8-game-strategies-slot__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}