.page-blog-fcb8-latest-promotions-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Main text color for dark background */
  background-color: #08160F; /* Background color */
}

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

.page-blog-fcb8-latest-promotions-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  overflow: hidden;
  color: #F2FFF6;
  background-color: #0A4B2C; /* Deep Green background for hero */
}

.page-blog-fcb8-latest-promotions-strategy__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px; /* Space between image and content */
}

.page-blog-fcb8-latest-promotions-strategy__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-fcb8-latest-promotions-strategy__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-fcb8-latest-promotions-strategy__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #F2C14E; /* Gold for main title */
  letter-spacing: 0.05em;
}

.page-blog-fcb8-latest-promotions-strategy__subtitle {
  font-size: clamp(1rem, 2vw, 1.3rem);
  margin-bottom: 30px;
  color: #A7D9B8; /* Secondary text color */
}

.page-blog-fcb8-latest-promotions-strategy__btn-primary {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-fcb8-latest-promotions-strategy__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-fcb8-latest-promotions-strategy__section {
  padding: 60px 0;
  background-color: #08160F;
}

.page-blog-fcb8-latest-promotions-strategy__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #F2C14E; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-blog-fcb8-latest-promotions-strategy__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #11A84E;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-blog-fcb8-latest-promotions-strategy__text-block {
  font-size: 1rem;
  color: #F2FFF6;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-fcb8-latest-promotions-strategy__promotions-types .page-blog-fcb8-latest-promotions-strategy__text-block {
  text-align: center;
}

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

.page-blog-fcb8-latest-promotions-strategy__card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Border color */
  color: #F2FFF6;
}

.page-blog-fcb8-latest-promotions-strategy__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

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

.page-blog-fcb8-latest-promotions-strategy__card-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Gold for card titles */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-fcb8-latest-promotions-strategy__card-text {
  font-size: 0.95rem;
  color: #A7D9B8;
  margin-bottom: 25px;
  text-align: justify;
}

.page-blog-fcb8-latest-promotions-strategy__btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #11A84E;
  border: 2px solid #11A84E;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.page-blog-fcb8-latest-promotions-strategy__btn-secondary:hover {
  background-color: #11A84E;
  color: #ffffff;
}

.page-blog-fcb8-latest-promotions-strategy__cta-block {
  text-align: center;
  margin-top: 60px;
  padding: 30px;
  background-color: #11271B;
  border-radius: 12px;
  border: 1px solid #2E7A4E;
}

.page-blog-fcb8-latest-promotions-strategy__cta-block .page-blog-fcb8-latest-promotions-strategy__text-block {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #F2FFF6;
}

.page-blog-fcb8-latest-promotions-strategy__strategy-item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  gap: 40px;
  background-color: #11271B;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid #2E7A4E;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-fcb8-latest-promotions-strategy__strategy-item--reverse {
  flex-direction: row-reverse;
}

.page-blog-fcb8-latest-promotions-strategy__strategy-image {
  flex: 0 0 40%;
  max-width: 40%;
  border-radius: 8px;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-fcb8-latest-promotions-strategy__strategy-content {
  flex: 1;
}

.page-blog-fcb8-latest-promotions-strategy__strategy-title {
  font-size: 1.8rem;
  color: #F2C14E;
  margin-bottom: 15px;
}

.page-blog-fcb8-latest-promotions-strategy__registration-guide .page-blog-fcb8-latest-promotions-strategy__text-block {
  text-align: center;
}

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

.page-blog-fcb8-latest-promotions-strategy__step-card {
  background-color: #11271B;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
  color: #F2FFF6;
}

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

.page-blog-fcb8-latest-promotions-strategy__step-title {
  font-size: 1.5rem;
  color: #F2C14E;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-fcb8-latest-promotions-strategy__step-text {
  font-size: 0.95rem;
  color: #A7D9B8;
  margin-bottom: 25px;
  text-align: justify;
}

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

.page-blog-fcb8-latest-promotions-strategy__benefit-item {
  background-color: #11271B;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
  color: #F2FFF6;
}

.page-blog-fcb8-latest-promotions-strategy__benefit-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto 20px auto;
  display: block;
}

