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

.page-blog-latest-promotions-at-zonclub-win {
  background-color: var(--background-color);
  color: var(--text-main); /* Dark background, so light text */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-latest-promotions-at-zonclub-win__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-latest-promotions-at-zonclub-win__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  overflow: hidden;
}

.page-blog-latest-promotions-at-zonclub-win__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
  position: relative;
}

.page-blog-latest-promotions-at-zonclub-win__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-latest-promotions-at-zonclub-win__hero-content {
  text-align: center;
  padding: 30px 20px;
  background-color: var(--card-bg);
  width: 100%;
  max-width: 900px;
  margin-top: -80px; /* Overlap slightly for design */
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  z-index: 1;
  border: 1px solid var(--border-color);
}

.page-blog-latest-promotions-at-zonclub-win__main-title {
  color: var(--gold-color);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-latest-promotions-at-zonclub-win__description {
  color: var(--text-secondary);
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-latest-promotions-at-zonclub-win__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-latest-promotions-at-zonclub-win__cta-buttons--center {
  margin-top: 40px;
}

.page-blog-latest-promotions-at-zonclub-win__btn-primary,
.page-blog-latest-promotions-at-zonclub-win__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-latest-promotions-at-zonclub-win__btn-primary {
  background: var(--button-gradient);
  color: var(--text-main);
  border: 2px solid transparent;
}

.page-blog-latest-promotions-at-zonclub-win__btn-primary:hover {
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.4);
  transform: translateY(-2px);
}

.page-blog-latest-promotions-at-zonclub-win__btn-secondary {
  background-color: transparent;
  color: var(--gold-color);
  border: 2px solid var(--gold-color);
}

.page-blog-latest-promotions-at-zonclub-win__btn-secondary:hover {
  background-color: var(--gold-color);
  color: var(--background-color);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.4);
  transform: translateY(-2px);
}

.page-blog-latest-promotions-at-zonclub-win__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--gold-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-blog-latest-promotions-at-zonclub-win__introduction-section,
.page-blog-latest-promotions-at-zonclub-win__promo-section,
.page-blog-latest-promotions-at-zonclub-win__game-promo-section,
.page-blog-latest-promotions-at-zonclub-win__vip-section,
.page-blog-latest-promotions-at-zonclub-win__faq-section,
.page-blog-latest-promotions-at-zonclub-win__conclusion-section {
  padding: 60px 0;
}

.page-blog-latest-promotions-at-zonclub-win__text-block {
  color: var(--text-main);
  font-size: 1.05rem;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-latest-promotions-at-zonclub-win__text-block a {
  color: var(--secondary-color);
  text-decoration: underline;
}

.page-blog-latest-promotions-at-zonclub-win__text-block a:hover {
  color: var(--glow-color);
}

.page-blog-latest-promotions-at-zonclub-win__highlight {
  color: var(--gold-color);
  font-weight: 600;
}

.page-blog-latest-promotions-at-zonclub-win__dark-section {
  background-color: var(--deep-green-color);
}

.page-blog-latest-promotions-at-zonclub-win__promo-card {
  display: flex;
  align-items: center;
  background-color: var(--card-bg);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  border: 1px solid var(--border-color);
}

.page-blog-latest-promotions-at-zonclub-win__card-reverse {
  flex-direction: row-reverse;
}

.page-blog-latest-promotions-at-zonclub-win__promo-image {
  width: 50%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-latest-promotions-at-zonclub-win__card-content {
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
}

.page-blog-latest-promotions-at-zonclub-win__card-title {
  color: var(--primary-color);
  font-size: 1.8rem;
  margin-bottom: 15px;
}

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

.page-blog-latest-promotions-at-zonclub-win__game-card {
  background-color: var(--card-bg);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid var(--border-color);
}

.page-blog-latest-promotions-at-zonclub-win__game-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-latest-promotions-at-zonclub-win__vip-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background-color: var(--card-bg);
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
}

.page-blog-latest-promotions-at-zonclub-win__vip-image {
  width: 40%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-latest-promotions-at-zonclub-win__vip-benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-latest-promotions-at-zonclub-win__vip-benefits-list li {
  color: var(--text-main);
  margin-bottom: 10px;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
}

.page-blog-latest-promotions-at-zonclub-win__list-icon {
  color: var(--glow-color);
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.2em;
}

.page-blog-latest-promotions-at-zonclub-win__faq-list {
  margin-top: 40px;
}

.page-blog-latest-promotions-at-zonclub-win__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-latest-promotions-at-zonclub-win__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.15rem;
  list-style: none; /* Remove default marker for details summary */
}

.page-blog-latest-promotions-at-zonclub-win__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-latest-promotions-at-zonclub-win__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--gold-color);
}

