.page-promotions-limited-time-offers {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #1A2B3C; /* Main dark background */
  line-height: 1.6;
}

.page-promotions-limited-time-offers__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-limited-time-offers__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A2B3C 0%, #0F1A25 100%); /* Dark gradient */
  position: relative;
  overflow: hidden;
}

.page-promotions-limited-time-offers__hero-content {
  z-index: 1;
  max-width: 900px;
}

.page-promotions-limited-time-offers__main-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  font-weight: bold;
  line-height: 1.2;
}

.page-promotions-limited-time-offers__subtitle {
  font-size: 1.3em;
  color: #CCCCCC;
  margin-bottom: 40px;
}

.page-promotions-limited-time-offers__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold for CTA button */
  color: #1A2B3C; /* Dark text on gold button */
  padding: 15px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-limited-time-offers__cta-button:hover {
  background-color: #E5C100; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-promotions-limited-time-offers__cta-button--large {
  padding: 20px 50px;
  font-size: 1.5em;
}

.page-promotions-limited-time-offers__hero-image-wrapper {
  margin-top: 40px;
  width: 100%;
  max-width: 1000px;
}

.page-promotions-limited-time-offers__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-promotions-limited-time-offers__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 60px;
  font-weight: bold;
}

.page-promotions-limited-time-offers__section-description {
  font-size: 1.1em;
  color: #CCCCCC;
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-limited-time-offers__why-join-section,
.page-promotions-limited-time-offers__current-offers-section,
.page-promotions-limited-time-offers__how-to-join-section,
.page-promotions-limited-time-offers__tips-section,
.page-promotions-limited-time-offers__about-win8bet-section,
.page-promotions-limited-time-offers__faq-section,
.page-promotions-limited-time-offers__conclusion-section {
  padding: 60px 0;
  background-color: #1A2B3C;
}

.page-promotions-limited-time-offers__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-limited-time-offers__feature-item {
  background-color: #2A3C4D; /* Slightly lighter dark background */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-promotions-limited-time-offers__feature-item:hover {
  transform: translateY(-5px);
}

.page-promotions-limited-time-offers__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-limited-time-offers__feature-item p {
  color: #B0B0B0;
  font-size: 1em;
}

.page-promotions-limited-time-offers__image-wrapper {
  text-align: center;
  margin-top: 60px;
}

.page-promotions-limited-time-offers__promo-overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-limited-time-offers__offer-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-limited-time-offers__offer-card {
  background-color: #2A3C4D;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.page-promotions-limited-time-offers__offer-card:hover {
  transform: translateY(-5px);
}

.page-promotions-limited-time-offers__offer-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-limited-time-offers__offer-description {
  color: #B0B0B0;
  font-size: 1em;
  flex-grow: 1;
  margin-bottom: 25px;
}

.page-promotions-limited-time-offers__offer-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2B3C;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.95em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-promotions-limited-time-offers__offer-cta:hover {
  background-color: #E5C100;
}

.page-promotions-limited-time-offers__image-full-width {
  margin-top: 60px;
  text-align: center;
}

.page-promotions-limited-time-offers__tournament-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-limited-time-offers__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-limited-time-offers__step-item {
  background-color: #2A3C4D;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-limited-time-offers__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFD700;
  color: #1A2B3C;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-promotions-limited-time-offers__step-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-limited-time-offers__step-item p {
  color: #B0B0B0;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-promotions-limited-time-offers__step-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2B3C;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-limited-time-offers__step-cta:hover {
  background-color: #E5C100;
}

.page-promotions-limited-time-offers__tips-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 60px auto;
  max-width: 800px;
}

.page-promotions-limited-time-offers__tips-list li {
  background-color: #2A3C4D;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.05em;
  color: #E0E0E0;
  border-left: 5px solid #FFD700;
}

.page-promotions-limited-time-offers__tips-list li strong {
  color: #FFD700;
}

