/* style/blog-sc88-jackpot-strategy.css */

/* Base styles */
.page-blog-sc88-jackpot-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background-color);
}

.page-blog-sc88-jackpot-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-sc88-jackpot-strategy__section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: var(--text-main);
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.page-blog-sc88-jackpot-strategy__sub-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  color: var(--gold);
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-blog-sc88-jackpot-strategy__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--text-main);
}

.page-blog-sc88-jackpot-strategy__highlight {
  color: var(--gold);
  font-weight: bold;
}

.page-blog-sc88-jackpot-strategy a {
  color: var(--glow);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-sc88-jackpot-strategy a:hover {
  color: var(--gold);
}

/* Hero Section */
.page-blog-sc88-jackpot-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--deep-green);
}

.page-blog-sc88-jackpot-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 700px;
}

.page-blog-sc88-jackpot-strategy__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}

.page-blog-sc88-jackpot-strategy__main-title {
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: 1px;
}

.page-blog-sc88-jackpot-strategy__subtitle {
  font-size: clamp(18px, 2.5vw, 24px);
  color: var(--text-main);
  margin-bottom: 30px;
}

/* Buttons */
.page-blog-sc88-jackpot-strategy__btn-primary,
.page-blog-sc88-jackpot-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-sc88-jackpot-strategy__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-sc88-jackpot-strategy__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-sc88-jackpot-strategy__btn-secondary {
  background: var(--background-color);
  color: var(--glow);
  border: 2px solid var(--glow);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-sc88-jackpot-strategy__btn-secondary:hover {
  background: var(--glow);
  color: var(--background-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-sc88-jackpot-strategy__button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Section common styles */
.page-blog-sc88-jackpot-strategy__introduction-section,
.page-blog-sc88-jackpot-strategy__strategy-section,
.page-blog-sc88-jackpot-strategy__promotions-section,
.page-blog-sc88-jackpot-strategy__guide-section,
.page-blog-sc88-jackpot-strategy__cta-section {
  padding: 80px 0;
}

.page-blog-sc88-jackpot-strategy__content-section,
.page-blog-sc88-jackpot-strategy__tips-section,
.page-blog-sc88-jackpot-strategy__security-section,
.page-blog-sc88-jackpot-strategy__faq-section {
  padding: 80px 0;
}

.page-blog-sc88-jackpot-strategy__dark-section {
  background-color: var(--card-b-g);
  color: var(--text-main);
}

.page-blog-sc88-jackpot-strategy__light-bg {
  background-color: var(--background-color);
  color: var(--text-main);
}

/* Image styles */
.page-blog-sc88-jackpot-strategy__content-image,
.page-blog-sc88-jackpot-strategy__cta-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-sc88-jackpot-strategy__cta-image {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* List styles */
.page-blog-sc88-jackpot-strategy__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-main);
}

.page-blog-sc88-jackpot-strategy__list-item {
  margin-bottom: 10px;
  font-size: 17px;
  color: var(--text-main);
}

/* FAQ Section */
.page-blog-sc88-jackpot-strategy__faq-list {
  margin-top: 40px;
}

.page-blog-sc88-jackpot-strategy__faq-item {
  background-color: var(--card-b-g);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-sc88-jackpot-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-main);
  cursor: pointer;
  background-color: var(--deep-green);
  border-bottom: 1px solid var(--border);
  transition: background-color 0.3s ease;
}

.page-blog-sc88-jackpot-strategy__faq-question:hover {
  background-color: var(--primary-color);
}

.page-blog-sc88-jackpot-strategy__faq-item[open] > .page-blog-sc88-jackpot-strategy__faq-question {
  background-color: var(--primary-color);
}

.page-blog-sc88-jackpot-strategy__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--gold);
  margin-left: 15px;
}

.page-blog-sc88-jackpot-strategy__faq-answer {
  padding: 20px;
  font-size: 17px;
  color: var(--text-secondary);
  border-top: 1px solid var(--divider);
}

.page-blog-sc88-jackpot-strategy__faq-answer p {
  margin-bottom: 0;
}

