.page-blog-gatructiep67-promotions-analysis {
  font-family: 'Arial', sans-serif;
  background-color: #08160F; /* Custom Background */
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-gatructiep67-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-gatructiep67-promotions-analysis__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin-bottom: 30px;
  padding: 0 20px;
}

.page-blog-gatructiep67-promotions-analysis__main-title {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  color: #F2FFF6; /* Custom Text Main */
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-gatructiep67-promotions-analysis__hero-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #A7D9B8; /* Custom Text Secondary */
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-blog-gatructiep67-promotions-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-gatructiep67-promotions-analysis__btn-primary,
.page-blog-gatructiep67-promotions-analysis__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 180px;
}

.page-blog-gatructiep67-promotions-analysis__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Custom Button */
  color: #F2FFF6; /* Custom Text Main */
  border: 2px solid transparent;
}

.page-blog-gatructiep67-promotions-analysis__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px #57E38D;
}

.page-blog-gatructiep67-promotions-analysis__btn-secondary {
  background-color: transparent;
  color: #57E38D; /* Custom Glow */
  border: 2px solid #57E38D; /* Custom Glow */
}

.page-blog-gatructiep67-promotions-analysis__btn-secondary:hover {
  background-color: #57E38D;
  color: #08160F;
}

.page-blog-gatructiep67-promotions-analysis__hero-image {
  width: 100%;
  max-width: 1200px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  margin-top: 30px;
  display: block;
}

.page-blog-gatructiep67-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-blog-gatructiep67-promotions-analysis__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #F2FFF6; /* Custom Text Main */
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
}

.page-blog-gatructiep67-promotions-analysis p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #A7D9B8; /* Custom Text Secondary */
}

.page-blog-gatructiep67-promotions-analysis a {
  color: #57E38D; /* Custom Glow for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-gatructiep67-promotions-analysis a:hover {
  color: #F2C14E; /* Custom Gold on hover */
  text-decoration: underline;
}

.page-blog-gatructiep67-promotions-analysis__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-gatructiep67-promotions-analysis__promo-card {
  background-color: #11271B; /* Custom Card BG */
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Custom Border */
}

.page-blog-gatructiep67-promotions-analysis__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-gatructiep67-promotions-analysis__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-gatructiep67-promotions-analysis__card-title {
  font-size: 1.4rem;
  color: #F2FFF6; /* Custom Text Main */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-gatructiep67-promotions-analysis__card-title a {
  color: inherit;
  text-decoration: none;
}

.page-blog-gatructiep67-promotions-analysis__card-title a:hover {
  color: #57E38D;
  text-decoration: underline;
}

.page-blog-gatructiep67-promotions-analysis__btn-text {
  color: #F2C14E; /* Custom Gold */
  text-decoration: none;
  font-weight: 600;
  margin-top: auto; /* Pushes button to bottom */
  padding-top: 10px;
}

.page-blog-gatructiep67-promotions-analysis__btn-text:hover {
  text-decoration: underline;
  color: #57E38D; /* Custom Glow on hover */
}

.page-blog-gatructiep67-promotions-analysis__steps-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 40px;
}

.page-blog-gatructiep67-promotions-analysis__steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 2;
}

.page-blog-gatructiep67-promotions-analysis__step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.page-blog-gatructiep67-promotions-analysis__step-number {
  background-color: #11A84E; /* Main Color */
  color: #F2FFF6; /* Custom Text Main */
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-right: 15px;
}

.page-blog-gatructiep67-promotions-analysis__step-content h3 {
  font-size: 1.25rem;
  color: #F2FFF6; /* Custom Text Main */
  margin-top: 0;
  margin-bottom: 5px;
}

.page-blog-gatructiep67-promotions-analysis__step-content p {
  font-size: 1rem;
  color: #A7D9B8; /* Custom Text Secondary */
  margin-bottom: 0;
}

