.page-sports-football-betting-guide {
  color: #333333; /* Default text color for light body background */
}

.page-sports-football-betting-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px; /* Ensure hero section has a minimum height */
  padding-top: var(--header-offset, 120px); /* Fixed header offset for PC and mobile */
}

.page-sports-football-betting-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.6); /* Darken image for text readability */
}

.page-sports-football-betting-guide__hero-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  color: #ffffff;
}

.page-sports-football-betting-guide__hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-sports-football-betting-guide__main-title {
  font-size: 3.2em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary color for main title */
  line-height: 1.2;
}

.page-sports-football-betting-guide__description {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-sports-football-betting-guide__hero-button,
.page-sports-football-betting-guide__call-to-action-button {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary color for buttons */
  color: #0A2463; /* Main color for button text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-sports-football-betting-guide__hero-button:hover,
.page-sports-football-betting-guide__call-to-action-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-sports-football-betting-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.7;
  font-size: 1.05em;
}

.page-sports-football-betting-guide__article {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page-sports-football-betting-guide__section-title {
  font-size: 2.5em;
  color: #0A2463; /* Main color for section titles */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}

.page-sports-football-betting-guide__sub-section-title {
  font-size: 1.8em;
  color: #0A2463; /* Main color for sub-section titles */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-sports-football-betting-guide__paragraph {
  margin-bottom: 15px;
}

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

.page-sports-football-betting-guide__secondary-button,
.page-sports-football-betting-guide__step-button,
.page-sports-football-betting-guide__faq-button {
  display: inline-block;
  background-color: #0A2463; /* Main color for secondary buttons */
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  margin-top: 20px;
  margin-right: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-sports-football-betting-guide__secondary-button:hover,
.page-sports-football-betting-guide__step-button:hover,
.page-sports-football-betting-guide__faq-button:hover {
  background-color: #1a3a7c;
  transform: translateY(-2px);
}

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

.page-sports-football-betting-guide__faq-question {
  font-size: 1.3em;
  color: #0A2463;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-sports-football-betting-guide__faq-answer {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-sports-football-betting-guide__main-title {
    font-size: 2.8em;
  }
  .page-sports-football-betting-guide__section-title {
    font-size: 2.2em;
  }
  .page-sports-football-betting-guide__sub-section-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-sports-football-betting-guide__hero-section {
    min-height: 400px;
    padding-top: var(--header-offset, 120px);
  }
  .page-sports-football-betting-guide__main-title {
    font-size: 2.2em;
  }
  .page-sports-football-betting-guide__description {
    font-size: 1em;
  }
  .page-sports-football-betting-guide__hero-button,
  .page-sports-football-betting-guide__call-to-action-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-sports-football-betting-guide__content-area {
    padding: 30px 15px;
  }
  .page-sports-football-betting-guide__section-title {
    font-size: 2em;
  }
  .page-sports-football-betting-guide__sub-section-title {
    font-size: 1.4em;
  }
  .page-sports-football-betting-guide__image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
  .page-sports-football-betting-guide__hero-image {
    filter: brightness(0.7); /* Slightly less darken for mobile */
  }
  /* Ensure all images within the content area are responsive and not too small */
  .page-sports-football-betting-guide img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum size for all content images */
    min-height: 200px;
  }
}

@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.8em;
  }
  .page-sports-football-betting-guide__sub-section-title {
    font-size: 1.2em;
  }
  .page-sports-football-betting-guide__hero-button,
  .page-sports-football-betting-guide__call-to-action-button {
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
  }
  .page-sports-football-betting-guide__secondary-button,
  .page-sports-football-betting-guide__step-button,
  .page-sports-football-betting-guide__faq-button {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 10px;
  }
}