.page-game-guides-slots-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.7;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: transparent; /* Inherit from body for dark background */
  padding-top: 120px; /* Desktop: Adjust for fixed header */
}

@media (max-width: 768px) {
  .page-game-guides-slots-strategy {
    padding-top: 100px !important; /* Mobile: Adjust for fixed header */
  }
}

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

@media (max-width: 768px) {
  .page-game-guides-slots-strategy__container {
    padding: 0 15px;
  }
}

.page-game-guides-slots-strategy__main-title {
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .page-game-guides-slots-strategy__main-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.page-game-guides-slots-strategy__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .page-game-guides-slots-strategy__section-title {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.page-game-guides-slots-strategy__intro-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #0a1128, #1a2a50); /* Darker gradient for contrast on body */
  color: #f0f0f0;
}

.page-game-guides-slots-strategy__intro-text {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: justify;
  color: #e0e0e0;
}

.page-game-guides-slots-strategy__intro-text a {
  color: #ffc107; /* Accent color for links */
  text-decoration: none;
  font-weight: bold;
}

.page-game-guides-slots-strategy__intro-text a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-game-guides-slots-strategy__intro-text {
    font-size: 16px;
  }
}

.page-game-guides-slots-strategy__cta-button {
  display: block;
  width: fit-content;
  margin: 40px auto 20px auto;
  padding: 15px 30px;
  background: linear-gradient(135deg, #ffc107, #ffa000); /* Golden gradient */
  color: #000000; /* Dark text on light button */
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border: none;
}

.page-game-guides-slots-strategy__cta-button:hover {
  background: linear-gradient(135deg, #ffa000, #ff8c00);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-game-guides-slots-strategy__cta-button--bottom {
  margin-top: 60px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .page-game-guides-slots-strategy__cta-button {
    font-size: 16px;
    padding: 12px 25px;
    margin-top: 30px;
  }
}

.page-game-guides-slots-strategy__strategy-types-section,
.page-game-guides-slots-strategy__promotions-section,
.page-game-guides-slots-strategy__latest-blog-section,
.page-game-guides-slots-strategy__faq-section {
  padding: 40px 0;
  background-color: #0d1a33; /* Slightly lighter dark background for sections */
  color: #f0f0f0;
}

.page-game-guides-slots-strategy__section-description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  color: #cccccc;
}

.page-game-guides-slots-strategy__section-description a {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
}

.page-game-guides-slots-strategy__section-description a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-game-guides-slots-strategy__section-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.page-game-guides-slots-strategy__strategy-card,
.page-game-guides-slots-strategy__promotion-card,
.page-game-guides-slots-strategy__blog-card {
  background: #1a2a50; /* Dark blue card background */
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #f0f0f0;
  text-align: center;
}

.page-game-guides-slots-strategy__strategy-card:hover,
.page-game-guides-slots-strategy__promotion-card:hover,
.page-game-guides-slots-strategy__blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-game-guides-slots-strategy__strategy-image,
.page-game-guides-slots-strategy__promotion-image,
.page-game-guides-slots-strategy__blog-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 25px auto;
  border-radius: 8px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .page-game-guides-slots-strategy__strategy-image,
  .page-game-guides-slots-strategy__promotion-image,
  .page-game-guides-slots-strategy__blog-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 15px;
  }
}

.page-game-guides-slots-strategy__card-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffc107; /* Accent color for card titles */
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .page-game-guides-slots-strategy__card-title {
    font-size: 20px;
  }
}

.page-game-guides-slots-strategy__card-text {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
  color: #e0e0e0;
}

.page-game-guides-slots-strategy__card-text a {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
}

.page-game-guides-slots-strategy__card-text a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-game-guides-slots-strategy__card-text {
    font-size: 15px;
  }
}

.page-game-guides-slots-strategy__list {
  list-style-type: disc;
  text-align: left;
  margin: 0 0 20px 20px;
  padding: 0;
  color: #e0e0e0;
}

.page-game-guides-slots-strategy__list li {
  font-size: 16px;
  margin-bottom: 8px;
}

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

