/* style/resources-w88-football-odds-analysis.css */
.page-resources-w88-football-odds-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-w88-football-odds-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-w88-football-odds-analysis__dark-bg {
  background-color: #001F3F;
  color: #ffffff;
}

.page-resources-w88-football-odds-analysis__light-bg {
  background-color: #f8f9fa;
  color: #333333;
}

.page-resources-w88-football-odds-analysis__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  overflow: hidden;
}

.page-resources-w88-football-odds-analysis__hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-w88-football-odds-analysis__hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Dim video for text readability */
}

.page-resources-w88-football-odds-analysis__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-w88-football-odds-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for title highlight */
  line-height: 1.2;
}

.page-resources-w88-football-odds-analysis__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  opacity: 0.9;
}

.page-resources-w88-football-odds-analysis__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-w88-football-odds-analysis__btn-primary,
.page-resources-w88-football-odds-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-resources-w88-football-odds-analysis__btn-primary {
  background-color: #FFD700;
  color: #001F3F;
  border: 2px solid #FFD700;
}

.page-resources-w88-football-odds-analysis__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-w88-football-odds-analysis__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-w88-football-odds-analysis__btn-secondary:hover {
  background-color: #FFD700;
  color: #001F3F;
}

.page-resources-w88-football-odds-analysis__btn-large {
  padding: 18px 35px;
  font-size: 1.1em;
}

.page-resources-w88-football-odds-analysis__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: inherit;
}

.page-resources-w88-football-odds-analysis__introduction,
.page-resources-w88-football-odds-analysis__why-w88,
.page-resources-w88-football-odds-analysis__odds-types,
.page-resources-w88-football-odds-analysis__analysis-factors,
.page-resources-w88-football-odds-analysis__betting-strategies,
.page-resources-w88-football-odds-analysis__live-updates,
.page-resources-w88-football-odds-analysis__other-games,
.page-resources-w88-football-odds-analysis__faq-section,
.page-resources-w88-football-odds-analysis__cta-section {
  padding: 80px 0;
}

.page-resources-w88-football-odds-analysis__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-w88-football-odds-analysis__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-w88-football-odds-analysis__feature-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-w88-football-odds-analysis__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-w88-football-odds-analysis__feature-text {
  font-size: 1em;
  color: #ffffff;
  opacity: 0.8;
}

.page-resources-w88-football-odds-analysis__center-cta {
  text-align: center;
  margin-top: 50px;
}

.page-resources-w88-football-odds-analysis__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: inherit;
  font-size: 1.1em;
}

.page-resources-w88-football-odds-analysis__list li {
  margin-bottom: 10px;
}

.page-resources-w88-football-odds-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  object-fit: cover;
}

.page-resources-w88-football-odds-analysis__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-w88-football-odds-analysis__image--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 50%; /* Adjust for desktop layout */
}

.page-resources-w88-football-odds-analysis__image--left {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 50%; /* Adjust for desktop layout */
}

/* FAQ Section */
.page-resources-w88-football-odds-analysis__faq-list {
  max-width: 800px;
  margin: 40px auto 0;
}

.page-resources-w88-football-odds-analysis__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-w88-football-odds-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #001F3F;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-w88-football-odds-analysis__faq-question h3 {
  margin: 0;
  color: inherit;
}

.page-resources-w88-football-odds-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFD700;
}

.page-resources-w88-football-odds-analysis__faq-item.active .page-resources-w88-football-odds-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-w88-football-odds-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-resources-w88-football-odds-analysis__faq-item.active .page-resources-w88-football-odds-analysis__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px !important;
}

.page-resources-w88-football-odds-analysis__faq-answer p {
  margin: 0;
  color: inherit;
  font-size: 1em;
}

.page-resources-w88-football-odds-analysis__center-content {
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-w88-football-odds-analysis__hero-title {
    font-size: 3em;
  }

  .page-resources-w88-football-odds-analysis__section-title {
    font-size: 2em;
  }

  .page-resources-w88-football-odds-analysis__image--right,
  .page-resources-w88-football-odds-analysis__image--left {
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 768px) {
  .page-resources-w88-football-odds-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-w88-football-odds-analysis__hero-section {
    min-height: 500px;
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-w88-football-odds-analysis__hero-title {
    font-size: 2.2em;
  }

  .page-resources-w88-football-odds-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-w88-football-odds-analysis__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-w88-football-odds-analysis__btn-primary,
  .page-resources-w88-football-odds-analysis__btn-secondary,
  .page-resources-w88-football-odds-analysis a[class*="button"],
  .page-resources-w88-football-odds-analysis a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-w88-football-odds-analysis__hero-cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-resources-w88-football-odds-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-w88-football-odds-analysis__introduction,
  .page-resources-w88-football-odds-analysis__why-w88,
  .page-resources-w88-football-odds-analysis__odds-types,
  .page-resources-w88-football-odds-analysis__analysis-factors,
  .page-resources-w88-football-odds-analysis__betting-strategies,
  .page-resources-w88-football-odds-analysis__live-updates,
  .page-resources-w88-football-odds-analysis__other-games,
  .page-resources-w88-football-odds-analysis__faq-section,
  .page-resources-w88-football-odds-analysis__cta-section {
    padding: 50px 0;
  }

  .page-resources-w88-football-odds-analysis__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-w88-football-odds-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-w88-football-odds-analysis video,
  .page-resources-w88-football-odds-analysis__hero-video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-w88-football-odds-analysis__hero-video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-w88-football-odds-analysis__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-w88-football-odds-analysis__image--right,
  .page-resources-w88-football-odds-analysis__image--left {
    margin: 20px auto;
  }

  .page-resources-w88-football-odds-analysis__faq-question {
    font-size: 1.1em;
  }
}