.page-index-latest-promotions {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-index-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-latest-promotions__hero-section {
  background: linear-gradient(135deg, #007bff, #28a745);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

.page-index-latest-promotions__hero-content {
  max-width: 800px;
  margin-bottom: 40px;
}

.page-index-latest-promotions__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

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

.page-index-latest-promotions__hero-image-wrapper {
  display: none; /* Hidden on desktop, will be shown on larger screens if needed */
}

.page-index-latest-promotions__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-index-latest-promotions__btn--primary {
  background-color: #28a745;
  color: #fff;
}

.page-index-latest-promotions__btn--primary:hover {
  background-color: #218838;
  transform: translateY(-2px);
}

.page-index-latest-promotions__btn--secondary {
  background-color: #007bff;
  color: #fff;
  padding: 12px 25px;
  font-size: 1em;
}

.page-index-latest-promotions__btn--secondary:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.page-index-latest-promotions__btn--center {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 300px;
  text-align: center;
}

.page-index-latest-promotions__section {
  padding: 60px 0;
}

.page-index-latest-promotions__section--discovery {
  background-color: #fff;
}

.page-index-latest-promotions__section--types {
  background-color: #f1f7fc; /* Light blue background for sections */
}

.page-index-latest-promotions__section--guide {
  background-color: #fff;
}

.page-index-latest-promotions__section--terms {
  background-color: #f1f7fc;
}

.page-index-latest-promotions__section--app-promo {
  background-color: #007bff;
  color: #fff;
}

.page-index-latest-promotions__section--faq {
  background-color: #fff;
}

.page-index-latest-promotions__section--conclusion {
  background: linear-gradient(90deg, #007bff, #28a745);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-index-latest-promotions__section-title {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.page-index-latest-promotions__section--app-promo .page-index-latest-promotions__section-title,
.page-index-latest-promotions__section--conclusion .page-index-latest-promotions__section-title {
  color: #fff;
}

.page-index-latest-promotions__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #555;
}

.page-index-latest-promotions__section--app-promo .page-index-latest-promotions__section-intro,
.page-index-latest-promotions__section--conclusion .page-index-latest-promotions__section-intro {
  color: #e9ecef;
}

.page-index-latest-promotions__features-grid,
.page-index-latest-promotions__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-latest-promotions__feature-item,
.page-index-latest-promotions__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-latest-promotions__feature-item:hover,
.page-index-latest-promotions__step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-index-latest-promotions__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 123, 255, 0.3));
}

.page-index-latest-promotions__feature-title,
.page-index-latest-promotions__step-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-latest-promotions__feature-description {
  font-size: 1em;
  color: #666;
}

.page-index-latest-promotions__step-number {
  width: 50px;
  height: 50px;
  background-color: #28a745;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto 20px auto;
  box-shadow: 0 4px 10px rgba(40, 167, 69, 0.4);
}

.page-index-latest-promotions__step-item p a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-index-latest-promotions__step-item p a:hover {
  text-decoration: underline;
}

.page-index-latest-promotions__promotion-category {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.page-index-latest-promotions__category-title {
  font-size: 2em;
  color: #007bff;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-latest-promotions__promotion-category p {
  margin-bottom: 20px;
  color: #555;
}

.page-index-latest-promotions__promotion-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-index-latest-promotions__promotion-list li {
  background-color: #f8f9fa;
  border-left: 5px solid #28a745;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-index-latest-promotions__promotion-list li h4 {
  color: #333;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-index-latest-promotions__promotion-list li p {
  color: #666;
  margin-bottom: 0;
}

.page-index-latest-promotions__promotion-list li p strong {
  color: #28a745;
}

.page-index-latest-promotions__terms-list {
  list-style: none;
  padding: 0;
}

.page-index-latest-promotions__terms-list li {
  background-color: #fff;
  border-left: 5px solid #007bff;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-latest-promotions__terms-list li h4 {
  color: #007bff;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-index-latest-promotions__terms-list li p {
  color: #666;
  margin-bottom: 0;
}

.page-index-latest-promotions__read-more {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1em;
  color: #555;
}

.page-index-latest-promotions__app-promo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-index-latest-promotions__app-text-content {
  max-width: 700px;
}

.page-index-latest-promotions__app-benefits {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: left;
  font-size: 1.1em;
  color: #e9ecef;
}

.page-index-latest-promotions__app-benefits li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-index-latest-promotions__app-benefits li::before {
  content: '✔';
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.page-index-latest-promotions__app-image-wrapper {
  margin-top: 40px;
  max-width: 400px;
}

.page-index-latest-promotions__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-latest-promotions__faq-list {
  margin-top: 40px;
}

.page-index-latest-promotions__faq-item {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-index-latest-promotions__faq-question {
  background-color: #007bff;
  color: #fff;
  padding: 18px 25px;
  margin: 0;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  transition: background-color 0.3s ease;
}

.page-index-latest-promotions__faq-question:hover {
  background-color: #0056b3;
}

.page-index-latest-promotions__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-index-latest-promotions__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-index-latest-promotions__faq-answer {
  padding: 20px 25px;
  background-color: #fff;
  color: #444;
  display: none;
  border-top: 1px solid #eee;
  font-size: 1em;
}

.page-index-latest-promotions__faq-item.active .page-index-latest-promotions__faq-answer {
  display: block;
}

.page-index-latest-promotions__conclusion-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-index-latest-promotions .highlight {
  color: #28a745;
}

.page-index-latest-promotions__section--app-promo .highlight {
  color: #fff;
}

/* Responsive Design */
@media (min-width: 768px) {
  .page-index-latest-promotions__hero-section {
    text-align: left;
    min-height: 500px;
  }

  .page-index-latest-promotions__hero-content {
    margin-bottom: 0;
    max-width: 50%;
  }

  .page-index-latest-promotions__hero-image-wrapper {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    max-width: 600px;
  }

  .page-index-latest-promotions__hero-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }

  .page-index-latest-promotions__hero-title {
    font-size: 4em;
  }

  .page-index-latest-promotions__hero-description {
    font-size: 1.3em;
  }

  .page-index-latest-promotions__app-promo-content {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
    align-items: center;
  }

  .page-index-latest-promotions__app-text-content {
    max-width: 55%;
  }

  .page-index-latest-promotions__app-image-wrapper {
    margin-top: 0;
    margin-left: 40px;
    max-width: 40%;
  }
}

@media (max-width: 767px) {
  .page-index-latest-promotions__hero-section {
    padding: 60px 0;
  }

  .page-index-latest-promotions__hero-title {
    font-size: 2.5em;
  }

  .page-index-latest-promotions__hero-description {
    font-size: 1em;
  }

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

  .page-index-latest-promotions__section-intro {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-index-latest-promotions__feature-item,
  .page-index-latest-promotions__step-item {
    padding: 20px;
  }

  .page-index-latest-promotions__category-title {
    font-size: 1.6em;
  }

  .page-index-latest-promotions__promotion-list li,
  .page-index-latest-promotions__terms-list li {
    padding: 15px;
  }

  .page-index-latest-promotions__promotion-list li h4,
  .page-index-latest-promotions__terms-list li h4 {
    font-size: 1.1em;
  }

  .page-index-latest-promotions__app-benefits {
    text-align: center;
    padding-left: 0;
  }

  .page-index-latest-promotions__app-benefits li {
    padding-left: 0;
  }

  .page-index-latest-promotions__app-benefits li::before {
    display: none;
  }
}