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

.page-blog-best-sic-bo-promotion {
  font-family: 'Arial', sans-serif;
  color: var(--text-main); /* Body background is dark, so text is light */
  background-color: var(--body-bg);
  line-height: 1.6;
}

.page-blog-best-sic-bo-promotion__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--deep-green);
  overflow: hidden;
}

.page-blog-best-sic-bo-promotion__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-blog-best-sic-bo-promotion__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-best-sic-bo-promotion__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-blog-best-sic-bo-promotion__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.page-blog-best-sic-bo-promotion__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--gold-color);
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-best-sic-bo-promotion__description {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--text-main);
  max-width: 800px;
  margin: 0 auto 30px;
}

.page-blog-best-sic-bo-promotion__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--button-gradient);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-best-sic-bo-promotion__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.page-blog-best-sic-bo-promotion__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  border-bottom: 1px solid var(--divider-color);
}

.page-blog-best-sic-bo-promotion__section:last-of-type {
  border-bottom: none;
}

.page-blog-best-sic-bo-promotion__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--gold-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.4);
}

.page-blog-best-sic-bo-promotion__text-block {
  font-size: 1.05rem;
  color: var(--text-main);
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-best-sic-bo-promotion__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-best-sic-bo-promotion__card,
.page-blog-best-sic-bo-promotion__step-card,
.page-blog-best-sic-bo-promotion__advantage-card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-main);
}

.page-blog-best-sic-bo-promotion__card:hover,
.page-blog-best-sic-bo-promotion__step-card:hover,
.page-blog-best-sic-bo-promotion__advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-best-sic-bo-promotion__card-image,
.page-blog-best-sic-bo-promotion__step-image,
.page-blog-best-sic-bo-promotion__advantage-image {
  width: 100%; /* Ensure images are large and not icons */
  max-width: 400px; /* Recommended max width for card images */
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-best-sic-bo-promotion__card-title,
.page-blog-best-sic-bo-promotion__step-title,
.page-blog-best-sic-bo-promotion__advantage-title {
  font-size: 1.4rem;
  color: var(--gold-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-best-sic-bo-promotion__card-text,
.page-blog-best-sic-bo-promotion__step-text,
.page-blog-best-sic-bo-promotion__advantage-text {
  font-size: 0.95rem;
  color: var(--text-secondary);
  text-align: justify;
}

.page-blog-best-sic-bo-promotion__button-group {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-best-sic-bo-promotion__btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background: var(--button-gradient);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-best-sic-bo-promotion__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-best-sic-bo-promotion__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  background: var(--card-bg);
  color: var(--gold-color);
  text-decoration: none;
  border: 2px solid var(--gold-color);
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-best-sic-bo-promotion__btn-secondary:hover {
  background: var(--gold-color);
  color: var(--card-bg);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-best-sic-bo-promotion__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-best-sic-bo-promotion__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-best-sic-bo-promotion__list-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-left: 5px solid var(--primary-color);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 1rem;
  color: var(--text-main);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-best-sic-bo-promotion__list-item strong {
  color: var(--gold-color);
}

/* FAQ Section */
.page-blog-best-sic-bo-promotion__faq-section {
  padding-bottom: 80px;
}

details.page-blog-best-sic-bo-promotion__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--card-bg);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
details.page-blog-best-sic-bo-promotion__faq-item summary.page-blog-best-sic-bo-promotion__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--text-main);
  font-weight: 600;
}
details.page-blog-best-sic-bo-promotion__faq-item summary.page-blog-best-sic-bo-promotion__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-best-sic-bo-promotion__faq-item summary.page-blog-best-sic-bo-promotion__faq-question:hover {
  background: var(--deep-green);
}
.page-blog-best-sic-bo-promotion__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
  color: var(--gold-color);
}
.page-blog-best-sic-bo-promotion__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--glow-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
  transition: transform 0.3s ease;
}
details.page-blog-best-sic-bo-promotion__faq-item[open] .page-blog-best-sic-bo-promotion__faq-toggle {
  transform: rotate(45deg);
}
details.page-blog-best-sic-bo-promotion__faq-item .page-blog-best-sic-bo-promotion__faq-answer {
  padding: 0 25px 20px;
  background: var(--deep-green);
  border-radius: 0 0 10px 10px;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-best-sic-bo-promotion__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-best-sic-bo-promotion__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-best-sic-bo-promotion__description {
    font-size: 0.95rem;
  }

  .page-blog-best-sic-bo-promotion__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-best-sic-bo-promotion__section {
    padding: 40px 15px;
  }

  .page-blog-best-sic-bo-promotion__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 30px;
  }

  .page-blog-best-sic-bo-promotion__text-block {
    font-size: 0.9rem;
  }

  .page-blog-best-sic-bo-promotion__grid-container,
  .page-blog-best-sic-bo-promotion__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-best-sic-bo-promotion__card-image,
  .page-blog-best-sic-bo-promotion__step-image,
  .page-blog-best-sic-bo-promotion__advantage-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-best-sic-bo-promotion__card,
  .page-blog-best-sic-bo-promotion__step-card,
  .page-blog-best-sic-bo-promotion__advantage-card {
    padding: 20px;
  }

  .page-blog-best-sic-bo-promotion__card-title,
  .page-blog-best-sic-bo-promotion__step-title,
  .page-blog-best-sic-bo-promotion__advantage-title {
    font-size: 1.2rem;
  }

  .page-blog-best-sic-bo-promotion__card-text,
  .page-blog-best-sic-bo-promotion__step-text,
  .page-blog-best-sic-bo-promotion__advantage-text {
    font-size: 0.85rem;
  }

  .page-blog-best-sic-bo-promotion__button-group {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-best-sic-bo-promotion__btn-primary,
  .page-blog-best-sic-bo-promotion__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  details.page-blog-best-sic-bo-promotion__faq-item summary.page-blog-best-sic-bo-promotion__faq-question {
    padding: 15px 20px;
  }
  .page-blog-best-sic-bo-promotion__faq-qtext {
    font-size: 1rem;
  }
  details.page-blog-best-sic-bo-promotion__faq-item .page-blog-best-sic-bo-promotion__faq-answer {
    padding: 0 20px 15px;
  }
  .page-blog-best-sic-bo-promotion__list-item {
    padding: 15px;
    font-size: 0.9rem;
  }
  .page-blog-best-sic-bo-promotion img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-best-sic-bo-promotion__section,
  .page-blog-best-sic-bo-promotion__card,
  .page-blog-best-sic-bo-promotion__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}