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

/* Variables */
:root {
  --okbet-primary: #F2C14E;
  --okbet-secondary: #FFD36B;
  --okbet-card-bg: #111111;
  --okbet-text-main: #FFF6D6;
  --okbet-border: #3A2A12;
  --okbet-glow: #FFD36B;
  --okbet-body-bg: #0A0A0A; /* From shared.css, for context */
}

/* Base styles for the page content, ensuring contrast with body background */
.page-blog-okbet-latest-promotions-guide {
  color: var(--okbet-text-main); /* Light text for dark body background */
  background-color: var(--okbet-body-bg);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-okbet-latest-promotions-guide__section {
  padding: 60px 20px;
  text-align: center;
  background-color: var(--okbet-body-bg);
}

.page-blog-okbet-latest-promotions-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-okbet-latest-promotions-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: var(--okbet-body-bg);
}

.page-blog-okbet-latest-promotions-guide__hero-image-wrapper {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-okbet-latest-promotions-guide__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-okbet-latest-promotions-guide__hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 15px;
  max-width: 900px;
  margin-top: 20px;
}

.page-blog-okbet-latest-promotions-guide__main-title {
  color: var(--okbet-primary);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.page-blog-okbet-latest-promotions-guide__hero-description {
  color: var(--okbet-text-main);
  font-size: 1.1em;
  margin-bottom: 30px;
}

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

.page-blog-okbet-latest-promotions-guide__btn-primary,
.page-blog-okbet-latest-promotions-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-okbet-latest-promotions-guide__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #ffffff;
  border: none;
}

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

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

.page-blog-okbet-latest-promotions-guide__btn-secondary:hover {
  background: var(--okbet-primary);
  color: var(--okbet-body-bg);
  transform: translateY(-2px);
}

.page-blog-okbet-latest-promotions-guide__section-title {
  color: var(--okbet-primary);
  margin-bottom: 30px;
  font-size: 2.2em;
}

.page-blog-okbet-latest-promotions-guide__sub-title {
  color: var(--okbet-secondary);
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.8em;
}

