.page-resources-betting-strategy-with-odds {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-betting-strategy-with-odds__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px; /* Adjust as needed */
  padding-top: 0; /* Handled by shared.css for body padding, or set to var(--header-offset) if shared doesn't */
  text-align: center;
  overflow: hidden;
  color: #ffffff;
}

.page-resources-betting-strategy-with-odds__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-resources-betting-strategy-with-odds__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
}

.page-resources-betting-strategy-with-odds__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-betting-strategy-with-odds__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.page-resources-betting-strategy-with-odds__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-betting-strategy-with-odds__btn-primary,
.page-resources-betting-strategy-with-odds__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-betting-strategy-with-odds__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-betting-strategy-with-odds__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-resources-betting-strategy-with-odds__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-betting-strategy-with-odds__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-resources-betting-strategy-with-odds__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-betting-strategy-with-odds__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-betting-strategy-with-odds__light-text {
  color: #ffffff;
}

.page-resources-betting-strategy-with-odds__dark-bg {
  background-color: #0a0a0a; /* Ensure consistency with body background */
  color: #ffffff;
}

.page-resources-betting-strategy-with-odds__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-resources-betting-strategy-with-odds__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-betting-strategy-with-odds__features,
.page-resources-betting-strategy-with-odds__tools,
.page-resources-betting-strategy-with-odds__mistakes {
  background-color: #0d0d0d; /* Slightly lighter dark background for contrast */
  padding: 60px 0;
}

.page-resources-betting-strategy-with-odds__feature-grid,
.page-resources-betting-strategy-with-odds__tool-list,
.page-resources-betting-strategy-with-odds__strategy-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-betting-strategy-with-odds__card {
  background: rgba(255, 255, 255, 0.08); /* Semi-transparent white card background */
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  height: 100%; /* Ensure cards in a grid have equal height */
  display: flex;
  flex-direction: column;
}

.page-resources-betting-strategy-with-odds__card h3 {
  color: #26A9E0;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-resources-betting-strategy-with-odds__card p {
  font-size: 1em;
  color: #f0f0f0;
  text-align: justify;
  margin-bottom: 0;
}

.page-resources-betting-strategy-with-odds__dark-card {
  background: rgba(38, 169, 224, 0.15); /* Slightly darker blue tint for strategy cards */
  border: 1px solid rgba(38, 169, 224, 0.3);
}

.page-resources-betting-strategy-with-odds__image-full-width {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-betting-strategy-with-odds__mistake-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto 40px auto;
  text-align: left;
}

.page-resources-betting-strategy-with-odds__mistake-item {
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  border-left: 5px solid #EA7C07; /* Orange accent for warnings */
}

.page-resources-betting-strategy-with-odds__mistake-item h3 {
  color: #26A9E0;
  margin-top: 0;
  font-size: 1.4em;
}

.page-resources-betting-strategy-with-odds__mistake-item p {
  color: #f0f0f0;
  text-align: justify;
}

.page-resources-betting-strategy-with-odds__faq-section {
  background-color: #0a0a0a;
  padding: 60px 0;
}

.page-resources-betting-strategy-with-odds__faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

.page-resources-betting-strategy-with-odds__faq-item {
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-betting-strategy-with-odds__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: rgba(38, 169, 224, 0.1);
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-betting-strategy-with-odds__faq-question:hover {
  background-color: rgba(38, 169, 224, 0.2);
}

.page-resources-betting-strategy-with-odds__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #ffffff;
}

.page-resources-betting-strategy-with-odds__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-resources-betting-strategy-with-odds__faq-item.active .page-resources-betting-strategy-with-odds__faq-toggle {
  transform: rotate(45deg); /* Plus sign rotates to form an X or simply change to minus */
}

.page-resources-betting-strategy-with-odds__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
  text-align: justify;
}

.page-resources-betting-strategy-with-odds__faq-item.active .page-resources-betting-strategy-with-odds__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
}

.page-resources-betting-strategy-with-odds__cta {
  background-color: #0a0a0a;
  padding: 80px 20px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-betting-strategy-with-odds__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.4);
}

.page-resources-betting-strategy-with-odds__cta-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.page-resources-betting-strategy-with-odds__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-betting-strategy-with-odds__cta-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #f0f0f0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-resources-betting-strategy-with-odds__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* --- Responsive Styles --- */

@media (max-width: 1024px) {
  .page-resources-betting-strategy-with-odds__hero-title {
    font-size: 3em;
  }

  .page-resources-betting-strategy-with-odds__hero-description {
    font-size: 1.1em;
  }

  .page-resources-betting-strategy-with-odds__section-title {
    font-size: 2em;
  }

  .page-resources-betting-strategy-with-odds__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-betting-strategy-with-odds__hero-section {
    height: auto;
    min-height: 450px;
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px) !important; /* If shared doesn't set body padding-top */
  }

  .page-resources-betting-strategy-with-odds__hero-title {
    font-size: 2em !important;
    margin-bottom: 15px;
  }

  .page-resources-betting-strategy-with-odds__hero-description {
    font-size: 1em !important;
    margin-bottom: 25px;
  }

  .page-resources-betting-strategy-with-odds__hero-buttons,
  .page-resources-betting-strategy-with-odds__cta-buttons {
    flex-direction: column !important;
    gap: 15px !important;
    padding: 0 15px;
  }

  .page-resources-betting-strategy-with-odds__btn-primary,
  .page-resources-betting-strategy-with-odds__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-betting-strategy-with-odds__section {
    padding: 40px 0;
  }

  .page-resources-betting-strategy-with-odds__content-area,
  .page-resources-betting-strategy-with-odds__feature-grid,
  .page-resources-betting-strategy-with-odds__tool-list,
  .page-resources-betting-strategy-with-odds__strategy-list,
  .page-resources-betting-strategy-with-odds__faq-container,
  .page-resources-betting-strategy-with-odds__mistake-list,
  .page-resources-betting-strategy-with-odds__cta-content {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-resources-betting-strategy-with-odds__section-title {
    font-size: 1.8em !important;
    margin-bottom: 30px;
  }

  .page-resources-betting-strategy-with-odds__paragraph {
    font-size: 0.95em !important;
  }

  .page-resources-betting-strategy-with-odds__card {
    padding: 20px !important;
    text-align: center !important;
  }

  .page-resources-betting-strategy-with-odds__card h3 {
    font-size: 1.3em !important;
  }

  .page-resources-betting-strategy-with-odds__card p {
    font-size: 0.9em !important;
    text-align: center !important;
  }

  .page-resources-betting-strategy-with-odds__image-full-width {
    margin: 30px auto !important;
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }

  .page-resources-betting-strategy-with-odds__mistake-item {
    padding: 15px !important;
  }

  .page-resources-betting-strategy-with-odds__mistake-item h3 {
    font-size: 1.2em !important;
  }

  .page-resources-betting-strategy-with-odds__faq-question h3 {
    font-size: 1em !important;
  }

  .page-resources-betting-strategy-with-odds__faq-answer p {
    font-size: 0.9em !important;
  }

  .page-resources-betting-strategy-with-odds__cta {
    padding: 50px 15px !important;
  }

  .page-resources-betting-strategy-with-odds__cta-title {
    font-size: 1.8em !important;
  }

  .page-resources-betting-strategy-with-odds__cta-description {
    font-size: 0.95em !important;
  }
  
  /* General image responsiveness */
  .page-resources-betting-strategy-with-odds img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}