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

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

.page-index-featured-promotions__hero-section {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue for better contrast */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-featured-promotions__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.page-index-featured-promotions__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-index-featured-promotions__hero-button {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-featured-promotions__hero-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-index-featured-promotions__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-featured-promotions__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-index-featured-promotions__text-content {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555;
}

.page-index-featured-promotions__promotions-overview,
.page-index-featured-promotions__detailed-promotions,
.page-index-featured-promotions__how-to-claim,
.page-index-featured-promotions__important-notes,
.page-index-featured-promotions__why-xibet,
.page-index-featured-promotions__responsible-gambling,
.page-index-featured-promotions__download-app {
  padding: 60px 0;
}

.page-index-featured-promotions__promotions-overview {
  background-color: #fff;
}

.page-index-featured-promotions__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-featured-promotions__promo-card {
  background-color: #f1f7fe;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.page-index-featured-promotions__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-index-featured-promotions__promo-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-featured-promotions__card-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-featured-promotions__card-description {
  font-size: 1em;
  color: #666;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-index-featured-promotions__card-button {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease;
}

.page-index-featured-promotions__card-button:hover {
  background-color: #0056b3;
}

.page-index-featured-promotions__detailed-promotions {
  background-color: #e9f5ff;
}

.page-index-featured-promotions__promo-item {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

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

.page-index-featured-promotions__item-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-index-featured-promotions__item-text {
  font-size: 1.05em;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.7;
  max-width: 800px;
}

.page-index-featured-promotions__item-button {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.page-index-featured-promotions__item-button:hover {
  background-color: #e0a800;
}

.page-index-featured-promotions__how-to-claim {
  background-color: #f8f9fa;
}

.page-index-featured-promotions__steps-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px auto;
  max-width: 800px;
}

.page-index-featured-promotions__steps-list li {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  font-size: 1.1em;
  color: #333;
  border-left: 5px solid #007bff;
}

.page-index-featured-promotions__steps-list li strong {
  color: #007bff;
}

.page-index-featured-promotions__steps-list li a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-index-featured-promotions__steps-list li a:hover {
  text-decoration: underline;
}

.page-index-featured-promotions__cta-button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #007bff;
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-featured-promotions__cta-button:hover {
  background-color: #0056b3;
  transform: translateY(-3px);
}

.page-index-featured-promotions__important-notes {
  background-color: #e9f5ff;
}

.page-index-featured-promotions__notes-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px auto;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-index-featured-promotions__notes-list li {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  font-size: 1em;
  color: #444;
  border-left: 4px solid #ffc107;
}

.page-index-featured-promotions__notes-list li strong {
  color: #ffc107;
}

.page-index-featured-promotions__info-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-index-featured-promotions__why-xibet {
  background-color: #fff;
}

.page-index-featured-promotions__benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px auto;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-index-featured-promotions__benefits-list li {
  background-color: #f1f7fe;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
  color: #333;
  border-left: 4px solid #007bff;
  text-align: left;
}

.page-index-featured-promotions__benefits-list li strong {
  color: #007bff;
}

.page-index-featured-promotions__benefit-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-index-featured-promotions__responsible-gambling {
  background-color: #f8f9fa;
  text-align: center;
}

.page-index-featured-promotions__download-app {
  background-color: #007bff;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-index-featured-promotions__download-app .page-index-featured-promotions__section-title {
  color: #fff;
}

.page-index-featured-promotions__download-app .page-index-featured-promotions__section-title::after {
  background-color: #ffc107;
}

.page-index-featured-promotions__download-app .page-index-featured-promotions__text-content {
  color: #e0e0e0;
}

.page-index-featured-promotions__download-button {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.page-index-featured-promotions__download-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-index-featured-promotions__app-image {
  max-width: 400px;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-featured-promotions__highlight {
  color: #007bff;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-index-featured-promotions__hero-title {
    font-size: 2.5em;
  }

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

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

  .page-index-featured-promotions__promo-grid {
    grid-template-columns: 1fr;
  }

  .page-index-featured-promotions__steps-list li {
    font-size: 1em;
  }

  .page-index-featured-promotions__notes-list {
    grid-template-columns: 1fr;
  }

  .page-index-featured-promotions__benefits-list {
    grid-template-columns: 1fr;
  }

  .page-index-featured-promotions__app-image {
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .page-index-featured-promotions__hero-title {
    font-size: 2em;
  }

  .page-index-featured-promotions__hero-button,
  .page-index-featured-promotions__cta-button,
  .page-index-featured-promotions__download-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-featured-promotions__item-title {
    font-size: 1.5em;
  }
}