/* style/blog-latest-pg66-promotions.css */

/* Base styles for the page content, ensuring contrast with unknown body background */
.page-blog-latest-pg66-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #ffffff; /* Default light background for main content sections */
}

/* Sections with specific background colors */
.page-blog-latest-pg66-promotions__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-latest-pg66-promotions__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

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

/* Hero Section */
.page-blog-latest-pg66-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  text-align: center;
  overflow: hidden;
}

.page-blog-latest-pg66-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit height for aesthetic */
  margin-bottom: 30px;
}

.page-blog-latest-pg66-promotions__hero-content {
  position: relative; /* Ensure content is above any potential background elements */
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-latest-pg66-promotions__main-title {
  font-size: 2.8em;
  font-weight: 700;
  color: #26A9E0; /* Brand color for title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-latest-pg66-promotions__hero-description {
  font-size: 1.2em;
  color: #333333;
  margin-bottom: 30px;
}

/* Section Titles */
.page-blog-latest-pg66-promotions__section-title {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: inherit; /* Inherit color from parent section (dark-bg or light-bg) */
}

/* Text Blocks */
.page-blog-latest-pg66-promotions__text-block {
  font-size: 1em;
  margin-bottom: 20px;
  text-align: justify;
}

/* Inline Links */
.page-blog-latest-pg66-promotions__inline-link {
  color: #EA7C07; /* Login/action color for emphasis */
  text-decoration: underline;
}

.page-blog-latest-pg66-promotions__inline-link:hover {
  color: #26A9E0;
}

/* CTA Buttons */
.page-blog-latest-pg66-promotions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-blog-latest-pg66-promotions__cta-buttons--center {
  margin-top: 40px;
}

.page-blog-latest-pg66-promotions__btn-primary,
.page-blog-latest-pg66-promotions__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

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

.page-blog-latest-pg66-promotions__btn-primary:hover {
  background-color: #1a7bb0;
  border-color: #1a7bb0;
}

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

.page-blog-latest-pg66-promotions__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #1a7bb0;
  border-color: #1a7bb0;
}

/* Content Section */
.page-blog-latest-pg66-promotions__content-section,
.page-blog-latest-pg66-promotions__features-section,
.page-blog-latest-pg66-promotions__how-to-claim,
.page-blog-latest-pg66-promotions__important-notes,
.page-blog-latest-pg66-promotions__why-choose,
.page-blog-latest-pg66-promotions__faq-section,
.page-blog-latest-pg66-promotions__conclusion-section {
  padding: 60px 0;
}

.page-blog-latest-pg66-promotions__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

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

.page-blog-latest-pg66-promotions__promo-card {
  background-color: rgba(255, 255, 255, 0.15); /* Slightly transparent white on dark background */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #ffffff; /* Text color for dark background */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-latest-pg66-promotions__promo-card .page-blog-latest-pg66-promotions__card-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-latest-pg66-promotions__card-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: inherit;
}

.page-blog-latest-pg66-promotions__card-description {
  font-size: 0.95em;
  line-height: 1.5;
  color: inherit;
}

/* Lists */
.page-blog-latest-pg66-promotions__list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-blog-latest-pg66-promotions__list-item {
  margin-bottom: 10px;
  font-size: 1em;
}

/* Why Choose Grid */
.page-blog-latest-pg66-promotions__why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-latest-pg66-promotions__reason-card {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-blog-latest-pg66-promotions__reason-title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-blog-latest-pg66-promotions__reason-description {
  font-size: 0.9em;
  line-height: 1.5;
}

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

.page-blog-latest-pg66-promotions__faq-item {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-latest-pg66-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none; /* For details/summary */
}

.page-blog-latest-pg66-promotions__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-blog-latest-pg66-promotions__faq-item[open] .page-blog-latest-pg66-promotions__faq-question {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.page-blog-latest-pg66-promotions__faq-qtext {
  flex-grow: 1;
  margin-right: 15px;
}

.page-blog-latest-pg66-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #ffffff;
}

.page-blog-latest-pg66-promotions__faq-answer {
  padding: 15px 25px 20px 25px;
  font-size: 0.95em;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-blog-latest-pg66-promotions__faq-answer p {
  margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-latest-pg66-promotions__main-title {
    font-size: 2.5em;
  }

  .page-blog-latest-pg66-promotions__section-title {
    font-size: 2em;
  }

  .page-blog-latest-pg66-promotions__promo-grid,
  .page-blog-latest-pg66-promotions__why-choose-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

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

  .page-blog-latest-pg66-promotions__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-latest-pg66-promotions__main-title {
    font-size: 2em;
    padding: 0 15px;
  }

  .page-blog-latest-pg66-promotions__hero-description {
    font-size: 1em;
    padding: 0 15px;
  }

  .page-blog-latest-pg66-promotions__section-title {
    font-size: 1.8em;
    padding: 0 15px;
  }

  .page-blog-latest-pg66-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-latest-pg66-promotions__btn-primary,
  .page-blog-latest-pg66-promotions__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-latest-pg66-promotions__content-section,
  .page-blog-latest-pg66-promotions__features-section,
  .page-blog-latest-pg66-promotions__how-to-claim,
  .page-blog-latest-pg66-promotions__important-notes,
  .page-blog-latest-pg66-promotions__why-choose,
  .page-blog-latest-pg66-promotions__faq-section,
  .page-blog-latest-pg66-promotions__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-latest-pg66-promotions__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-latest-pg66-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  .page-blog-latest-pg66-promotions__promo-grid,
  .page-blog-latest-pg66-promotions__why-choose-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-latest-pg66-promotions__promo-card,
  .page-blog-latest-pg66-promotions__reason-card,
  .page-blog-latest-pg66-promotions__faq-item {
    padding: 20px;
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  
  .page-blog-latest-pg66-promotions__text-block, 
  .page-blog-latest-pg66-promotions__list, 
  .page-blog-latest-pg66-promotions__list-item, 
  .page-blog-latest-pg66-promotions__card-description, 
  .page-blog-latest-pg66-promotions__reason-description {
    padding: 0 5px;
    text-align: left;
  }
  
  .page-blog-latest-pg66-promotions__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-latest-pg66-promotions__faq-answer {
    padding: 10px 20px 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-latest-pg66-promotions__main-title {
    font-size: 1.8em;
  }

  .page-blog-latest-pg66-promotions__section-title {
    font-size: 1.5em;
  }

  .page-blog-latest-pg66-promotions__hero-description {
    font-size: 0.95em;
  }
}