.page-resources-789club-gameplay-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Body background from shared.css */
}

.page-resources-789club-gameplay-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-789club-gameplay-strategy__hero-section {
  position: relative;
  padding: 120px 0 80px; /* Adjust for header offset */
  background: linear-gradient(135deg, #26A9E0, #1a7bb0);
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding-top: var(--header-offset, 120px); /* Ensure header offset */
}

.page-resources-789club-gameplay-strategy__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-789club-gameplay-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-789club-gameplay-strategy__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* General Section Styling */
.page-resources-789club-gameplay-strategy__intro-section,
.page-resources-789club-gameplay-strategy__games-section,
.page-resources-789club-gameplay-strategy__promotions-section,
.page-resources-789club-gameplay-strategy__conclusion-section {
  padding: 80px 0;
}

.page-resources-789club-gameplay-strategy__download-section,
.page-resources-789club-gameplay-strategy__strategy-section,
.page-resources-789club-gameplay-strategy__faq-section {
  padding: 80px 0;
  background-color: #1a1a1a; /* Darker background for contrast */
}

.page-resources-789club-gameplay-strategy__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-789club-gameplay-strategy__dark-bg {
  background-color: #1a1a1a;
  color: #FFFFFF;
}

.page-resources-789club-gameplay-strategy__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  color: #26A9E0; /* Brand color for titles */
}

.page-resources-789club-gameplay-strategy__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #26A9E0;
}

.page-resources-789club-gameplay-strategy__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-789club-gameplay-strategy__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-789club-gameplay-strategy__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-789club-gameplay-strategy__list-item {
  margin-bottom: 10px;
}

/* Buttons */
.page-resources-789club-gameplay-strategy__btn-primary,
.page-resources-789club-gameplay-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-resources-789club-gameplay-strategy__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-resources-789club-gameplay-strategy__btn-primary:hover {
  background-color: #1a7bb0;
  transform: translateY(-2px);
}

.page-resources-789club-gameplay-strategy__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-789club-gameplay-strategy__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-resources-789club-gameplay-strategy__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Video Section */
.page-resources-789club-gameplay-strategy__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.page-resources-789club-gameplay-strategy__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  cursor: pointer;
}

/* FAQ Section */
.page-resources-789club-gameplay-strategy__faq-list {
  margin-top: 40px;
}

.page-resources-789club-gameplay-strategy__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  transition: background-color 0.3s ease;
  color: #FFFFFF;
}

.page-resources-789club-gameplay-strategy__faq-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-789club-gameplay-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  list-style: none;
  padding-right: 10px;
}

.page-resources-789club-gameplay-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-789club-gameplay-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #FFFFFF;
  transition: transform 0.3s ease;
}

.page-resources-789club-gameplay-strategy__faq-item[open] .page-resources-789club-gameplay-strategy__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-789club-gameplay-strategy__faq-answer {
  padding-top: 15px;
  font-size: 1.05em;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-resources-789club-gameplay-strategy__faq-answer p {
  margin-bottom: 10px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .page-resources-789club-gameplay-strategy {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-789club-gameplay-strategy__hero-section {
    padding: 80px 20px;
    min-height: 400px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure header offset for mobile */
  }

  .page-resources-789club-gameplay-strategy__hero-title {
    font-size: 2.2em;
  }

  .page-resources-789club-gameplay-strategy__hero-description {
    font-size: 1em;
  }

  .page-resources-789club-gameplay-strategy__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }

  .page-resources-789club-gameplay-strategy__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
  }

  .page-resources-789club-gameplay-strategy__btn-primary,
  .page-resources-789club-gameplay-strategy__btn-secondary {
    padding: 12px 20px;
    font-size: 1em;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-789club-gameplay-strategy__hero-cta-buttons,
  .page-resources-789club-gameplay-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-resources-789club-gameplay-strategy__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-789club-gameplay-strategy__video,
  .page-resources-789club-gameplay-strategy__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-resources-789club-gameplay-strategy__faq-question {
    font-size: 1.1em;
  }

  .page-resources-789club-gameplay-strategy__faq-answer {
    font-size: 1em;
  }

  .page-resources-789club-gameplay-strategy__container {
    padding: 0 15px;
  }

  .page-resources-789club-gameplay-strategy__intro-section,
  .page-resources-789club-gameplay-strategy__games-section,
  .page-resources-789club-gameplay-strategy__promotions-section,
  .page-resources-789club-gameplay-strategy__conclusion-section,
  .page-resources-789club-gameplay-strategy__download-section,
  .page-resources-789club-gameplay-strategy__strategy-section,
  .page-resources-789club-gameplay-strategy__faq-section {
    padding: 40px 0;
  }
}