.page-games-sports-football-guide {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0; /* Light grey for general text on dark backgrounds */
  background-color: #1A202C; /* Primary dark background */
  line-height: 1.6;
}

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

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

.page-games-sports-football-guide__section:nth-child(even) {
  background-color: #2a323c; /* Slightly lighter dark background for contrast */
}

.page-games-sports-football-guide__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3e4a5e 100%); /* Dark gradient for hero */
  padding: 100px 0;
  color: #ffffff;
}

.page-games-sports-football-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  font-weight: bold;
}

.page-games-sports-football-guide__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-games-sports-football-guide__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  margin-bottom: 40px;
  font-weight: bold;
}

.page-games-sports-football-guide__text-content {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #c0c0c0; /* Slightly lighter text for body */
}

.page-games-sports-football-guide__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-games-sports-football-guide__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
}

.page-games-sports-football-guide__btn--primary:hover {
  background-color: #e6c200;
}

.page-games-sports-football-guide__btn--secondary {
  background-color: #1A202C; /* Dark button */
  color: #FFD700; /* Gold text on dark */
  border: 2px solid #FFD700;
}

.page-games-sports-football-guide__btn--secondary:hover {
  background-color: #2a323c;
  color: #ffffff;
}

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

.page-games-sports-football-guide__feature-item {
  background-color: #2a323c;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-games-sports-football-guide__feature-item:hover {
  transform: translateY(-10px);
}

.page-games-sports-football-guide__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: brightness(1.2) drop-shadow(0 0 5px rgba(255, 215, 0, 0.5)); /* Gold glow */
}

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

.page-games-sports-football-guide__type-item {
  background-color: #2a323c;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-games-sports-football-guide__type-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
  text-align: center;
}

.page-games-sports-football-guide__type-item p {
  margin-bottom: 15px;
  color: #c0c0c0;
}

.page-games-sports-football-guide__type-item strong {
  color: #FFD700;
}

.page-games-sports-football-guide__type-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-games-sports-football-guide__how-to-bet .page-games-sports-football-guide__step-item {
  background-color: #2a323c;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-games-sports-football-guide__how-to-bet .page-games-sports-football-guide__step-item:nth-child(even) {
  flex-direction: column-reverse; /* Alternate image/text flow */
}

.page-games-sports-football-guide__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  text-align: center;
}

.page-games-sports-football-guide__step-item p {
  margin-bottom: 20px;
  color: #c0c0c0;
  text-align: center;
}

.page-games-sports-football-guide__step-image {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-games-sports-football-guide__list, .page-games-sports-football-guide__promo-list, .page-games-sports-football-guide__contact-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 30px auto;
  text-align: left;
}

.page-games-sports-football-guide__list li,
.page-games-sports-football-guide__promo-list li,
.page-games-sports-football-guide__contact-list li {
  background-color: #2a323c;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  font-size: 1.1em;
  color: #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-games-sports-football-guide__list li strong,
.page-games-sports-football-guide__promo-list li strong,
.page-games-sports-football-guide__contact-list li strong {
  color: #FFD700;
}

.page-games-sports-football-guide__main-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.page-games-sports-football-guide__app-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-games-sports-football-guide__app-text {
  text-align: center;
  max-width: 700px;
}

.page-games-sports-football-guide__app-image {
  max-width: 100%;
  width: 300px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.page-games-sports-football-guide__cta-final {
  background: linear-gradient(135deg, #FFD700 0%, #e6c200 100%); /* Gold gradient for final CTA */
  padding: 80px 0;
  color: #1A202C; /* Dark text on gold */
}

.page-games-sports-football-guide__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-games-sports-football-guide__cta-subtitle {
  font-size: 1.2em;
  margin-bottom: 40px;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .page-games-sports-football-guide__hero-title {
    font-size: 4.5em;
  }

  .page-games-sports-football-guide__section-title {
    font-size: 3em;
  }

  .page-games-sports-football-guide__app-content {
    flex-direction: row;
    text-align: left;
    justify-content: center;
  }

  .page-games-sports-football-guide__app-text {
    text-align: left;
  }

  .page-games-sports-football-guide__app-image {
    order: 2;
  }

  .page-games-sports-football-guide__how-to-bet .page-games-sports-football-guide__step-item {
    flex-direction: row;
    gap: 30px;
    text-align: left;
  }

  .page-games-sports-football-guide__how-to-bet .page-games-sports-football-guide__step-item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .page-games-sports-football-guide__step-item p, .page-games-sports-football-guide__step-title {
    text-align: left;
  }

  .page-games-sports-football-guide__step-image {
    max-width: 40%;
  }

  .page-games-sports-football-guide__cta-title {
    font-size: 3.5em;
  }
}

@media (max-width: 767px) {
  .page-games-sports-football-guide__hero-title {
    font-size: 2.5em;
  }

  .page-games-sports-football-guide__hero-subtitle {
    font-size: 1em;
  }

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

  .page-games-sports-football-guide__feature-item {
    padding: 20px;
  }

  .page-games-sports-football-guide__feature-title {
    font-size: 1.3em;
  }

  .page-games-sports-football-guide__type-title {
    font-size: 1.5em;
  }

  .page-games-sports-football-guide__step-title {
    font-size: 1.4em;
  }

  .page-games-sports-football-guide__list li,
  .page-games-sports-football-guide__promo-list li,
  .page-games-sports-football-guide__contact-list li {
    font-size: 1em;
    padding: 15px;
  }

  .page-games-sports-football-guide__cta-title {
    font-size: 2.2em;
  }

  .page-games-sports-football-guide__cta-subtitle {
    font-size: 1em;
  }
}