.page-promotions {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-promotions__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding */
  background-color: #08160F;
  overflow: hidden;
}

.page-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 675px;
}

.page-promotions__hero-content {
  text-align: center;
  padding: 40px 20px;
  background-color: #0A4B2C; /* Deep Green for content background */
  color: #F2FFF6;
}

.page-promotions__main-title {
  font-size: clamp(2.2em, 4vw, 3.5em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #F2C14E; /* Gold for main title */
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-promotions__description {
  font-size: clamp(1em, 1.5vw, 1.2em);
  margin-bottom: 30px;
  color: #A7D9B8;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-promotions__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(42, 209, 111, 0.6);
}

.page-promotions__section-title {
  font-size: clamp(1.8em, 3vw, 2.8em);
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #F2FFF6;
  position: relative;
}

.page-promotions__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #11A84E, #22C768);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promotions__overview-section {
  padding: 60px 0;
  background-color: #08160F;
}

.page-promotions__text-content {
  font-size: 1.1em;
  color: #A7D9B8;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
}

.page-promotions__benefits-list {
  list-style: none;
  padding: 0;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
}

.page-promotions__benefits-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 20px 30px;
  color: #F2FFF6;
  font-size: 1.05em;
  flex: 1 1 calc(50% - 40px);
  max-width: calc(50% - 40px);
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

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

.page-promotions__current-promotions {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
}

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

.page-promotions__promotion-card {
  background-color: #11271B; /* Card BG */
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #2E7A4E;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-promotions__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-promotions__card-content {
  padding: 25px;
}

.page-promotions__card-title {
  font-size: 1.4em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.3;
}

.page-promotions__card-description {
  font-size: 1em;
  color: #A7D9B8;
  margin-bottom: 25px;
}

.page-promotions__card-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  padding: 12px 25px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 10px rgba(42, 209, 111, 0.3);
}

.page-promotions__card-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(42, 209, 111, 0.5);
}

.page-promotions__how-to-claim {
  padding: 60px 0;
  background-color: #08160F;
}

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

.page-promotions__step-card {
  background-color: #11271B; /* Card BG */
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  border: 1px solid #2E7A4E;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions__step-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 0 15px rgba(42, 209, 111, 0.5);
}

.page-promotions__step-title {
  font-size: 1.3em;
  color: #F2FFF6;
  margin-bottom: 10px;
}

.page-promotions__step-description {
  font-size: 0.95em;
  color: #A7D9B8;
}

.page-promotions__terms-note {
  text-align: center;
  margin-top: 40px;
  font-size: 0.9em;
  color: #A7D9B8;
}

.page-promotions__terms-link {
  color: #2AD16F;
  text-decoration: none;
}

.page-promotions__terms-link:hover {
  text-decoration: underline;
}

.page-promotions__faq-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
}

.page-promotions__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

.page-promotions__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-promotions__faq-question {
  width: 100%;
  background-color: #11271B;
  color: #F2FFF6;
  padding: 20px 25px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-promotions__faq-question:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-promotions__faq-question::after {
  content: '+';
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-promotions__faq-question[aria-expanded="true"]::after {
  content: '-';
  transform: rotate(180deg);
}

.page-promotions__faq-answer {
  background-color: #1E3A2A; /* Divider */
  color: #A7D9B8;
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-promotions__faq-answer p {
  padding: 15px 0;
  margin: 0;
}

.page-promotions__faq-question[aria-expanded="true"] + .page-promotions__faq-answer {
  max-height: 200px; /* Adjust as needed for content */
  padding: 15px 25px;
}

.page-promotions__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #08160F;
}

.page-promotions__cta-section .page-promotions__section-title {
  margin-top: 0;
}

@media (max-width: 768px) {
  .page-promotions__hero-content {
    padding: 30px 15px;
  }

  .page-promotions__main-title {
    font-size: 2.5em;
  }

  .page-promotions__description {
    font-size: 1em;
  }

  .page-promotions__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions__section-title {
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .page-promotions__benefits-item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .page-promotions__promotion-grid {
    gap: 20px;
  }

  .page-promotions__card-title {
    font-size: 1.2em;
  }

  .page-promotions__card-description {
    font-size: 0.9em;
  }

  .page-promotions__card-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-promotions__steps-grid {
    gap: 20px;
  }

  .page-promotions__step-icon {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
  }

  .page-promotions__step-title {
    font-size: 1.2em;
  }

  .page-promotions__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-promotions__faq-answer p {
    padding: 10px 0;
  }

  /* Mobile content image overflow prevention */
  .page-promotions img {
    max-width: 100%;
    height: auto;
  }
  .page-promotions__promotion-card img {
    min-width: 200px;
    min-
  }
  .page-promotions__hero-image {
    min-width: 200px;
    min-height: 150px;
  }
  .page-promotions__card-image {
    min-width: 200px;
    min-height: 150px;
  }
}

@media (max-width: 480px) {
  .page-promotions__hero-content {
    padding: 20px 10px;
  }

  .page-promotions__main-title {
    font-size: 2em;
  }

  .page-promotions__description {
    font-size: 0.9em;
  }

  .page-promotions__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-promotions__section-title {
    font-size: 1.8em;
  }

  .page-promotions__benefits-item {
    padding: 15px 20px;
  }

  .page-promotions__card-image {
    height: 200px;
  }

  .page-promotions__card-title {
    font-size: 1.1em;
  }

  .page-promotions__card-description {
    font-size: 0.85em;
  }

  .page-promotions__step-card {
    padding: 20px;
  }

  .page-promotions__step-icon {
    width: 45px;
    height: 45px;
    font-size: 1.5em;
  }

  .page-promotions__step-title {
    font-size: 1.1em;
  }

  .page-promotions__faq-question {
    font-size: 0.95em;
    padding: 12px 15px;
  }
  .page-promotions img {
    max-width: 100%;
    height: auto;
  }
  .page-promotions__promotion-card img {
    min-width: 200px;
    min-
  }
  .page-promotions__hero-image {
    min-width: 200px;
    min-height: 150px;
  }
  .page-promotions__card-image {
    min-width: 200px;
    min-height: 150px;
  }
}