@media (max-width: 768px) {
  .page-game-guides-slots-strategy__promotion-grid,
  .page-game-guides-slots-strategy__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.page-game-guides-slots-strategy__card-link {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #007bff; /* Primary brand color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-game-guides-slots-strategy__card-link:hover {
  background: #0056b3;
  transform: translateY(-1px);
}

.page-game-guides-slots-strategy__blog-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-game-guides-slots-strategy__blog-title a {
  color: #ffc107;
  text-decoration: none;
}

.page-game-guides-slots-strategy__blog-title a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-game-guides-slots-strategy__blog-title {
    font-size: 18px;
  }
}

.page-game-guides-slots-strategy__blog-excerpt {
  font-size: 15px;
  color: #cccccc;
  margin-bottom: 10px;
  text-align: justify;
}

.page-game-guides-slots-strategy__blog-excerpt a {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
}

.page-game-guides-slots-strategy__blog-excerpt a:hover {
  text-decoration: underline;
}

.page-game-guides-slots-strategy__blog-date {
  font-size: 14px;
  color: #999999;
}

/* FAQ Styles */
.page-game-guides-slots-strategy__faq-section {
  padding: 60px 0;
  background-color: #0d1a33;
}

.page-game-guides-slots-strategy__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-game-guides-slots-strategy__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-game-guides-slots-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 20px;
  opacity: 0;
}

.page-game-guides-slots-strategy__faq-item.active .page-game-guides-slots-strategy__faq-answer {
  max-height: 2000px !important;
  padding: 20px 20px !important;
  opacity: 1;
  background: #1a2a50; /* Darker background for answer */
  border-radius: 0 0 5px 5px;
  color: #e0e0e0;
}

.page-game-guides-slots-strategy__faq-item.active .page-game-guides-slots-strategy__faq-answer p {
  margin-bottom: 15px;
}

.page-game-guides-slots-strategy__faq-item.active .page-game-guides-slots-strategy__faq-answer a {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
}

.page-game-guides-slots-strategy__faq-item.active .page-game-guides-slots-strategy__faq-answer a:hover {
  text-decoration: underline;
}

.page-game-guides-slots-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #007bff; /* Primary brand color for question */
  border: 1px solid #0056b3;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-game-guides-slots-strategy__faq-question:hover {
  background: #0056b3;
  border-color: #004085;
}

.page-game-guides-slots-strategy__faq-question:active {
  background: #004085;
}

.page-game-guides-slots-strategy__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #ffffff; /* White text on blue question background */
}

.page-game-guides-slots-strategy__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.2); /* Semi-transparent white for toggle */
  border-radius: 50%;
}

.page-game-guides-slots-strategy__faq-item.active .page-game-guides-slots-strategy__faq-toggle {
  color: #ffffff;
  transform: rotate(45deg); /* Rotate for minus sign effect */
  background-color: #ffc107; /* Accent color when active */
}

@media (max-width: 768px) {
  .page-game-guides-slots-strategy__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-game-guides-slots-strategy__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  
  .page-game-guides-slots-strategy__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  
  .page-game-guides-slots-strategy__faq-answer {
    padding: 0 15px;
  }
  
  .page-game-guides-slots-strategy__faq-item.active .page-game-guides-slots-strategy__faq-answer {
    padding: 15px !important;
  }
  .page-game-guides-slots-strategy__faq-item.active .page-game-guides-slots-strategy__faq-answer p {
    font-size: 14px;
  }
}

/* Ensure all images are responsive */
.page-game-guides-slots-strategy img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .page-game-guides-slots-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-game-guides-slots-strategy__intro-section,
  .page-game-guides-slots-strategy__strategy-types-section,
  .page-game-guides-slots-strategy__promotions-section,
  .page-game-guides-slots-strategy__latest-blog-section,
  .page-game-guides-slots-strategy__faq-section,
  .page-game-guides-slots-strategy__strategy-card,
  .page-game-guides-slots-strategy__promotion-card,
  .page-game-guides-slots-strategy__blog-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}