.page-blog-oke179-exclusive-promotions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Body background from shared.css */
}

.page-blog-oke179-exclusive-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  min-height: 500px;
  overflow: hidden;
}

.page-blog-oke179-exclusive-promotions__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for aesthetic */
  overflow: hidden;
  margin-bottom: 40px; /* Space between image and content */
}

.page-blog-oke179-exclusive-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-oke179-exclusive-promotions__hero-content {
  max-width: 900px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-oke179-exclusive-promotions__hero-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-blog-oke179-exclusive-promotions__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #333333;
}

.page-blog-oke179-exclusive-promotions__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-oke179-exclusive-promotions__btn-primary,
.page-blog-oke179-exclusive-promotions__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-oke179-exclusive-promotions__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-oke179-exclusive-promotions__btn-primary:hover {
  background-color: #1e87b9;
  border-color: #1e87b9;
}

.page-blog-oke179-exclusive-promotions__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-oke179-exclusive-promotions__btn-secondary:hover {
  background-color: #e0f2f7;
}

.page-blog-oke179-exclusive-promotions__section {
  padding: 60px 0;
}

.page-blog-oke179-exclusive-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-oke179-exclusive-promotions__section-title {
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-blog-oke179-exclusive-promotions__sub-title {
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-blog-oke179-exclusive-promotions__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-oke179-exclusive-promotions__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Background colors for sections */
.page-blog-oke179-exclusive-promotions__dark-bg {
  background-color: #26A9E0;
  color: #ffffff; /* Light text for dark background */
}

.page-blog-oke179-exclusive-promotions__dark-bg .page-blog-oke179-exclusive-promotions__section-title,
.page-blog-oke179-exclusive-promotions__dark-bg .page-blog-oke179-exclusive-promotions__sub-title {
  color: #ffffff;
}

.page-blog-oke179-exclusive-promotions__dark-bg .page-blog-oke179-exclusive-promotions__text-block {
  color: #f0f0f0;
}

.page-blog-oke179-exclusive-promotions__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
}

.page-blog-oke179-exclusive-promotions__light-bg .page-blog-oke179-exclusive-promotions__section-title,
.page-blog-oke179-exclusive-promotions__light-bg .page-blog-oke179-exclusive-promotions__sub-title {
  color: #26A9E0;
}

.page-blog-oke179-exclusive-promotions__light-bg .page-blog-oke179-exclusive-promotions__text-block {
  color: #333333;
}

/* Benefits List */
.page-blog-oke179-exclusive-promotions__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-oke179-exclusive-promotions__benefits-item {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-oke179-exclusive-promotions__benefits-item .page-blog-oke179-exclusive-promotions__benefits-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-blog-oke179-exclusive-promotions__benefits-item .page-blog-oke179-exclusive-promotions__benefits-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* FAQ Section */
.page-blog-oke179-exclusive-promotions__faq-list {
  margin-top: 30px;
}

.page-blog-oke179-exclusive-promotions__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-oke179-exclusive-promotions__faq-item summary {
  list-style: none;
}

.page-blog-oke179-exclusive-promotions__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-oke179-exclusive-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-oke179-exclusive-promotions__faq-question:hover {
  background-color: #eef7fa;
}

.page-blog-oke179-exclusive-promotions__faq-qtext {
  flex-grow: 1;
}

.page-blog-oke179-exclusive-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-oke179-exclusive-promotions__faq-item[open] .page-blog-oke179-exclusive-promotions__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-oke179-exclusive-promotions__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #555555;
  background-color: #ffffff;
}

.page-blog-oke179-exclusive-promotions__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-oke179-exclusive-promotions__faq-answer p:last-child {
  margin-bottom: 0;
}

/* Conclusion Section */
.page-blog-oke179-exclusive-promotions__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-blog-oke179-exclusive-promotions__conclusion .page-blog-oke179-exclusive-promotions__btn-large {
  padding: 18px 40px;
  font-size: 1.25em;
  margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-oke179-exclusive-promotions__hero-title {
    font-size: clamp(2em, 5vw, 3em);
  }
  .page-blog-oke179-exclusive-promotions__section-title {
    font-size: 2em;
  }
  .page-blog-oke179-exclusive-promotions__sub-title {
    font-size: 1.4em;
  }
  .page-blog-oke179-exclusive-promotions__hero-image-wrapper {
    max-height: 500px;
  }
}

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

  .page-blog-oke179-exclusive-promotions__hero-section {
    padding: 10px 15px 40px;
    min-height: 400px;
  }

  .page-blog-oke179-exclusive-promotions__hero-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }

  .page-blog-oke179-exclusive-promotions__hero-description {
    font-size: 1em;
  }

  .page-blog-oke179-exclusive-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-oke179-exclusive-promotions__btn-primary,
  .page-blog-oke179-exclusive-promotions__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-blog-oke179-exclusive-promotions__section {
    padding: 40px 0;
  }

  .page-blog-oke179-exclusive-promotions__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-oke179-exclusive-promotions__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-oke179-exclusive-promotions__sub-title {
    font-size: 1.3em;
  }

  .page-blog-oke179-exclusive-promotions__text-block {
    font-size: 0.95em;
  }

  .page-blog-oke179-exclusive-promotions__image-content {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 30px auto;
  }

  .page-blog-oke179-exclusive-promotions__benefits-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-oke179-exclusive-promotions__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-oke179-exclusive-promotions__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-oke179-exclusive-promotions__conclusion .page-blog-oke179-exclusive-promotions__btn-large {
    font-size: 1.1em;
    padding: 15px 30px;
  }
}

@media (max-width: 480px) {
  .page-blog-oke179-exclusive-promotions__hero-title {
    font-size: clamp(1.6em, 7vw, 2.2em);
  }
  .page-blog-oke179-exclusive-promotions__section-title {
    font-size: 1.6em;
  }
  .page-blog-oke179-exclusive-promotions__hero-image-wrapper {
    max-height: 300px;
  }
}

/* Ensure images in content areas are not smaller than 200px */
.page-blog-oke179-exclusive-promotions__image-content {
  min-width: 200px;
  min-height: 200px;
}

/* Specific rule for video section padding-top on mobile if it were a video section */
.page-blog-oke179-exclusive-promotions__video-section {
  padding-top: 10px; /* Small top padding, not var(--header-offset) */
}

@media (max-width: 768px) {
  .page-blog-oke179-exclusive-promotions__video-section {
    padding-top: 10px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}