/* style/blog-okbet-latest-promotions.css */
:root {
  --okbet-primary-color: #F2C14E;
  --okbet-secondary-color: #FFD36B;
  --okbet-card-bg: #111111;
  --okbet-background: #0A0A0A;
  --okbet-text-main: #FFF6D6;
  --okbet-border-color: #3A2A12;
  --okbet-glow-color: #FFD36B;
  --okbet-button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
}

.page-blog-okbet-latest-promotions {
  color: var(--okbet-text-main); /* Ensure text is light on dark body background */
  background-color: var(--okbet-background);
}

.page-blog-okbet-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* Small padding-top to avoid double header offset, then generous bottom padding */
  text-align: center;
  overflow: hidden;
}

.page-blog-okbet-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-height: 700px; /* Limit height for hero image */
}

.page-blog-okbet-latest-promotions__hero-content {
  position: relative; /* Changed from absolute to relative to be below the image */
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  margin-top: -100px; /* Pull content up slightly over the image if desired, but ensure no overlap */
  background: rgba(17, 17, 17, 0.85); /* Semi-transparent dark background for readability */
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-okbet-latest-promotions__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--okbet-secondary-color);
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.6);
}

.page-blog-okbet-latest-promotions__intro-text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--okbet-text-main);
  margin-bottom: 30px;
}

.page-blog-okbet-latest-promotions__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-okbet-latest-promotions__btn-primary,
.page-blog-okbet-latest-promotions__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
}

.page-blog-okbet-latest-promotions__btn-primary {
  background: var(--okbet-button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(255, 211, 107, 0.4);
}

.page-blog-okbet-latest-promotions__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 211, 107, 0.6);
}

.page-blog-okbet-latest-promotions__btn-secondary {
  background: transparent;
  color: var(--okbet-secondary-color);
  border: 2px solid var(--okbet-secondary-color);
}

.page-blog-okbet-latest-promotions__btn-secondary:hover {
  background: var(--okbet-secondary-color);
  color: var(--okbet-card-bg);
  transform: translateY(-3px);
}

.page-blog-okbet-latest-promotions__overview-section,
.page-blog-okbet-latest-promotions__promotion-categories,
.page-blog-okbet-latest-promotions__how-to-claim,
.page-blog-okbet-latest-promotions__terms-conditions,
.page-blog-okbet-latest-promotions__why-choose,
.page-blog-okbet-latest-promotions__faq-section,
.page-blog-okbet-latest-promotions__final-cta-section {
  padding: 60px 20px;
  background-color: var(--okbet-background);
  border-top: 1px solid var(--okbet-border-color);
}

.page-blog-okbet-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.page-blog-okbet-latest-promotions__section-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: var(--okbet-primary-color);
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.5);
}

.page-blog-okbet-latest-promotions p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--okbet-text-main);
}

.page-blog-okbet-latest-promotions a {
  color: var(--okbet-secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-okbet-latest-promotions a:hover {
  color: var(--okbet-primary-color);
  text-decoration: underline;
}

.page-blog-okbet-latest-promotions__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-okbet-latest-promotions__card {
  background-color: var(--okbet-card-bg);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--okbet-border-color);
}

.page-blog-okbet-latest-promotions__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-blog-okbet-latest-promotions__card-title {
  font-size: 1.5rem;
  color: var(--okbet-primary-color);
  margin: 0 20px 15px 20px;
  line-height: 1.3;
}

.page-blog-okbet-latest-promotions__card-text {
  font-size: 1rem;
  color: var(--okbet-text-main);
  padding: 0 20px;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-blog-okbet-latest-promotions__card-button {
  margin: 0 20px;
  display: inline-block;
  width: calc(100% - 40px);
}

.page-blog-okbet-latest-promotions__claim-steps {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
  margin-top: 40px;
}

.page-blog-okbet-latest-promotions__claim-steps li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--okbet-text-main);
}

