.page-blog-okbet-game-strategy {
  color: #333333; /* Dark text for light body background (var(--secondary-color) is unknown, defaulting to light) */
  line-height: 1.6;
  font-family: Arial, sans-serif;
  padding-top: var(--header-offset, 120px);
}

.page-blog-okbet-game-strategy__hero-section {
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF; /* White text on dark background */
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-blog-okbet-game-strategy__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4; /* Slightly dim the background image */
  z-index: 0;
}

.page-blog-okbet-game-strategy__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-okbet-game-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
}

.page-blog-okbet-game-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-okbet-game-strategy__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-okbet-game-strategy__hero-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
}

.page-blog-okbet-game-strategy__hero-button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-blog-okbet-game-strategy__hero-button--register:hover {
  background-color: #f0f0f0;
  transform: translateY(-3px);
}

.page-blog-okbet-game-strategy__hero-button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-blog-okbet-game-strategy__hero-button--login:hover {
  background-color: #e0a53b;
  transform: translateY(-3px);
}

.page-blog-okbet-game-strategy__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-blog-okbet-game-strategy__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.page-blog-okbet-game-strategy__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 80px;
  height: 4px;
  background-color: #FCBC45;
  border-radius: 2px;
}

.page-blog-okbet-game-strategy__sub-section-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-okbet-game-strategy__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-okbet-game-strategy__image-content {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-okbet-game-strategy__link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-okbet-game-strategy__link:hover {
  text-decoration: underline;
}

.page-blog-okbet-game-strategy__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 20px;
  text-align: center;
  margin-top: 40px;
  border-radius: 8px;
}

.page-blog-okbet-game-strategy__cta-text {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-okbet-game-strategy__cta-button {
  display: inline-block;
  padding: 18px 40px;
  background-color: #FCBC45;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-blog-okbet-game-strategy__cta-button:hover {
  background-color: #e0a53b;
  transform: translateY(-3px);
}

.page-blog-okbet-game-strategy__final-cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  gap: 30px;
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-okbet-game-strategy__final-cta-content {
  text-align: center;
}

.page-blog-okbet-game-strategy__final-cta-title {
  font-size: 2.2em;
  color: #000000;
  margin-bottom: 15px;
}

.page-blog-okbet-game-strategy__final-cta-description {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 25px;
}

.page-blog-okbet-game-strategy__final-cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
}

.page-blog-okbet-game-strategy__final-cta-button--primary {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-blog-okbet-game-strategy__final-cta-button--primary:hover {
  background-color: #e0a53b;
  transform: translateY(-3px);
}

.page-blog-okbet-game-strategy__final-cta-button--secondary {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-blog-okbet-game-strategy__final-cta-button--secondary:hover {
  background-color: #333333;
  transform: translateY(-3px);
}

/* Responsive adjustments */
@media (min-width: 769px) {
  .page-blog-okbet-game-strategy__final-cta-group {
    flex-direction: row;
    text-align: left;
  }

  .page-blog-okbet-game-strategy__final-cta-content {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .page-blog-okbet-game-strategy__hero-title {
    font-size: 2.5em;
  }

  .page-blog-okbet-game-strategy__hero-description {
    font-size: 1em;
  }

  .page-blog-okbet-game-strategy__hero-cta-group {
    flex-direction: column;
  }

  .page-blog-okbet-game-strategy__hero-button {
    width: 80%;
    max-width: 300px;
  }

  .page-blog-okbet-game-strategy__section-title {
    font-size: 2em;
  }

  .page-blog-okbet-game-strategy__sub-section-title {
    font-size: 1.5em;
  }

  .page-blog-okbet-game-strategy__paragraph {
    font-size: 0.95em;
  }

  .page-blog-okbet-game-strategy__cta-text {
    font-size: 1.2em;
  }

  .page-blog-okbet-game-strategy__cta-button {
    padding: 15px 25px;
    font-size: 1.1em;
  }

  .page-blog-okbet-game-strategy__final-cta-title {
    font-size: 1.8em;
  }

  .page-blog-okbet-game-strategy__final-cta-description {
    font-size: 1em;
  }

  .page-blog-okbet-game-strategy__final-cta-button {
    width: 100%;
    max-width: 280px;
    margin: 10px auto;
  }
  
  /* Critical: Prevent content images from overflowing on mobile */
  .page-blog-okbet-game-strategy img {
    max-width: 100%;
    height: auto;
  }
}