.page-blog-gatructiep67-promotions-analysis__steps-image {
  flex: 1;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

.page-blog-gatructiep67-promotions-analysis__terms-list,
.page-blog-gatructiep67-promotions-analysis__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-gatructiep67-promotions-analysis__terms-item,
.page-blog-gatructiep67-promotions-analysis__tip-item {
  background-color: #11271B; /* Custom Card BG */
  border: 1px solid #2E7A4E; /* Custom Border */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #A7D9B8; /* Custom Text Secondary */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-gatructiep67-promotions-analysis__terms-item strong {
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-gatructiep67-promotions-analysis__why-choose-content {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-blog-gatructiep67-promotions-analysis__why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.page-blog-gatructiep67-promotions-analysis__why-choose-item {
  background-color: #11271B; /* Custom Card BG */
  border: 1px solid #2E7A4E; /* Custom Border */
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #A7D9B8; /* Custom Text Secondary */
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-gatructiep67-promotions-analysis__why-choose-item::before {
  content: '✓';
  color: #57E38D; /* Custom Glow */
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

.page-blog-gatructiep67-promotions-analysis__why-choose-image {
  flex: 1;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

.page-blog-gatructiep67-promotions-analysis__faq-list {
  margin-top: 40px;
}

.page-blog-gatructiep67-promotions-analysis__faq-item {
  background-color: #11271B; /* Custom Card BG */
  border: 1px solid #2E7A4E; /* Custom Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-gatructiep67-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6; /* Custom Text Main */
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-gatructiep67-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-gatructiep67-promotions-analysis__faq-item[open] > .page-blog-gatructiep67-promotions-analysis__faq-question {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-gatructiep67-promotions-analysis__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #57E38D; /* Custom Glow */
}

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

.page-blog-gatructiep67-promotions-analysis__faq-answer {
  padding: 0 20px 20px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #A7D9B8; /* Custom Text Secondary */
}

.page-blog-gatructiep67-promotions-analysis__conclusion-cta-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-blog-gatructiep67-promotions-analysis__conclusion-cta-section p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* General image responsiveness */
.page-blog-gatructiep67-promotions-analysis img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* --- Media Queries --- */

@media (max-width: 1024px) {
  .page-blog-gatructiep67-promotions-analysis__content-area {
    padding: 40px 20px;
  }

  .page-blog-gatructiep67-promotions-analysis__hero-content {
    max-width: 700px;
  }

  .page-blog-gatructiep67-promotions-analysis__promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .page-blog-gatructiep67-promotions-analysis__steps-container,
  .page-blog-gatructiep67-promotions-analysis__why-choose-content {
    flex-direction: column;
    gap: 30px;
  }

  .page-blog-gatructiep67-promotions-analysis__steps-image,
  .page-blog-gatructiep67-promotions-analysis__why-choose-image {
    max-width: 100%;
    order: -1; /* Image first on smaller screens */
  }

  .page-blog-gatructiep67-promotions-analysis__steps-list,
  .page-blog-gatructiep67-promotions-analysis__why-choose-list {
    width: 100%;
  }

  .page-blog-gatructiep67-promotions-analysis__btn-primary,
  .page-blog-gatructiep67-promotions-analysis__btn-secondary {
    font-size: 1rem;
    padding: 12px 25px;
    min-width: unset;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-gatructiep67-promotions-analysis__hero-section {
    padding-top: 10px !important; /* Small top padding as body handles header offset */
    padding-bottom: 30px;
  }

  .page-blog-gatructiep67-promotions-analysis__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-gatructiep67-promotions-analysis__hero-description {
    font-size: 1rem;
  }

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

  /* Buttons and Button Containers */
  .page-blog-gatructiep67-promotions-analysis__btn-primary,
  .page-blog-gatructiep67-promotions-analysis__btn-secondary,
  .page-blog-gatructiep67-promotions-analysis a[class*="button"],
  .page-blog-gatructiep67-promotions-analysis a[class*="btn"] {
    max-width: 100% !important;
    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-gatructiep67-promotions-analysis__cta-buttons,
  .page-blog-gatructiep67-promotions-analysis__button-group,
  .page-blog-gatructiep67-promotions-analysis__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  /* General Images and Containers */
  .page-blog-gatructiep67-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-gatructiep67-promotions-analysis__section,
  .page-blog-gatructiep67-promotions-analysis__card,
  .page-blog-gatructiep67-promotions-analysis__container,
  .page-blog-gatructiep67-promotions-analysis__content-area {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Promotion Types Grid */
  .page-blog-gatructiep67-promotions-analysis__promo-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-gatructiep67-promotions-analysis__promo-image {
    height: 180px;
  }

  /* How to Claim Section (Steps and Image) */
  .page-blog-gatructiep67-promotions-analysis__steps-container {
    flex-direction: column;
    gap: 20px;
  }
  .page-blog-gatructiep67-promotions-analysis__steps-image {
    order: -1;
  }

  /* Why Choose Section (List and Image) */
  .page-blog-gatructiep67-promotions-analysis__why-choose-content {
    flex-direction: column;
    gap: 20px;
  }
  .page-blog-gatructiep67-promotions-analysis__why-choose-image {
    order: -1;
  }

  /* Other Content Modules */
  .page-blog-gatructiep67-promotions-analysis__section-title {
    font-size: 1.8rem;
  }

  .page-blog-gatructiep67-promotions-analysis p,
  .page-blog-gatructiep67-promotions-analysis li,
  .page-blog-gatructiep67-promotions-analysis__faq-answer {
    font-size: 1rem;
    line-height: 1.6;
  }

  .page-blog-gatructiep67-promotions-analysis__faq-question {
    font-size: 1.1rem;
    padding: 15px;
  }

  .page-blog-gatructiep67-promotions-analysis__faq-answer {
    padding: 0 15px 15px;
  }

  .page-blog-gatructiep67-promotions-analysis__conclusion-cta-section {
    padding-bottom: 40px;
  }
}