.page-blog-okbet-latest-promotions__step-icon {
  counter-increment: step-counter;
  width: 40px;
  height: 40px;
  min-width: 40px; /* Ensure icon doesn't shrink */
  border-radius: 50%;
  background: var(--okbet-primary-color);
  color: var(--okbet-card-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 20px;
  box-shadow: 0 0 10px var(--okbet-primary-color);
}

.page-blog-okbet-latest-promotions__guide-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-okbet-latest-promotions__terms-list,
.page-blog-okbet-latest-promotions__why-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-okbet-latest-promotions__terms-list li,
.page-blog-okbet-latest-promotions__why-list li {
  background-color: var(--okbet-card-bg);
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--okbet-text-main);
  border-left: 5px solid var(--okbet-primary-color);
}

.page-blog-okbet-latest-promotions__terms-list li strong,
.page-blog-okbet-latest-promotions__why-list li strong {
  color: var(--okbet-secondary-color);
}

.page-blog-okbet-latest-promotions__faq-list {
  margin-top: 40px;
}

.page-blog-okbet-latest-promotions__faq-item {
  background-color: var(--okbet-card-bg);
  border: 1px solid var(--okbet-border-color);
  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;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-blog-okbet-latest-promotions__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-blog-okbet-latest-promotions__faq-question h3 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--okbet-primary-color);
}

.page-blog-okbet-latest-promotions__faq-toggle {
  font-size: 2rem;
  line-height: 1;
  color: var(--okbet-secondary-color);
  transition: transform 0.3s ease;
}

.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: var(--okbet-text-main);
}

.page-blog-okbet-latest-promotions__faq-item.active .page-blog-okbet-latest-promotions__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 20px;
  padding-top: 0;
}

.page-blog-okbet-latest-promotions__final-cta-section .page-blog-okbet-latest-promotions__cta-buttons {
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-okbet-latest-promotions__hero-content {
    margin-top: -50px;
  }
}

@media (max-width: 768px) {
  .page-blog-okbet-latest-promotions__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-okbet-latest-promotions__hero-content {
    margin-top: -30px;
    padding: 30px 15px;
    width: calc(100% - 30px);
  }

  .page-blog-okbet-latest-promotions__main-title {
    font-size: 2rem;
  }

  .page-blog-okbet-latest-promotions__intro-text {
    font-size: 1rem;
  }

  .page-blog-okbet-latest-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-blog-okbet-latest-promotions__btn-primary,
  .page-blog-okbet-latest-promotions__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-okbet-latest-promotions__overview-section,
  .page-blog-okbet-latest-promotions__promotion-categories,
  .page-blog-okbet-latest-promotions__how-to-claim,
  .page-blog-okbet-latest-promotions__terms-conditions,
  .page-blog-okbet-latest-promotions__why-choose,
  .page-blog-okbet-latest-promotions__faq-section,
  .page-blog-okbet-latest-promotions__final-cta-section {
    padding: 40px 15px;
  }

  .page-blog-okbet-latest-promotions__container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-okbet-latest-promotions__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-okbet-latest-promotions p,
  .page-blog-okbet-latest-promotions li {
    font-size: 1rem;
  }

  .page-blog-okbet-latest-promotions__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-okbet-latest-promotions__card-image {
    height: 200px;
  }

  .page-blog-okbet-latest-promotions__card-title {
    font-size: 1.3rem;
  }

  .page-blog-okbet-latest-promotions__card-text {
    font-size: 0.95rem;
  }

  .page-blog-okbet-latest-promotions__claim-steps li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-blog-okbet-latest-promotions__step-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-blog-okbet-latest-promotions__guide-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-okbet-latest-promotions__terms-list li,
  .page-blog-okbet-latest-promotions__why-list li {
    padding: 12px 15px;
    font-size: 1rem;
  }

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

  .page-blog-okbet-latest-promotions__faq-question h3 {
    font-size: 1.05rem;
  }

  .page-blog-okbet-latest-promotions__faq-toggle {
    font-size: 1.5rem;
  }

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

  .page-blog-okbet-latest-promotions__faq-item.active .page-blog-okbet-latest-promotions__faq-answer {
    padding: 15px;
    padding-top: 0;
  }

  .page-blog-okbet-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .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;
  }
}