.page-resources-betting-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000000; /* Inherited from body */
}

.page-resources-betting-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  background-color: #0A1931;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-resources-betting-strategy__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-betting-strategy__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E0B75F;
  line-height: 1.2;
}

.page-resources-betting-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-betting-strategy__btn-primary {
  display: inline-block;
  background: #E0B75F;
  color: #0A1931;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-betting-strategy__btn-primary:hover {
  background-color: #ffffff;
  color: #0A1931;
  border-color: #E0B75F;
}

.page-resources-betting-strategy__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-betting-strategy__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-betting-strategy__section {
  padding: 60px 20px;
}

.page-resources-betting-strategy__content-area {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #1a1a1a; /* Slightly lighter dark background for content */
  color: #ffffff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-betting-strategy__section-title {
  font-size: 2.5em;
  color: #E0B75F;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-betting-strategy__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #E0B75F;
}

.page-resources-betting-strategy__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #f0f0f0;
}

.page-resources-betting-strategy__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-betting-strategy__grid--three-cols {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-resources-betting-strategy__grid-item {
  background-color: #0A1931;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-betting-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-resources-betting-strategy__image--full-width {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.page-resources-betting-strategy__card-title {
  font-size: 1.5em;
  color: #E0B75F;
  margin-bottom: 15px;
}

.page-resources-betting-strategy__dark-bg {
  background-color: #0A1931;
  color: #ffffff;
}

.page-resources-betting-strategy__tabs {
  max-width: 1000px;
  margin: 40px auto;
}

.page-resources-betting-strategy__tab-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 15px;
}

.page-resources-betting-strategy__tab-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: none;
  padding: 12px 25px;
  font-size: 1.1em;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-betting-strategy__tab-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-resources-betting-strategy__tab-button--active {
  background-color: #E0B75F;
  color: #0A1931;
  font-weight: bold;
}

.page-resources-betting-strategy__tab-content {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-betting-strategy__tab-pane {
  display: none;
}

.page-resources-betting-strategy__tab-pane--active {
  display: block;
}

.page-resources-betting-strategy__sub-title {
  font-size: 1.8em;
  color: #E0B75F;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-betting-strategy__video-section {
  text-align: center;
  background-color: #0A1931;
  color: #ffffff;
  padding-top: var(--header-offset, 120px); /* Ensure spacing for fixed header */
}

.page-resources-betting-strategy__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.page-resources-betting-strategy__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}

.page-resources-betting-strategy__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-betting-strategy__btn-secondary {
  display: inline-block;
  background: #ffffff;
  color: #0A1931;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 2px solid #0A1931;
}

.page-resources-betting-strategy__btn-secondary:hover {
  background-color: #E0B75F;
  color: #ffffff;
  border-color: #E0B75F;
}

.page-resources-betting-strategy__faq-section {
  background-color: #0A1931;
  color: #ffffff;
}

.page-resources-betting-strategy__faq-container {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}

.page-resources-betting-strategy__faq-item {
  background-color: #1a1a1a;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-betting-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #0A1931;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease;
}

.page-resources-betting-strategy__faq-question:hover {
  background-color: #1a1a1a;
}

.page-resources-betting-strategy__faq-title {
  margin: 0;
  color: #ffffff;
}

.page-resources-betting-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #E0B75F;
}

.page-resources-betting-strategy__faq-item.active .page-resources-betting-strategy__faq-toggle {
  transform: rotate(45deg);
  content: '−'; /* Change to minus sign */
}

.page-resources-betting-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #1a1a1a;
  color: #f0f0f0;
}

.page-resources-betting-strategy__faq-item.active .page-resources-betting-strategy__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-betting-strategy__hero-title {
    font-size: 2.8em;
  }

  .page-resources-betting-strategy__hero-description {
    font-size: 1.1em;
  }

  .page-resources-betting-strategy__section-title {
    font-size: 2em;
  }

  .page-resources-betting-strategy__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-resources-betting-strategy {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-betting-strategy__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-betting-strategy__hero-title {
    font-size: 2.2em;
  }

  .page-resources-betting-strategy__hero-description {
    font-size: 1em;
  }

  .page-resources-betting-strategy__btn-primary,
  .page-resources-betting-strategy__btn-secondary {
    padding: 12px 25px;
    font-size: 0.95em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-betting-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-resources-betting-strategy__content-area {
    padding: 30px 15px;
  }

  .page-resources-betting-strategy__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-betting-strategy__text-block {
    font-size: 1em;
  }

  .page-resources-betting-strategy__tab-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-resources-betting-strategy__tab-button {
    width: 100%;
    box-sizing: border-box;
  }

  .page-resources-betting-strategy__tab-content {
    padding: 20px 15px;
  }

  .page-resources-betting-strategy__sub-title {
    font-size: 1.5em;
  }

  .page-resources-betting-strategy__image,
  .page-resources-betting-strategy__image--full-width {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-betting-strategy__grid-item,
  .page-resources-betting-strategy__card {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-betting-strategy__video-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Re-apply for mobile */
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-betting-strategy__video-wrapper {
    padding-bottom: 56.25%; /* Maintain aspect ratio */
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto;
    margin-right: auto;
  }

  .page-resources-betting-strategy__video {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important; /* Ensure video fills wrapper */
    display: block !important;
  }

  .page-resources-betting-strategy__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-betting-strategy__faq-answer {
    padding: 0 20px;
  }

  .page-resources-betting-strategy__faq-item.active .page-resources-betting-strategy__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-betting-strategy__hero-title {
    font-size: 1.8em;
  }

  .page-resources-betting-strategy__section-title {
    font-size: 1.5em;
  }

  .page-resources-betting-strategy__card-title {
    font-size: 1.3em;
  }

  .page-resources-betting-strategy__faq-question {
    font-size: 1em;
  }
}