/* style/blog-98win-latest-promotions-and-game-strategies.css */

/* Body background from shared.css is var(--bg-color), which is dark. */
/* Custom colors: #08160F (Background), #11271B (Card BG), #F2FFF6 (Text Main), #A7D9B8 (Text Secondary), #2E7A4E (Border) */

.page-blog-98win-latest-promotions-and-game-strategies {
  color: #F2FFF6; /* Main text color for dark background */
  background-color: #08160F; /* Custom background color */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-98win-latest-promotions-and-game-strategies__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-98win-latest-promotions-and-game-strategies__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding for first block */
  padding-bottom: 60px;
  min-height: 500px; /* Ensure hero section has a minimum height */
  background-color: #08160F; /* Ensure consistency with body background */
}

.page-blog-98win-latest-promotions-and-game-strategies__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.3; /* Make image subtle behind content */
}

.page-blog-98win-latest-promotions-and-game-strategies__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background-color: rgba(17, 39, 27, 0.7); /* Card BG with transparency for readability */
  border-radius: 10px;
}

.page-blog-98win-latest-promotions-and-game-strategies__hero-title {
  font-size: 2.8em;
  color: #F2FFF6;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-98win-latest-promotions-and-game-strategies__hero-description {
  font-size: 1.2em;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-98win-latest-promotions-and-game-strategies__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-98win-latest-promotions-and-game-strategies__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-98win-latest-promotions-and-game-strategies__btn--primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
}

.page-blog-98win-latest-promotions-and-game-strategies__btn--primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-98win-latest-promotions-and-game-strategies__btn--secondary {
  background-color: transparent;
  color: #57E38D; /* Glow color for secondary button text */
  border: 2px solid #2E7A4E; /* Border color */
}

.page-blog-98win-latest-promotions-and-game-strategies__btn--secondary:hover {
  background-color: rgba(46, 122, 78, 0.2); /* Border color with transparency */
  color: #F2FFF6;
  transform: translateY(-2px);
}

.page-blog-98win-latest-promotions-and-game-strategies__section {
  padding: 60px 0;
  background-color: #08160F;
}

.page-blog-98win-latest-promotions-and-game-strategies__section--intro,
.page-blog-98win-latest-promotions-and-game-strategies__section--promotions,
.page-blog-98win-latest-promotions-and-game-strategies__section--strategies,
.page-blog-98win-latest-promotions-and-game-strategies__section--why-choose,
.page-blog-98win-latest-promotions-and-game-strategies__section--registration,
.page-blog-98win-latest-promotions-and-game-strategies__section--faq,
.page-blog-98win-latest-promotions-and-game-strategies__section--conclusion {
  background-color: #11271B; /* Card BG for sections */
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-98win-latest-promotions-and-game-strategies__section-title {
  font-size: 2.2em;
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-blog-98win-latest-promotions-and-game-strategies__subsection-title {
  font-size: 1.6em;
  color: #57E38D; /* Glow color for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-98win-latest-promotions-and-game-strategies__text {
  font-size: 1.1em;
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 15px;
}

.page-blog-98win-latest-promotions-and-game-strategies__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 30px auto;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
  border: 1px solid #2E7A4E; /* Border color */
}

.page-blog-98win-latest-promotions-and-game-strategies__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-98win-latest-promotions-and-game-strategies__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #A7D9B8;
}

.page-blog-98win-latest-promotions-and-game-strategies__list-item::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 0;
}

.page-blog-98win-latest-promotions-and-game-strategies__faq-item {
  background-color: #08160F; /* Background color for FAQ item */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-98win-latest-promotions-and-game-strategies__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: #F2FFF6; /* Main text color */
  font-weight: bold;
  font-size: 1.1em;
  background-color: #11271B; /* Card BG for FAQ question */
  transition: background-color 0.3s ease;
}

.page-blog-98win-latest-promotions-and-game-strategies__faq-question:hover {
  background-color: rgba(46, 122, 78, 0.4); /* Darker hover for FAQ question */
}

.page-blog-98win-latest-promotions-and-game-strategies__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-98win-latest-promotions-and-game-strategies__faq-qtext {
  flex-grow: 1;
}

.page-blog-98win-latest-promotions-and-game-strategies__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow color */
}

.page-blog-98win-latest-promotions-and-game-strategies__faq-answer {
  padding: 15px 25px 20px;
  color: #A7D9B8; /* Secondary text color */
  font-size: 1em;
  background-color: #08160F; /* Background color for FAQ answer */
}

.page-blog-98win-latest-promotions-and-game-strategies__cta-group {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-blog-98win-latest-promotions-and-game-strategies__hero-title {
    font-size: 2.2em;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__section-title {
    font-size: 1.8em;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__subsection-title {
    font-size: 1.4em;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-blog-98win-latest-promotions-and-game-strategies__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__hero-title {
    font-size: 1.8em;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__hero-description {
    font-size: 1em;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__section {
    padding: 40px 0;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__subsection-title {
    font-size: 1.2em;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__text {
    font-size: 0.95em;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__container,
  .page-blog-98win-latest-promotions-and-game-strategies__hero-content {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Mobile image adaptation */
  .page-blog-98win-latest-promotions-and-game-strategies img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  /* Ensure image containers adapt */
  .page-blog-98win-latest-promotions-and-game-strategies__section,
  .page-blog-98win-latest-promotions-and-game-strategies__hero-section,
  .page-blog-98win-latest-promotions-and-game-strategies__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  /* Mobile button adaptation */
  .page-blog-98win-latest-promotions-and-game-strategies__btn,
  .page-blog-98win-latest-promotions-and-game-strategies 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;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__hero-cta-group,
  .page-blog-98win-latest-promotions-and-game-strategies__cta-group {
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__faq-answer {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-98win-latest-promotions-and-game-strategies__hero-title {
    font-size: 1.5em;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__section-title {
    font-size: 1.4em;
  }
  .page-blog-98win-latest-promotions-and-game-strategies__hero-cta-group {
    flex-direction: column;
  }
}