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

.page-blog-w88vin-latest-promotions {
  background-color: var(--background-main);
  color: var(--text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-w88vin-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-w88vin-latest-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
}

.page-blog-w88vin-latest-promotions__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Adjust based on typical hero image height */
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-w88vin-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-w88vin-latest-promotions__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-w88vin-latest-promotions__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--gold-color);
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-w88vin-latest-promotions__hero-description {
  font-size: 1.2rem;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-w88vin-latest-promotions__cta-button {
  display: inline-block;
  background: var(--button-gradient);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-blog-w88vin-latest-promotions__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 15px var(--glow-color);
}

.page-blog-w88vin-latest-promotions__introduction-section,
.page-blog-w88vin-latest-promotions__promo-types-section,
.page-blog-w88vin-latest-promotions__how-to-join-section,
.page-blog-w88vin-latest-promotions__terms-section,
.page-blog-w88vin-latest-promotions__faq-section,
.page-blog-w88vin-latest-promotions__conclusion-section {
  padding: 60px 0;
}

.page-blog-w88vin-latest-promotions__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-w88vin-latest-promotions__paragraph {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-w88vin-latest-promotions__highlight {
  color: var(--gold-color);
  font-weight: bold;
}

.page-blog-w88vin-latest-promotions__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  max-width: 800px; /* Ensure content images are not excessively wide */
}

.page-blog-w88vin-latest-promotions__promo-card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-blog-w88vin-latest-promotions__promo-card-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-w88vin-latest-promotions__promo-card-image {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-w88vin-latest-promotions__cta-button--small {
  padding: 10px 20px;
  font-size: 1rem;
}

.page-blog-w88vin-latest-promotions__steps-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.page-blog-w88vin-latest-promotions__step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-w88vin-latest-promotions__step-number {
  background-color: var(--gold-color);
  color: var(--background-main);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-right: 20px;
}

.page-blog-w88vin-latest-promotions__step-content {
  flex-grow: 1;
}

.page-blog-w88vin-latest-promotions__step-title {
  font-size: 1.4rem;
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 10px;
}

.page-blog-w88vin-latest-promotions__step-description {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 0;
}

.page-blog-w88vin-latest-promotions__bullet-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.page-blog-w88vin-latest-promotions__list-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-left: 5px solid var(--gold-color);
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: var(--text-main);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-w88vin-latest-promotions__list-item strong {
  color: var(--gold-color);
}

.page-blog-w88vin-latest-promotions__dark-bg {
  background-color: var(--deep-green);
  color: var(--text-main);
}

.page-blog-w88vin-latest-promotions__bullet-list--light .page-blog-w88vin-latest-promotions__list-item {
  color: var(--text-main);
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.page-blog-w88vin-latest-promotions__cta-button--light {
  background: #ffffff;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-w88vin-latest-promotions__cta-button--light:hover {
  background: var(--primary-color);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 15px var(--glow-color);
}

.page-blog-w88vin-latest-promotions__faq-list {
  margin-top: 30px;
}

.page-blog-w88vin-latest-promotions__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-w88vin-latest-promotions__faq-item summary {
  list-style: none;
}

.page-blog-w88vin-latest-promotions__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-w88vin-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--text-main);
  cursor: pointer;
  background-color: var(--deep-green);
  border-bottom: 1px solid var(--border-color);
}

.page-blog-w88vin-latest-promotions__faq-question:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.page-blog-w88vin-latest-promotions__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--gold-color);
}

.page-blog-w88vin-latest-promotions__faq-question:hover .page-blog-w88vin-latest-promotions__faq-toggle {
  color: #ffffff;
}

.page-blog-w88vin-latest-promotions__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: var(--text-secondary);
  border-top: 1px solid var(--divider-color);
}

.page-blog-w88vin-latest-promotions__faq-item[open] .page-blog-w88vin-latest-promotions__faq-question {
  border-bottom: none;
}

.page-blog-w88vin-latest-promotions__faq-item[open] .page-blog-w88vin-latest-promotions__faq-toggle {
  content: '−';
}

.page-blog-w88vin-latest-promotions__conclusion-section {
  text-align: center;
}

.page-blog-w88vin-latest-promotions a {
  color: var(--gold-color);
  text-decoration: none;
}

.page-blog-w88vin-latest-promotions a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-w88vin-latest-promotions__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-blog-w88vin-latest-promotions__section-title {
    font-size: clamp(1.6rem, 4.5vw, 2.5rem);
  }

  .page-blog-w88vin-latest-promotions__promo-card-title {
    font-size: clamp(1.2rem, 3.5vw, 1.8rem);
  }
}

@media (max-width: 768px) {
  .page-blog-w88vin-latest-promotions {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-w88vin-latest-promotions__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-w88vin-latest-promotions__hero-section {
    padding-bottom: 40px;
    padding-top: 10px !important;
  }

  .page-blog-w88vin-latest-promotions__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-w88vin-latest-promotions__hero-description {
    font-size: 1rem;
  }

  .page-blog-w88vin-latest-promotions__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-w88vin-latest-promotions__cta-button--small {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .page-blog-w88vin-latest-promotions__section-title {
    font-size: clamp(1.4rem, 5.5vw, 2rem);
  }

  .page-blog-w88vin-latest-promotions__paragraph {
    font-size: 1rem;
  }

  .page-blog-w88vin-latest-promotions__content-image,
  .page-blog-w88vin-latest-promotions__promo-card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-w88vin-latest-promotions__promo-card {
    padding: 20px;
  }

  .page-blog-w88vin-latest-promotions__step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .page-blog-w88vin-latest-promotions__step-number {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-blog-w88vin-latest-promotions__step-title {
    font-size: 1.2rem;
  }

  .page-blog-w88vin-latest-promotions__step-description {
    font-size: 0.95rem;
  }

  .page-blog-w88vin-latest-promotions__list-item {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-w88vin-latest-promotions__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-w88vin-latest-promotions__faq-answer {
    font-size: 0.95rem;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-w88vin-latest-promotions__main-title {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }

  .page-blog-w88vin-latest-promotions__section-title {
    font-size: clamp(1.2rem, 6.5vw, 1.8rem);
  }
}