.page-betting-guides {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000; /* Ensure this matches shared.css body background */
}

.page-betting-guides__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Fixed header padding */
.page-betting-guides__hero-section {
  padding-top: 120px; /* Desktop: Adjust based on fixed header height */
}

.page-betting-guides__section {
  padding: 60px 0;
}

.page-betting-guides__dark-bg {
  background-color: #002060;
  color: #ffffff;
}

.page-betting-guides__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-betting-guides__dark-text {
  color: #ffffff; /* Explicitly for text on dark background */
}

.page-betting-guides__hero-section {
  position: relative;
  text-align: center;
  padding-bottom: 80px;
  background-image: url('[GALLERY:hero:8day bet,betting guide,banner]');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-betting-guides__hero-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-betting-guides__main-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFD700; /* Gold color for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-betting-guides__hero-description {
  font-size: 20px;
  margin-bottom: 40px;
  color: #ffffff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-guides__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-betting-guides__cta-button {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-betting-guides__btn-primary {
  background-color: #FFD700; /* Gold */
  color: #002060; /* Dark Blue */
}

.page-betting-guides__btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-betting-guides__btn-secondary {
  background-color: #002060; /* Dark Blue */
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-betting-guides__btn-secondary:hover {
  background-color: #001a4d;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-betting-guides__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.page-betting-guides__sub-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: inherit;
}

.page-betting-guides__content-block {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
}

.page-betting-guides__content-block p {
  margin-bottom: 15px;
  color: inherit;
}

.page-betting-guides__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-betting-guides__ordered-list,
.page-betting-guides__unordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: inherit;
}

.page-betting-guides__ordered-list li,
.page-betting-guides__unordered-list li {
  margin-bottom: 10px;
  color: inherit;
}

.page-betting-guides__features-grid,
.page-betting-guides__game-types-grid,
.page-betting-guides__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-betting-guides__feature-item,
.page-betting-guides__game-type-item,
.page-betting-guides__promo-item {
  background-color: #ffffff;
  color: #333333;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-betting-guides__feature-item:hover,
.page-betting-guides__game-type-item:hover,
.page-betting-guides__promo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-betting-guides__feature-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-betting-guides__feature-title,
.page-betting-guides__game-title,
.page-betting-guides__promo-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #002060; /* Dark Blue for titles on light cards */
}

.page-betting-guides__game-image,
.page-betting-guides__promo-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}

.page-betting-guides__btn-read-more {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  background-color: #FFD700;
  color: #002060;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-betting-guides__btn-read-more:hover {
  background-color: #e6c200;
}

.page-betting-guides__btn-center {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 300px;
}

.page-betting-guides__promo-text {
  text-align: center;
  font-style: italic;
  margin-top: 40px;
  color: inherit;
}

/* FAQ Section */
.page-betting-guides__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-betting-guides__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05); /* Slightly visible on dark background */
}

.page-betting-guides__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-betting-guides__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
}

.page-betting-guides__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  pointer-events: none;
}

.page-betting-guides__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.page-betting-guides__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 20px;
  opacity: 0;
  color: #f0f0f0;
}

.page-betting-guides__faq-item.active .page-betting-guides__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0 0 8px 8px;
}

.page-betting-guides__faq-item.active .page-betting-guides__faq-toggle {
  color: #e6c200;
  transform: rotate(45deg); /* Change to a minus sign visually */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-betting-guides__main-title {
    font-size: 40px;
  }

  .page-betting-guides__hero-description {
    font-size: 18px;
  }

  .page-betting-guides__section-title {
    font-size: 32px;
  }

  .page-betting-guides__sub-title {
    font-size: 22px;
  }

  .page-betting-guides__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }

  .page-betting-guides__feature-title,
  .page-betting-guides__game-title,
  .page-betting-guides__promo-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .page-betting-guides__hero-section {
    padding-top: 100px !important; /* Mobile: Adjust based on fixed header height */
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-betting-guides__section {
    padding: 40px 0;
  }

  .page-betting-guides__container {
    padding: 0 15px;
  }

  .page-betting-guides__main-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .page-betting-guides__hero-description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .page-betting-guides__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-betting-guides__cta-button {
    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: 16px;
  }

  .page-betting-guides__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .page-betting-guides__sub-title {
    font-size: 20px;
  }

  .page-betting-guides__content-block {
    font-size: 16px;
  }

  .page-betting-guides__features-grid,
  .page-betting-guides__game-types-grid,
  .page-betting-guides__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-betting-guides__feature-item,
  .page-betting-guides__game-type-item,
  .page-betting-guides__promo-item {
    padding: 25px;
  }

  .page-betting-guides__feature-icon {
    width: 80px;
    height: 80px;
  }

  .page-betting-guides__game-image,
  .page-betting-guides__promo-image {
    height: 180px;
  }

  .page-betting-guides__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }

  .page-betting-guides__faq-question h3 {
    font-size: 16px;
    width: calc(100% - 40px);
  }

  .page-betting-guides__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 22px;
  }

  .page-betting-guides__faq-answer {
    padding: 0 15px;
  }

  .page-betting-guides__faq-item.active .page-betting-guides__faq-answer {
    padding: 15px !important;
  }

  .page-betting-guides__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-betting-guides__content-block,
  .page-betting-guides__faq-list,
  .page-betting-guides__features-grid,
  .page-betting-guides__game-types-grid,
  .page-betting-guides__promo-grid {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-betting-guides__btn-center {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-betting-guides__main-title {
    font-size: 28px;
  }

  .page-betting-guides__section-title {
    font-size: 24px;
  }

  .page-betting-guides__cta-button {
    font-size: 14px;
    padding: 10px 15px;
  }

  .page-betting-guides__feature-item,
  .page-betting-guides__game-type-item,
  .page-betting-guides__promo-item {
    padding: 20px;
  }

  .page-betting-guides__feature-icon {
    width: 70px;
    height: 70px;
  }

  .page-betting-guides__game-image,
  .page-betting-guides__promo-image {
    height: 150px;
  }

  .page-betting-guides__faq-question h3 {
    font-size: 15px;
  }
}