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

.page-sports-football-betting-guide__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #0d0d0d; /* Dark background for hero content overlay */
  color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

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

.page-sports-football-betting-guide__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  z-index: 2;
}

.page-sports-football-betting-guide__hero-content {
  position: relative;
  z-index: 3;
}

.page-sports-football-betting-guide__hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Primary brand color */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

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

.page-sports-football-betting-guide__hero-cta-button {
  display: inline-block;
  background-color: #FFD700; /* Primary brand color */
  color: #8B0000; /* Auxiliary brand color for text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

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

.page-sports-football-betting-guide__section {
  padding: 60px 20px;
  text-align: center;
}

.page-sports-football-betting-guide__section:nth-of-type(even) {
  background-color: #f9f9f9;
}

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

.page-sports-football-betting-guide__section-title {
  font-size: 2.5em;
  color: #8B0000; /* Auxiliary brand color */
  margin-bottom: 25px;
  font-weight: bold;
}

.page-sports-football-betting-guide__section-intro {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #555555;
}

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

.page-sports-football-betting-guide__feature-card,
.page-sports-football-betting-guide__market-card,
.page-sports-football-betting-guide__strategy-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-sports-football-betting-guide__feature-card:hover,
.page-sports-football-betting-guide__market-card:hover,
.page-sports-football-betting-guide__strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-sports-football-betting-guide__feature-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-sports-football-betting-guide__feature-title,
.page-sports-football-betting-guide__market-title,
.page-sports-football-betting-guide__strategy-title,
.page-sports-football-betting-guide__live-betting-subtitle,
.page-sports-football-betting-guide__step-title,
.page-sports-football-betting-guide__faq-question {
  font-size: 1.5em;
  color: #8B0000; /* Auxiliary brand color */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-sports-football-betting-guide__feature-description,
.page-sports-football-betting-guide__market-description,
.page-sports-football-betting-guide__strategy-description,
.page-sports-football-betting-guide__live-betting-description,
.page-sports-football-betting-guide__step-description {
  font-size: 1em;
  color: #666666;
  line-height: 1.7;
}

.page-sports-football-betting-guide__market-infographic,
.page-sports-football-betting-guide__strategy-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 40px auto 0 auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-sports-football-betting-guide__cta-button {
  display: inline-block;
  background-color: #8B0000; /* Auxiliary brand color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-sports-football-betting-guide__cta-button:hover {
  background-color: #6a0000;
  transform: translateY(-2px);
}

.page-sports-football-betting-guide__cta-button--secondary {
  background-color: #FFD700; /* Primary brand color */
  color: #8B0000; /* Auxiliary brand color for text */
  margin-left: 20px;
}

.page-sports-football-betting-guide__cta-button--secondary:hover {
  background-color: #e6c200;
}

.page-sports-football-betting-guide__live-betting-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-sports-football-betting-guide__live-betting-item {
  background-color: #ffffff;
  border-left: 5px solid #FFD700; /* Primary brand color accent */
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
}

.page-sports-football-betting-guide__responsible-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-sports-football-betting-guide__responsible-item {
  background-color: #fff8e1; /* Light gold background */
  border: 1px solid #FFD700; /* Primary brand color border */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: #333333;
  font-size: 1.05em;
  display: flex;
  align-items: center;
}

.page-sports-football-betting-guide__responsible-item::before {
  content: '✓';
  color: #8B0000; /* Auxiliary brand color */
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

.page-sports-football-betting-guide__responsible-text {
  margin-top: 30px;
  font-size: 1.1em;
  color: #555555;
}

.page-sports-football-betting-guide__responsible-link,
.page-sports-football-betting-guide__faq-link {
  color: #8B0000; /* Auxiliary brand color */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-sports-football-betting-guide__responsible-link:hover,
.page-sports-football-betting-guide__faq-link:hover {
  color: #FFD700; /* Primary brand color on hover */
  text-decoration: underline;
}

.page-sports-football-betting-guide__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
  counter-reset: step-counter;
}

.page-sports-football-betting-guide__step-item {
  background-color: #ffffff;
  border-left: 5px solid #8B0000; /* Auxiliary brand color accent */
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  padding-left: 70px;
}

.page-sports-football-betting-guide__step-item::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFD700; /* Primary brand color */
  color: #8B0000; /* Auxiliary brand color */
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
}

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

.page-sports-football-betting-guide__faq-item {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-sports-football-betting-guide__faq-question {
  font-size: 1.3em;
  color: #8B0000; /* Auxiliary brand color */
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

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

.page-sports-football-betting-guide__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: #FFD700; /* Primary brand color */
  transition: transform 0.3s ease;
}

.page-sports-football-betting-guide__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-sports-football-betting-guide__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-sports-football-betting-guide__faq-answer.active {
  max-height: 200px; /* Adjust as needed for content */
  padding-bottom: 25px;
}

.page-sports-football-betting-guide__faq-answer p {
  margin: 0;
  color: #666666;
  font-size: 1em;
}

.page-sports-football-betting-guide__cta-final-content {
  background-color: #8B0000; /* Auxiliary brand color */
  color: #ffffff;
  padding: 60px 40px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.page-sports-football-betting-guide__cta-final-content .page-sports-football-betting-guide__section-title,
.page-sports-football-betting-guide__cta-final-content .page-sports-football-betting-guide__section-intro {
  color: #ffffff;
}

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

/* Responsive Design */
@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;
  }
}

@media (max-width: 768px) {
  .page-sports-football-betting-guide__hero-title {
    font-size: 2.2em;
  }
  .page-sports-football-betting-guide__hero-description {
    font-size: 1.1em;
  }
  .page-sports-football-betting-guide__section-title {
    font-size: 1.8em;
  }
  .page-sports-football-betting-guide__section-intro {
    font-size: 1em;
  }
  .page-sports-football-betting-guide__hero-section {
    min-height: 400px;
    padding: 40px 15px;
  }
  .page-sports-football-betting-guide__section {
    padding: 40px 15px;
  }
  .page-sports-football-betting-guide__features-grid,
  .page-sports-football-betting-guide__market-types,
  .page-sports-football-betting-guide__strategy-cards {
    grid-template-columns: 1fr;
  }
  .page-sports-football-betting-guide__feature-card,
  .page-sports-football-betting-guide__market-card,
  .page-sports-football-betting-guide__strategy-card {
    padding: 25px;
  }
  .page-sports-football-betting-guide__feature-image,
  .page-sports-football-betting-guide__market-infographic,
  .page-sports-football-betting-guide__strategy-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
  }
  .page-sports-football-betting-guide__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-sports-football-betting-guide__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-sports-football-betting-guide__step-item {
    padding-left: 60px;
  }
  .page-sports-football-betting-guide__step-item::before {
    left: 15px;
    width: 30px;
    height: 30px;
    font-size: 1em;
  }

  /* Mobile content area image constraint */
  .page-sports-football-betting-guide img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-sports-football-betting-guide__hero-title {
    font-size: 1.8em;
  }
  .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__hero-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-sports-football-betting-guide__feature-title,
  .page-sports-football-betting-guide__market-title,
  .page-sports-football-betting-guide__strategy-title,
  .page-sports-football-betting-guide__live-betting-subtitle,
  .page-sports-football-betting-guide__step-title,
  .page-sports-football-betting-guide__faq-question {
    font-size: 1.2em;
  }
  .page-sports-football-betting-guide__faq-question {
    padding: 15px 20px;
  }
  .page-sports-football-betting-guide__faq-answer.active {
    padding-bottom: 15px;
  }
}

/* Ensure content area images are not smaller than 200px */
.page-sports-football-betting-guide img:not(.page-sports-football-betting-guide__hero-image) {
  min-width: 200px;
  min-height: 200px;
}

/* Ensure no filter is used for images */
.page-sports-football-betting-guide img {
  filter: none; /* Explicitly remove any potential filter */
}