.page-blog-13win12-latest-link {
  font-family: Arial, sans-serif;
  color: #1F2D3D;
  background-color: #F4F7FB;
  line-height: 1.6;
}

.page-blog-13win12-latest-link__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-13win12-latest-link__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px 0; /* Small top padding */
  background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
  color: #FFFFFF;
  text-align: center;
}

.page-blog-13win12-latest-link__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Constrain image width */
  margin-bottom: 30px;
}

.page-blog-13win12-latest-link__hero-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-13win12-latest-link__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-13win12-latest-link__hero-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-blog-13win12-latest-link__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-blog-13win12-latest-link__hero-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.page-blog-13win12-latest-link__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: nowrap;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-13win12-latest-link__button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-13win12-latest-link__button--secondary {
  background: #FFFFFF;
  color: #2F6BFF;
  border: 1px solid #2F6BFF;
}

.page-blog-13win12-latest-link__button--secondary:hover {
  background: #E0EFFF;
  color: #2F6BFF;
}

.page-blog-13win12-latest-link__content-section {
  padding: 60px 0;
}

.page-blog-13win12-latest-link__section-title {
  font-size: 2.2em;
  color: #1F2D3D;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.page-blog-13win12-latest-link__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-13win12-latest-link__image-text-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-13win12-latest-link__content-image {
  flex: 1 1 45%;
  min-width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-13win12-latest-link__text-content {
  flex: 1 1 45%;
}

.page-blog-13win12-latest-link__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-13win12-latest-link__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-13win12-latest-link__ordered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-13win12-latest-link__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-blog-13win12-latest-link__feature-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF;
}

.page-blog-13win12-latest-link__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-blog-13win12-latest-link__feature-icon {
  width: 100%; /* Ensure image fills card width */
  max-width: 200px; /* Maintain reasonable size */
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-blog-13win12-latest-link__feature-title {
  font-size: 1.5em;
  color: #2F6BFF;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-13win12-latest-link__feature-description {
  color: #1F2D3D;
  font-size: 0.95em;
}

.page-blog-13win12-latest-link__cta-block {
  background-color: #2F6BFF;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-blog-13win12-latest-link__cta-text {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-blog-13win12-latest-link__button--primary {
  background: #FFFFFF;
  color: #2F6BFF;
  padding: 15px 35px;
  font-size: 1.1em;
}

.page-blog-13win12-latest-link__button--primary:hover {
  background: #E0EFFF;
}

.page-blog-13win12-latest-link__related-articles {
  padding: 60px 0;
  background-color: #F4F7FB;
}

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

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

.page-blog-13win12-latest-link__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-blog-13win12-latest-link__article-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-blog-13win12-latest-link__article-content {
  padding: 25px;
}

.page-blog-13win12-latest-link__article-title {
  font-size: 1.35em;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 600;
}

.page-blog-13win12-latest-link__article-title a {
  color: #2F6BFF;
  text-decoration: none;
}

.page-blog-13win12-latest-link__article-title a:hover {
  text-decoration: underline;
}

.page-blog-13win12-latest-link__article-date {
  font-size: 0.9em;
  color: #6FA3FF;
  margin-bottom: 15px;
}

.page-blog-13win12-latest-link__article-excerpt {
  font-size: 0.95em;
  color: #1F2D3D;
  margin-bottom: 20px;
}

.page-blog-13win12-latest-link__read-more {
  display: inline-block;
  color: #2F6BFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: color 0.3s ease;
}

.page-blog-13win12-latest-link__read-more:hover {
  color: #4A8BFF;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .page-blog-13win12-latest-link__hero-title {
    font-size: clamp(2em, 5vw, 3em);
  }
  .page-blog-13win12-latest-link__section-title {
    font-size: 1.8em;
  }
  .page-blog-13win12-latest-link__image-text-block {
    flex-direction: column;
  }
  .page-blog-13win12-latest-link__content-image {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .page-blog-13win12-latest-link__text-content {
    flex: 1 1 100%;
  }
  .page-blog-13win12-latest-link__cta-text {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-blog-13win12-latest-link__hero-section {
    padding: 10px 0 30px 0;
  }
  .page-blog-13win12-latest-link__hero-image-wrapper {
    margin-bottom: 20px;
  }
  .page-blog-13win12-latest-link__hero-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
    margin-bottom: 15px;
  }
  .page-blog-13win12-latest-link__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-blog-13win12-latest-link__hero-actions {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-13win12-latest-link__button {
    width: 80%;
    max-width: 250px;
  }
  .page-blog-13win12-latest-link__section-title {
    font-size: 1.6em;
    margin-bottom: 25px;
  }
  .page-blog-13win12-latest-link__paragraph,
  .page-blog-13win12-latest-link__list-item,
  .page-blog-13win12-latest-link__feature-description,
  .page-blog-13win12-latest-link__article-excerpt {
    font-size: 0.95em;
  }
  .page-blog-13win12-latest-link__features-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-13win12-latest-link__cta-text {
    font-size: 1.2em;
  }
  .page-blog-13win12-latest-link__button--primary {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-blog-13win12-latest-link__article-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-13win12-latest-link__article-title {
    font-size: 1.2em;
  }
  .page-blog-13win12-latest-link__content-section,
  .page-blog-13win12-latest-link__related-articles {
    padding: 40px 0;
  }

  /* Ensure images in content areas are responsive and don't overflow */
  .page-blog-13win12-latest-link img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-13win12-latest-link__button {
    width: 90%;
  }
  .page-blog-13win12-latest-link__hero-content {
    padding: 0 15px;
  }
  .page-blog-13win12-latest-link__container {
    padding: 0 15px;
  }
  .page-blog-13win12-latest-link__section-title {
    font-size: 1.4em;
  }
  .page-blog-13win12-latest-link__cta-text {
    font-size: 1em;
  }
}