.page-blog-win55-latest-promotions {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
}

.page-blog-win55-latest-promotions__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding as per instructions */
  padding-bottom: 40px;
  background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden; /* Ensure image doesn't overflow */
}

.page-blog-win55-latest-promotions__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Max width for the image */
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-blog-win55-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-win55-latest-promotions__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-win55-latest-promotions__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 15px;
  /* Using clamp for responsive font-size, avoiding fixed large values */
  font-size: clamp(2em, 4vw, 3.2em);
}

.page-blog-win55-latest-promotions__description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #E0EFFF;
}

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

.page-blog-win55-latest-promotions__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-win55-latest-promotions__promotions-list-section,
.page-blog-win55-latest-promotions__benefits-section,
.page-blog-win55-latest-promotions__faq-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-win55-latest-promotions__section-title {
  font-size: 2.5em;
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-win55-latest-promotions__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-win55-latest-promotions__promotion-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF;
}

.page-blog-win55-latest-promotions__promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-blog-win55-latest-promotions__promotion-image {
  width: 100%;
  height: 225px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

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

.page-blog-win55-latest-promotions__card-title {
  font-size: 1.5em;
  color: #1F2D3D;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-win55-latest-promotions__card-description {
  font-size: 1em;
  color: #1F2D3D;
  line-height: 1.5;
  margin-bottom: 20px;
}

.page-blog-win55-latest-promotions__card-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

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

.page-blog-win55-latest-promotions__benefits-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-blog-win55-latest-promotions__benefit-item {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  line-height: 1.6;
  color: #1F2D3D;
  border-left: 5px solid #2F6BFF;
}

.page-blog-win55-latest-promotions__main-cta-button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 18px 40px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.2em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-win55-latest-promotions__main-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-win55-latest-promotions__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-blog-win55-latest-promotions__faq-question {
  font-size: 1.3em;
  color: #1F2D3D;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-win55-latest-promotions__faq-answer {
  font-size: 1em;
  color: #1F2D3D;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-win55-latest-promotions__hero-section {
    padding-bottom: 30px;
  }

  .page-blog-win55-latest-promotions__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

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

  .page-blog-win55-latest-promotions__cta-button {
    padding: 12px 25px;
    font-size: 0.9em;
  }

  .page-blog-win55-latest-promotions__promotions-list-section,
  .page-blog-win55-latest-promotions__benefits-section,
  .page-blog-win55-latest-promotions__faq-section {
    padding: 40px 15px;
  }

  .page-blog-win55-latest-promotions__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-win55-latest-promotions__promotions-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-win55-latest-promotions__promotion-image,
  .page-blog-win55-latest-promotions__hero-image {
    max-width: 100%;
    height: auto;
  }

  .page-blog-win55-latest-promotions__benefits-list {
    grid-template-columns: 1fr;
  }

  .page-blog-win55-latest-promotions__faq-question {
    font-size: 1.2em;
  }

  /* Ensure all content area images are responsive */
  .page-blog-win55-latest-promotions img {
    max-width: 100%;
    height: auto;
  }
}

/* Ensure content images meet minimum size requirements for desktop */
.page-blog-win55-latest-promotions__promotion-image {
  min-width: 200px;
  min-height: 200px;
}

.page-blog-win55-latest-promotions__hero-image {
  min-width: 200px;
  min-height: 200px;
}

/* Specific override for a typo in benefits list class name */
.page-win55-latest-promotions__benefit-item {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  line-height: 1.6;
  color: #1F2D3D;
  border-left: 5px solid #2F6BFF;
}