/* style/blog-app-af88-promotions-guide.css */
.page-blog-app-af88-promotions-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Default text color for dark body background */
  background-color: #08160F; /* Custom background color */
}

.page-blog-app-af88-promotions-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  background-color: #08160F;
}

.page-blog-app-af88-promotions-guide__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-blog-app-af88-promotions-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.page-blog-app-af88-promotions-guide__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-app-af88-promotions-guide__main-title {
  font-size: clamp(2em, 5vw, 2.8em);
  font-weight: 700;
  color: #F2C14E; /* Gold color for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.page-blog-app-af88-promotions-guide__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 30px;
}

.page-blog-app-af88-promotions-guide__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-app-af88-promotions-guide__cta-button {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-app-af88-promotions-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-app-af88-promotions-guide__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-app-af88-promotions-guide__btn-secondary {
  background: #11271B;
  color: #57E38D;
  border: 2px solid #2E7A4E;
}

.page-blog-app-af88-promotions-guide__btn-secondary:hover {
  background: #1E3A2A;
  color: #F2FFF6;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(30, 58, 42, 0.4);
}

.page-blog-app-af88-promotions-guide__content-section {
  padding: 50px 0;
}

.page-blog-app-af88-promotions-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-app-af88-promotions-guide__section-title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #F2C14E; /* Gold for section titles */
}

.page-blog-app-af88-promotions-guide__sub-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #57E38D; /* Glow color for sub-titles */
}

.page-blog-app-af88-promotions-guide__text-block {
  margin-bottom: 20px;
  color: #A7D9B8;
}

.page-blog-app-af88-promotions-guide__image-wrapper {
  margin: 30px auto;
  max-width: 800px;
}

.page-blog-app-af88-promotions-guide__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* Background color variations for contrast */
.page-blog-app-af88-promotions-guide__dark-bg {
  background-color: #08160F;
  color: #F2FFF6; /* Main text for dark background */
}

.page-blog-app-af88-promotions-guide__dark-bg .page-blog-app-af88-promotions-guide__text-contrast-fix {
  color: #F2FFF6;
}

.page-blog-app-af88-promotions-guide__light-bg {
  background-color: #11271B; /* Card BG color */
  color: #A7D9B8; /* Secondary text color for light background */
}

.page-blog-app-af88-promotions-guide__faq-list {
  margin-top: 40px;
}

.page-blog-app-af88-promotions-guide__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-app-af88-promotions-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1em;
  color: #F2C14E;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-app-af88-promotions-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-app-af88-promotions-guide__faq-question:hover {
  background-color: #0A4B2C;
}

.page-blog-app-af88-promotions-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D;
}

.page-blog-app-af88-promotions-guide__faq-item[open] .page-blog-app-af88-promotions-guide__faq-toggle {
  content: '−';
}

.page-blog-app-af88-promotions-guide__faq-answer {
  padding: 0 25px 20px;
  font-size: 0.95em;
  color: #A7D9B8;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-app-af88-promotions-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-app-af88-promotions-guide__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-app-af88-promotions-guide__main-title {
    font-size: 2em;
  }

  .page-blog-app-af88-promotions-guide__description {
    font-size: 1em;
  }

  .page-blog-app-af88-promotions-guide__cta-group {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-app-af88-promotions-guide__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
    font-size: 0.95em;
  }

  .page-blog-app-af88-promotions-guide__container,
  .page-blog-app-af88-promotions-guide__image-wrapper {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-app-af88-promotions-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-app-af88-promotions-guide__sub-title {
    font-size: 1.3em;
  }

  .page-blog-app-af88-promotions-guide img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-app-af88-promotions-guide__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-app-af88-promotions-guide__faq-answer {
    padding: 0 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-app-af88-promotions-guide__main-title {
    font-size: 1.8em;
  }

  .page-blog-app-af88-promotions-guide__section-title {
    font-size: 1.5em;
  }
}