.page-blog-36win-latest-promotions-strategy {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg: #11271B;
  --background-color-page: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --divider-color: #1E3A2A;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --deep-green: #0A4B2C;

  font-family: 'Arial', sans-serif;
  color: var(--text-main); /* Default text color for the page, assuming dark body bg */
  background-color: var(--background-color-page); /* Specific background for main content */
}

.page-blog-36win-latest-promotions-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: var(--deep-green);
  overflow: hidden;
}

.page-blog-36win-latest-promotions-strategy__hero-image-wrapper {
  width: 100%;
  max-height: 70vh; /* Limit hero image height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-36win-latest-promotions-strategy__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  min-height: 200px;
}

.page-blog-36win-latest-promotions-strategy__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin-top: 40px; /* Space between image and text */
  padding: 0 20px;
}

.page-blog-36win-latest-promotions-strategy__main-title {
  font-size: clamp(2em, 5vw, 3.5em); /* Responsive H1 size */
  color: var(--gold-color);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-36win-latest-promotions-strategy__description {
  font-size: 1.2em;
  color: var(--text-secondary);
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-blog-36win-latest-promotions-strategy__cta-button {
  display: inline-block;
  background: var(--button-gradient);
  color: var(--text-main);
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-36win-latest-promotions-strategy__cta-button:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-36win-latest-promotions-strategy__cta-button--bottom {
  margin-top: 40px;
}

.page-blog-36win-latest-promotions-strategy__section {
  padding: 60px 0;
  border-bottom: 1px solid var(--divider-color);
}

.page-blog-36win-latest-promotions-strategy__section:last-of-type {
  border-bottom: none;
}

.page-blog-36win-latest-promotions-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-36win-latest-promotions-strategy__section-title {
  font-size: clamp(1.8em, 4vw, 2.8em);
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-36win-latest-promotions-strategy__sub-title {
  font-size: clamp(1.4em, 3vw, 2em);
  color: var(--gold-color);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-36win-latest-promotions-strategy__paragraph {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: var(--text-main);
}

.page-blog-36win-latest-promotions-strategy__highlight {
  color: var(--gold-color);
  font-weight: bold;
}

.page-blog-36win-latest-promotions-strategy__content-image {
  width: 100%;
  height: auto;
  max-width: 1000px; /* Recommended content image size */
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-36win-latest-promotions-strategy__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-36win-latest-promotions-strategy__card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  color: var(--text-main);
}

.page-blog-36win-latest-promotions-strategy__card:hover {
  transform: translateY(-5px);
}

.page-blog-36win-latest-promotions-strategy__card-title {
  font-size: 1.4em;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-36win-latest-promotions-strategy__card-text {
  font-size: 1em;
  line-height: 1.7;
  color: var(--text-secondary);
}

.page-blog-36win-latest-promotions-strategy__dark-bg {
  background-color: var(--background-color-page);
  color: var(--text-main);
}

.page-blog-36win-latest-promotions-strategy__faq-list {
  margin-top: 40px;
}

.page-blog-36win-latest-promotions-strategy__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main);
}

.page-blog-36win-latest-promotions-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: var(--primary-color);
  list-style: none;
}

.page-blog-36win-latest-promotions-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-36win-latest-promotions-strategy__faq-qtext {
  flex-grow: 1;
}

.page-blog-36win-latest-promotions-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--gold-color);
}

.page-blog-36win-latest-promotions-strategy__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  line-height: 1.7;
  color: var(--text-secondary);
}

.page-blog-36win-latest-promotions-strategy__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-36win-latest-promotions-strategy a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-36win-latest-promotions-strategy a:hover {
  color: var(--glow-color);
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-36win-latest-promotions-strategy {
    font-size: 15px;
  }

  .page-blog-36win-latest-promotions-strategy__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-36win-latest-promotions-strategy__hero-content {
    margin-top: 20px;
    padding: 0 15px;
  }

  .page-blog-36win-latest-promotions-strategy__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-36win-latest-promotions-strategy__description {
    font-size: 1em;
  }

  .page-blog-36win-latest-promotions-strategy__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 15px;
    font-size: 1em;
  }

  .page-blog-36win-latest-promotions-strategy__section {
    padding: 40px 0;
  }

  .page-blog-36win-latest-promotions-strategy__container {
    padding: 0 15px;
  }

  .page-blog-36win-latest-promotions-strategy__section-title {
    font-size: clamp(1.6em, 6vw, 2em);
    margin-bottom: 20px;
  }

  .page-blog-36win-latest-promotions-strategy__sub-title {
    font-size: clamp(1.2em, 5vw, 1.5em);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-36win-latest-promotions-strategy__paragraph {
    font-size: 0.95em;
  }

  .page-blog-36win-latest-promotions-strategy__card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .page-blog-36win-latest-promotions-strategy__card {
    padding: 20px;
  }

  .page-blog-36win-latest-promotions-strategy__card-title {
    font-size: 1.2em;
  }

  .page-blog-36win-latest-promotions-strategy__content-image {
    margin: 30px auto;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-36win-latest-promotions-strategy__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-36win-latest-promotions-strategy__faq-answer {
    padding: 0 20px 15px;
  }

  /* Ensure all images are responsive */
  .page-blog-36win-latest-promotions-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-36win-latest-promotions-strategy__section,
  .page-blog-36win-latest-promotions-strategy__card,
  .page-blog-36win-latest-promotions-strategy__container,
  .page-blog-36win-latest-promotions-strategy__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-36win-latest-promotions-strategy__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-36win-latest-promotions-strategy__cta-buttons {
    display: flex;
    flex-direction: column; 
    gap: 10px;
  }
}