.page-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-promotions-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-promotions-hero-section {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: page-promotions-hero-pulse 15s infinite alternate;
}

@keyframes page-promotions-hero-pulse {
  0% { transform: scale(0.8); opacity: 0.7; }
  100% { transform: scale(1.2); opacity: 0.9; }
}

.page-promotions-hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.page-promotions-hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.page-promotions-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
  border: none;
  position: relative;
  z-index: 1;
}

.page-promotions-btn-primary {
  background-color: #ffc107;
  color: #0056b3; /* Deep blue for contrast */
}

.page-promotions-btn-primary:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-intro-section, .page-promotions-how-to-claim, .page-promotions-benefits, .page-promotions-terms-summary, .page-promotions-conclusion {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-section-title {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.page-promotions-section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-promotions-text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-highlight {
  color: #0056b3;
  font-weight: bold;
}

.page-promotions-featured-offers {
  background-color: #e9ecef;
  padding: 80px 0;
  text-align: center;
}

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

.page-promotions-offer-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-promotions-offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.page-promotions-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.page-promotions-card-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-card-description {
  font-size: 1em;
  color: #666;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-promotions-btn-secondary {
  background-color: #007bff;
  color: #fff;
  padding: 12px 25px;
  font-size: 1em;
  border-radius: 50px;
  align-self: flex-start;
}

.page-promotions-btn-secondary:hover {
  background-color: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-steps-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
  text-align: left;
}

.page-promotions-steps-list li {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #444;
  counter-increment: step-counter;
  position: relative;
  padding-left: 60px;
}

.page-promotions-steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #007bff;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
}

.page-promotions-text-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-text-link:hover {
  text-decoration: underline;
  color: #0056b3;
}

.page-promotions-cta-bottom {
  margin-top: 40px;
}

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

.page-promotions-benefit-item {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

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

.page-promotions-benefit-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.page-promotions-benefit-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-promotions-benefit-item p {
  color: #666;
}

.page-promotions-list-bullet {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
  text-align: left;
}

.page-promotions-list-bullet li {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-left: 5px solid #ffc107;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  font-size: 1.05em;
  color: #444;
}

.page-promotions-detail-list {
  padding: 80px 0;
  background-color: #f0f4f7;
  text-align: center;
}

.page-promotions-detail-cards {
  margin-top: 50px;
}

.page-promotions-detail-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-promotions-detail-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.page-promotions-detail-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-detail-title a {
  color: inherit;
  text-decoration: none;
}

.page-promotions-detail-title a:hover {
  text-decoration: underline;
}

.page-promotions-detail-description {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promotions-btn-outline {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
  padding: 10px 20px;
  font-size: 0.95em;
  border-radius: 50px;
  align-self: flex-start;
}

.page-promotions-btn-outline:hover {
  background-color: #007bff;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-conclusion {
  padding: 80px 0;
  background-color: #007bff;
  color: #fff;
}

.page-promotions-conclusion .page-promotions-section-title {
  color: #ffc107;
}

.page-promotions-conclusion .page-promotions-section-title::after {
  background-color: #fff;
}

.page-promotions-conclusion .page-promotions-text-block {
  color: #e0f2ff;
  max-width: 900px;
}

.page-promotions-final-cta {
  margin-top: 50px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-promotions-hero-title {
    font-size: 2.8em;
  }
  .page-promotions-hero-subtitle {
    font-size: 1.3em;
  }
  .page-promotions-section-title {
    font-size: 2em;
  }
  .page-promotions-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions-hero-section {
    padding: 80px 0;
  }
  .page-promotions-hero-title {
    font-size: 2.2em;
  }
  .page-promotions-hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-intro-section, .page-promotions-how-to-claim, .page-promotions-benefits, .page-promotions-terms-summary, .page-promotions-conclusion, .page-promotions-detail-list {
    padding: 40px 0;
  }
  .page-promotions-section-title {
    font-size: 1.8em;
  }
  .page-promotions-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-offer-card, .page-promotions-benefit-item, .page-promotions-detail-card {
    padding: 25px;
  }
  .page-promotions-card-title {
    font-size: 1.5em;
  }
  .page-promotions-steps-list li {
    padding-left: 50px;
    font-size: 1em;
  }
  .page-promotions-steps-list li::before {
    width: 30px;
    height: 30px;
    font-size: 1.1em;
    left: 15px;
  }
  .page-promotions-list-bullet li {
    padding: 15px 20px;
    font-size: 0.95em;
  }
}

@media (max-width: 576px) {
  .page-promotions-hero-section {
    padding: 60px 0;
  }
  .page-promotions-hero-title {
    font-size: 1.8em;
  }
  .page-promotions-hero-subtitle {
    font-size: 1em;
  }
  .page-promotions-btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-promotions-section-title {
    font-size: 1.5em;
  }
  .page-promotions-text-block {
    font-size: 0.95em;
  }
  .page-promotions-card-title {
    font-size: 1.3em;
  }
  .page-promotions-card-description {
    font-size: 0.9em;
  }
  .page-promotions-btn-secondary {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-promotions-benefit-icon {
    width: 60px;
    height: 60px;
  }
  .page-promotions-benefit-title {
    font-size: 1.3em;
  }
  .page-promotions-detail-title {
    font-size: 1.4em;
  }
  .page-promotions-detail-description {
    font-size: 0.9em;
  }
  .page-promotions-btn-outline {
    padding: 8px 15px;
    font-size: 0.85em;
  }
}