.page-sports-football-betting {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

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

.page-sports-football-betting__hero-section {
  background-color: #0A2E36; /* Main brand color */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-sports-football-betting__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-sports-football-betting__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly darken image for text readability */
}

.page-sports-football-betting__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-sports-football-betting__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Accent color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-sports-football-betting__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

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

.page-sports-football-betting__btn {
  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;
  cursor: pointer;
  border: none;
}

.page-sports-football-betting__btn--primary {
  background-color: #FFD700; /* Accent color */
  color: #0A2E36;
}

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

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

.page-sports-football-betting__btn--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-2px);
}

.page-sports-football-betting__btn--action {
  margin-top: 30px;
  background-color: #0A2E36;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-sports-football-betting__btn--action:hover {
  background-color: #FFD700;
  color: #0A2E36;
}

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

.page-sports-football-betting__section {
  padding: 60px 0;
  border-bottom: 1px solid #e0e0e0;
}

.page-sports-football-betting__section:last-of-type {
  border-bottom: none;
}

.page-sports-football-betting__section--overview {
  background-color: #f9f9f9;
}

.page-sports-football-betting__section-title {
  font-size: 2.5em;
  color: #0A2E36;
  text-align: center;
  margin-bottom: 40px;
}

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

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

.page-sports-football-betting__grid-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-sports-football-betting__grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-sports-football-betting__grid-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-sports-football-betting__grid-title {
  font-size: 1.6em;
  color: #0A2E36;
  margin-bottom: 10px;
}

.page-sports-football-betting__grid-description {
  font-size: 0.95em;
  color: #666666;
}

.page-sports-football-betting__content-flex {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-sports-football-betting__content-flex--reverse {
  flex-direction: row-reverse;
}

.page-sports-football-betting__content-text {
  flex: 1;
}

.page-sports-football-betting__content-image {
  flex: 1;
  text-align: center;
}

.page-sports-football-betting__content-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-sports-football-betting__sub-title {
  font-size: 1.8em;
  color: #0A2E36;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-sports-football-betting__text-block {
  margin-bottom: 15px;
  color: #555555;
}

.page-sports-football-betting__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #555555;
}

.page-sports-football-betting__list li {
  margin-bottom: 10px;
}

.page-sports-football-betting__list--responsible-gambling {
  list-style: none;
  padding-left: 0;
}

.page-sports-football-betting__list--responsible-gambling li::before {
  content: '✓ ';
  color: #FFD700;
  font-weight: bold;
}

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

.page-sports-football-betting__strategy-card {
  background-color: #0A2E36;
  color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-sports-football-betting__strategy-card:hover {
  transform: translateY(-5px);
  background-color: #1a4d5d;
}

.page-sports-football-betting__card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-sports-football-betting__card-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-sports-football-betting__section--faq {
  background-color: #f9f9f9;
}

.page-sports-football-betting__faq-items {
  margin-top: 40px;
}

.page-sports-football-betting__faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  padding: 25px;
}

.page-sports-football-betting__faq-question {
  font-size: 1.4em;
  color: #0A2E36;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-sports-football-betting__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__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-sports-football-betting__faq-answer {
  font-size: 1em;
  color: #666666;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.page-sports-football-betting__faq-answer.active {
  max-height: 200px; /* Adjust as needed for content length */
  margin-top: 15px;
}

.page-sports-football-betting__section--cta {
  text-align: center;
  background-color: #0A2E36;
  color: #ffffff;
  padding: 80px 20px;
}

.page-sports-football-betting__section--cta .page-sports-football-betting__section-title {
  color: #FFD700;
}

.page-sports-football-betting__section--cta .page-sports-football-betting__section-text {
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.page-sports-football-betting__link {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
}

.page-sports-football-betting__link:hover {
  color: #e6c200;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .page-sports-football-betting__hero-title {
    font-size: 2.2em;
  }

  .page-sports-football-betting__hero-description {
    font-size: 1em;
  }

  .page-sports-football-betting__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-sports-football-betting__section-title {
    font-size: 2em;
  }

  .page-sports-football-betting__content-flex {
    flex-direction: column;
  }

  .page-sports-football-betting__content-flex--reverse {
    flex-direction: column;
  }

  .page-sports-football-betting__grid-item img, 
  .page-sports-football-betting__content-image img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }

  .page-sports-football-betting__section {
    padding: 40px 0;
  }

  /* Ensure content area images do not overflow */
  .page-sports-football-betting img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-sports-football-betting__hero-title {
    font-size: 1.8em;
  }

  .page-sports-football-betting__section-title {
    font-size: 1.8em;
  }

  .page-sports-football-betting__btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-sports-football-betting__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}