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

.page-sports-football-betting-guide__hero-section {
  padding-top: var(--header-offset, 120px);
  background-color: #000000; /* Primary brand color for hero background */
  color: #FFFFFF; /* White text for dark background */
  text-align: center;
  padding-bottom: 60px;
  overflow: hidden; /* Prevent image overflow */
}

.page-sports-football-betting-guide__hero-content {
  max-width: 900px;
  margin: 0 auto 40px auto;
  padding: 0 20px;
}

.page-sports-football-betting-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-sports-football-betting-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.5;
}

.page-sports-football-betting-guide__hero-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color for primary action */
  color: #000000; /* Dark text for bright button */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-sports-football-betting-guide__hero-button:hover {
  background-color: #e0a53b;
}

.page-sports-football-betting-guide__hero-image {
  max-width: 100%;
  margin: 0 auto;
}

.page-sports-football-betting-guide__hero-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

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

.page-sports-football-betting-guide__introduction-section,
.page-sports-football-betting-guide__how-it-works-section,
.page-sports-football-betting-guide__odds-section,
.page-sports-football-betting-guide__strategies-section,
.page-sports-football-betting-guide__bankroll-section,
.page-sports-football-betting-guide__faq-section,
.page-sports-football-betting-guide__cta-section {
  padding: 60px 0;
  background-color: #FFFFFF; /* Light background for content sections */
}

.page-sports-football-betting-guide__introduction-section {
  border-bottom: 1px solid #eee;
}

.page-sports-football-betting-guide__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-sports-football-betting-guide__sub-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-sports-football-betting-guide__paragraph {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333333;
}

.page-sports-football-betting-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-sports-football-betting-guide__grid-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-sports-football-betting-guide__item-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-sports-football-betting-guide__item-description {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #555555;
}

.page-sports-football-betting-guide__button {
  display: inline-block;
  background-color: #000000; /* Primary brand color */
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-sports-football-betting-guide__button:hover {
  background-color: #333333;
}

.page-sports-football-betting-guide__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-sports-football-betting-guide__text-content {
  flex: 1;
}

.page-sports-football-betting-guide__image-wrapper {
  flex: 1;
  min-width: 200px; /* Ensure image is not too small */
}

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

.page-sports-football-betting-guide__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-sports-football-betting-guide__list-item {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-sports-football-betting-guide__grid-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.page-sports-football-betting-guide__grid-two-col--reverse {
  grid-template-columns: 1fr 1fr;
}

.page-sports-football-betting-guide__grid-two-col .page-sports-football-betting-guide__image-left img,
.page-sports-football-betting-guide__grid-two-col .page-sports-football-betting-guide__image-right img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-sports-football-betting-guide__bankroll-section {
  background-color: #f2f2f2;
}

.page-sports-football-betting-guide__responsible-gaming-image {
  text-align: center;
  margin-top: 40px;
}

.page-sports-football-betting-guide__responsible-gaming-image img {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

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

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

.page-sports-football-betting-guide__cta-section {
  background-color: #000000; /* Primary brand color for CTA */
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 80px;
}

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

.page-sports-football-betting-guide__cta-section .page-sports-football-betting-guide__paragraph {
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-sports-football-betting-guide__cta-buttons {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-sports-football-betting-guide__button--primary {
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 30px;
  font-size: 1.1em;
}

.page-sports-football-betting-guide__button--primary:hover {
  background-color: #e0a53b;
}

.page-sports-football-betting-guide__button--secondary {
  background-color: #FFFFFF;
  color: #000000;
  padding: 15px 30px;
  font-size: 1.1em;
  border: 1px solid #FCBC45;
}

.page-sports-football-betting-guide__button--secondary:hover {
  background-color: #f0f0f0;
}

.page-sports-football-betting-guide__cta-image img {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-sports-football-betting-guide__hero-title {
    font-size: 3em;
  }
  .page-sports-football-betting-guide__section-title {
    font-size: 2em;
  }
  .page-sports-football-betting-guide__grid-two-col {
    grid-template-columns: 1fr;
  }
  .page-sports-football-betting-guide__grid-two-col--reverse {
    grid-template-columns: 1fr;
  }
  .page-sports-football-betting-guide__content-wrapper {
    flex-direction: column;
  }
  .page-sports-football-betting-guide__image-wrapper,
  .page-sports-football-betting-guide__image-left,
  .page-sports-football-betting-guide__image-right {
    order: -1; /* Image appears first on smaller screens */
  }
}

@media (max-width: 768px) {
  .page-sports-football-betting-guide__hero-section {
    padding: 40px 15px;
  }
  .page-sports-football-betting-guide__hero-title {
    font-size: 2.5em;
  }
  .page-sports-football-betting-guide__hero-description {
    font-size: 1.1em;
  }
  .page-sports-football-betting-guide__introduction-section,
  .page-sports-football-betting-guide__how-it-works-section,
  .page-sports-football-betting-guide__odds-section,
  .page-sports-football-betting-guide__strategies-section,
  .page-sports-football-betting-guide__bankroll-section,
  .page-sports-football-betting-guide__faq-section,
  .page-sports-football-betting-guide__cta-section {
    padding: 40px 0;
  }
  .page-sports-football-betting-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-sports-football-betting-guide__sub-title {
    font-size: 1.5em;
  }
  .page-sports-football-betting-guide__paragraph,
  .page-sports-football-betting-guide__item-description,
  .page-sports-football-betting-guide__list-item,
  .page-sports-football-betting-guide__faq-answer {
    font-size: 0.95em;
  }
  .page-sports-football-betting-guide__hero-button,
  .page-sports-football-betting-guide__button,
  .page-sports-football-betting-guide__button--primary,
  .page-sports-football-betting-guide__button--secondary {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-sports-football-betting-guide__grid {
    grid-template-columns: 1fr;
  }
  .page-sports-football-betting-guide__container {
    padding: 0 15px;
  }
  /* Mobile image scaling for content area */
  .page-sports-football-betting-guide img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-sports-football-betting-guide__hero-title {
    font-size: 2em;
  }
  .page-sports-football-betting-guide__hero-description {
    font-size: 1em;
  }
  .page-sports-football-betting-guide__section-title {
    font-size: 1.5em;
  }
  .page-sports-football-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-sports-football-betting-guide__hero-button,
  .page-sports-football-betting-guide__button--primary,
  .page-sports-football-betting-guide__button--secondary {
    width: 100%;
    box-sizing: border-box;
  }
}