.page-promotions {
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
}

.page-promotions__hero-section {
  max-width: 1390px;
  margin: 0 auto 40px auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.page-promotions__hero-image-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

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

.page-promotions__hero-content {
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
}

.page-promotions__main-title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 15px;
}

.page-promotions__description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-promotions__cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 10px rgba(47, 107, 255, 0.3);
  border: none;
  cursor: pointer;
}

.page-promotions__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(47, 107, 255, 0.4);
}

.page-promotions__promotions-grid {
  max-width: 1390px;
  margin: 0 auto 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions__section-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  text-align: center;
  margin-bottom: 30px;
  padding-top: 20px;
}

.page-promotions__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  padding: 0 10px;
}

.page-promotions__promotion-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.page-promotions__promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.page-promotions__card-image {
  width: 100%;
  height: 225px; /* Fixed height for consistency */
  object-fit: cover;
}

.page-promotions__card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-promotions__card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 10px;
  line-height: 1.3;
}

.page-promotions__card-title a {
  color: #000000; /* Custom Color_1776249996415 */
  text-decoration: none;
}

.page-promotions__card-title a:hover {
  color: #2F6BFF;
}

.page-promotions__card-description {
  font-size: 0.95rem;
  color: #1F2D3D;
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-promotions__card-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background 0.2s ease;
  text-align: center;
  border: none;
  cursor: pointer;
  align-self: flex-start;
}

.page-promotions__card-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
}

.page-promotions__view-all {
  text-align: center;
  margin-top: 40px;
}

.page-promotions__view-all-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #6FA3FF; /* Auxiliary color */
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.page-promotions__view-all-button:hover {
  background-color: #2F6BFF; /* Primary color on hover */
}

.page-promotions__cta-section {
  max-width: 1390px;
  margin: 0 auto 40px auto;
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-promotions__cta-content {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  text-align: center;
}

.page-promotions__cta-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 15px;
}

.page-promotions__cta-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #1F2D3D;
  margin-bottom: 25px;
}

.page-promotions__cta-image-wrapper {
  flex: 1;
  min-width: 250px;
  max-width: 400px;
}

.page-promotions__cta-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

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

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

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

  .page-promotions__promotions-grid {
    padding: 15px;
    margin-bottom: 30px;
  }

  .page-promotions__section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .page-promotions__grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

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

  .page-promotions__cta-section {
    padding: 30px;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .page-promotions__cta-content {
    max-width: 100%;
  }

  .page-promotions__cta-title {
    font-size: 1.8rem;
  }

  /* Ensure images do not overflow on mobile */
  .page-promotions img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-promotions__hero-section {
    margin-bottom: 20px;
  }

  .page-promotions__main-title {
    font-size: 1.8rem;
  }

  .page-promotions__cta-button {
    padding: 12px 25px;
    font-size: 0.9rem;
  }

  .page-promotions__promotions-grid {
    margin-bottom: 20px;
  }

  .page-promotions__section-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

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

  .page-promotions__card-button {
    padding: 8px 15px;
    font-size: 0.85rem;
  }

  .page-promotions__view-all-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .page-promotions__cta-section {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-promotions__cta-title {
    font-size: 1.6rem;
  }
}