/* style/blog-ae3888-official-latest-promotions-analysis.css */

/* Base styles for the page content, assuming a dark body background from shared.css */
.page-blog-ae3888-official-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-ae3888-official-latest-promotions-analysis a {
  color: #2AD16F; /* A vibrant green for links */
  text-decoration: none;
}

.page-blog-ae3888-official-latest-promotions-analysis a:hover {
  text-decoration: underline;
}

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

/* Hero Section */
.page-blog-ae3888-official-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden; /* Ensure no overflow */
}

.page-blog-ae3888-official-latest-promotions-analysis__hero-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.page-blog-ae3888-official-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-ae3888-official-latest-promotions-analysis__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -80px; /* Adjust as needed for visual flow */
  background: linear-gradient(0deg, rgba(8, 22, 15, 0.9) 0%, rgba(8, 22, 15, 0.7) 100%);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.page-blog-ae3888-official-latest-promotions-analysis__main-title {
  color: #F2FFF6; /* Text Main */
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.page-blog-ae3888-official-latest-promotions-analysis__subtitle {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-blog-ae3888-official-latest-promotions-analysis__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main for button */
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-blog-ae3888-official-latest-promotions-analysis__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  text-decoration: none;
}

.page-blog-ae3888-official-latest-promotions-analysis__cta-button--large {
  padding: 18px 35px;
  font-size: 1.1em;
}

/* Content Sections */
.page-blog-ae3888-official-latest-promotions-analysis__content-section {
  padding: 60px 0;
}

.page-blog-ae3888-official-latest-promotions-analysis__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-ae3888-official-latest-promotions-analysis__light-bg {
  background-color: #11271B; /* Card BG, used as light background for contrast */
  color: #F2FFF6; /* Text Main */
}

.page-blog-ae3888-official-latest-promotions-analysis__section-title {
  color: #F2C14E; /* Gold */
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-blog-ae3888-official-latest-promotions-analysis__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #2AD16F; /* Glow */
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-blog-ae3888-official-latest-promotions-analysis__text-block {
  font-size: 1.05em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

/* Promo Grid */
.page-blog-ae3888-official-latest-promotions-analysis__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-ae3888-official-latest-promotions-analysis__promo-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
  display: flex;
  flex-direction: column;
}

.page-blog-ae3888-official-latest-promotions-analysis__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-blog-ae3888-official-latest-promotions-analysis__card-title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 20px 20px 10px;
  color: #F2C14E; /* Gold */
}

.page-blog-ae3888-official-latest-promotions-analysis__card-description {
  font-size: 0.95em;
  line-height: 1.7;
  padding: 0 20px 20px;
  color: #A7D9B8; /* Text Secondary */
  flex-grow: 1;
}

/* Steps List */
.page-blog-ae3888-official-latest-promotions-analysis__steps-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.page-blog-ae3888-official-latest-promotions-analysis__list-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  position: relative;
  color: #F2FFF6; /* Text Main */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-ae3888-official-latest-promotions-analysis__list-item:last-child {
  margin-bottom: 0;
}

.page-blog-ae3888-official-latest-promotions-analysis__list-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #2AD16F; /* Glow */
  margin-bottom: 10px;
}

.page-blog-ae3888-official-latest-promotions-analysis__list-item p {
  font-size: 1em;
  line-height: 1.7;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-ae3888-official-latest-promotions-analysis__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-ae3888-official-latest-promotions-analysis__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-ae3888-official-latest-promotions-analysis__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  text-decoration: none;
}

.page-blog-ae3888-official-latest-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  background-color: transparent;
  color: #2AD16F; /* Glow */
  border: 2px solid #2AD16F; /* Glow */
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1em;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-ae3888-official-latest-promotions-analysis__btn-secondary:hover {
  background-color: #2AD16F;
  color: #08160F; /* Background */
  text-decoration: none;
}

/* Benefits List */
.page-blog-ae3888-official-latest-promotions-analysis__benefits-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-ae3888-official-latest-promotions-analysis__benefits-item {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
}

