.page-sports-football-betting-guide {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

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

.page-sports-football-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.page-sports-football-betting-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-sports-football-betting-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #F0F0F0;
}

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

.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, color 0.3s ease;
  min-width: 200px;
  text-align: center;
  font-size: 1.1em;
}

.page-sports-football-betting-guide__button--primary {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

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

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

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

.page-sports-football-betting-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-sports-football-betting-guide__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-sports-football-betting-guide__introduction-section,
.page-sports-football-betting-guide__getting-started-section,
.page-sports-football-betting-guide__types-of-bets-section,
.page-sports-football-betting-guide__odds-section,
.page-sports-football-betting-guide__strategies-section,
.page-sports-football-betting-guide__leagues-section,
.page-sports-football-betting-guide__features-section,
.page-sports-football-betting-guide__responsible-gaming-section,
.page-sports-football-betting-guide__faq-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

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

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

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

.page-sports-football-betting-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
  text-align: justify;
}

.page-sports-football-betting-guide__paragraph--light {
  color: #F0F0F0;
}

.page-sports-football-betting-guide__steps-list,
.page-sports-football-betting-guide__strategy-list,
.page-sports-football-betting-guide__league-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-sports-football-betting-guide__list-item {
  background-color: #F8F8F8;
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-sports-football-betting-guide__list-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 10px;
}

.page-sports-football-betting-guide__list-description {
  font-size: 1em;
  color: #555555;
}

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

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

.page-sports-football-betting-guide__card,
.page-sports-football-betting-guide__feature-card {
  background-color: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-sports-football-betting-guide__card:hover,
.page-sports-football-betting-guide__feature-card:hover {
  transform: translateY(-5px);
}

.page-sports-football-betting-guide__card-title,
.page-sports-football-betting-guide__feature-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 15px;
}

.page-sports-football-betting-guide__card-description,
.page-sports-football-betting-guide__feature-description {
  font-size: 1em;
  color: #555555;
}

.page-sports-football-betting-guide__image-content {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px auto;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  min-width: 200px;
  min-height: 200px;
}

.page-sports-football-betting-guide__responsible-gaming-section {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
}

.page-sports-football-betting-guide__responsible-gaming-section .page-sports-football-betting-guide__paragraph {
  color: #F0F0F0;
  max-width: 900px;
  margin: 20px auto 40px auto;
}

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

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

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

.page-sports-football-betting-guide__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-sports-football-betting-guide__cta-section .page-sports-football-betting-guide__image-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  z-index: 1;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.page-sports-football-betting-guide__cta-section .page-sports-football-betting-guide__container {
  position: relative;
  z-index: 2;
}

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

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-sports-football-betting-guide__hero-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.5em;
  }
}

@media (max-width: 768px) {
  .page-sports-football-betting-guide__hero-section {
    padding-top: var(--header-offset, 120px);
  }
  .page-sports-football-betting-guide__hero-title {
    font-size: 2.2em;
  }
  .page-sports-football-betting-guide__hero-description {
    font-size: 1em;
  }
  .page-sports-football-betting-guide__hero-cta {
    flex-direction: column;
    gap: 15px;
  }
  .page-sports-football-betting-guide__button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .page-sports-football-betting-guide__section-title {
    font-size: 1.8em;
  }
  .page-sports-football-betting-guide__paragraph {
    font-size: 0.95em;
  }
  .page-sports-football-betting-guide__list-title,
  .page-sports-football-betting-guide__card-title,
  .page-sports-football-betting-guide__feature-title,
  .page-sports-football-betting-guide__faq-question {
    font-size: 1.3em;
  }
  .page-sports-football-betting-guide__image-content {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
  .page-sports-football-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}