/* style/blog-k9club-promotions-analysis.css */

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

.page-blog-k9club-promotions-analysis {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--k9club-text-main);
  background-color: var(--k9club-background);
}

/* Hero Section */
.page-blog-k9club-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--k9club-background);
}

.page-blog-k9club-promotions-analysis__hero-image-wrapper {
  width: 100%;
  position: relative;
  /* Maintain aspect ratio */
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.page-blog-k9club-promotions-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-k9club-promotions-analysis__hero-content {
  width: 100%;
  max-width: 1200px;
  padding: 40px 20px;
  text-align: center;
  background-color: var(--k9club-background);
  box-sizing: border-box;
}

.page-blog-k9club-promotions-analysis__hero-title {
  font-weight: 700;
  line-height: 1.2;
  color: var(--k9club-gold);
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-k9club-promotions-analysis__hero-description {
  font-size: 1.15em;
  color: var(--k9club-text-secondary);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-k9club-promotions-analysis__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* General Sections */
.page-blog-k9club-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-k9club-promotions-analysis__intro-section,
.page-blog-k9club-promotions-analysis__how-to-claim-section,
.page-blog-k9club-promotions-analysis__benefits-section,
.page-blog-k9club-promotions-analysis__conclusion-section {
  padding: 60px 0;
  background-color: #ffffff; /* Light background for contrast */
  color: #333333; /* Dark text for light background */
}

.page-blog-k9club-promotions-analysis__promotions-detail-section,
.page-blog-k9club-promotions-analysis__terms-section,
.page-blog-k9club-promotions-analysis__faq-section {
  padding: 60px 0;
  background-color: var(--k9club-card-bg); /* Dark background */
  color: var(--k9club-text-main); /* Light text for dark background */
}

.page-blog-k9club-promotions-analysis__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--k9club-gold);
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-k9club-promotions-analysis__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-k9club-promotions-analysis__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

/* Promotion Categories */
.page-blog-k9club-promotions-analysis__promotion-category {
  background-color: var(--k9club-background);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--k9club-border);
}

.page-blog-k9club-promotions-analysis__promotion-title,
.page-blog-k9club-promotions-analysis__step-title {
  font-size: 1.8em;
  color: var(--k9club-gold);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-k9club-promotions-analysis__promotion-list,
.page-blog-k9club-promotions-analysis__terms-list,
.page-blog-k9club-promotions-analysis__benefits-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--k9club-text-secondary);
}

.page-blog-k9club-promotions-analysis__promotion-list li,
.page-blog-k9club-promotions-analysis__terms-list li,
.page-blog-k9club-promotions-analysis__benefits-list li {
  margin-bottom: 10px;
}

