/* style/blog-momo-slot-game-strategies.css */
:root {
  --page-primary-color: #11A84E;
  --page-secondary-color: #22C768;
  --page-background-color: #08160F;
  --page-card-background: #11271B;
  --page-text-main: #F2FFF6;
  --page-text-secondary: #A7D9B8;
  --page-border-color: #2E7A4E;
  --page-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --page-glow-color: #57E38D;
  --page-gold-color: #F2C14E;
  --page-divider-color: #1E3A2A;
  --page-deep-green: #0A4B2C;
}

.page-blog-momo-slot-game-strategies {
  font-family: 'Arial', sans-serif;
  color: var(--page-text-main);
  background-color: var(--page-background-color);
  line-height: 1.6;
}

.page-blog-momo-slot-game-strategies__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-momo-slot-game-strategies__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* body handles header-offset, so small top padding is fine */
  overflow: hidden;
}

.page-blog-momo-slot-game-strategies__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
}

.page-blog-momo-slot-game-strategies__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-momo-slot-game-strategies__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
  color: var(--page-text-main);
}

.page-blog-momo-slot-game-strategies__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--page-gold-color);
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.page-blog-momo-slot-game-strategies__lead-text {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--page-text-secondary);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-momo-slot-game-strategies__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-momo-slot-game-strategies__btn-primary {
  background: var(--page-button-gradient);
  color: #ffffff;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-momo-slot-game-strategies__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  filter: brightness(1.1);
}

.page-blog-momo-slot-game-strategies__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--page-gold-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-momo-slot-game-strategies__intro-section {
  padding: 60px 0;
  background-color: var(--page-background-color);
  color: var(--page-text-main);
}

.page-blog-momo-slot-game-strategies__dark-section {
  background-color: var(--page-background-color);
  color: var(--page-text-main);
}

.page-blog-momo-slot-game-strategies__light-bg {
  background-color: var(--page-card-background);
  color: var(--page-text-main);
}

.page-blog-momo-slot-game-strategies__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.7;
  color: var(--page-text-secondary);
  text-align: justify;
}

.page-blog-momo-slot-game-strategies__text-block:last-of-type {
  margin-bottom: 0;
}

.page-blog-momo-slot-game-strategies__content-section {
  padding: 60px 0;
}

.page-blog-momo-slot-game-strategies__image-text-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-blog-momo-slot-game-strategies__image-text-block--reverse {
  flex-direction: row-reverse;
}

.page-blog-momo-slot-game-strategies__content-image {
  flex: 1;
  max-width: 50%;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  max-width: 100%; /* Ensure base responsive */
  height: auto; /* Ensure base responsive */
  display: block;
}

.page-blog-momo-slot-game-strategies__content-image:hover {
  transform: translateY(-5px);
}

.page-blog-momo-slot-game-strategies__text-content {
  flex: 1;
}

.page-blog-momo-slot-game-strategies__faq-section {
  padding: 60px 0;
  background-color: var(--page-background-color);
  color: var(--page-text-main);
}

.page-blog-momo-slot-game-strategies__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-momo-slot-game-strategies__faq-item {
  background-color: var(--page-card-background);
  border: 1px solid var(--page-border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-momo-slot-game-strategies__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--page-text-main);
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none; /* For <details> summary */
}

.page-blog-momo-slot-game-strategies__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-momo-slot-game-strategies__faq-question:hover {
  background-color: rgba(var(--page-primary-color), 0.1);
}

.page-blog-momo-slot-game-strategies__faq-toggle {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--page-gold-color);
}

.page-blog-momo-slot-game-strategies__faq-item[open] .page-blog-momo-slot-game-strategies__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-momo-slot-game-strategies__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: var(--page-text-secondary);
  line-height: 1.7;
  text-align: justify;
}

.page-blog-momo-slot-game-strategies__conclusion-section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-momo-slot-game-strategies__text-link {
  color: var(--page-gold-color);
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-blog-momo-slot-game-strategies__text-link:hover {
  color: var(--page-glow-color);
}

/* Responsive styles */
@media (max-width: 992px) {
  .page-blog-momo-slot-game-strategies__hero-content {
    padding: 15px;
  }

  .page-blog-momo-slot-game-strategies__main-title {
    font-size: clamp(2rem, 4vw, 3rem);
  }

  .page-blog-momo-slot-game-strategies__lead-text {
    font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  }

  .page-blog-momo-slot-game-strategies__image-text-block {
    flex-direction: column;
    gap: 30px;
  }

  .page-blog-momo-slot-game-strategies__image-text-block--reverse {
    flex-direction: column;
  }

  .page-blog-momo-slot-game-strategies__content-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-momo-slot-game-strategies {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-momo-slot-game-strategies__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-momo-slot-game-strategies__main-title {
    font-size: 2.2rem;
  }

  .page-blog-momo-slot-game-strategies__lead-text {
    font-size: 1rem;
  }

  .page-blog-momo-slot-game-strategies__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-momo-slot-game-strategies__intro-section,
  .page-blog-momo-slot-game-strategies__content-section,
  .page-blog-momo-slot-game-strategies__faq-section,
  .page-blog-momo-slot-game-strategies__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-momo-slot-game-strategies__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-momo-slot-game-strategies__text-block {
    font-size: 1rem;
  }

  .page-blog-momo-slot-game-strategies__cta-button,
  .page-blog-momo-slot-game-strategies__btn-primary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-momo-slot-game-strategies img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-momo-slot-game-strategies__hero-image-wrapper,
  .page-blog-momo-slot-game-strategies__image-text-block,
  .page-blog-momo-slot-game-strategies__content-section,
  .page-blog-momo-slot-game-strategies__intro-section,
  .page-blog-momo-slot-game-strategies__faq-section,
  .page-blog-momo-slot-game-strategies__conclusion-section,
  .page-blog-momo-slot-game-strategies__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-momo-slot-game-strategies__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .page-blog-momo-slot-game-strategies__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.95rem;
  }
}