.page-sports-football-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF; /* Page background color */
}

.page-sports-football-betting-guide__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  overflow: hidden;
}

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

.page-sports-football-betting-guide__hero-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-sports-football-betting-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent overlay for text readability */
  border-radius: 8px;
}

.page-sports-football-betting-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login button color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

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

.page-sports-football-betting-guide__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
}

.page-sports-football-betting-guide__button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000; /* Text color for register button */
}

.page-sports-football-betting-guide__button--register:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-sports-football-betting-guide__button--login,
.page-sports-football-betting-guide__button--deposit,
.page-sports-football-betting-guide__button--bet,
.page-sports-football-betting-guide__button--claim {
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Text color for login button */
}

.page-sports-football-betting-guide__button--login:hover,
.page-sports-football-betting-guide__button--deposit:hover,
.page-sports-football-betting-guide__button--bet:hover,
.page-sports-football-betting-guide__button--claim:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-sports-football-betting-guide__content-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-sports-football-betting-guide__section-title {
  font-size: 2.5em;
  color: #000000; /* Main text color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-sports-football-betting-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FCBC45;
  border-radius: 2px;
}

.page-sports-football-betting-guide__introduction-section,
.page-sports-football-betting-guide__strategies-section,
.page-sports-football-betting-guide__yy777-features-section,
.page-sports-football-betting-guide__getting-started-section,
.page-sports-football-betting-guide__promotions-section,
.page-sports-football-betting-guide__responsible-gambling-section,
.page-sports-football-betting-guide__faq-section,
.page-sports-football-betting-guide__cta-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-sports-football-betting-guide__introduction-section p,
.page-sports-football-betting-guide__strategies-section p,
.page-sports-football-betting-guide__yy777-features-section p,
.page-sports-football-betting-guide__getting-started-section p,
.page-sports-football-betting-guide__promotions-section p,
.page-sports-football-betting-guide__responsible-gambling-section p,
.page-sports-football-betting-guide__faq-section p,
.page-sports-football-betting-guide__cta-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

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

.page-sports-football-betting-guide__card {
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}

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

.page-sports-football-betting-guide__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}

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

.page-sports-football-betting-guide__card p {
  padding: 0 15px;
  color: #555555;
}

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

.page-sports-football-betting-guide__strategy-list li {
  background-color: #f8f8f8;
  border-left: 5px solid #FCBC45;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-sports-football-betting-guide__strategy-list li h3 {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 10px;
}

.page-sports-football-betting-guide__strategy-list li p {
  font-size: 1em;
  color: #555555;
  margin-bottom: 0;
}

.page-sports-football-betting-guide__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-sports-football-betting-guide__feature-list li {
  text-align: center;
  background-color: #f8f8f8;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

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

.page-sports-football-betting-guide__feature-list li h3 {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
}

.page-sports-football-betting-guide__feature-list li p {
  font-size: 1em;
  color: #555555;
  margin-bottom: 0;
}

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

.page-sports-football-betting-guide__steps-list li {
  background-color: #f8f8f8;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-left: 80px;
}

.page-sports-football-betting-guide__steps-list li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FCBC45;
  color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-sports-football-betting-guide__steps-list li h3 {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 10px;
}

.page-sports-football-betting-guide__steps-list li p {
  font-size: 1em;
  color: #555555;
  margin-bottom: 15px;
}

.page-sports-football-betting-guide__promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-sports-football-betting-guide__promo-list li {
  text-align: center;
  background-color: #f8f8f8;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

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

.page-sports-football-betting-guide__promo-list li h3 {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 10px;
}

.page-sports-football-betting-guide__promo-list li p {
  font-size: 1em;
  color: #555555;
  margin-bottom: 0;
}

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

.page-sports-football-betting-guide__responsible-list {
  list-style: disc;
  padding-left: 20px;
  color: #555555;
  font-size: 1.1em;
  margin-top: 20px;
}

.page-sports-football-betting-guide__responsible-list li {
  margin-bottom: 10px;
}

.page-sports-football-betting-guide__responsible-gambling-section a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-sports-football-betting-guide__responsible-gambling-section a:hover {
  text-decoration: underline;
}

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

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

.page-sports-football-betting-guide__accordion-header {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-sports-football-betting-guide__accordion-header:hover {
  background-color: #e0a53b;
}

.page-sports-football-betting-guide__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

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

.page-sports-football-betting-guide__accordion-content {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-sports-football-betting-guide__accordion-content.active {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 25px;
}

.page-sports-football-betting-guide__accordion-content p {
  margin-bottom: 0;
  color: #555555;
}

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

.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__section-title::after {
  background-color: #FCBC45;
}

.page-sports-football-betting-guide__cta-section p {
  color: #f0f0f0;
  max-width: 800px;
  margin: 20px auto 40px auto;
}

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

/* 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-section {
    min-height: 400px;
  }

  .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-actions {
    flex-direction: column;
  }

  .page-sports-football-betting-guide__button {
    width: 80%;
    margin: 0 auto;
  }

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

  .page-sports-football-betting-guide__card-image {
    height: 200px;
  }

  .page-sports-football-betting-guide__feature-icon,
  .page-sports-football-betting-guide__promo-icon {
    width: 80px;
    height: 80px;
  }

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

  .page-sports-football-betting-guide__content-container {
    padding: 20px;
  }

  .page-sports-football-betting-guide__steps-list li {
    padding-left: 60px;
  }

  .page-sports-football-betting-guide__steps-list li::before {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    left: 15px;
  }

  .page-sports-football-betting-guide__accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-sports-football-betting-guide__accordion-content {
    padding: 10px 20px;
  }
}

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

  .page-sports-football-betting-guide__section-title {
    font-size: 1.5em;
  }

  .page-sports-football-betting-guide__button {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-sports-football-betting-guide__card-title {
    font-size: 1.4em;
  }

  .page-sports-football-betting-guide__strategy-list li h3,
  .page-sports-football-betting-guide__feature-list li h3,
  .page-sports-football-betting-guide__promo-list li h3,
  .page-sports-football-betting-guide__steps-list li h3 {
    font-size: 1.3em;
  }
}