/* style/blog-okbet-latest-promotions.css */

/* Base styles for the page content, ensuring text contrast with the dark background */
.page-blog-okbet-latest-promotions {
  background-color: #0A0A0A; /* Background color from custom palette */
  color: #FFF6D6; /* Text color from custom palette */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 10px; /* Small top padding for the first section, body handles --header-offset */
}

.page-blog-okbet-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px;
}

.page-blog-okbet-latest-promotions__hero-image-wrapper {
  width: 100%;
  position: relative;
}

.page-blog-okbet-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly dim the image for text readability */
}

.page-blog-okbet-latest-promotions__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 900px;
  width: 90%;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(17, 17, 17, 0.7); /* Card BG with transparency for hero content */
  border-radius: 8px;
  border: 1px solid #3A2A12; /* Border from custom palette */
}

.page-blog-okbet-latest-promotions__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #FFD36B; /* Auxiliary color for titles */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-okbet-latest-promotions__hero-description {
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  color: #FFF6D6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-okbet-latest-promotions__hero-cta {
  margin-top: 20px;
}

.page-blog-okbet-latest-promotions__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #0A0A0A;
}

.page-blog-okbet-latest-promotions__dark-section {
  background-color: #0A0A0A;
  color: #FFF6D6;
}

.page-blog-okbet-latest-promotions__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-okbet-latest-promotions__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #F2C14E; /* Main color for section titles */
  margin-bottom: 30px;
  text-align: center;
  padding-top: 40px;
}

.page-blog-okbet-latest-promotions__sub-title {
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  color: #FFD36B; /* Auxiliary color for sub-titles */
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-blog-okbet-latest-promotions__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-okbet-latest-promotions__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
}

.page-blog-okbet-latest-promotions__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
  max-width: 800px; /* Constrain content images */
}

.page-blog-okbet-latest-promotions__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button gradient from custom palette */
  color: #111111; /* Dark text for bright button */
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-blog-okbet-latest-promotions__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-okbet-latest-promotions__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-blog-okbet-latest-promotions__numbered-list,
.page-blog-okbet-latest-promotions__bullet-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-okbet-latest-promotions__numbered-list li,
.page-blog-okbet-latest-promotions__bullet-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #FFF6D6;
}

.page-blog-okbet-latest-promotions__numbered-list li::before {
  content: counter(list-item) ".";
  counter-increment: list-item;
  position: absolute;
  left: 0;
  color: #F2C14E; /* Main color for list numbers */
  font-weight: bold;
  font-size: 1.2rem;
  top: 0;
}

.page-blog-okbet-latest-promotions__bullet-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #F2C14E; /* Main color for list bullets */
  font-weight: bold;
  font-size: 1.2rem;
  top: 0;
}

/* FAQ Section Styles */
.page-blog-okbet-latest-promotions__faq-list {
  margin-top: 40px;
}

.page-blog-okbet-latest-promotions__faq-item {
  background-color: #111111; /* Card BG from custom palette */
  border: 1px solid #3A2A12; /* Border from custom palette */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-okbet-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: bold;
  color: #FFD36B; /* Auxiliary color for FAQ questions */
  transition: background-color 0.3s ease;
}

.page-blog-okbet-latest-promotions__faq-question:hover {
  background-color: rgba(242, 193, 78, 0.1); /* Light hover effect with main color */
}

.page-blog-okbet-latest-promotions__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F2C14E;
}

.page-blog-okbet-latest-promotions__faq-item.active .page-blog-okbet-latest-promotions__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-okbet-latest-promotions__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #FFF6D6;
}

.page-blog-okbet-latest-promotions__faq-item.active .page-blog-okbet-latest-promotions__faq-answer {
  max-height: 1000px !important; /* Important to override default and ensure full expansion */
  padding: 20px;
}

.page-blog-okbet-latest-promotions__faq-answer p {
  margin: 0;
  color: #FFF6D6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-okbet-latest-promotions {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-okbet-latest-promotions__hero-section {
    padding-bottom: 20px;
  }

  .page-blog-okbet-latest-promotions__hero-content {
    padding: 15px;
    width: 95%;
  }

  .page-blog-okbet-latest-promotions__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 10px;
  }

  .page-blog-okbet-latest-promotions__hero-description {
    font-size: clamp(0.9rem, 3.5vw, 1.1rem);
    margin-bottom: 20px;
  }

  .page-blog-okbet-latest-promotions__section-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .page-blog-okbet-latest-promotions__sub-title {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-okbet-latest-promotions__text-block {
    font-size: 1rem;
  }

  /* Images responsive */
  .page-blog-okbet-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  .page-blog-okbet-latest-promotions__section,
  .page-blog-okbet-latest-promotions__card,
  .page-blog-okbet-latest-promotions__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Buttons responsive */
  .page-blog-okbet-latest-promotions__btn-primary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-okbet-latest-promotions__cta-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-okbet-latest-promotions__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-okbet-latest-promotions__faq-answer {
    padding: 15px;
  }
}