.page-blog-888phl-latest-promotions-analysis {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  padding-top: var(--header-offset, 120px); /* Fixed header spacing for desktop */
  box-sizing: border-box;
}

.page-blog-888phl-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-888phl-latest-promotions-analysis__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 60px;
  overflow: hidden; /* Ensure no horizontal overflow */
  background: linear-gradient(135deg, #F2C14E, #FFD36B); /* Brand colors */
}

.page-blog-888phl-latest-promotions-analysis__hero-content {
  max-width: 900px;
  padding: 40px 20px;
  order: 2; /* Content below image */
  width: 100%; /* Ensure content takes full width */
  box-sizing: border-box;
}

.page-blog-888phl-latest-promotions-analysis__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive H1 font size */
  font-weight: 700;
  color: #0A0A0A; /* Dark text for light background */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-888phl-latest-promotions-analysis__description {
  font-size: 1.2rem;
  color: #333333; /* Dark text for light background */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-888phl-latest-promotions-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}

.page-blog-888phl-latest-promotions-analysis__btn-primary,
.page-blog-888phl-latest-promotions-analysis__btn-secondary,
.page-blog-888phl-latest-promotions-analysis__card-link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text breaking */
  text-align: center;
}

.page-blog-888phl-latest-promotions-analysis__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button gradient */
  color: #0A0A0A; /* Dark text for light background */
  border: 2px solid transparent;
}

.page-blog-888phl-latest-promotions-analysis__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-888phl-latest-promotions-analysis__btn-secondary {
  background: transparent;
  color: #F2C14E; /* Brand color */
  border: 2px solid #F2C14E; /* Brand color border */
}

.page-blog-888phl-latest-promotions-analysis__btn-secondary:hover {
  background: #F2C14E;
  color: #0A0A0A;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-888phl-latest-promotions-analysis__hero-image-wrapper {
  order: 1; /* Image above content */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.page-blog-888phl-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px; /* Min size for images */
}

.page-blog-888phl-latest-promotions-analysis__section-title {
  font-size: 2.2rem;
  color: #F2C14E; /* Main Brand Color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-888phl-latest-promotions-analysis__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #FFF6D6; /* Text Main */
}

.page-blog-888phl-latest-promotions-analysis__introduction-section,
.page-blog-888phl-latest-promotions-analysis__types-of-promotions,
.page-blog-888phl-latest-promotions-analysis__how-to-claim,
.page-blog-888phl-latest-promotions-analysis__terms-conditions,
.page-blog-888phl-latest-promotions-analysis__faq-section,
.page-blog-888phl-latest-promotions-analysis__conclusion-section {
  padding: 60px 0;
}

.page-blog-888phl-latest-promotions-analysis__types-of-promotions,
.page-blog-888phl-latest-promotions-analysis__how-to-claim {
  background-color: #111111; /* Card BG */
}

.page-blog-888phl-latest-promotions-analysis__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-888phl-latest-promotions-analysis__promotion-card {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-888phl-latest-promotions-analysis__promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-888phl-latest-promotions-analysis__card-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  min-height: 200px; /* Min size for card images */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-888phl-latest-promotions-analysis__card-title {
  font-size: 1.5rem;
  color: #FFD36B; /* Auxiliary Brand Color */
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.page-blog-888phl-latest-promotions-analysis__card-text {
  font-size: 1rem;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 20px;
  flex-grow: 1; /* Allows text to take available space */
}

.page-blog-888phl-latest-promotions-analysis__card-link {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #0A0A0A;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: auto; /* Pushes button to the bottom */
}

.page-blog-888phl-latest-promotions-analysis__card-link:hover {
  opacity: 0.9;
}

.page-blog-888phl-latest-promotions-analysis__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-888phl-latest-promotions-analysis__step-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-888phl-latest-promotions-analysis__step-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #0A0A0A;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-blog-888phl-latest-promotions-analysis__step-title {
  font-size: 1.3rem;
  color: #FFD36B; /* Auxiliary Brand Color */
  margin-bottom: 10px;
}

.page-blog-888phl-latest-promotions-analysis__step-text {
  font-size: 1rem;
  color: #FFF6D6; /* Text Main */
}

.page-blog-888phl-latest-promotions-analysis__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-888phl-latest-promotions-analysis__terms-list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #FFF6D6; /* Text Main */
  font-size: 1.1rem;
}

