/* style/blog-what-is-bg88-code-how-to-get-use.css */
.page-blog-what-is-bg88-code-how-to-get-use {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-what-is-bg88-code-how-to-get-use__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;
  text-align: center;
  overflow: hidden;
  background-color: #08160F; /* Background */
}

.page-blog-what-is-bg88-code-how-to-get-use__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-what-is-bg88-code-how-to-get-use__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-what-is-bg88-code-how-to-get-use__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin-top: -150px; /* Overlap image slightly for visual effect, ensuring text is below */
  padding: 40px 20px;
  background-color: rgba(17, 39, 27, 0.9); /* Card BG with slight transparency */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-what-is-bg88-code-how-to-get-use__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-what-is-bg88-code-how-to-get-use__hero-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-what-is-bg88-code-how-to-get-use__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-blog-what-is-bg88-code-how-to-get-use__btn-primary,
.page-blog-what-is-bg88-code-how-to-get-use__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-what-is-bg88-code-how-to-get-use__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #ffffff;
  border: none;
}

.page-blog-what-is-bg88-code-how-to-get-use__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-what-is-bg88-code-how-to-get-use__btn-secondary {
  background-color: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-what-is-bg88-code-how-to-get-use__btn-secondary:hover {
  background-color: #2AD16F;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-what-is-bg88-code-how-to-get-use__btn-centered {
  margin-top: 30px;
}

.page-blog-what-is-bg88-code-how-to-get-use__content-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-what-is-bg88-code-how-to-get-use__light-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
}

.page-blog-what-is-bg88-code-how-to-get-use__dark-section {
  background-color: #08160F; /* Background */
  color: #F2FFF6;
}

.page-blog-what-is-bg88-code-how-to-get-use__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-what-is-bg88-code-how-to-get-use__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-what-is-bg88-code-how-to-get-use__paragraph {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-what-is-bg88-code-how-to-get-use__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-what-is-bg88-code-how-to-get-use__list,
.page-blog-what-is-bg88-code-how-to-get-use__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-what-is-bg88-code-how-to-get-use__ordered-list {
  list-style-type: decimal;
}

.page-blog-what-is-bg88-code-how-to-get-use__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #F2FFF6; /* Text Main for list item itself */
}

.page-blog-what-is-bg88-code-how-to-get-use__list-item strong {
  color: #57E38D; /* Glow */
}

.page-blog-what-is-bg88-code-how-to-get-use__sub-paragraph {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
  padding-left: 10px;
  border-left: 2px solid #2E7A4E; /* Border */
}

.page-blog-what-is-bg88-code-how-to-get-use__faq-section {
  padding: 60px 0;
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
}

.page-blog-what-is-bg88-code-how-to-get-use__faq-list {
  margin-top: 30px;
}

.page-blog-what-is-bg88-code-how-to-get-use__faq-item {
  background-color: #08160F; /* Background */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-what-is-bg88-code-how-to-get-use__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-what-is-bg88-code-how-to-get-use__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-what-is-bg88-code-how-to-get-use__faq-item[open] > .page-blog-what-is-bg88-code-how-to-get-use__faq-question,
.page-blog-what-is-bg88-code-how-to-get-use__faq-item.active .page-blog-what-is-bg88-code-how-to-get-use__faq-question {
  background-color: #13994A; /* Darker green on active */
}

.page-blog-what-is-bg88-code-how-to-get-use__faq-toggle {
  font-size: 1.5rem;
  color: #57E38D; /* Glow */
}

.page-blog-what-is-bg88-code-how-to-get-use__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-what-is-bg88-code-how-to-get-use__faq-item:not([open]) .page-blog-what-is-bg88-code-how-to-get-use__faq-answer,
.page-blog-what-is-bg88-code-how-to-get-use__faq-item:not(.active) .page-blog-what-is-bg88-code-how-to-get-use__faq-answer {
  display: none;
}

.page-blog-what-is-bg88-code-how-to-get-use__conclusion-section {
  padding: 60px 0;
  text-align: center;
  background-color: #08160F; /* Background */
  color: #F2FFF6;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-what-is-bg88-code-how-to-get-use {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-what-is-bg88-code-how-to-get-use__hero-content {
    margin-top: -100px;
    padding: 30px 15px;
  }

  .page-blog-what-is-bg88-code-how-to-get-use__main-title {
    font-size: 2rem;
  }

  .page-blog-what-is-bg88-code-how-to-get-use__hero-description {
    font-size: 1rem;
  }

  .page-blog-what-is-bg88-code-how-to-get-use__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-what-is-bg88-code-how-to-get-use__btn-primary,
  .page-blog-what-is-bg88-code-how-to-get-use__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .page-blog-what-is-bg88-code-how-to-get-use__section-title {
    font-size: 1.5rem;
  }

  .page-blog-what-is-bg88-code-how-to-get-use__container {
    padding: 0 15px;
  }

  .page-blog-what-is-bg88-code-how-to-get-use__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px;
    min-height: 200px;
  }

  .page-blog-what-is-bg88-code-how-to-get-use__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-what-is-bg88-code-how-to-get-use__faq-answer {
    padding: 0 15px 15px 15px;
  }

  .page-blog-what-is-bg88-code-how-to-get-use__list,
  .page-blog-what-is-bg88-code-how-to-get-use__ordered-list {
    margin-left: 15px;
  }

  .page-blog-what-is-bg88-code-how-to-get-use__hero-section,
  .page-blog-what-is-bg88-code-how-to-get-use__content-section,
  .page-blog-what-is-bg88-code-how-to-get-use__faq-section,
  .page-blog-what-is-bg88-code-how-to-get-use__conclusion-section {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}