.page-blog-tot88-latest-promotions-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  padding-bottom: 40px; /* Add some padding at the bottom */
}

.page-blog-tot88-latest-promotions-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding */
  background-color: #08160F; /* Ensure background matches body */
}

.page-blog-tot88-latest-promotions-guide__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-tot88-latest-promotions-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-blog-tot88-latest-promotions-guide__hero-content {
  position: relative; /* Ensure content is above image if needed, but not overlaying */
  max-width: 900px;
  margin: 20px auto 40px auto;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-tot88-latest-promotions-guide__hero-title {
  font-size: 2.8em;
  font-weight: bold;
  color: #F2FFF6;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.page-blog-tot88-latest-promotions-guide__hero-description {
  font-size: 1.2em;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-tot88-latest-promotions-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-tot88-latest-promotions-guide__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-tot88-latest-promotions-guide__cta-button--secondary {
  background: transparent;
  border: 2px solid #2AD16F;
  color: #2AD16F;
}

.page-blog-tot88-latest-promotions-guide__cta-button--secondary:hover {
  background: rgba(42, 209, 111, 0.1);
}

.page-blog-tot88-latest-promotions-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F; /* Ensure sections have background */
}

.page-blog-tot88-latest-promotions-guide__section-title {
  font-size: 2.2em;
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.page-blog-tot88-latest-promotions-guide__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2AD16F, #13994A);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-blog-tot88-latest-promotions-guide__introduction-section p,
.page-blog-tot88-latest-promotions-guide__video-description,
.page-blog-tot88-latest-promotions-guide__promotions-section p,
.page-blog-tot88-latest-promotions-guide__guide-section p,
.page-blog-tot88-latest-promotions-guide__ecosystem-section p,
.page-blog-tot88-latest-promotions-guide__final-cta-section p,
.page-blog-tot88-latest-promotions-guide__contact-section p {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-tot88-latest-promotions-guide__introduction-section a,
.page-blog-tot88-latest-promotions-guide__video-description a,
.page-blog-tot88-latest-promotions-guide__guide-section a,
.page-blog-tot88-latest-promotions-guide__ecosystem-section a,
.page-blog-tot88-latest-promotions-guide__final-cta-section a,
.page-blog-tot88-latest-promotions-guide__contact-section a {
  color: #2AD16F;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-tot88-latest-promotions-guide__introduction-section a:hover,
.page-blog-tot88-latest-promotions-guide__video-description a:hover,
.page-blog-tot88-latest-promotions-guide__guide-section a:hover,
.page-blog-tot88-latest-promotions-guide__ecosystem-section a:hover,
.page-blog-tot88-latest-promotions-guide__final-cta-section a:hover,
.page-blog-tot88-latest-promotions-guide__contact-section a:hover {
  text-decoration: underline;
}

.page-blog-tot88-latest-promotions-guide__video-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background-color: #08160F;
}

.page-blog-tot88-latest-promotions-guide__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.page-blog-tot88-latest-promotions-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block; /* Ensure it respects max-width/height */
}

.page-blog-tot88-latest-promotions-guide__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-tot88-latest-promotions-guide__promotion-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.page-blog-tot88-latest-promotions-guide__promotion-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-tot88-latest-promotions-guide__card-title {
  font-size: 1.4em;
  color: #F2FFF6;
  margin: 20px 15px 10px;
}

.page-blog-tot88-latest-promotions-guide__card-description {
  font-size: 0.95em;
  color: #A7D9B8;
  margin: 0 15px 20px;
  flex-grow: 1;
}

.page-blog-tot88-latest-promotions-guide__card-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
  margin-top: auto; /* Push button to bottom */
}

.page-blog-tot88-latest-promotions-guide__card-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-tot88-latest-promotions-guide__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-tot88-latest-promotions-guide__guide-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-tot88-latest-promotions-guide__guide-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-tot88-latest-promotions-guide__guide-step-title {
  font-size: 1.3em;
  color: #F2FFF6;
  margin-bottom: 10px;
}

.page-blog-tot88-latest-promotions-guide__guide-item p {
  color: #A7D9B8;
  font-size: 1em;
  margin-bottom: 0;
}

.page-blog-tot88-latest-promotions-guide__game-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-tot88-latest-promotions-guide__game-card {
  background-color: #11271B;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  color: #F2FFF6;
  padding-bottom: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-tot88-latest-promotions-guide__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-tot88-latest-promotions-guide__game-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #2E7A4E;
}

.page-blog-tot88-latest-promotions-guide__game-title {
  font-size: 1.2em;
  margin: 15px 10px 5px;
  color: #F2FFF6;
}

.page-blog-tot88-latest-promotions-guide__game-description {
  font-size: 0.9em;
  color: #A7D9B8;
  margin: 0 10px;
}

.page-blog-tot88-latest-promotions-guide__faq-list {
  margin-top: 30px;
}

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

.page-blog-tot88-latest-promotions-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.15em;
  font-weight: bold;
  color: #F2FFF6;
  background-color: #0A4B2C; /* Deep Green for summary */
  border-bottom: 1px solid #2E7A4E;
  list-style: none; /* For details/summary */
}