.page-blog-888phl-latest-promotions-analysis__terms-list li {
  margin-bottom: 10px;
}

/* FAQ Section Styling */
.page-blog-888phl-latest-promotions-analysis__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-888phl-latest-promotions-analysis__faq-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-888phl-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-blog-888phl-latest-promotions-analysis__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-blog-888phl-latest-promotions-analysis__faq-title {
  font-size: 1.2rem;
  color: #FFD36B; /* Auxiliary Brand Color */
  margin: 0;
  font-weight: 600;
}

.page-blog-888phl-latest-promotions-analysis__faq-toggle {
  font-size: 1.8rem;
  font-weight: bold;
  color: #F2C14E; /* Main Brand Color */
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-blog-888phl-latest-promotions-analysis__faq-item.active .page-blog-888phl-latest-promotions-analysis__faq-toggle {
  transform: rotate(45deg); /* Plus sign becomes cross */
}

.page-blog-888phl-latest-promotions-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #FFF6D6; /* Text Main */
  font-size: 1rem;
}

.page-blog-888phl-latest-promotions-analysis__faq-item.active .page-blog-888phl-latest-promotions-analysis__faq-answer {
  max-height: 1000px !important; /* Important for overriding and ensuring content fits */
  padding: 15px 20px;
}

.page-blog-888phl-latest-promotions-analysis__faq-answer p {
  margin-bottom: 0;
}


/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-888phl-latest-promotions-analysis__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-888phl-latest-promotions-analysis__main-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  .page-blog-888phl-latest-promotions-analysis__description {
    font-size: 1.1rem;
  }
  .page-blog-888phl-latest-promotions-analysis__section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-888phl-latest-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
    padding-top: var(--header-offset, 100px) !important; /* Mobile fixed header spacing */
  }

  .page-blog-888phl-latest-promotions-analysis__hero-section {
    padding-top: var(--header-offset, 100px) !important; /* Mobile specific padding-top for hero */
    padding-bottom: 30px;
  }

  .page-blog-888phl-latest-promotions-analysis__hero-content {
    padding: 20px 15px;
  }

  .page-blog-888phl-latest-promotions-analysis__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-888phl-latest-promotions-analysis__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-888phl-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-888phl-latest-promotions-analysis__btn-primary,
  .page-blog-888phl-latest-promotions-analysis__btn-secondary,
  .page-blog-888phl-latest-promotions-analysis__card-link {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-888phl-latest-promotions-analysis__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-888phl-latest-promotions-analysis__introduction-section,
  .page-blog-888phl-latest-promotions-analysis__types-of-promotions,
  .page-blog-888phl-latest-promotions-analysis__how-to-claim,
  .page-blog-888phl-latest-promotions-analysis__terms-conditions,
  .page-blog-888phl-latest-promotions-analysis__faq-section,
  .page-blog-888phl-latest-promotions-analysis__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-888phl-latest-promotions-analysis__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-888phl-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-888phl-latest-promotions-analysis__promotion-grid,
  .page-blog-888phl-latest-promotions-analysis__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-888phl-latest-promotions-analysis__promotion-card,
  .page-blog-888phl-latest-promotions-analysis__step-item,
  .page-blog-888phl-latest-promotions-analysis__faq-item {
    padding: 20px;
  }

  .page-blog-888phl-latest-promotions-analysis__faq-title {
    font-size: 1.1rem;
  }
  .page-blog-888phl-latest-promotions-analysis__faq-answer {
    padding: 0 15px;
  }
  .page-blog-888phl-latest-promotions-analysis__faq-item.active .page-blog-888phl-latest-promotions-analysis__faq-answer {
    padding: 15px 15px;
  }
}