.page-promotions-limited-time-offers {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #001a33; /* Darker shade of main color for 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__section-title {
  color: #FFCC00; /* Accent color for titles */
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-promotions-limited-time-offers__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  padding: 60px 0;
  overflow: hidden;
}

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

.page-promotions-limited-time-offers__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-promotions-limited-time-offers__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text */
  border-radius: 10px;
}

.page-promotions-limited-time-offers__hero-title {
  font-size: 3.5em;
  color: #FFCC00;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-promotions-limited-time-offers__hero-subtitle {
  font-size: 1.3em;
  color: #FFFFFF;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-promotions-limited-time-offers__button--primary {
  background-color: #FFCC00;
  color: #003366;
}

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

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

.page-promotions-limited-time-offers__button--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
}

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

.page-promotions-limited-time-offers__button--outline:hover {
  background-color: #FFCC00;
  color: #003366;
}

.page-promotions-limited-time-offers__intro,
.page-promotions-limited-time-offers__why-choose,
.page-promotions-limited-time-offers__promo-types,
.page-promotions-limited-time-offers__how-to-claim,
.page-promotions-limited-time-offers__tips,
.page-promotions-limited-time-offers__vsbet-commitment,
.page-promotions-limited-time-offers__cta,
.page-promotions-limited-time-offers__faq {
  padding: 80px 0;
}

.page-promotions-limited-time-offers__intro p,
.page-promotions-limited-time-offers__how-to-claim p,
.page-promotions-limited-time-offers__vsbet-commitment p,
.page-promotions-limited-time-offers__cta p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #C0C0C0;
}

.page-promotions-limited-time-offers__intro p a {
  color: #FFCC00;
  text-decoration: none;
}

.page-promotions-limited-time-offers__intro p a:hover {
  text-decoration: underline;
}

.page-promotions-limited-time-offers__features-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: #003366;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 204, 0, 0.2);
}

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

.page-promotions-limited-time-offers__feature-item p {
  color: #E0E0E0;
  font-size: 1em;
  line-height: 1.5;
}

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

.page-promotions-limited-time-offers__promo-card {
  background-color: #003366;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 204, 0, 0.2);
}

.page-promotions-limited-time-offers__promo-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-promotions-limited-time-offers__promo-card-title {
  color: #FFCC00;
  font-size: 1.6em;
  padding: 20px 20px 10px;
}

.page-promotions-limited-time-offers__promo-card p {
  color: #C0C0C0;
  padding: 0 20px 20px;
  flex-grow: 1;
  text-align: left;
}

.page-promotions-limited-time-offers__promo-card .page-promotions-limited-time-offers__button {
  margin: 0 20px 20px;
  text-align: center;
}

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

.page-promotions-limited-time-offers__steps-list li {
  background-color: #003366;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 204, 0, 0.2);
}

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

.page-promotions-limited-time-offers__steps-list li p {
  text-align: left;
  font-size: 1em;
  color: #E0E0E0;
}

.page-promotions-limited-time-offers__steps-list li p a {
  color: #FFCC00;
  text-decoration: none;
}

.page-promotions-limited-time-offers__steps-list li p a:hover {
  text-decoration: underline;
}

.page-promotions-limited-time-offers__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-promotions-limited-time-offers__tips-list li {
  background-color: #003366;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  color: #E0E0E0;
  border-left: 5px solid #FFCC00;
}

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

.page-promotions-limited-time-offers__commitment-links {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promotions-limited-time-offers__cta {
  background: linear-gradient(90deg, #003366 0%, #001a33 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-limited-time-offers__cta-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: auto;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.page-promotions-limited-time-offers__cta .page-promotions-limited-time-offers__container {
  position: relative;
  z-index: 1;
}

.page-promotions-limited-time-offers__cta-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promotions-limited-time-offers__accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-limited-time-offers__accordion-item {
  background-color: #003366;
  border: 1px solid rgba(255, 204, 0, 0.2);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-promotions-limited-time-offers__accordion-header {
  background-color: #003366;
  color: #FFCC00;
  padding: 20px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-promotions-limited-time-offers__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-limited-time-offers__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions-limited-time-offers__accordion-header:hover {
  background-color: #004080;
}

.page-promotions-limited-time-offers__accordion-body {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #002244;
  color: #E0E0E0;
}

.page-promotions-limited-time-offers__accordion-body p {
  padding: 15px 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
}

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

  .page-promotions-limited-time-offers__hero-subtitle {
    font-size: 1.1em;
  }

  .page-promotions-limited-time-offers__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promotions-limited-time-offers__hero {
    min-height: 400px;
    padding: 40px 0;
  }

  .page-promotions-limited-time-offers__hero-title {
    font-size: 2.2em;
  }

  .page-promotions-limited-time-offers__hero-subtitle {
    font-size: 1em;
  }

  .page-promotions-limited-time-offers__button {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-promotions-limited-time-offers__intro,
  .page-promotions-limited-time-offers__why-choose,
  .page-promotions-limited-time-offers__promo-types,
  .page-promotions-limited-time-offers__how-to-claim,
  .page-promotions-limited-time-offers__tips,
  .page-promotions-limited-time-offers__vsbet-commitment,
  .page-promotions-limited-time-offers__cta,
  .page-promotions-limited-time-offers__faq {
    padding: 60px 0;
  }

  .page-promotions-limited-time-offers__features-grid,
  .page-promotions-limited-time-offers__promo-grid,
  .page-promotions-limited-time-offers__steps-list {
    grid-template-columns: 1fr;
  }

  .page-promotions-limited-time-offers__cta-image {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .page-promotions-limited-time-offers__hero-title {
    font-size: 1.8em;
  }

  .page-promotions-limited-time-offers__section-title {
    font-size: 1.6em;
  }

  .page-promotions-limited-time-offers__cta-buttons,
  .page-promotions-limited-time-offers__commitment-links {
    flex-direction: column;
    gap: 15px;
  }

  .page-promotions-limited-time-offers__button {
    width: 100%;
    box-sizing: border-box;
  }
}