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

/* Base styles for the page content */
.page-blog-acb88-promotions-analysis {
  background-color: #08160F; /* Background color */
  color: #F2FFF6; /* Main text color */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-acb88-promotions-analysis__section {
  padding: 60px 20px;
  text-align: center;
}

.page-blog-acb88-promotions-analysis__section-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #F2C14E; /* Gold accent for titles */
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-acb88-promotions-analysis__text-block {
  max-width: 900px;
  margin: 0 auto 20px auto;
  font-size: 1.1em;
  color: #A7D9B8; /* Secondary text color */
}

/* Hero Section */
.page-blog-acb88-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px 20px; /* Small top padding, larger bottom */
  background-color: #08160F;
  overflow: hidden;
}

.page-blog-acb88-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-blog-acb88-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.page-blog-acb88-promotions-analysis__hero-content {
  max-width: 900px;
  z-index: 1;
  color: #F2FFF6;
}

.page-blog-acb88-promotions-analysis__main-title {
  color: #F2C14E; /* Gold */
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-acb88-promotions-analysis__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #A7D9B8;
}

.page-blog-acb88-promotions-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Buttons */
.page-blog-acb88-promotions-analysis__btn-primary,
.page-blog-acb88-promotions-analysis__btn-secondary,
.page-blog-acb88-promotions-analysis__card-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-acb88-promotions-analysis__btn-primary,
.page-blog-acb88-promotions-analysis__card-button {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
}

.page-blog-acb88-promotions-analysis__btn-primary:hover,
.page-blog-acb88-promotions-analysis__card-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-acb88-promotions-analysis__btn-secondary {
  background: transparent;
  color: #57E38D;
  border: 2px solid #57E38D;
}

.page-blog-acb88-promotions-analysis__btn-secondary:hover {
  background: #57E38D;
  color: #08160F;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(87, 227, 141, 0.4);
}

/* Content Area Backgrounds */
.page-blog-acb88-promotions-analysis__light-bg {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

.page-blog-acb88-promotions-analysis__dark-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

/* Card Section */
.page-blog-acb88-promotions-analysis__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-acb88-promotions-analysis__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-blog-acb88-promotions-analysis__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-acb88-promotions-analysis__card-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #F2FFF6;
  margin-bottom: 10px;
}

.page-blog-acb88-promotions-analysis__card-text {
  font-size: 0.95em;
  color: #A7D9B8;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-acb88-promotions-analysis__card-button {
  margin-top: auto; /* Push button to bottom */
  align-self: flex-start;
}

/* List styles */
.page-blog-acb88-promotions-analysis__list {
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
  list-style: none;
  padding: 0;
}

.page-blog-acb88-promotions-analysis__list-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
}

.page-blog-acb88-promotions-analysis__list-title {
  font-size: 1.3em;
  color: #F2C14E;
  margin-bottom: 10px;
}

.page-blog-acb88-promotions-analysis__list-item p {
  color: #A7D9B8;
  font-size: 1em;
}

/* Step-by-Step Section */
.page-blog-acb88-promotions-analysis__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-acb88-promotions-analysis__step-card {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-acb88-promotions-analysis__step-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-acb88-promotions-analysis__step-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #57E38D;
  margin-bottom: 10px;
}

.page-blog-acb88-promotions-analysis__step-card p {
  color: #A7D9B8;
  font-size: 0.95em;
}

.page-blog-acb88-promotions-analysis__cta-full-width {
  margin-top: 40px;
}

/* FAQ Section */
.page-blog-acb88-promotions-analysis__faq-list {
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}

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

.page-blog-acb88-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.15em;
  font-weight: bold;
  color: #F2FFF6;
  background-color: #11271B;
  list-style: none; /* For details tag */
}

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

.page-blog-acb88-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D;
}

.page-blog-acb88-promotions-analysis__faq-answer {
  padding: 0 25px 20px 25px;
  color: #A7D9B8;
  font-size: 1em;
  line-height: 1.6;
}

.page-blog-acb88-promotions-analysis__faq-answer p {
  margin: 0;
}

/* CTA Section at bottom */
.page-blog-acb88-promotions-analysis__cta-section {
  background-color: #0A4B2C; /* Deep Green */
  padding: 80px 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-acb88-promotions-analysis__section-title {
    font-size: 2em;
  }
  .page-blog-acb88-promotions-analysis__main-title {
    font-size: 2.5em;
  }
  .page-blog-acb88-promotions-analysis__description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-blog-acb88-promotions-analysis__section {
    padding: 40px 15px;
  }
  .page-blog-acb88-promotions-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-blog-acb88-promotions-analysis__text-block {
    font-size: 1em;
  }

  /* Hero Section Mobile */
  .page-blog-acb88-promotions-analysis__hero-section {
    padding: 10px 15px 40px 15px;
  }
  .page-blog-acb88-promotions-analysis__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-blog-acb88-promotions-analysis__description {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-blog-acb88-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  /* Force responsive for all images and buttons */
  .page-blog-acb88-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-acb88-promotions-analysis video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-acb88-promotions-analysis__hero-image,
  .page-blog-acb88-promotions-analysis__card-image,
  .page-blog-acb88-promotions-analysis__step-image {
    height: auto; /* Allow height to adjust naturally */
  }

  .page-blog-acb88-promotions-analysis__section,
  .page-blog-acb88-promotions-analysis__card-section,
  .page-blog-acb88-promotions-analysis__step-by-step-section,
  .page-blog-acb88-promotions-analysis__faq-section,
  .page-blog-acb88-promotions-analysis__cta-section,
  .page-blog-acb88-promotions-analysis__hero-section,
  .page-blog-acb88-promotions-analysis__hero-image-wrapper,
  .page-blog-acb88-promotions-analysis__video-container,
  .page-blog-acb88-promotions-analysis__video-wrapper,
  .page-blog-acb88-promotions-analysis__cta-buttons,
  .page-blog-acb88-promotions-analysis__button-group,
  .page-blog-acb88-promotions-analysis__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }

  .page-blog-acb88-promotions-analysis__btn-primary,
  .page-blog-acb88-promotions-analysis__btn-secondary,
  .page-blog-acb88-promotions-analysis__card-button,
  .page-blog-acb88-promotions-analysis a[class*="button"],
  .page-blog-acb88-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-acb88-promotions-analysis__card-grid,
  .page-blog-acb88-promotions-analysis__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-acb88-promotions-analysis__list-item,
  .page-blog-acb88-promotions-analysis__faq-item {
    padding: 15px;
  }

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

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

  .page-blog-acb88-promotions-analysis__card-image {
    height: 150px;
  }
  .page-blog-acb88-promotions-analysis__step-image {
    height: 120px;
  }
}