.page-promotions-limited-time-offers__app-download-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2A3C4D;
  padding: 40px;
  border-radius: 10px;
  margin-top: 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-promotions-limited-time-offers__app-image {
  max-width: 300px;
  height: auto;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-limited-time-offers__app-text-content {
  max-width: 600px;
}

.page-promotions-limited-time-offers__app-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-limited-time-offers__app-text-content p {
  font-size: 1.1em;
  color: #CCCCCC;
  margin-bottom: 30px;
}

.page-promotions-limited-time-offers__about-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}

.page-promotions-limited-time-offers__about-list li {
  background-color: #2A3C4D;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.05em;
  color: #E0E0E0;
  position: relative;
  padding-left: 45px;
}

.page-promotions-limited-time-offers__about-list li strong {
  color: #FFD700;
}

.page-promotions-limited-time-offers__about-list li::before {
  content: '✔';
  color: #FFD700;
  font-size: 1.3em;
  position: absolute;
  left: 15px;
  top: 22px;
}

.page-promotions-limited-time-offers__faq-item {
  background-color: #2A3C4D;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
}

.page-promotions-limited-time-offers__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-limited-time-offers__faq-answer {
  color: #B0B0B0;
  font-size: 1em;
  padding-top: 10px;
  border-top: 1px solid #3A4C5E;
  margin-top: 10px;
}

.page-promotions-limited-time-offers__faq-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2B3C;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.page-promotions-limited-time-offers__faq-cta:hover {
  background-color: #E5C100;
}

.page-promotions-limited-time-offers__support-image {
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  margin-top: 40px;
}

.page-promotions-limited-time-offers__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-limited-time-offers__main-title {
    font-size: 2.8em;
  }
  .page-promotions-limited-time-offers__section-title {
    font-size: 2em;
  }
  .page-promotions-limited-time-offers__feature-grid,
  .page-promotions-limited-time-offers__offer-card-grid,
  .page-promotions-limited-time-offers__steps-grid,
  .page-promotions-limited-time-offers__about-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-promotions-limited-time-offers__app-download-area {
    flex-direction: column;
  }
  .page-promotions-limited-time-offers__app-image {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-promotions-limited-time-offers__hero-section {
    padding: 60px 15px;
  }
  .page-promotions-limited-time-offers__main-title {
    font-size: 2.2em;
  }
  .page-promotions-limited-time-offers__subtitle {
    font-size: 1.1em;
  }
  .page-promotions-limited-time-offers__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-limited-time-offers__section-title {
    font-size: 1.8em;
  }
  .page-promotions-limited-time-offers__section-description {
    font-size: 1em;
  }
  .page-promotions-limited-time-offers__feature-item,
  .page-promotions-limited-time-offers__offer-card,
  .page-promotions-limited-time-offers__step-item,
  .page-promotions-limited-time-offers__faq-item {
    padding: 20px;
  }
  .page-promotions-limited-time-offers__feature-title,
  .page-promotions-limited-time-offers__offer-title,
  .page-promotions-limited-time-offers__step-title,
  .page-promotions-limited-time-offers__faq-question,
  .page-promotions-limited-time-offers__app-title {
    font-size: 1.3em;
  }
  .page-promotions-limited-time-offers__about-list li {
    padding-left: 35px;
  }
  .page-promotions-limited-time-offers__about-list li::before {
    left: 10px;
    top: 20px;
  }
}

@media (max-width: 480px) {
  .page-promotions-limited-time-offers__main-title {
    font-size: 1.8em;
  }
  .page-promotions-limited-time-offers__subtitle {
    font-size: 0.95em;
  }
  .page-promotions-limited-time-offers__section-title {
    font-size: 1.5em;
  }
  .page-promotions-limited-time-offers__cta-button--large {
    padding: 15px 30px;
    font-size: 1.2em;
  }
  .page-promotions-limited-time-offers__app-title {
    font-size: 1.5em;
  }
  .page-promotions-limited-time-offers__app-text-content p {
    font-size: 1em;
  }
}