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

.page-blog-zalv-nohu-latest-gameplay__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-blog-zalv-nohu-latest-gameplay__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Max width for the image */
  margin-bottom: 20px;
}

.page-blog-zalv-nohu-latest-gameplay__hero-image {
  width: 100%;
  height: auto;
  display: block;
  min-height: 200px; /* Ensure image is not too small */
}

.page-blog-zalv-nohu-latest-gameplay__hero-content {
  max-width: 900px;
  padding: 0 20px 40px;
  position: relative;
  z-index: 1; /* Ensure content is above any background elements but not overlapping the image */
}

.page-blog-zalv-nohu-latest-gameplay__main-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-blog-zalv-nohu-latest-gameplay__intro-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-blog-zalv-nohu-latest-gameplay__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: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  min-width: 200px;
  text-align: center;
}

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

.page-blog-zalv-nohu-latest-gameplay__content-section {
  padding: 40px 0;
}

.page-blog-zalv-nohu-latest-gameplay__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-zalv-nohu-latest-gameplay__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-zalv-nohu-latest-gameplay__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-blog-zalv-nohu-latest-gameplay__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-zalv-nohu-latest-gameplay__feature-card {
  background-color: #FFFFFF; /* Card B G */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
  text-align: center;
  border: 1px solid #D6E2FF; /* Border */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-zalv-nohu-latest-gameplay__feature-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-zalv-nohu-latest-gameplay__feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 10px;
}

.page-blog-zalv-nohu-latest-gameplay__feature-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1F2D3D;
}

.page-blog-zalv-nohu-latest-gameplay__tip-list,
.page-blog-zalv-nohu-latest-gameplay__promo-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-zalv-nohu-latest-gameplay__tip-item,
.page-blog-zalv-nohu-latest-gameplay__promo-item {
  background-color: #FFFFFF; /* Card B G */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.6;
  color: #1F2D3D;
  display: flex;
  align-items: flex-start;
}

.page-blog-zalv-nohu-latest-gameplay__tip-item::before,
.page-blog-zalv-nohu-latest-gameplay__promo-item::before {
  content: '✔️';
  margin-right: 10px;
  font-size: 1.2rem;
  color: #2F6BFF;
}

.page-blog-zalv-nohu-latest-gameplay__figure {
  margin: 40px auto;
  text-align: center;
  max-width: 800px;
}

.page-blog-zalv-nohu-latest-gameplay__figure-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-zalv-nohu-latest-gameplay__figure-caption {
  font-size: 0.9rem;
  color: #6FA3FF;
  margin-top: 10px;
}

.page-blog-zalv-nohu-latest-gameplay__cta-bottom {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}

.page-blog-zalv-nohu-latest-gameplay__cta-button--large {
  padding: 18px 40px;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .page-blog-zalv-nohu-latest-gameplay__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-zalv-nohu-latest-gameplay__intro-text {
    font-size: 1rem;
  }

  .page-blog-zalv-nohu-latest-gameplay__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .page-blog-zalv-nohu-latest-gameplay__paragraph,
  .page-blog-zalv-nohu-latest-gameplay__feature-description,
  .page-blog-zalv-nohu-latest-gameplay__tip-item,
  .page-blog-zalv-nohu-latest-gameplay__promo-item {
    font-size: 0.9rem;
  }

  .page-blog-zalv-nohu-latest-gameplay__container {
    padding: 0 15px;
  }

  .page-blog-zalv-nohu-latest-gameplay__feature-list {
    grid-template-columns: 1fr;
  }

  .page-blog-zalv-nohu-latest-gameplay__hero-image,
  .page-blog-zalv-nohu-latest-gameplay__feature-image,
  .page-blog-zalv-nohu-latest-gameplay__figure-image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
}