.page-blog-understanding-okbet-promotions-bonuses {
  background: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-understanding-okbet-promotions-bonuses__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
}

.page-blog-understanding-okbet-promotions-bonuses__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 300px;
}

.page-blog-understanding-okbet-promotions-bonuses__hero-content {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -100px; /* Pull content slightly over image for visual appeal, without overlapping text */
  background: rgba(17, 17, 17, 0.85); /* Card BG color with transparency */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-understanding-okbet-promotions-bonuses__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  color: #FFD36B;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-understanding-okbet-promotions-bonuses__hero-description {
  font-size: 1.2em;
  color: #FFF6D6;
  margin-bottom: 30px;
}

.page-blog-understanding-okbet-promotions-bonuses__hero-buttons,
.page-blog-understanding-okbet-promotions-bonuses__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-understanding-okbet-promotions-bonuses__btn-primary,
.page-blog-understanding-okbet-promotions-bonuses__btn-secondary,
.page-blog-understanding-okbet-promotions-bonuses__card-button,
.page-blog-understanding-okbet-promotions-bonuses a[class*="button"],
.page-blog-understanding-okbet-promotions-bonuses a[class*="btn"] {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-understanding-okbet-promotions-bonuses__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text for bright button */
  border: none;
}

.page-blog-understanding-okbet-promotions-bonuses__btn-primary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-understanding-okbet-promotions-bonuses__btn-secondary {
  background: #111111; /* Card BG */
  color: #FFD36B;
  border: 2px solid #FFD36B;
}

.page-blog-understanding-okbet-promotions-bonuses__btn-secondary:hover {
  transform: translateY(-2px);
  background: #FFD36B;
  color: #111111;
}

.page-blog-understanding-okbet-promotions-bonuses__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-understanding-okbet-promotions-bonuses__section-title {
  font-size: 2.5em;
  color: #FFD36B;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-understanding-okbet-promotions-bonuses__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #F2C14E;
  border-radius: 2px;
}

.page-blog-understanding-okbet-promuses-bonuses__text-block {
  font-size: 1.1em;
  color: #FFF6D6;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-understanding-okbet-promotions-bonuses__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-understanding-okbet-promotions-bonuses__card {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-understanding-okbet-promotions-bonuses__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-understanding-okbet-promotions-bonuses__card-title {
  font-size: 1.8em;
  color: #F2C14E;
  margin-bottom: 15px;
}

.page-blog-understanding-okbet-promotions-bonuses__card-text {
  font-size: 1em;
  color: #FFF6D6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-understanding-okbet-promotions-bonuses__card-button {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  border: none;
  width: auto;
  min-width: 150px;
}

.page-blog-understanding-okbet-promotions-bonuses__card-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-understanding-okbet-promotions-bonuses__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-blog-understanding-okbet-promotions-bonuses__image-text-block {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #111111;
  border: 1px solid #3A2A12;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-understanding-okbet-promotions-bonuses__image-text-block--reversed {
  flex-direction: row-reverse;
}

.page-blog-understanding-okbet-promotions-bonuses__image-text-block-image {
  flex: 1;
  max-width: 45%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  min-width: 200px;
}

.page-blog-understanding-okbet-promotions-bonuses__text-content {
  flex: 1;
  color: #FFF6D6;
}

.page-blog-understanding-okbet-promotions-bonuses__sub-title {
  font-size: 2em;
  color: #F2C14E;
  margin-bottom: 15px;
}

.page-blog-understanding-okbet-promotions-bonuses__vip-benefits-list {
  list-style: none;
  padding: 0;
  margin: 30px auto 40px auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.page-blog-understanding-okbet-promotions-bonuses__vip-benefits-list li {
  background: #111111;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  padding: 15px 20px;
  color: #FFF6D6;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-blog-understanding-okbet-promotions-bonuses__vip-benefits-list li strong {
  color: #F2C14E;
}

.page-blog-understanding-okbet-promotions-bonuses__payment-methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-understanding-okbet-promotions-bonuses__payment-method-card {
  background: #111111;
  border: 1px solid #3A2A12;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-understanding-okbet-promotions-bonuses__payment-method-image {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto 15px auto;
  display: block;
}

.page-blog-understanding-okbet-promotions-bonuses__payment-method-title {
  font-size: 1.5em;
  color: #F2C14E;
}

.page-blog-understanding-okbet-promotions-bonuses__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-blog-understanding-okbet-promotions-bonuses__faq-item {
  background: #111111;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-understanding-okbet-promotions-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2C14E;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-understanding-okbet-promotions-bonuses__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-understanding-okbet-promotions-bonuses__faq-question:hover {
  background-color: rgba(242, 193, 78, 0.1);
}

.page-blog-understanding-okbet-promotions-bonuses__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-understanding-okbet-promotions-bonuses__faq-item[open] .page-blog-understanding-okbet-promotions-bonuses__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-understanding-okbet-promotions-bonuses__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #FFF6D6;
}

