.page-resources-zalv888-game-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: var(--secondary-color, #FFFFFF);
}

.page-resources-zalv888-game-strategy__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  overflow: hidden;
}

.page-resources-zalv888-game-strategy__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-zalv888-game-strategy__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 2;
}

.page-resources-zalv888-game-strategy__hero-content {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  max-width: 900px;
  padding: 0 20px;
}

.page-resources-zalv888-game-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-zalv888-game-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-zalv888-game-strategy__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-zalv888-game-strategy__btn-primary,
.page-resources-zalv888-game-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* Ensure button responsiveness */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
}

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

.page-resources-zalv888-game-strategy__btn-primary:hover {
  background-color: #1a7fb3;
  border-color: #1a7fb3;
}

.page-resources-zalv888-game-strategy__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-resources-zalv888-game-strategy__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #26A9E0;
}

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

.page-resources-zalv888-game-strategy__intro-section,
.page-resources-zalv888-game-strategy__content-area,
.page-resources-zalv888-game-strategy__cta-section,
.page-resources-zalv888-game-strategy__responsible-betting-section {
  padding: 60px 0;
}

.page-resources-zalv888-game-strategy__dark-section,
.page-resources-zalv888-game-strategy__faq-section,
.page-resources-zalv888-game-strategy__final-cta-section {
  background-color: #26A9E0;
  color: #FFFFFF;
  padding: 60px 0;
}

.page-resources-zalv888-game-strategy__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-resources-zalv888-game-strategy__section-title--white {
  color: #FFFFFF;
}

.page-resources-zalv888-game-strategy__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-zalv888-game-strategy__paragraph--white {
  color: #FFFFFF;
}

.page-resources-zalv888-game-strategy__highlight-text {
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-zalv888-game-strategy__paragraph--white .page-resources-zalv888-game-strategy__highlight-text {
  color: #FFFFFF;
}

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

.page-resources-zalv888-game-strategy__feature-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-zalv888-game-strategy__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-zalv888-game-strategy__feature-icon {
  width: 250px; /* Min size 200px */
  height: 250px; /* Min size 200px */
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-resources-zalv888-game-strategy__feature-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-zalv888-game-strategy__feature-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-zalv888-game-strategy__game-strategy-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #333333;
}

.page-resources-zalv888-game-strategy__game-strategy-title {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-zalv888-game-strategy__game-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-zalv888-game-strategy__strategy-list {
  list-style: none;
  padding: 0;
}

.page-resources-zalv888-game-strategy__strategy-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  color: #333333;
}

.page-resources-zalv888-game-strategy__strategy-list li::before {
  content: '✓';
  color: #26A9E0;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-resources-zalv888-game-strategy__list-item-strong {
  color: #26A9E0;
}

.page-resources-zalv888-game-strategy__cta-section {
  background-color: #F8F8F8;
  text-align: center;
}

.page-resources-zalv888-game-strategy__cta-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-resources-zalv888-game-strategy__cta-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-zalv888-game-strategy__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-zalv888-game-strategy__info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-zalv888-game-strategy__info-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333333;
}

.page-resources-zalv888-game-strategy__info-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-zalv888-game-strategy__info-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-zalv888-game-strategy__info-link {
  display: inline-block;
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #26A9E0;
  padding-bottom: 5px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.page-resources-zalv888-game-strategy__info-link:hover {
  color: #1a7fb3;
  border-color: #1a7fb3;
}

.page-resources-zalv888-game-strategy__faq-section {
  text-align: center;
}

.page-resources-zalv888-game-strategy__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-zalv888-game-strategy__faq-item {
  background-color: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: left;
  color: #333333;
}

.page-resources-zalv888-game-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  cursor: pointer;
  list-style: none; /* For details/summary */
}

.page-resources-zalv888-game-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-zalv888-game-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #26A9E0;
}

.page-resources-zalv888-game-strategy__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #555555;
}

.page-resources-zalv888-game-strategy__faq-answer p {
  margin-bottom: 10px;
}

.page-resources-zalv888-game-strategy__faq-answer .page-resources-zalv888-game-strategy__highlight-text {
  color: #26A9E0;
}

.page-resources-zalv888-game-strategy__responsible-betting-section {
  background-color: #F8F8F8;
  text-align: center;
}

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

.page-resources-zalv888-game-strategy__responsible-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-resources-zalv888-game-strategy__responsible-icon {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-resources-zalv888-game-strategy__responsible-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-zalv888-game-strategy__responsible-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-zalv888-game-strategy__final-cta-section {
  text-align: center;
}

.page-resources-zalv888-game-strategy__cta-title--white {
  color: #FFFFFF;
}

.page-resources-zalv888-game-strategy__cta-description--white {
  color: #FFFFFF;
}

.page-resources-zalv888-game-strategy__highlight-link {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-zalv888-game-strategy__highlight-link:hover {
  color: #e0e0e0;
}

/* General image responsiveness */
.page-resources-zalv888-game-strategy img {
  max-width: 100%;
  height: auto;
  display: block;
  min-width: 200px; /* Enforce min size for content images */
  min-height: 200px; /* Enforce min size for content images */
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-zalv888-game-strategy__hero-title {
    font-size: 3em;
  }
}

@media (max-width: 768px) {
  .page-resources-zalv888-game-strategy__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }

  .page-resources-zalv888-game-strategy__hero-title {
    font-size: 2.2em;
  }

  .page-resources-zalv888-game-strategy__hero-description {
    font-size: 1em;
  }

  .page-resources-zalv888-game-strategy__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-zalv888-game-strategy__btn-primary,
  .page-resources-zalv888-game-strategy__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 0.9em !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-zalv888-game-strategy__section-title {
    font-size: 1.8em;
  }

  .page-resources-zalv888-game-strategy__paragraph {
    font-size: 0.95em;
  }

  .page-resources-zalv888-game-strategy__feature-grid,
  .page-resources-zalv888-game-strategy__info-grid,
  .page-resources-zalv888-game-strategy__responsible-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-zalv888-game-strategy__feature-icon,
  .page-resources-zalv888-game-strategy__responsible-icon {
    width: 250px;
    height: 250px;
  }

  .page-resources-zalv888-game-strategy__game-image {
    max-height: 300px;
  }

  .page-resources-zalv888-game-strategy__cta-title {
    font-size: 1.8em;
  }

  .page-resources-zalv888-game-strategy__cta-description {
    font-size: 0.95em;
  }

  .page-resources-zalv888-game-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-zalv888-game-strategy__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-resources-zalv888-game-strategy__faq-answer {
    padding: 0 20px 15px;
  }

  /* Mobile image responsiveness */
  .page-resources-zalv888-game-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-zalv888-game-strategy__section,
  .page-resources-zalv888-game-strategy__card,
  .page-resources-zalv888-game-strategy__container,
  .page-resources-zalv888-game-strategy__hero-actions,
  .page-resources-zalv888-game-strategy__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }
}

@media (max-width: 480px) {
  .page-resources-zalv888-game-strategy__hero-title {
    font-size: 1.8em;
  }

  .page-resources-zalv888-game-strategy__section-title {
    font-size: 1.5em;
  }
}