/* style/index-latest-promotions.css */

.page-index-latest-promotions {
  font-family: 'Arial', sans-serif;
  color: #E5DFD3; /* Light text color for dark background */
  background-color: #1A202C; /* Primary dark background */
  line-height: 1.6;
}

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

.page-index-latest-promotions__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A202C 0%, #303746 100%); /* Gradient from primary to slightly lighter dark */
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-index-latest-promotions__hero-content {
  z-index: 2;
  max-width: 800px;
}

.page-index-latest-promotions__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
}

.page-index-latest-promotions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-index-latest-promotions__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Accent gold for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

.page-index-latest-promotions__hero-cta,
.page-index-latest-promotions__offer-cta,
.page-index-latest-promotions__step-cta,
.page-index-latest-promotions__cta-button,
.page-index-latest-promotions__final-cta {
  display: inline-block;
  background-color: #FFD700; /* Accent gold for CTAs */
  color: #1A202C; /* Dark text for gold background */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-latest-promotions__hero-cta:hover,
.page-index-latest-promotions__offer-cta:hover,
.page-index-latest-promotions__step-cta:hover,
.page-index-latest-promotions__cta-button:hover,
.page-index-latest-promotions__final-cta:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

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

.page-index-latest-promotions__section:nth-of-type(even) {
  background-color: #242b3a; /* Slightly lighter dark background for alternating sections */
}

.page-index-latest-promotions__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Accent gold for section titles */
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-index-latest-promotions__section-intro {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #BDC3C7;
}

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

.page-index-latest-promotions__feature-item,
.page-index-latest-promotions__offer-card,
.page-index-latest-promotions__step-item {
  background-color: #1A202C;
  border: 1px solid #303746;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

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

.page-index-latest-promotions__feature-icon,
.page-index-latest-promotions__step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

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

.page-index-latest-promotions__feature-text,
.page-index-latest-promotions__offer-text,
.page-index-latest-promotions__step-text {
  color: #E5DFD3;
  font-size: 1em;
}

.page-index-latest-promotions__offer-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-latest-promotions__offer-subtitle {
  font-size: 1.3em;
  color: #FFD700;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-index-latest-promotions__offer-list,
.page-index-latest-promotions__offer-list li {
  text-align: left;
  color: #E5DFD3;
  margin-bottom: 15px;
  padding-left: 20px;
}

.page-index-latest-promotions__offer-list li::marker {
  color: #FFD700;
  font-weight: bold;
}

.page-index-latest-promotions__updates .page-index-latest-promotions__image-fullwidth {
    margin: 40px auto;
    max-width: 1000px;
}

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

.page-index-latest-promotions__section-text {
  max-width: 900px;
  margin: 20px auto 40px auto;
  color: #E5DFD3;
  font-size: 1.05em;
}

.page-index-latest-promotions__cta-button--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-index-latest-promotions__responsible-gambling-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  text-align: left;
  margin-top: 40px;
}

.page-index-latest-promotions__responsible-gambling-text {
  flex: 2;
  min-width: 300px;
  color: #E5DFD3;
}

.page-index-latest-promotions__responsible-gambling-subtitle {
  font-size: 1.4em;
  color: #FFD700;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-index-latest-promotions__responsible-gambling-text p {
  margin-bottom: 15px;
}

.page-index-latest-promotions__responsible-gambling-image-wrapper {
  flex: 1;
  min-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index-latest-promotions__faq-item {
  background-color: #242b3a;
  border: 1px solid #303746;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-index-latest-promotions__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-latest-promotions__faq-answer {
  color: #E5DFD3;
  font-size: 1em;
}

.page-index-latest-promotions__conclusion .page-index-latest-promotions__final-cta {
  margin-top: 40px;
  padding: 18px 35px;
  font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-latest-promotions__hero-title {
    font-size: 2.8em;
  }
  .page-index-latest-promotions__section-title {
    font-size: 2em;
  }
  .page-index-latest-promotions__features-grid,
  .page-index-latest-promotions__offers-grid,
  .page-index-latest-promotions__steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-index-latest-promotions__responsible-gambling-content {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-index-latest-promotions__hero {
    padding: 60px 15px;
  }
  .page-index-latest-promotions__hero-title {
    font-size: 2.2em;
  }
  .page-index-latest-promotions__hero-description {
    font-size: 1em;
  }
  .page-index-latest-promotions__hero-cta {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-latest-promotions__section {
    padding: 40px 0;
  }
  .page-index-latest-promotions__section-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions__section-intro {
    font-size: 0.95em;
  }
  .page-index-latest-promotions__feature-item,
  .page-index-latest-promotions__offer-card,
  .page-index-latest-promotions__step-item {
    padding: 20px;
  }
  .page-index-latest-promotions__feature-title,
  .page-index-latest-promotions__offer-title,
  .page-index-latest-promotions__step-title {
    font-size: 1.4em;
  }
}

@media (max-width: 480px) {
  .page-index-latest-promotions__hero-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions__section-title {
    font-size: 1.6em;
  }
  .page-index-latest-promotions__features-grid,
  .page-index-latest-promotions__offers-grid,
  .page-index-latest-promotions__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-index-latest-promotions__hero-cta,
  .page-index-latest-promotions__offer-cta,
  .page-index-latest-promotions__step-cta,
  .page-index-latest-promotions__cta-button,
  .page-index-latest-promotions__final-cta {
    width: 100%;
    box-sizing: border-box;
  }
  .page-index-latest-promotions__final-cta {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-index-latest-promotions__faq-question {
    font-size: 1.2em;
  }
}