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

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

.page-blog-c168q-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding */
  background-color: var(--c168q-bg);
}

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

.page-blog-c168q-latest-promotions__hero-content {
  width: 100%;
  max-width: 1200px;
  padding: 40px 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: var(--c168q-bg);
  color: var(--c168q-text-main);
}

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

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

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

.page-blog-c168q-latest-promotions__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-c168q-latest-promotions__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-c168q-latest-promotions__section-container {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--c168q-divider);
}

.page-blog-c168q-latest-promotions__section-container:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-blog-c168q-latest-promotions__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: var(--c168q-primary);
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}

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

.page-blog-c168q-latest-promotions__feature-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-c168q-latest-promotions__card {
  background-color: var(--c168q-card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--c168q-border);
  color: var(--c168q-text-main);
  transition: transform 0.3s ease;
}

.page-blog-c168q-latest-promotions__card:hover {
  transform: translateY(-5px);
}

.page-blog-c168q-latest-promotions__card-title {
  font-size: 1.5rem;
  color: var(--c168q-gold);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-c168q-latest-promotions__card-text {
  font-size: 0.95rem;
  color: var(--c168q-text-secondary);
}

.page-blog-c168q-latest-promotions__image-content {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 30px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-c168q-latest-promotions__promo-category {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px dashed var(--c168q-divider);
}

.page-blog-c168q-latest-promotions__category-title {
  font-size: 1.7rem;
  color: var(--c168q-primary);
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-c168q-latest-promotions__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-c168q-latest-promotions__list-item {
  font-size: 1rem;
  color: var(--c168q-text-main);
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-blog-c168q-latest-promotions__list--check .page-blog-c168q-latest-promotions__list-item::before {
  content: '✔';
  color: var(--c168q-secondary);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-c168q-latest-promotions__list--star .page-blog-c168q-latest-promotions__list-item::before {
  content: '★';
  color: var(--c168q-gold);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-c168q-latest-promotions__numbered-list {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-blog-c168q-latest-promotions__numbered-list .page-blog-c168q-latest-promotions__list-item {
  padding-left: 0;
  margin-bottom: 15px;
}

.page-blog-c168q-latest-promotions__text-link {
  color: var(--c168q-gold);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-c168q-latest-promotions__text-link:hover {
  color: var(--c168q-secondary);
}

.page-blog-c168q-latest-promotions__cta-banner-wrapper {
  position: relative;
  width: 100%;
  margin: 50px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

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

.page-blog-c168q-latest-promotions__cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

.page-blog-c168q-latest-promotions__cta-title {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  color: var(--c168q-gold);
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-c168q-latest-promotions__dark-section {
  background-color: var(--c168q-deep-green);
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #ffffff; /* Forced white text for dark background */
}

.page-blog-c168q-latest-promotions__dark-section .page-blog-c168q-latest-promotions__section-title {
  color: var(--c168q-gold);
}

.page-blog-c168q-latest-promotions__dark-section .page-blog-c168q-latest-promotions__paragraph,
.page-blog-c168q-latest-promotions__dark-section .page-blog-c168q-latest-promotions__list-item {
  color: var(--c168q-text-main);
}

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

.page-blog-c168q-latest-promotions__faq-item {
  background-color: var(--c168q-card-bg);
  border: 1px solid var(--c168q-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

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

.page-blog-c168q-latest-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-c168q-latest-promotions__faq-qtext {
  flex-grow: 1;
}

.page-blog-c168q-latest-promotions__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: var(--c168q-gold);
  transition: transform 0.3s ease;
}

.page-blog-c168q-latest-promotions__faq-item[open] .page-blog-c168q-latest-promotions__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-c168q-latest-promotions__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: var(--c168q-text-secondary);
  background-color: var(--c168q-card-bg);
}

.page-blog-c168q-latest-promotions__conclusion-section {
  text-align: center;
  padding-top: 40px;
}

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

  .page-blog-c168q-latest-promotions__hero-content,
  .page-blog-c168q-latest-promotions__content-area,
  .page-blog-c168q-latest-promotions__section-container,
  .page-blog-c168q-latest-promotions__dark-section,
  .page-blog-c168q-latest-promotions__cta-banner-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-c168q-latest-promotions__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }

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

  .page-blog-c168q-latest-promotions__hero-description {
    font-size: 0.95rem;
  }

  .page-blog-c168q-latest-promotions__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 20px;
    font-size: 1rem;
  }

  .page-blog-c168q-latest-promotions__feature-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-c168q-latest-promotions__image-content {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }

  .page-blog-c168q-latest-promotions__cta-overlay {
    padding: 15px;
  }

  .page-blog-c168q-latest-promotions__cta-title {
    font-size: clamp(1.2rem, 5vw, 2rem);
  }

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

  .page-blog-c168q-latest-promotions__faq-answer {
    padding: 15px 20px;
  }
}

/* Ensure no filter on images */
.page-blog-c168q-latest-promotions img {
  filter: none !important;
}