/* style/game-guides-slot-strategy.css */

/* Body background is #000000 (dark), so default text color should be light */
.page-game-guides-slot-strategy {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-game-guides-slot-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  background: #000000; /* Ensure hero section has a dark background */
}

.page-game-guides-slot-strategy__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.page-game-guides-slot-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.page-game-guides-slot-strategy__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
}

.page-game-guides-slot-strategy__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-game-guides-slot-strategy__description {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-game-guides-slot-strategy__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-game-guides-slot-strategy__btn-primary,
.page-game-guides-slot-strategy__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;
  box-sizing: border-box;
  max-width: 100%; /* Ensure button adapts to container */
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-game-guides-slot-strategy__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-game-guides-slot-strategy__btn-primary:hover {
  background-color: #1a7eb3;
  border-color: #1a7eb3;
}

.page-game-guides-slot-strategy__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-game-guides-slot-strategy__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-game-guides-slot-strategy__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.page-game-guides-slot-strategy__content-area p {
  color: #f0f0f0;
  margin-bottom: 15px;
}

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

.page-game-guides-slot-strategy__feature-card {
  background: rgba(255, 255, 255, 0.08); /* Semi-transparent white for dark background */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-game-guides-slot-strategy__feature-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

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

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

.page-game-guides-slot-strategy__list li {
  background: rgba(255, 255, 255, 0.05);
  border-left: 5px solid #26A9E0;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: #ffffff;
}

.page-game-guides-slot-strategy__list-title {
  font-size: 1.3em;
  color: #26A9E0;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-game-guides-slot-strategy__image-text-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}

.page-game-guides-slot-strategy__image-text-block--reversed {
  flex-direction: row-reverse;
}

.page-game-guides-slot-strategy__block-image {
  width: 100%;
  flex: 1;
  border-radius: 10px;
  object-fit: cover;
}

.page-game-guides-slot-strategy__block-text {
  flex: 1;
  color: #f0f0f0;
}

.page-game-guides-slot-strategy__block-title {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-game-guides-slot-strategy__strategy-item {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-game-guides-slot-strategy__strategy-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-game-guides-slot-strategy__sub-list {
  list-style: disc;
  margin-left: 20px;
  color: #f0f0f0;
  margin-bottom: 15px;
}

.page-game-guides-slot-strategy__sub-list li {
  margin-bottom: 8px;
}

.page-game-guides-slot-strategy__faq-list {
  margin-top: 40px;
}

.page-game-guides-slot-strategy__faq-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-game-guides-slot-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  color: #ffffff;
  font-size: 1.1em;
  user-select: none;
}

.page-game-guides-slot-strategy__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
}

.page-game-guides-slot-strategy__faq-qtext {
  flex-grow: 1;
  color: #26A9E0;
}

.page-game-guides-slot-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #ffffff;
}

.page-game-guides-slot-strategy__faq-item[open] .page-game-guides-slot-strategy__faq-toggle {
  content: '−';
}

.page-game-guides-slot-strategy__faq-answer {
  padding: 0 20px 20px;
  color: #f0f0f0;
  font-size: 0.95em;
}

/* Ensure summary doesn't have default marker */
.page-game-guides-slot-strategy__faq-item summary {
  list-style: none;
}

.page-game-guides-slot-strategy__faq-item summary::-webkit-details-marker {
  display: none;
}

/* CTA Section specific styling */
.page-game-guides-slot-strategy__cta-section {
  text-align: center;
  padding: 80px 20px;
  background-color: #0d0d0d; /* Slightly lighter dark background for contrast */
  border-radius: 10px;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-guides-slot-strategy__image-text-block {
    flex-direction: column;
  }
  .page-game-guides-slot-strategy__image-text-block--reversed {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-game-guides-slot-strategy__section {
    padding: 40px 15px;
  }

  .page-game-guides-slot-strategy__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-game-guides-slot-strategy__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-game-guides-slot-strategy__cta-group {
    flex-direction: column;
    gap: 15px;
  }

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

  .page-game-guides-slot-strategy__section,
  .page-game-guides-slot-strategy__card,
  .page-game-guides-slot-strategy__container,
  .page-game-guides-slot-strategy__hero-image-wrapper,
  .page-game-guides-slot-strategy__image-text-block,
  .page-game-guides-slot-strategy__block-image,
  .page-game-guides-slot-strategy__block-text,
  .page-game-guides-slot-strategy__cta-group,
  .page-game-guides-slot-strategy__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Mobile button responsiveness */
  .page-game-guides-slot-strategy__cta-button,
  .page-game-guides-slot-strategy__btn-primary,
  .page-game-guides-slot-strategy__btn-secondary,
  .page-game-guides-slot-strategy a[class*="button"],
  .page-game-guides-slot-strategy 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-game-guides-slot-strategy__cta-group {
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column; /* Ensure buttons stack vertically */
  }

  .page-game-guides-slot-strategy__hero-section {
    padding-top: 10px !important;
  }

  .page-game-guides-slot-strategy__feature-icon {
    max-width: 150px;
  }

  .page-game-guides-slot-strategy__feature-card {
    padding: 20px;
  }

  .page-game-guides-slot-strategy__strategy-item {
    padding: 20px;
  }

  .page-game-guides-slot-strategy__faq-question {
    padding: 15px;
  }

  .page-game-guides-slot-strategy__faq-answer {
    padding: 0 15px 15px;
  }
}