.page-sports-football-betting-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark (#1a1a2e), so use light text */
  background-color: #1a1a2e; /* Ensure consistent background for the page content area */
}

.page-sports-football-betting-guide__hero-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
}

.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-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  z-index: 1;
}

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

.page-sports-football-betting-guide__hero-title {
  font-size: 3.5em;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

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

.page-sports-football-betting-guide__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

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

.page-sports-football-betting-guide__content-section,
.page-sports-football-betting-guide__bet-types-section,
.page-sports-football-betting-guide__getting-started-section,
.page-sports-football-betting-guide__faq-section {
  padding: 80px 0;
  color: #ffffff; /* Light text for dark background */
}

.page-sports-football-betting-guide__strategy-section,
.page-sports-football-betting-guide__cta-section {
  padding: 80px 0;
}

.page-sports-football-betting-guide__dark-bg {
  background-color: #1a1a2e;
  color: #ffffff;
}

.page-sports-football-betting-guide__light-bg {
  background-color: #24243d;
  color: #ffffff;
}

.page-sports-football-betting-guide__paragraph {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
  color: #f0f0f0;
}

.page-sports-football-betting-guide__inline-link {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-sports-football-betting-guide__inline-link:hover {
  text-decoration: underline;
}

.page-sports-football-betting-guide__btn-primary,
.page-sports-football-betting-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px;
  font-size: 1.1em;
  box-sizing: border-box;
  text-align: center;
}

.page-sports-football-betting-guide__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-sports-football-betting-guide__btn-primary:hover {
  background-color: #1e87b3;
  border-color: #1e87b3;
}

.page-sports-football-betting-guide__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-sports-football-betting-guide__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

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

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

.page-sports-football-betting-guide__card {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white for dark background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

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

.page-sports-football-betting-guide__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-sports-football-betting-guide__card-description {
  font-size: 1em;
  color: #e0e0e0;
  line-height: 1.7;
  text-align: justify;
}

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

.page-sports-football-betting-guide__strategy-list .page-sports-football-betting-guide__list-item,
.page-sports-football-betting-guide__step-list .page-sports-football-betting-guide__list-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.page-sports-football-betting-guide__step-list .page-sports-football-betting-guide__list-item {
  counter-increment: step-counter;
}

.page-sports-football-betting-guide__step-list .page-sports-football-betting-guide__list-item::before {
  content: "Bước " counter(step-counter) ": ";
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-sports-football-betting-guide__list-title {
  font-size: 1.3em;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-sports-football-betting-guide__list-description {
  font-size: 1em;
  color: #e0e0e0;
  line-height: 1.7;
  text-align: justify;
}

.page-sports-football-betting-guide__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-sports-football-betting-guide__video-section {
  padding: 80px 0;
  text-align: center;
  background-color: #1a1a2e;
  color: #ffffff;
}

.page-sports-football-betting-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-sports-football-betting-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.page-sports-football-betting-guide__video-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

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

.page-sports-football-betting-guide__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-sports-football-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: #26A9E0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none; /* For details/summary */
}

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

.page-sports-football-betting-guide__faq-qtext {
  flex-grow: 1;
  pointer-events: none; /* Ensure click on summary opens/closes details */
}

.page-sports-football-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  pointer-events: none; /* Ensure click on summary opens/closes details */
}

.page-sports-football-betting-guide__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #e0e0e0;
  line-height: 1.7;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-sports-football-betting-guide__cta-section {
  text-align: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-sports-football-betting-guide__cta-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

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

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

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .page-sports-football-betting-guide__hero-section {
    min-height: 400px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }

  .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__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-sports-football-betting-guide__content-section,
  .page-sports-football-betting-guide__bet-types-section,
  .page-sports-football-betting-guide__getting-started-section,
  .page-sports-football-betting-guide__faq-section,
  .page-sports-football-betting-guide__strategy-section,
  .page-sports-football-betting-guide__video-section,
  .page-sports-football-betting-guide__cta-section {
    padding: 40px 0;
  }

  .page-sports-football-betting-guide__container {
    padding: 0 15px;
  }

  .page-sports-football-betting-guide__grid-2-cols,
  .page-sports-football-betting-guide__grid-3-cols {
    grid-template-columns: 1fr;
  }

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

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

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

  .page-sports-football-betting-guide__list-item {
    padding: 20px;
  }

  .page-sports-football-betting-guide__list-title {
    font-size: 1.1em;
  }

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

  /* Mobile image responsiveness */
  .page-sports-football-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-sports-football-betting-guide__section,
  .page-sports-football-betting-guide__card,
  .page-sports-football-betting-guide__container,
  .page-sports-football-betting-guide__video-section,
  .page-sports-football-betting-guide__video-container,
  .page-sports-football-betting-guide__video-wrapper,
  .page-sports-football-betting-guide__cta-buttons,
  .page-sports-football-betting-guide__button-group,
  .page-sports-football-betting-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Mobile video responsiveness */
  .page-sports-football-betting-guide video,
  .page-sports-football-betting-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-sports-football-betting-guide__video-wrapper {
    padding-bottom: 56.25% !important; /* Ensure aspect ratio is maintained */
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  /* Mobile button responsiveness */
  .page-sports-football-betting-guide__btn-primary,
  .page-sports-football-betting-guide__btn-secondary,
  .page-sports-football-betting-guide a[class*="button"],
  .page-sports-football-betting-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 10px 0 !important; /* Adjust margins for stacked buttons */
  }

  .page-sports-football-betting-guide__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px;
  }

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

  .page-sports-football-betting-guide__faq-answer {
    padding: 15px 20px;
  }
}