.page-blog-13win-promotions-deep-dive {
  font-family: Arial, sans-serif;
  color: #1F2D3D;
  background-color: #F4F7FB;
  line-height: 1.6;
}

.page-blog-13win-promotions-deep-dive__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top padding as per rules */
  background-color: #2d0000; /* Deep red/wine red background */
}

.page-blog-13win-promotions-deep-dive__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px;
}

.page-blog-13win-promotions-deep-dive__hero-content {
  padding: 40px 20px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(180deg, rgba(47, 107, 255, 0.8) 0%, rgba(111, 163, 255, 0.8) 100%);
}

.page-blog-13win-promotions-deep-dive__main-title {
  font-size: clamp(2em, 3.5vw, 3.5em); /* Using clamp as per rules */
  font-weight: 700;
  margin-bottom: 20px;
  color: #d6d604; /* Yellow/Lemon yellow for emphasis */
  line-height: 1.2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-13win-promotions-deep-dive__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-13win-promotions-deep-dive__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-13win-promotions-deep-dive__cta-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
}

.page-blog-13win-promotions-deep-dive__content-section {
  padding: 40px 0;
}

.page-blog-13win-promotions-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-13win-promotions-deep-dive__section-title {
  font-size: 2.2em;
  color: #1F2D3D;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}

.page-blog-13win-promotions-deep-dive__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #1F2D3D;
  text-align: justify;
}

.page-blog-13win-promotions-deep-dive__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-blog-13win-promotions-deep-dive__promo-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #D6E2FF;
}

.page-blog-13win-promotions-deep-dive__promo-image {
  width: 100%;
  height: 200px; /* Min size 200px, card image */
  object-fit: cover;
  display: block;
}

.page-blog-13win-promotions-deep-dive__card-title {
  font-size: 1.4em;
  color: #1F2D3D;
  margin: 20px 15px 10px;
  font-weight: 600;
}

.page-blog-13win-promotions-deep-dive__card-description {
  font-size: 0.95em;
  color: #1F2D3D;
  padding: 0 15px;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-blog-13win-promotions-deep-dive__card-link {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 20px;
  background: #2F6BFF;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.page-blog-13win-promotions-deep-dive__card-link:hover {
  background: #6FA3FF;
}

.page-blog-13win-promotions-deep-dive__ordered-list,
.page-blog-13win-promotions-deep-dive__unordered-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-13win-promotions-deep-dive__list-item {
  background-color: #FFFFFF;
  border-left: 5px solid #2F6BFF;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-13win-promotions-deep-dive__list-heading {
  font-size: 1.25em;
  color: #1F2D3D;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-13win-promotions-deep-dive__list-paragraph {
  color: #1F2D3D;
  font-size: 1em;
}

.page-blog-13win-promotions-deep-dive__cta-section {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 40px;
}

.page-blog-13win-promotions-deep-dive__cta-button--large {
  font-size: 1.2em;
  padding: 18px 35px;
}

@media (max-width: 768px) {
  .page-blog-13win-promotions-deep-dive__hero-image {
    max-height: 300px;
  }

  .page-blog-13win-promotions-deep-dive__hero-content {
    padding: 30px 15px;
  }

  .page-blog-13win-promotions-deep-dive__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-13win-promotions-deep-dive__description {
    font-size: 1em;
  }

  .page-blog-13win-promotions-deep-dive__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-13win-promotions-deep-dive__promo-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-13win-promotions-deep-dive__container {
    padding: 0 15px;
  }

  .page-blog-13win-promotions-deep-dive__cta-button {
    width: 100%;
    box-sizing: border-box;
  }

  /* Mobile content area images must not overflow */
  .page-blog-13win-promotions-deep-dive img {
    max-width: 100%;
    height: auto;
  }
}