.page-promotions-limited-time-offers {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

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

.page-promotions-limited-time-offers__hero {
  background: linear-gradient(135deg, #003366 0%, #0a4d8c 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-promotions-limited-time-offers__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-limited-time-offers__cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  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;
  border: 2px solid #FFCC00;
}

.page-promotions-limited-time-offers__cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

.page-promotions-limited-time-offers__hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-promotions-limited-time-offers__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
}

.page-promotions-limited-time-offers__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-promotions-limited-time-offers__intro,
.page-promotions-limited-time-offers__how-to-claim,
.page-promotions-limited-time-offers__faq,
.page-promotions-limited-time-offers__responsibility {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-limited-time-offers__intro p,
.page-promotions-limited-time-offers__responsibility p {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 15px;
  color: #555555;
}

.page-promotions-limited-time-offers__featured-offers {
  padding: 60px 0;
  background-color: #eaf3ff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

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

.page-promotions-limited-time-offers__offer-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-limited-time-offers__offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

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

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

.page-promotions-limited-time-offers__offer-description {
  font-size: 1em;
  color: #666666;
  margin-bottom: 20px;
  text-align: justify;
}

.page-promotions-limited-time-offers__offer-details {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  text-align: left;
  color: #555555;
}

.page-promotions-limited-time-offers__offer-details li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

.page-promotions-limited-time-offers__offer-details li::before {
  content: '✓';
  color: #FFCC00;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.page-promotions-limited-time-offers__offer-button {
  display: inline-block;
  background-color: #003366;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-promotions-limited-time-offers__offer-button:hover {
  background-color: #0a4d8c;
  transform: translateY(-2px);
}

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

.page-promotions-limited-time-offers__step-card {
  background-color: #f0f8ff;
  border-left: 5px solid #FFCC00;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

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

.page-promotions-limited-time-offers__step-number {
  display: inline-block;
  background-color: #003366;
  color: #FFCC00;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

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

.page-promotions-limited-time-offers__step-card p {
  color: #555555;
}

.page-promotions-limited-time-offers__step-card a {
  color: #003366;
  font-weight: bold;
  text-decoration: none;
}

.page-promotions-limited-time-offers__step-card a:hover {
  text-decoration: underline;
}

.page-promotions-limited-time-offers__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  transition: box-shadow 0.3s ease;
}

.page-promotions-limited-time-offers__faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-promotions-limited-time-offers__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
}

.page-promotions-limited-time-offers__faq-answer {
  color: #666666;
  text-align: justify;
}

.page-promotions-limited-time-offers__faq-answer a {
  color: #003366;
  font-weight: bold;
  text-decoration: none;
}

.page-promotions-limited-time-offers__faq-answer a:hover {
  text-decoration: underline;
}

.page-promotions-limited-time-offers__cta-bottom {
  background: linear-gradient(45deg, #003366 0%, #0a4d8c 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-limited-time-offers__cta-bottom .page-promotions-limited-time-offers__section-title {
  color: #FFCC00;
}

.page-promotions-limited-time-offers__cta-bottom p {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 30px;
}

.page-promotions-limited-time-offers__cta-bottom .page-promotions-limited-time-offers__cta-button {
  background-color: #FFCC00;
  color: #003366;
  border-color: #FFCC00;
}

.page-promotions-limited-time-offers__cta-bottom .page-promotions-limited-time-offers__cta-button:hover {
  background-color: #e6b800;
  border-color: #e6b800;
}

.page-promotions-limited-time-offers__cta-image {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

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

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

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

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

  .page-promotions-limited-time-offers__offer-card,
  .page-promotions-limited-time-offers__step-card {
    padding: 20px;
  }

  .page-promotions-limited-time-offers__offer-title {
    font-size: 1.5em;
  }

  .page-promotions-limited-time-offers__faq-question {
    font-size: 1.1em;
  }
}

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

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

  .page-promotions-limited-time-offers__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }

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

  .page-promotions-limited-time-offers__intro,
  .page-promotions-limited-time-offers__featured-offers,
  .page-promotions-limited-time-offers__how-to-claim,
  .page-promotions-limited-time-offers__faq,
  .page-promotions-limited-time-offers__cta-bottom,
  .page-promotions-limited-time-offers__responsibility {
    padding: 40px 0;
  }
}