.page-index-latest-promotions {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

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

.page-index-latest-promotions__hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding: 0;
  margin-bottom: 60px;
}

.page-index-latest-promotions__hero-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px; /* Ensures content is visible if image fails */
}

.page-index-latest-promotions__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6);
}

.page-index-latest-promotions__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-index-latest-promotions__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

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

.page-index-latest-promotions__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index-latest-promotions__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.page-index-latest-promotions__button--primary {
  background-color: #FFD700;
  color: #1A1A1A;
  border: 2px solid #FFD700;
}

.page-index-latest-promotions__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-index-latest-promotions__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-latest-promotions__button--secondary:hover {
  background-color: #FFD700;
  color: #1A1A1A;
}

.page-index-latest-promotions__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 30px;
}

.page-index-latest-promotions__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

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

.page-index-latest-promotions__promotions-grid {
  padding: 60px 0;
  background-color: #1A1A1A;
}

.page-index-latest-promotions__cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-latest-promotions__promotion-card {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-latest-promotions__promotion-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-index-latest-promotions__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-bottom: 2px solid #FFD700;
}

.page-index-latest-promotions__card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-latest-promotions__card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-index-latest-promotions__card-text {
  font-size: 1em;
  color: #cccccc;
  margin-bottom: 20px;
}

.page-index-latest-promotions__how-to-claim {
  padding: 80px 0;
  background-color: #0d0d0d;
}

.page-index-latest-promotions__steps-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  list-style: none;
  padding: 0;
}

.page-index-latest-promotions__step-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-index-latest-promotions__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-index-latest-promotions__step-text {
  color: #e0e0e0;
  margin-bottom: 25px;
}

.page-index-latest-promotions__why-777slot {
  padding: 80px 0;
  background-color: #1A1A1A;
}

.page-index-latest-promotions__benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 50px;
}

.page-index-latest-promotions__benefit-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-index-latest-promotions__benefit-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-latest-promotions__benefit-text {
  color: #cccccc;
  margin-bottom: 15px;
}

.page-index-latest-promotions__link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-latest-promotions__link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-index-latest-promotions__cta-bottom {
  text-align: center;
  margin-top: 80px;
  padding: 40px;
  background: rgba(255, 215, 0, 0.1);
  border-radius: 15px;
  border: 1px solid #FFD700;
}

.page-index-latest-promotions__cta-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-index-latest-promotions__cta-text {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-index-latest-promotions__faq-section {
  padding: 80px 0;
  background-color: #0d0d0d;
}

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

.page-index-latest-promotions__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  border: 1px solid rgba(255, 215, 0, 0.1);
}

.page-index-latest-promotions__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-index-latest-promotions__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  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 {
  color: #e0e0e0;
  font-size: 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.page-index-latest-promotions__faq-answer.active {
  max-height: 200px; /* Adjust based on content */
  margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-latest-promotions__hero-title {
    font-size: 3em;
  }
  .page-index-latest-promotions__hero-description {
    font-size: 1.1em;
  }
  .page-index-latest-promotions__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-index-latest-promotions__hero-section {
    margin-bottom: 40px;
  }
  .page-index-latest-promotions__hero-container {
    min-height: 400px;
  }
  .page-index-latest-promotions__hero-content {
    padding: 30px;
  }
  .page-index-latest-promotions__hero-title {
    font-size: 2.5em;
  }
  .page-index-latest-promotions__hero-description {
    font-size: 1em;
  }
  .page-index-latest-promotions__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-latest-promotions__button {
    width: 100%;
    padding: 12px 25px;
  }
  .page-index-latest-promotions__section-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-index-latest-promotions__promotions-grid, 
  .page-index-latest-promotions__how-to-claim, 
  .page-index-latest-promotions__why-777slot, 
  .page-index-latest-promotions__faq-section {
    padding: 40px 0;
  }
  .page-index-latest-promotions__card-image {
    height: 200px;
  }
  .page-index-latest-promotions__card-title {
    font-size: 1.5em;
  }
  .page-index-latest-promotions__card-text {
    font-size: 0.9em;
  }
  .page-index-latest-promotions__step-title {
    font-size: 1.5em;
  }
  .page-index-latest-promotions__benefit-title {
    font-size: 1.4em;
  }
  .page-index-latest-promotions__cta-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions__faq-question {
    font-size: 1.2em;
  }
  .page-index-latest-promotions__faq-answer {
    font-size: 0.95em;
  }
  /* Ensure images in content area do not overflow */
  .page-index-latest-promotions img {
    max-width: 100%;
    height: auto;
  }
  .page-index-latest-promotions__hero-image {
    max-width: 100%;
    height: auto;
  }
  .page-index-latest-promotions__card-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-index-latest-promotions__hero-title {
    font-size: 2em;
  }
  .page-index-latest-promotions__hero-content {
    padding: 20px;
  }
  .page-index-latest-promotions__section-title {
    font-size: 1.5em;
  }
  .page-index-latest-promotions__button {
    font-size: 1em;
    padding: 10px 20px;
  }
  .page-index-latest-promotions__cta-title {
    font-size: 1.5em;
  }
}