.page-blog-ae3888-official-latest-promotions-analysis__benefits-icon {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-ae3888-official-latest-promotions-analysis__benefits-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-blog-ae3888-official-latest-promotions-analysis__benefits-item p {
  font-size: 0.95em;
  line-height: 1.7;
  color: #A7D9B8; /* Text Secondary */
}

/* FAQ Section */
.page-blog-ae3888-official-latest-promotions-analysis__faq-section {
  padding: 60px 0;
}

.page-blog-ae3888-official-latest-promotions-analysis__faq-list {
  margin-top: 40px;
}

.page-blog-ae3888-official-latest-promotions-analysis__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-ae3888-official-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: bold;
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  transition: background-color 0.3s ease;
}

.page-blog-ae3888-official-latest-promotions-analysis__faq-question:hover {
  background-color: #13994A;
}

.page-blog-ae3888-official-latest-promotions-analysis__faq-qtext {
  flex-grow: 1;
  color: #F2FFF6;
}

.page-blog-ae3888-official-latest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E; /* Gold */
}

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

.page-blog-ae3888-official-latest-promotions-analysis__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  line-height: 1.7;
  color: #A7D9B8; /* Text Secondary */
  border-top: 1px solid #1E3A2A; /* Divider */
}

/* Conclusion Section */
.page-blog-ae3888-official-latest-promotions-analysis__conclusion-section {
  padding: 60px 0 80px;
  text-align: center;
}

.page-blog-ae3888-official-latest-promotions-analysis__call-to-action {
  margin-top: 50px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-ae3888-official-latest-promotions-analysis__main-title {
    font-size: clamp(2em, 5vw, 3em);
  }

  .page-blog-ae3888-official-latest-promotions-analysis__hero-content {
    padding: 30px 15px;
    margin-top: -60px;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__section-title {
    font-size: 2em;
  }

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

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

  .page-blog-ae3888-official-latest-promotions-analysis__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__hero-content {
    padding: 25px 15px;
    margin-top: -40px;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }

  .page-blog-ae3888-official-latest-promotions-analysis__subtitle {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__cta-button,
  .page-blog-ae3888-official-latest-promotions-analysis__cta-button--large {
    padding: 12px 25px;
    font-size: 0.95em;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__content-section {
    padding: 40px 0;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__text-block {
    font-size: 0.95em;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__promo-grid,
  .page-blog-ae3888-official-latest-promotions-analysis__benefits-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__card-image {
    height: 200px;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__card-title {
    font-size: 1.3em;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__list-item {
    padding: 20px;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__list-title {
    font-size: 1.2em;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__button-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__btn-primary,
  .page-blog-ae3888-official-latest-promotions-analysis__btn-secondary {
    width: 100% !important;
    max-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-ae3888-official-latest-promotions-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-ae3888-official-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-ae3888-official-latest-promotions-analysis__hero-image-wrapper,
  .page-blog-ae3888-official-latest-promotions-analysis__promo-grid,
  .page-blog-ae3888-official-latest-promotions-analysis__benefits-list,
  .page-blog-ae3888-official-latest-promotions-analysis__faq-section,
  .page-blog-ae3888-official-latest-promotions-analysis__conclusion-section,
  .page-blog-ae3888-official-latest-promotions-analysis__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  
  .page-blog-ae3888-official-latest-promotions-analysis__benefits-icon {
    max-width: 100px;
  }
}

/* Color contrast safety checks */
.page-blog-ae3888-official-latest-promotions-analysis__text-contrast-fix {
  color: #F2FFF6 !important; /* Ensure light text on dark backgrounds */
}

/* Specific overrides for elements on light-bg to ensure contrast */
.page-blog-ae3888-official-latest-promotions-analysis__light-bg .page-blog-ae3888-official-latest-promotions-analysis__section-title,
.page-blog-ae3888-official-latest-promotions-analysis__light-bg .page-blog-ae3888-official-latest-promotions-analysis__text-block {
  color: #F2FFF6; /* Ensure light text on #11271B background */
}