.page-blog-tot88-latest-promotions-guide__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker */
}

.page-blog-tot88-latest-promotions-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-tot88-latest-promotions-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-tot88-latest-promotions-guide__faq-item[open] .page-blog-tot88-latest-promotions-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-tot88-latest-promotions-guide__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #A7D9B8;
  background-color: #11271B;
  border-top: 1px solid rgba(46, 122, 78, 0.3); /* Lighter border for answer */
}

.page-blog-tot88-latest-promotions-guide__faq-answer p {
  margin-bottom: 0;
}

.page-blog-tot88-latest-promotions-guide__final-cta-section {
  text-align: center;
}

.page-blog-tot88-latest-promotions-guide__cta-buttons-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-tot88-latest-promotions-guide__contact-section {
  text-align: center;
  padding-top: 60px;
  border-top: 1px solid #1E3A2A; /* Divider */
  margin-top: 60px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .page-blog-tot88-latest-promotions-guide__hero-title {
    font-size: 2em;
  }

  .page-blog-tot88-latest-promotions-guide__hero-description {
    font-size: 1em;
  }

  .page-blog-tot88-latest-promotions-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-blog-tot88-latest-promotions-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-tot88-latest-promotions-guide__introduction-section p,
  .page-blog-tot88-latest-promotions-guide__video-description,
  .page-blog-tot88-latest-promotions-guide__promotions-section p,
  .page-blog-tot88-latest-promotions-guide__guide-section p,
  .page-blog-tot88-latest-promotions-guide__ecosystem-section p,
  .page-blog-tot88-latest-promotions-guide__final-cta-section p,
  .page-blog-tot88-latest-promotions-guide__contact-section p {
    font-size: 0.95em;
  }

  .page-blog-tot88-latest-promotions-guide__promotion-grid,
  .page-blog-tot88-latest-promotions-guide__game-category-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-tot88-latest-promotions-guide__promotion-card,
  .page-blog-tot88-latest-promotions-guide__guide-item,
  .page-blog-tot88-latest-promotions-guide__game-card,
  .page-blog-tot88-latest-promotions-guide__faq-item,
  .page-blog-tot88-latest-promotions-guide__content-area {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }

  .page-blog-tot88-latest-promotions-guide__video-wrapper {
    padding-bottom: 75%; /* More square for mobile (4:3) or adjust as needed */
  }

  /* Mobile image and video responsiveness */
  .page-blog-tot88-latest-promotions-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-tot88-latest-promotions-guide video,
  .page-blog-tot88-latest-promotions-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-tot88-latest-promotions-guide__video-section,
  .page-blog-tot88-latest-promotions-guide__video-container,
  .page-blog-tot88-latest-promotions-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-tot88-latest-promotions-guide__video-section {
    padding-top: 10px !important;
  }

  /* Mobile button responsiveness */
  .page-blog-tot88-latest-promotions-guide__cta-button,
  .page-blog-tot88-latest-promotions-guide__card-button,
  .page-blog-tot88-latest-promotions-guide a[class*="button"],
  .page-blog-tot88-latest-promotions-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .page-blog-tot88-latest-promotions-guide__cta-buttons-group {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-blog-tot88-latest-promotions-guide__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-blog-tot88-latest-promotions-guide__faq-answer {
    padding: 10px 20px 15px;
  }
}

/* Ensure contrast for text on various backgrounds. Body is dark. */
.page-blog-tot88-latest-promotions-guide p,
.page-blog-tot88-latest-promotions-guide li,
.page-blog-tot88-latest-promotions-guide__hero-description,
.page-blog-tot88-latest-promotions-guide__card-description,
.page-blog-tot88-latest-promotions-guide__game-description,
.page-blog-tot88-latest-promotions-guide__faq-answer {
  color: #A7D9B8; /* Text Secondary - good contrast on dark #08160F or #11271B */
}

.page-blog-tot88-latest-promotions-guide h1,
.page-blog-tot88-latest-promotions-guide h2,
.page-blog-tot88-latest-promotions-guide h3,
.page-blog-tot88-latest-promotions-guide__card-title,
.page-blog-tot88-latest-promotions-guide__game-title,
.page-blog-tot88-latest-promotions-guide__faq-qtext {
  color: #F2FFF6; /* Text Main - good contrast on dark backgrounds */
}

.page-blog-tot88-latest-promotions-guide a {
  color: #2AD16F;
  text-decoration: none;
  font-weight: bold;
}

/* Keyword highlighting */
.page-blog-tot88-latest-promotions-guide__keyword {
  color: #57E38D; /* Glow color for keywords */
  font-weight: bold;
}