.page-sports-football-betting-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Default text color for dark body background */
  background-color: #B71C1C; /* Body background color */
}

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

.page-sports-football-betting-guide__section {
  padding: 60px 0;
  text-align: center;
  box-sizing: border-box;
}

.page-sports-football-betting-guide__dark-bg {
  background-color: #B71C1C;
  color: #FFF5E1;
}

.page-sports-football-betting-guide__light-bg {
  background-color: #D32F2F; /* Card BG color for light sections */
  color: #FFF5E1;
}

.page-sports-football-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom */
  overflow: hidden;
}

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

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

.page-sports-football-betting-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  color: #FFF5E1;
}

.page-sports-football-betting-guide__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F4D34D;
}

.page-sports-football-betting-guide__description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-sports-football-betting-guide__heading {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 40px;
  color: #F4D34D;
}

.page-sports-football-betting-guide__sub-heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 15px;
  color: #FFCC66;
}

.page-sports-football-betting-guide__paragraph {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #FFF5E1;
}

.page-sports-football-betting-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #7A0E0E;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #F2B544;
  margin: 10px;
  box-sizing: border-box;
}

.page-sports-football-betting-guide__cta-button:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(244, 211, 77, 0.4);
}

.page-sports-football-betting-guide__btn-secondary {
  background: #D32F2F;
  color: #FFF5E1;
  border: 2px solid #F2B544;
}

.page-sports-football-betting-guide__btn-secondary:hover {
  background: #E53935;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(229, 57, 53, 0.4);
}

.page-sports-football-betting-guide__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

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

.page-sports-football-betting-guide__feature-card {
  background-color: #D32F2F;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #F2B544;
}

.page-sports-football-betting-guide__feature-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-sports-football-betting-guide__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFCC66;
  margin-bottom: 10px;
}

.page-sports-football-betting-guide__feature-description {
  font-size: 0.95rem;
  color: #FFF5E1;
}

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

.page-sports-football-betting-guide__list-item {
  background-color: #D32F2F;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #E53935;
}

.page-sports-football-betting-guide__numbered-list {
  list-style: decimal;
  padding-left: 25px;
  margin-top: 30px;
  text-align: left;
  color: #FFF5E1;
}

.page-sports-football-betting-guide__numbered-list .page-sports-football-betting-guide__list-item {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 15px 0;
  margin-left: 10px;
}

.page-sports-football-betting-guide__numbered-list .page-sports-football-betting-guide__sub-heading {
  color: #FFCC66;
  margin-bottom: 5px;
}

.page-sports-football-betting-guide__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-sports-football-betting-guide__faq-list {
  margin-top: 30px;
  text-align: left;
}

.page-sports-football-betting-guide__faq-item {
  background-color: #D32F2F;
  border: 1px solid #E53935;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-sports-football-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #FFCC66;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-sports-football-betting-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-sports-football-betting-guide__faq-question:hover {
  background-color: #C91F17;
}

.page-sports-football-betting-guide__faq-qtext {
  flex-grow: 1;
}

.page-sports-football-betting-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-sports-football-betting-guide__faq-item[open] .page-sports-football-betting-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-sports-football-betting-guide__faq-answer {
  padding: 0 25px 20px 25px;
  color: #FFF5E1;
  font-size: 1rem;
}

.page-sports-football-betting-guide__faq-answer p {
  margin-bottom: 0;
}

/* Image responsiveness */
.page-sports-football-betting-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-sports-football-betting-guide__container,
  .page-sports-football-betting-guide__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-sports-football-betting-guide__hero-section {
    min-height: 400px;
    padding-top: 10px !important; /* Small top padding */
    padding-bottom: 40px;
  }

  .page-sports-football-betting-guide__main-title {
    font-size: 2rem;
  }

  .page-sports-football-betting-guide__description {
    font-size: 1rem;
  }

  .page-sports-football-betting-guide__heading {
    font-size: 1.8rem;
  }

  .page-sports-football-betting-guide__sub-heading {
    font-size: 1.3rem;
  }

  .page-sports-football-betting-guide__paragraph {
    font-size: 0.95rem;
  }

  .page-sports-football-betting-guide__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-sports-football-betting-guide__button-group {
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-sports-football-betting-guide__features-grid {
    grid-template-columns: 1fr;
  }

  .page-sports-football-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-sports-football-betting-guide__section,
  .page-sports-football-betting-guide__card,
  .page-sports-football-betting-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-sports-football-betting-guide__video-section {
    padding-top: 10px !important;
  }

  .page-sports-football-betting-guide__video-container,
  .page-sports-football-betting-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}