/* How to Claim Steps */
.page-blog-k9club-promotions-analysis__step-item {
  background-color: var(--k9club-background);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid var(--k9club-border);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-k9club-promotions-analysis__text-link {
  color: var(--k9club-gold);
  text-decoration: none;
  font-weight: 600;
}

.page-blog-k9club-promotions-analysis__text-link:hover {
  text-decoration: underline;
  color: var(--k9club-glow);
}

/* Buttons */
.page-blog-k9club-promotions-analysis__btn-primary,
.page-blog-k9club-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-k9club-promotions-analysis__btn-primary {
  background: var(--k9club-button-gradient);
  color: #ffffff;
  border: 2px solid var(--k9club-glow);
}

.page-blog-k9club-promotions-analysis__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-k9club-promotions-analysis__btn-secondary {
  background-color: transparent;
  color: var(--k9club-gold);
  border: 2px solid var(--k9club-gold);
}

.page-blog-k9club-promotions-analysis__btn-secondary:hover {
  background-color: var(--k9club-gold);
  color: var(--k9club-background);
  border-color: var(--k9club-gold);
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-k9club-promotions-analysis__cta-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}

/* FAQ Section */
.page-blog-k9club-promotions-analysis__faq-item {
  background-color: var(--k9club-background);
  border: 1px solid var(--k9club-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-k9club-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: var(--k9club-text-main);
  cursor: pointer;
  background-color: var(--k9club-deep-green);
  border-bottom: 1px solid var(--k9club-divider);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-k9club-promotions-analysis__faq-question:hover {
  background-color: var(--k9club-primary);
}

.page-blog-k9club-promotions-analysis__faq-qtext {
  flex-grow: 1;
  color: var(--k9club-text-main);
}

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

.page-blog-k9club-promotions-analysis__faq-item[open] .page-blog-k9club-promotions-analysis__faq-question {
  border-bottom: 1px solid var(--k9club-primary);
}

.page-blog-k9club-promotions-analysis__faq-item[open] .page-blog-k9club-promotions-analysis__faq-toggle {
  content: '−';
}

.page-blog-k9club-promotions-analysis__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: var(--k9club-text-secondary);
  background-color: var(--k9club-background);
}

/* Hide default marker for details/summary */
.page-blog-k9club-promotions-analysis__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-k9club-promotions-analysis__faq-item summary::marker {
  display: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-k9club-promotions-analysis__hero-title {
    font-size: 2.5em;
  }

  .page-blog-k9club-promotions-analysis__section-title {
    font-size: 2em;
  }
}

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

  .page-blog-k9club-promotions-analysis__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-k9club-promotions-analysis__hero-content {
    padding: 30px 15px;
  }

  .page-blog-k9club-promotions-analysis__hero-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-blog-k9club-promotions-analysis__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-blog-k9club-promotions-analysis__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-blog-k9club-promotions-analysis__btn-primary,
  .page-blog-k9club-promotions-analysis__btn-secondary {
    width: 100% !important;
    max-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-k9club-promotions-analysis__cta-bottom {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-blog-k9club-promotions-analysis__container {
    padding: 0 15px;
  }

  .page-blog-k9club-promotions-analysis__intro-section,
  .page-blog-k9club-promotions-analysis__promotions-detail-section,
  .page-blog-k9club-promotions-analysis__how-to-claim-section,
  .page-blog-k9club-promotions-analysis__terms-section,
  .page-blog-k9club-promotions-analysis__benefits-section,
  .page-blog-k9club-promotions-analysis__faq-section,
  .page-blog-k9club-promotions-analysis__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-k9club-promotions-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-k9club-promotions-analysis__promotion-category,
  .page-blog-k9club-promotions-analysis__step-item,
  .page-blog-k9club-promotions-analysis__faq-item {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-blog-k9club-promotions-analysis__promotion-title,
  .page-blog-k9club-promotions-analysis__step-title {
    font-size: 1.5em;
    margin-bottom: 10px;
  }

  .page-blog-k9club-promotions-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-k9club-promotions-analysis__faq-answer {
    padding: 15px 20px;
  }

  /* Images responsiveness */
  .page-blog-k9club-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* All containing elements for images and buttons */
  .page-blog-k9club-promotions-analysis__section,
  .page-blog-k9club-promotions-analysis__card,
  .page-blog-k9club-promotions-analysis__container,
  .page-blog-k9club-promotions-analysis__hero-image-wrapper,
  .page-blog-k9club-promotions-analysis__promotion-category,
  .page-blog-k9club-promotions-analysis__step-item,
  .page-blog-k9club-promotions-analysis__cta-buttons,
  .page-blog-k9club-promotions-analysis__cta-bottom {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure no overflow */
  }

  /* Specific overrides for padding on containers that already have it */
  .page-blog-k9club-promotions-analysis__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Light and Dark Backgrounds for Contrast */
.page-blog-k9club-promotions-analysis__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-k9club-promotions-analysis__dark-bg {
  background-color: var(--k9club-card-bg);
  color: var(--k9club-text-main);
}

/* Ensure content images are at least 200x200px */
.page-blog-k9club-promotions-analysis__image-content {
  min-width: 200px;
  min-height: 200px;
}