.page-blog-okbet-latest-promotions-guide__text-block {
  color: var(--okbet-text-main);
  margin-bottom: 20px;
  font-size: 1.05em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-okbet-latest-promotions-guide__numbered-list {
  list-style-type: decimal;
  text-align: left;
  max-width: 900px;
  margin: 0 auto 30px auto;
  padding-left: 25px;
  color: var(--okbet-text-main);
}

.page-blog-okbet-latest-promotions-guide__numbered-list li {
  margin-bottom: 10px;
}

.page-blog-okbet-latest-promotions-guide__numbered-list li strong {
  color: var(--okbet-primary);
}

.page-blog-okbet-latest-promotions-guide__link-inline {
  color: var(--okbet-secondary);
  text-decoration: underline;
}

.page-blog-okbet-latest-promotions-guide__link-inline:hover {
  color: var(--okbet-primary);
}

.page-blog-okbet-latest-promotions-guide__keyword-highlight {
  color: var(--okbet-secondary);
  font-weight: bold;
}

.page-blog-okbet-latest-promotions-guide__image-full-width {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 40px;
  border-radius: 8px;
}

.page-blog-okbet-latest-promotions-guide__image-center {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

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

.page-blog-okbet-latest-promotions-guide__promo-card {
  background-color: var(--okbet-card-bg);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  border: 1px solid var(--okbet-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--okbet-text-main);
}

.page-blog-okbet-latest-promotions-guide__promo-card .page-blog-okbet-latest-promotions-guide__card-title {
  color: var(--okbet-primary);
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-blog-okbet-latest-promotions-guide__promo-card .page-blog-okbet-latest-promotions-guide__card-text {
  color: var(--okbet-text-main);
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-blog-okbet-latest-promotions-guide__promo-card .page-blog-okbet-latest-promotions-guide__btn-primary,
.page-blog-okbet-latest-promotions-guide__promo-card .page-blog-okbet-latest-promotions-guide__btn-secondary {
  align-self: flex-start;
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-blog-okbet-latest-promotions-guide__dark-bg {
  background-color: var(--okbet-card-bg);
  color: var(--okbet-text-main);
}

.page-blog-okbet-latest-promotions-guide__faq-section {
  background-color: var(--okbet-body-bg);
}

.page-blog-okbet-latest-promotions-guide__faq-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-blog-okbet-latest-promotions-guide__faq-item {
  background-color: var(--okbet-card-bg);
  border: 1px solid var(--okbet-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-okbet-latest-promotions-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  color: var(--okbet-primary);
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-blog-okbet-latest-promotions-guide__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.page-blog-okbet-latest-promotions-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--okbet-secondary);
}

.page-blog-okbet-latest-promotions-guide__faq-item.active .page-blog-okbet-latest-promotions-guide__faq-toggle {
  transform: rotate(45deg); /* Change + to X (visually) or - */
}

.page-blog-okbet-latest-promotions-guide__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-guide__faq-item.active .page-blog-okbet-latest-promotions-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large for content */
  padding: 15px 20px;
}

.page-blog-okbet-latest-promotions-guide__faq-answer p {
  margin-bottom: 15px;
  color: var(--okbet-text-main);
}

.page-blog-okbet-latest-promotions-guide__call-to-action {
  background-color: var(--okbet-primary);
  color: #ffffff;
  padding: 80px 20px;
}

.page-blog-okbet-latest-promotions-guide__call-to-action .page-blog-okbet-latest-promotions-guide__section-title {
  color: #ffffff;
}

.page-blog-okbet-latest-promotions-guide__call-to-action .page-blog-okbet-latest-promotions-guide__text-block {
  color: #ffffff;
}

.page-blog-okbet-latest-promotions-guide__call-to-action .page-blog-okbet-latest-promotions-guide__btn-primary {
  background: #ffffff;
  color: var(--okbet-primary);
}

.page-blog-okbet-latest-promotions-guide__call-to-action .page-blog-okbet-latest-promotions-guide__btn-primary:hover {
  background: #f0f0f0;
}

.page-blog-okbet-latest-promotions-guide__call-to-action .page-blog-okbet-latest-promotions-guide__btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-blog-okbet-latest-promotions-guide__call-to-action .page-blog-okbet-latest-promotions-guide__btn-secondary:hover {
  background: #ffffff;
  color: var(--okbet-primary);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-okbet-latest-promotions-guide__section {
    padding: 40px 15px;
  }

  .page-blog-okbet-latest-promotions-guide__hero-content {
    padding: 30px 15px;
  }

  .page-blog-okbet-latest-promotions-guide__main-title {
    font-size: 1.8em;
  }

  .page-blog-okbet-latest-promotions-guide__hero-description {
    font-size: 1em;
  }

  .page-blog-okbet-latest-promotions-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-okbet-latest-promotions-guide__btn-primary,
  .page-blog-okbet-latest-promotions-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95em;
  }

  .page-blog-okbet-latest-promotions-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-okbet-latest-promotions-guide__sub-title {
    font-size: 1.5em;
  }

  .page-blog-okbet-latest-promotions-guide__text-block {
    font-size: 1em;
  }

  .page-blog-okbet-latest-promotions-guide__promo-card-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-okbet-latest-promotions-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-okbet-latest-promotions-guide__section,
  .page-blog-okbet-latest-promotions-guide__container,
  .page-blog-okbet-latest-promotions-guide__cta-buttons,
  .page-blog-okbet-latest-promotions-guide__promo-card-grid,
  .page-blog-okbet-latest-promotions-guide__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Specific padding adjustment for hero section to avoid double padding */
  .page-blog-okbet-latest-promotions-guide__hero-section {
    padding-top: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-blog-okbet-latest-promotions-guide__hero-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* Ensure text in FAQ answer is readable on mobile */
  .page-blog-okbet-latest-promotions-guide__faq-answer p {
    font-size: 0.95em;
  }
}