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

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

.page-promotions .hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #FFD700 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-promotions .main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions .subtitle {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-promotions .link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

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

.page-promotions .cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions .cta-button:hover {
  background-color: #e0b800;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions .section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-promotions .description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555555;
}

.page-promotions .section-why-choose, .page-promotions .section-promo-types, .page-promotions .section-how-to-claim, .page-promotions .section-terms, .page-promotions .section-faq, .page-promotions .section-final-cta {
  padding: 60px 0;
}

.page-promotions .section-why-choose {
  background-color: #ffffff;
}

.page-promotions .content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-promotions .content-grid .text-content {
  flex: 1;
}

.page-promotions .content-grid .text-content h3 {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 20px;
}

.page-promotions .content-grid .text-content p {
  margin-bottom: 15px;
  color: #555555;
}

.page-promotions .content-grid .text-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #555555;
}

.page-promotions .content-grid .text-content ul li {
  margin-bottom: 10px;
}

.page-promotions .image-wrapper {
  flex: 1;
  text-align: center;
}

.page-promotions .feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

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

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

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

.page-promotions .card-image {
  max-width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
  width: 100%;
}

.page-promotions .card-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-bottom: 15px;
  font-weight: bold;
}

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

.page-promotions .card-button {
  display: inline-block;
  background-color: #0A2463;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-promotions .card-button:hover {
  background-color: #FFD700;
  color: #0A2463;
  transform: translateY(-2px);
}

.page-promotions .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-promotions .step-item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-promotions .step-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
  border-radius: 50%;
  background-color: #e0eafb; /* Light background for icons */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.page-promotions .step-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 50%; /* Ensure image fits circular container */
}

.page-promotions .step-title {
  font-size: 1.7em;
  color: #0A2463;
  margin-bottom: 15px;
  font-weight: bold;
}

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

.page-promotions .step-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-promotions .step-button:hover {
  background-color: #e0b800;
  transform: translateY(-2px);
}

.page-promotions .section-terms {
  background-color: #fcfcfc;
}

.page-promotions .terms-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
}

.page-promotions .terms-list li {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 1em;
  color: #444444;
  line-height: 1.8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-promotions .terms-list li strong {
  color: #0A2463;
  font-weight: bold;
}

.page-promotions .section-faq {
  background-color: #f0f3f2;
}

.page-promotions .faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-promotions .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-promotions .faq-question:hover {
  background: #f5f5f5;
}

.page-promotions .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #0A2463;
  font-weight: bold;
}

.page-promotions .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-promotions .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #0A2463;
}

.page-promotions .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.page-promotions .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to accommodate content */
  padding: 15px 25px 25px 25px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.page-promotions .faq-answer p {
  margin: 0;
  color: #555555;
  font-size: 1em;
}

.page-promotions .section-final-cta {
  background-color: #0A2463;
  color: #ffffff;
  text-align: center;
  padding: 70px 0;
}

.page-promotions .section-final-cta .section-title {
  color: #ffffff;
}

.page-promotions .section-final-cta .section-title::after {
  background-color: #FFD700;
}

.page-promotions .section-final-cta .description {
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-promotions .cta-button.primary {
  background-color: #FFD700;
  color: #0A2463;
  padding: 18px 45px;
  font-size: 1.2em;
  border-radius: 10px;
}

.page-promotions .cta-button.primary:hover {
  background-color: #e0b800;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions .main-title {
    font-size: 2.8em;
  }
  .page-promotions .section-title {
    font-size: 2em;
  }
  .page-promotions .content-grid {
    flex-direction: column;
  }
  .page-promotions .promo-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-promotions .steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-promotions .hero-section {
    padding: 60px 0;
  }
  .page-promotions .main-title {
    font-size: 2.2em;
  }
  .page-promotions .subtitle {
    font-size: 1em;
  }
  .page-promotions .section-title {
    font-size: 1.8em;
  }
  .page-promotions .description {
    font-size: 0.95em;
  }
  .page-promotions .promo-card {
    padding: 20px;
  }
  .page-promotions .card-title {
    font-size: 1.4em;
  }
  .page-promotions .card-description {
    font-size: 0.9em;
  }
  .page-promotions .step-title {
    font-size: 1.5em;
  }
  .page-promotions .step-description {
    font-size: 0.9em;
  }
  .page-promotions .faq-question {
    padding: 15px 20px;
  }
  .page-promotions .faq-question h3 {
    font-size: 1.1em;
  }
  .page-promotions .faq-answer {
    padding: 0 20px;
  }
  .page-promotions .faq-item.active .faq-answer {
    padding: 15px 20px 20px 20px;
  }
  .page-promotions .cta-button.primary {
    padding: 15px 35px;
    font-size: 1.1em;
  }
  .page-promotions .feature-image {
    height: auto;
  }
  .page-promotions .card-image {
    height: 200px;
  }
  .page-promotions .step-icon {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .page-promotions .main-title {
    font-size: 1.8em;
  }
  .page-promotions .section-title {
    font-size: 1.6em;
  }
  .page-promotions .cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions .card-image {
    height: 180px;
  }
}