.page-blog-latest-promotions-at-zonclub-win__faq-item[open] .page-blog-latest-promotions-at-zonclub-win__faq-toggle {
  transform: rotate(45deg); /* Rotate + to become x */
}

.page-blog-latest-promotions-at-zonclub-win__faq-answer {
  padding: 0 20px 20px;
  color: var(--text-secondary);
  font-size: 1rem;
}

/* Mobile responsiveness */
@media (max-width: 992px) {
  .page-blog-latest-promotions-at-zonclub-win__hero-content {
    margin-top: -50px;
    padding: 25px 15px;
  }

  .page-blog-latest-promotions-at-zonclub-win__main-title {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
  }

  .page-blog-latest-promotions-at-zonclub-win__description {
    font-size: 1rem;
  }

  .page-blog-latest-promotions-at-zonclub-win__promo-card,
  .page-blog-latest-promotions-at-zonclub-win__card-reverse {
    flex-direction: column;
  }

  .page-blog-latest-promotions-at-zonclub-win__promo-image,
  .page-blog-latest-promotions-at-zonclub-win__card-content {
    width: 100%;
  }

  .page-blog-latest-promotions-at-zonclub-win__promo-image {
    height: 250px;
    border-radius: 15px 15px 0 0;
  }

  .page-blog-latest-promotions-at-zonclub-win__vip-content {
    flex-direction: column;
    padding: 30px;
  }

  .page-blog-latest-promotions-at-zonclub-win__vip-image {
    width: 100%;
    height: auto;
  }
}

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

  .page-blog-latest-promotions-at-zonclub-win__hero-section {
    padding-bottom: 20px;
  }

  .page-blog-latest-promotions-at-zonclub-win__hero-content {
    margin-top: -30px;
    padding: 20px 10px;
  }

  .page-blog-latest-promotions-at-zonclub-win__main-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }

  .page-blog-latest-promotions-at-zonclub-win__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 30px;
  }

  .page-blog-latest-promotions-at-zonclub-win__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-latest-promotions-at-zonclub-win__btn-primary,
  .page-blog-latest-promotions-at-zonclub-win__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
    box-sizing: border-box !important;
  }

  .page-blog-latest-promotions-at-zonclub-win__introduction-section,
  .page-blog-latest-promotions-at-zonclub-win__promo-section,
  .page-blog-latest-promotions-at-zonclub-win__game-promo-section,
  .page-blog-latest-promotions-at-zonclub-win__vip-section,
  .page-blog-latest-promotions-at-zonclub-win__faq-section,
  .page-blog-latest-promotions-at-zonclub-win__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-latest-promotions-at-zonclub-win__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Images responsiveness */
  .page-blog-latest-promotions-at-zonclub-win img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  .page-blog-latest-promotions-at-zonclub-win__section,
  .page-blog-latest-promotions-at-zonclub-win__card,
  .page-blog-latest-promotions-at-zonclub-win__container,
  .page-blog-latest-promotions-at-zonclub-win__hero-image-wrapper,
  .page-blog-latest-promotions-at-zonclub-win__promo-card,
  .page-blog-latest-promotions-at-zonclub-win__game-card,
  .page-blog-latest-promotions-at-zonclub-win__vip-content,
  .page-blog-latest-promotions-at-zonclub-win__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-latest-promotions-at-zonclub-win__promo-image {
    height: auto;
    max-height: 250px; /* Adjust as needed */
  }

  .page-blog-latest-promotions-at-zonclub-win__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-latest-promotions-at-zonclub-win__faq-answer {
    padding: 0 15px 15px;
  }
}