.page-blog-understanding-okbet-promotions-bonuses__faq-answer p {
  margin-top: 0;
  margin-bottom: 0;
}

.page-blog-understanding-okbet-promotions-bonuses__cta {
  text-align: center;
  background: #111111;
  border-top: 1px solid #3A2A12;
  border-bottom: 1px solid #3A2A12;
}

@media (max-width: 1024px) {
  .page-blog-understanding-okbet-promotions-bonuses__hero-content {
    padding: 30px 15px;
    margin-top: -80px;
  }

  .page-blog-understanding-okbet-promotions-bonuses__main-title {
    font-size: clamp(1.8em, 4.5vw, 3em);
  }

  .page-blog-understanding-okbet-promotions-bonuses__hero-description {
    font-size: 1.1em;
  }

  .page-blog-understanding-okbet-promotions-bonuses__section {
    padding: 50px 15px;
  }

  .page-blog-understanding-okbet-promotions-bonuses__section-title {
    font-size: 2.2em;
  }

  .page-blog-understanding-okbet-promotions-bonuses__text-block {
    font-size: 1em;
  }

  .page-blog-understanding-okbet-promotions-bonuses__card-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }

  .page-blog-understanding-okbet-promotions-bonuses__image-text-block {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-understanding-okbet-promotions-bonuses__image-text-block--reversed {
    flex-direction: column;
  }

  .page-blog-understanding-okbet-promotions-bonuses__image-text-block-image {
    max-width: 80%;
    margin: 0 auto 20px auto;
  }

  .page-blog-understanding-okbet-promotions-bonuses__vip-benefits-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }

  .page-blog-understanding-okbet-promotions-bonuses__payment-methods-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .page-blog-understanding-okbet-promotions-bonuses {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-understanding-okbet-promotions-bonuses__hero-section {
    padding-top: 10px;
  }

  .page-blog-understanding-okbet-promotions-bonuses__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-understanding-okbet-promotions-bonuses__hero-content {
    padding: 20px 10px;
    margin-top: -60px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .page-blog-understanding-okbet-promotions-bonuses__main-title {
    font-size: clamp(1.5em, 8vw, 2.5em);
  }

  .page-blog-understanding-okbet-promotions-bonuses__hero-description {
    font-size: 1em;
  }

  .page-blog-understanding-okbet-promotions-bonuses__hero-buttons,
  .page-blog-understanding-okbet-promotions-bonuses__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-understanding-okbet-promotions-bonuses__btn-primary,
  .page-blog-understanding-okbet-promotions-bonuses__btn-secondary,
  .page-blog-understanding-okbet-promotions-bonuses__card-button,
  .page-blog-understanding-okbet-promotions-bonuses a[class*="button"],
  .page-blog-understanding-okbet-promotions-bonuses a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-blog-understanding-okbet-promotions-bonuses__section,
  .page-blog-understanding-okbet-promotions-bonuses__overview,
  .page-blog-understanding-okbet-promotions-bonuses__welcome-bonuses,
  .page-blog-understanding-okbet-promotions-bonuses__ongoing-promotions,
  .page-blog-understanding-okbet-promotions-bonuses__vip-program,
  .page-blog-understanding-okbet-promotions-bonuses__payment-options,
  .page-blog-understanding-okbet-promotions-bonuses__faq,
  .page-blog-understanding-okbet-promotions-bonuses__cta {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-understanding-okbet-promotions-bonuses__section-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

  .page-blog-understanding-okbet-promotions-bonuses__text-block {
    font-size: 0.95em;
  }

  .page-blog-understanding-okbet-promotions-bonuses__card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-understanding-okbet-promotions-bonuses__card-image {
    height: 180px;
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-blog-understanding-okbet-promotions-bonuses__card-title {
    font-size: 1.5em;
  }

  .page-blog-understanding-okbet-promotions-bonuses__image-text-block {
    padding: 20px;
    gap: 20px;
  }

  .page-blog-understanding-okbet-promotions-bonuses__image-text-block-image {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto 15px auto;
  }

  .page-blog-understanding-okbet-promotions-bonuses__sub-title {
    font-size: 1.6em;
  }

  .page-blog-understanding-okbet-promotions-bonuses__vip-benefits-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-blog-understanding-okbet-promotions-bonuses__payment-methods-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-understanding-okbet-promotions-bonuses__payment-method-image {
    max-width: 100px;
  }

  .page-blog-understanding-okbet-promotions-bonuses__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-understanding-okbet-promotions-bonuses__faq-answer {
    padding: 0 20px 15px 20px;
  }
}