.page-sports-football-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #f8f8f8;
}

.page-sports-football-betting-guide__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px);
  background-color: #0A2463;
  overflow: hidden;
}

.page-sports-football-betting-guide__hero-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-sports-football-betting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Darken image for text readability */
}

.page-sports-football-betting-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #ffffff;
  max-width: 900px;
  padding: 20px;
  box-sizing: border-box;
}

.page-sports-football-betting-guide__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-sports-football-betting-guide__intro-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-sports-football-betting-guide__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-sports-football-betting-guide__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
}

.page-sports-football-betting-guide__button--primary {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
}

.page-sports-football-betting-guide__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-sports-football-betting-guide__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-sports-football-betting-guide__button--secondary:hover {
  background-color: #FFD700;
  color: #0A2463;
  transform: translateY(-2px);
}

.page-sports-football-betting-guide__button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-sports-football-betting-guide__content-section {
  padding: 60px 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-sports-football-betting-guide__content-section--introduction {
  background-color: #f0f0f0;
}

.page-sports-football-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-sports-football-betting-guide__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-sports-football-betting-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-sports-football-betting-guide__sub-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-sports-football-betting-guide__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #555555;
}

.page-sports-football-betting-guide__text-content a {
  color: #0A2463;
  text-decoration: underline;
}

.page-sports-football-betting-guide__text-content a:hover {
  color: #FFD700;
}

.page-sports-football-betting-guide__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-sports-football-betting-guide__list-item {
  background-color: #f9f9f9;
  border-left: 4px solid #0A2463;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #444444;
  transition: transform 0.2s ease;
}

.page-sports-football-betting-guide__list-item:hover {
  transform: translateX(5px);
}

.page-sports-football-betting-guide__list-item strong {
  color: #0A2463;
}

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

.page-sports-football-betting-guide__image--inline {
  float: right;
  margin-left: 30px;
  width: 400px; /* Example, adjust as needed, but >= 200px */
  height: auto;
}

.page-sports-football-betting-guide__content-section--live-betting .page-sports-football-betting-guide__image--inline {
  float: left;
  margin-right: 30px;
  margin-left: 0;
}

.page-sports-football-betting-guide__faq-item {
  background-color: #f0f5f9;
  border: 1px solid #e0e5ea;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-sports-football-betting-guide__faq-question {
  font-size: 1.4em;
  color: #0A2463;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.page-sports-football-betting-guide__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-sports-football-betting-guide__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-sports-football-betting-guide__faq-answer {
  font-size: 1.05em;
  color: #555555;
  margin-top: 0;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #e0e5ea;
}

.page-sports-football-betting-guide__faq-answer.active {
  display: block;
}

.page-sports-football-betting-guide__cta-section {
  background-color: #0A2463;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 40px;
}

.page-sports-football-betting-guide__cta-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-sports-football-betting-guide__cta-section .page-sports-football-betting-guide__section-title {
  color: #FFD700;
}

.page-sports-football-betting-guide__cta-section .page-sports-football-betting-guide__section-title::after {
  background-color: #ffffff;
}

.page-sports-football-betting-guide__cta-section .page-sports-football-betting-guide__text-content {
  color: #f0f0f0;
  font-size: 1.15em;
  margin-bottom: 40px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-sports-football-betting-guide__main-title {
    font-size: 2.8em;
  }
  .page-sports-football-betting-guide__section-title {
    font-size: 2em;
  }
  .page-sports-football-betting-guide__sub-title {
    font-size: 1.6em;
  }
  .page-sports-football-betting-guide__intro-description,
  .page-sports-football-betting-guide__text-content {
    font-size: 1em;
  }
  .page-sports-football-betting-guide__image--inline {
    float: none;
    margin: 30px auto;
    width: 100%;
  }
  .page-sports-football-betting-guide__content-section--live-betting .page-sports-football-betting-guide__image--inline {
    float: none;
    margin: 30px auto;
  }
}

@media (max-width: 768px) {
  .page-sports-football-betting-guide__hero-content {
    padding: 15px;
  }
  .page-sports-football-betting-guide__main-title {
    font-size: 2.2em;
  }
  .page-sports-football-betting-guide__intro-description {
    font-size: 0.95em;
  }
  .page-sports-football-betting-guide__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-sports-football-betting-guide__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-sports-football-betting-guide__section-title {
    font-size: 1.8em;
  }
  .page-sports-football-betting-guide__sub-title {
    font-size: 1.4em;
  }
  .page-sports-football-betting-guide__list-item {
    padding: 12px 15px;
  }
  .page-sports-football-betting-guide__faq-question {
    font-size: 1.2em;
  }
  .page-sports-football-betting-guide__faq-answer {
    font-size: 0.95em;
  }
  .page-sports-football-betting-guide__content-section,
  .page-sports-football-betting-guide__cta-section {
    padding: 40px 15px;
  }
  /* Ensure images do not overflow on mobile */
  .page-sports-football-betting-guide img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-sports-football-betting-guide__main-title {
    font-size: 1.8em;
  }
  .page-sports-football-betting-guide__section-title {
    font-size: 1.5em;
  }
  .page-sports-football-betting-guide__button {
    width: 95%;
  }
  .page-sports-football-betting-guide__button--large {
    font-size: 1.1em;
    padding: 15px 25px;
  }
}