/* Remove default details marker */
.page-blog-sc88-jackpot-strategy__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-sc88-jackpot-strategy__faq-item summary {
  list-style: none;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-sc88-jackpot-strategy__hero-content {
    padding: 30px 15px;
  }

  .page-blog-sc88-jackpot-strategy__main-title {
    font-size: clamp(28px, 4.5vw, 50px);
  }

  .page-blog-sc88-jackpot-strategy__subtitle {
    font-size: clamp(16px, 2.2vw, 20px);
  }

  .page-blog-sc88-jackpot-strategy__section-title {
    font-size: clamp(24px, 3.5vw, 36px);
  }

  .page-blog-sc88-jackpot-strategy__sub-title {
    font-size: clamp(20px, 2.5vw, 28px);
  }

  .page-blog-sc88-jackpot-strategy__text-block {
    font-size: 17px;
  }

  .page-blog-sc88-jackpot-strategy__btn-primary,
  .page-blog-sc88-jackpot-strategy__btn-secondary {
    padding: 12px 25px;
    font-size: 16px;
  }

  .page-blog-sc88-jackpot-strategy__introduction-section,
  .page-blog-sc88-jackpot-strategy__content-section,
  .page-blog-sc88-jackpot-strategy__strategy-section,
  .page-blog-sc88-jackpot-strategy__tips-section,
  .page-blog-sc88-jackpot-strategy__promotions-section,
  .page-blog-sc88-jackpot-strategy__security-section,
  .page-blog-sc88-jackpot-strategy__guide-section,
  .page-blog-sc88-jackpot-strategy__faq-section,
  .page-blog-sc88-jackpot-strategy__cta-section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .page-blog-sc88-jackpot-strategy__hero-content {
    padding: 20px 15px;
  }

  .page-blog-sc88-jackpot-strategy__main-title {
    font-size: clamp(24px, 6vw, 40px);
  }

  .page-blog-sc88-jackpot-strategy__subtitle {
    font-size: clamp(15px, 3vw, 18px);
  }

  .page-blog-sc88-jackpot-strategy__section-title {
    font-size: clamp(22px, 5vw, 32px);
  }

  .page-blog-sc88-jackpot-strategy__sub-title {
    font-size: clamp(18px, 4vw, 24px);
  }

  .page-blog-sc88-jackpot-strategy__text-block,
  .page-blog-sc88-jackpot-strategy__list-item {
    font-size: 16px;
  }

  .page-blog-sc88-jackpot-strategy__btn-primary,
  .page-blog-sc88-jackpot-strategy__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 10px; /* Add spacing between stacked buttons */
  }

  .page-blog-sc88-jackpot-strategy__button-group {
    flex-direction: column !important;
    gap: 10px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-sc88-jackpot-strategy img,
  .page-blog-sc88-jackpot-strategy__content-image,
  .page-blog-sc88-jackpot-strategy__cta-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: unset !important; /* Allow images to shrink below 200px on mobile if needed */
    min-height: unset !important;
  }

  .page-blog-sc88-jackpot-strategy__introduction-section,
  .page-blog-sc88-jackpot-strategy__content-section,
  .page-blog-sc88-jackpot-strategy__strategy-section,
  .page-blog-sc88-jackpot-strategy__tips-section,
  .page-blog-sc88-jackpot-strategy__promotions-section,
  .page-blog-sc88-jackpot-strategy__security-section,
  .page-blog-sc88-jackpot-strategy__guide-section,
  .page-blog-sc88-jackpot-strategy__faq-section,
  .page-blog-sc88-jackpot-strategy__cta-section {
    padding: 40px 0;
  }

  .page-blog-sc88-jackpot-strategy__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-sc88-jackpot-strategy__faq-question {
    font-size: 18px;
    padding: 15px;
  }

  .page-blog-sc88-jackpot-strategy__faq-answer {
    font-size: 16px;
    padding: 15px;
  }

  .page-blog-sc88-jackpot-strategy__hero-section {
    padding-top: 10px !important;
  }
}

/* Color Contrast Fixes (as per instructions for dark background) */
.page-blog-sc88-jackpot-strategy {
  color: var(--text-main); /* #F2FFF6 */
  background-color: var(--background-color); /* #08160F */
}

.page-blog-sc88-jackpot-strategy__dark-section {
  background-color: var(--card-b-g); /* #11271B */
  color: var(--text-main); /* #F2FFF6 */
}

.page-blog-sc88-jackpot-strategy__light-bg {
  background-color: var(--background-color); /* #08160F */
  color: var(--text-main); /* #F2FFF6 */
}

.page-blog-sc88-jackpot-strategy__faq-item {
  background-color: var(--card-b-g); /* #11271B */
  color: var(--text-main); /* #F2FFF6 */
}

.page-blog-sc88-jackpot-strategy__faq-answer {
  color: var(--text-secondary); /* #A7D9B8 */
}

.page-blog-sc88-jackpot-strategy__faq-question {
  background-color: var(--deep-green); /* #0A4B2C */
  color: var(--text-main); /* #F2FFF6 */
}

.page-blog-sc88-jackpot-strategy__faq-question:hover {
  background-color: var(--primary-color); /* #11A84E */
}

.page-blog-sc88-jackpot-strategy__faq-item[open] > .page-blog-sc88-jackpot-strategy__faq-question {
  background-color: var(--primary-color); /* #11A84E */
}

.page-blog-sc88-jackpot-strategy__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
}

.page-blog-sc88-jackpot-strategy__btn-secondary {
  background: var(--background-color);
  color: var(--glow);
  border: 2px solid var(--glow);
}

.page-blog-sc88-jackpot-strategy__hero-section {
  background-color: var(--deep-green);
}