.page-game-strategy {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A2463; /* Main dark blue background */
  line-height: 1.6;
}

.page-game-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-strategy__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.page-game-strategy__section-title .highlight {
  color: #FFD700;
}

.page-game-strategy__section-subtitle {
  font-size: 1.2em;
  color: #B0B0B0;
  text-align: center;
  margin-bottom: 50px;
}

.page-game-strategy__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-game-strategy__text-content .highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-game-strategy__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A2463; /* Dark blue text on gold button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-game-strategy__cta-button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-2px);
}

.page-game-strategy__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-game-strategy__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

/* Hero Section */
.page-game-strategy__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A2463 0%, #1A3E7D 100%); /* Gradient dark blue */
  color: #E0E0E0;
  text-align: center;
  gap: 40px;
}

.page-game-strategy__hero-content {
  max-width: 800px;
}

.page-game-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.1;
}

.page-game-strategy__hero-title .highlight {
  color: #FFD700;
}

.page-game-strategy__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #B0B0B0;
}

.page-game-strategy__hero-image-wrapper {
  max-width: 600px;
  width: 100%;
  margin-top: 30px;
}

.page-game-strategy__hero-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Intro Section */
.page-game-strategy__intro-section {
  padding: 80px 0;
  background-color: #0A2463;
}

/* Strategy Categories */
.page-game-strategy__strategy-categories {
  padding: 80px 0;
  background-color: #1A3E7D;
}

.page-game-strategy__category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-game-strategy__category-card {
  background-color: #0A2463;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-strategy__category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-game-strategy__category-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-game-strategy__category-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-game-strategy__category-description {
  font-size: 1em;
  color: #B0B0B0;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-game-strategy__read-more-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.page-game-strategy__read-more-button:hover {
  background-color: #e6c200;
}

.page-game-strategy__play-now-button {
  display: inline-block;
  background-color: #546692; /* A lighter blue variation */
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.page-game-strategy__play-now-button:hover {
  background-color: #6c7ca1;
}

/* Why lucky8 Section */
.page-game-strategy__why-lucky8-section {
  padding: 80px 0;
  background-color: #0A2463;
}

.page-game-strategy__content-flex {
  display: flex;
  align-items: center;
  gap: 50px;
}

.page-game-strategy__text-column {
  flex: 1;
}

.page-game-strategy__image-column {
  flex: 1;
  text-align: center;
}

.page-game-strategy__responsive-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-strategy__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-game-strategy__feature-list li {
  background-color: #1A3E7D; /* Darker blue for list items */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #E0E0E0;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-game-strategy__feature-list li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  margin-right: 15px;
  font-size: 1.2em;
}

.page-game-strategy__list-highlight {
  color: #FFD700;
}

/* Download App Section */
.page-game-strategy__download-app-section {
  padding: 80px 0;
  background-color: #1A3E7D;
}

.page-game-strategy__download-content {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-direction: row;
}

.page-game-strategy__download-text {
  flex: 1;
}

.page-game-strategy__download-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-game-strategy__download-image {
  max-width: 80%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsible Gaming Callout */
.page-game-strategy__responsible-gaming-callout {
  padding: 60px 0;
  background-color: #0A2463;
  text-align: center;
}

/* FAQ Section */
.page-game-strategy__faq-section {
  padding: 80px 0;
  background-color: #1A3E7D;
}

.page-game-strategy__faq-item {
  background-color: #0A2463;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.page-game-strategy__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-game-strategy__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-game-strategy__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-game-strategy__faq-answer {
  font-size: 1.05em;
  color: #B0B0B0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.page-game-strategy__faq-answer.active {
  max-height: 300px; /* Adjust based on content */
}

/* Final CTA */
.page-game-strategy__final-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #0A2463 0%, #1A3E7D 100%);
  text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-strategy__hero-section {
    flex-direction: column;
    padding: 60px 20px;
  }

  .page-game-strategy__hero-title {
    font-size: 2.8em;
  }

  .page-game-strategy__hero-description {
    font-size: 1.1em;
  }

  .page-game-strategy__content-flex,
  .page-game-strategy__download-content {
    flex-direction: column;
    gap: 30px;
  }

  .page-game-strategy__download-image-wrapper {
    order: -1; /* Image above text on mobile */
  }

  .page-game-strategy__download-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-game-strategy__section-title {
    font-size: 2em;
  }

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

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

  .page-game-strategy__category-grid {
    grid-template-columns: 1fr;
  }

  .page-game-strategy__faq-question {
    font-size: 1.2em;
  }

  .page-game-strategy__text-content {
    font-size: 1em;
  }

  .page-game-strategy__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }
}

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

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

  .page-game-strategy__hero-description {
    font-size: 0.95em;
  }

  .page-game-strategy__cta-button {
    font-size: 0.9em;
    padding: 10px 20px;
  }

  .page-game-strategy__category-card {
    padding: 20px;
  }
}