.page-promotions-limited-time-offers {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F;
  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 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  background-color: #0A192F;
}

.page-promotions-limited-time-offers__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3;
}

.page-promotions-limited-time-offers__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: #FFFFFF;
}

.page-promotions-limited-time-offers__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-promotions-limited-time-offers__hero-title a {
  color: #FFD700;
  text-decoration: none;
}

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

.page-promotions-limited-time-offers__section {
  padding: 80px 0;
  text-align: center;
}

.page-promotions-limited-time-offers__section:nth-of-type(even) {
  background-color: #0F2038;
}

.page-promotions-limited-time-offers__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 40px;
}

.page-promotions-limited-time-offers__section-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-promotions-limited-time-offers__section-title--light {
  color: #FFFFFF;
}

.page-promotions-limited-time-offers__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-promotions-limited-time-offers__description--light {
  color: #F0F0F0;
}

.page-promotions-limited-time-offers__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-promotions-limited-time-offers__button--primary {
  background-color: #FFD700;
  color: #0A192F; /* Dark text on gold button */
}

.page-promotions-limited-time-offers__button--primary:hover {
  background-color: #E6C200;
}

.page-promotions-limited-time-offers__button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-promotions-limited-time-offers__button--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
}

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

.page-promotions-limited-time-offers__feature-item {
  background-color: #0F2038;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
}

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

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

.page-promotions-limited-time-offers__offer-card {
  background-color: #0F2038;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promotions-limited-time-offers__offer-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

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

.page-promotions-limited-time-offers__offer-card .page-promotions-limited-time-offers__button {
  margin-top: auto;
}

.page-promotions-limited-time-offers__how-to-join .page-promotions-limited-time-offers__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
  text-align: left;
}

.page-promotions-limited-time-offers__step-item {
  background-color: #0F2038;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-top: 60px;
}

.page-promotions-limited-time-offers__step-number {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #FFD700;
  color: #0A192F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-promotions-limited-time-offers__step-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-promotions-limited-time-offers__tips .page-promotions-limited-time-offers__list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
  text-align: left;
}

.page-promotions-limited-time-offers__list li {
  background-color: #0F2038;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-limited-time-offers__list-icon {
  color: #FFD700;
  font-size: 1.8em;
  margin-right: 20px;
  flex-shrink: 0;
}

.page-promotions-limited-time-offers__list-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-promotions-limited-time-offers__about-us {
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.page-promotions-limited-time-offers__about-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 25, 47, 0.7); /* Dark overlay */
  z-index: 1;
}

.page-promotions-limited-time-offers__about-us .page-promotions-limited-time-offers__container {
  position: relative;
  z-index: 2;
}

.page-promotions-limited-time-offers__cta {
  padding: 100px 0;
  background-color: #0F2038;
}

.page-promotions-limited-time-offers .highlight {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions-limited-time-offers__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-limited-time-offers__hero-description {
    font-size: 1.1em;
  }
  .page-promotions-limited-time-offers__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-promotions-limited-time-offers__hero {
    min-height: 400px;
    padding: 60px 0;
  }
  .page-promotions-limited-time-offers__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-limited-time-offers__hero-description {
    font-size: 1em;
  }
  .page-promotions-limited-time-offers__section {
    padding: 60px 0;
  }
  .page-promotions-limited-time-offers__section-title {
    font-size: 1.8em;
  }
  .page-promotions-limited-time-offers__features, .page-promotions-limited-time-offers__offers-grid, .page-promotions-limited-time-offers__steps {
    grid-template-columns: 1fr;
  }
  .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__list li {
    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__list-title {
    font-size: 1.4em;
  }
  .page-promotions-limited-time-offers__list-icon {
    font-size: 1.5em;
    margin-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-promotions-limited-time-offers__hero {
    min-height: 300px;
    padding: 40px 0;
  }
  .page-promotions-limited-time-offers__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-limited-time-offers__hero-description {
    font-size: 0.9em;
  }
  .page-promotions-limited-time-offers__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-limited-time-offers__section-title {
    font-size: 1.5em;
  }
  .page-promotions-limited-time-offers__description {
    font-size: 0.9em;
  }
  .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__list-title {
    font-size: 1.2em;
  }
}