.page-blog-fcb8-latest-promotions-strategy__benefit-title {
  font-size: 1.4rem;
  color: #F2C14E;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-fcb8-latest-promotions-strategy__benefit-text {
  font-size: 0.95rem;
  color: #A7D9B8;
  text-align: justify;
}

.page-blog-fcb8-latest-promotions-strategy__faq-section {
  padding: 60px 0;
  background-color: #08160F;
}

.page-blog-fcb8-latest-promotions-strategy__faq-list {
  margin-top: 40px;
}

.page-blog-fcb8-latest-promotions-strategy__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-fcb8-latest-promotions-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #F2FFF6;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-fcb8-latest-promotions-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-fcb8-latest-promotions-strategy__faq-question:hover {
  background-color: #1E3A2A;
}

.page-blog-fcb8-latest-promotions-strategy__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #11A84E;
  margin-left: 15px;
}

.page-blog-fcb8-latest-promotions-strategy__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: #A7D9B8;
  text-align: justify;
}

.page-blog-fcb8-latest-promotions-strategy__conclusion-section {
  padding: 60px 0;
  text-align: center;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

.page-blog-fcb8-latest-promotions-strategy__conclusion-section .page-blog-fcb8-latest-promotions-strategy__text-block {
  font-size: 1.1rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-fcb8-latest-promotions-strategy__strategy-item {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-fcb8-latest-promotions-strategy__strategy-item--reverse {
    flex-direction: column;
  }

  .page-blog-fcb8-latest-promotions-strategy__strategy-image {
    max-width: 80%;
    margin-bottom: 20px;
  }
}

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

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

  .page-blog-fcb8-latest-promotions-strategy__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-fcb8-latest-promotions-strategy__hero-image-wrapper {
    max-height: 300px;
  }

  .page-blog-fcb8-latest-promotions-strategy__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-fcb8-latest-promotions-strategy__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-fcb8-latest-promotions-strategy__subtitle {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-blog-fcb8-latest-promotions-strategy__btn-primary,
  .page-blog-fcb8-latest-promotions-strategy__btn-secondary,
  .page-blog-fcb8-latest-promotions-strategy a[class*="button"],
  .page-blog-fcb8-latest-promotions-strategy 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;
    margin-bottom: 15px; /* Add spacing between stacked buttons */
  }

  .page-blog-fcb8-latest-promotions-strategy__cta-buttons,
  .page-blog-fcb8-latest-promotions-strategy__button-group,
  .page-blog-fcb8-latest-promotions-strategy__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column !important;
    gap: 10px;
  }

  .page-blog-fcb8-latest-promotions-strategy__section {
    padding: 40px 0;
  }

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

  .page-blog-fcb8-latest-promotions-strategy__card-grid,
  .page-blog-fcb8-latest-promotions-strategy__guide-steps,
  .page-blog-fcb8-latest-promotions-strategy__benefits-list {
    grid-template-columns: 1fr;
  }

  .page-blog-fcb8-latest-promotions-strategy__card,
  .page-blog-fcb8-latest-promotions-strategy__step-card,
  .page-blog-fcb8-latest-promotions-strategy__benefit-item {
    padding: 20px;
  }

  .page-blog-fcb8-latest-promotions-strategy__card-image,
  .page-blog-fcb8-latest-promotions-strategy__step-image {
    height: 150px;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-fcb8-latest-promotions-strategy__strategy-item {
    padding: 20px;
    gap: 20px;
  }

  .page-blog-fcb8-latest-promotions-strategy__strategy-image {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-fcb8-latest-promotions-strategy__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-fcb8-latest-promotions-strategy__faq-answer {
    padding: 0 20px 15px 20px;
  }

  .page-blog-fcb8-latest-promotions-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}