.page-blog-explore-hello88-charm {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
}

.page-blog-explore-hello88-charm__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-explore-hello88-charm__hero-section {
  position: relative;
  text-align: center;
  padding-top: 10px; /* Small top padding to respect body padding-top */
  padding-bottom: 40px;
  background-color: #2F6BFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-explore-hello88-charm__hero-image {
  width: 100%;
  max-width: 1920px;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-explore-hello88-charm__hero-content {
  padding: 20px;
  max-width: 800px;
  margin-top: 20px; /* Separates content from image */
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-explore-hello88-charm__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #2F6BFF;
  margin-bottom: 15px;
  max-width: 100%; /* Ensures title doesn't overflow */
  text-align: center;
}

.page-blog-explore-hello88-charm__hero-description {
  font-size: 1.1em;
  color: #1F2D3D;
  margin-bottom: 25px;
}

.page-blog-explore-hello88-charm__hero-cta {
  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);
  min-width: 200px;
}

.page-blog-explore-hello88-charm__hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-explore-hello88-charm__content-section {
  padding: 60px 0;
}

.page-blog-explore-hello88-charm__section-title {
  font-size: 2.2em;
  font-weight: bold;
  color: #2F6BFF;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-explore-hello88-charm__sub-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #1F2D3D;
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-blog-explore-hello88-charm__paragraph {
  font-size: 1em;
  line-height: 1.6;
  color: #1F2D3D;
  margin-bottom: 20px;
}

.page-blog-explore-hello88-charm__content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-explore-hello88-charm__link-button {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  font-weight: normal;
  transition: background-color 0.3s ease;
  min-width: 120px;
}

.page-blog-explore-hello88-charm__link-button:hover {
  opacity: 0.9;
}

.page-blog-explore-hello88-charm__cta-section {
  background-color: #F4F7FB;
  padding: 80px 0;
  text-align: center;
}

.page-blog-explore-hello88-charm__cta-card {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.page-blog-explore-hello88-charm__cta-title {
  font-size: 2em;
  font-weight: bold;
  color: #2F6BFF;
  margin-bottom: 20px;
}

.page-blog-explore-hello88-charm__cta-description {
  font-size: 1.1em;
  color: #1F2D3D;
  margin-bottom: 30px;
}

.page-blog-explore-hello88-charm__cta-button {
  display: inline-block;
  padding: 18px 35px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.2em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  min-width: 220px;
}

.page-blog-explore-hello88-charm__cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-explore-hello88-charm__cta-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 40px;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-explore-hello88-charm__main-title {
    font-size: clamp(1.8em, 5vw, 2.5em);
  }

  .page-blog-explore-hello88-charm__section-title {
    font-size: 1.8em;
  }

  .page-blog-explore-hello88-charm__sub-title {
    font-size: 1.5em;
  }

  .page-blog-explore-hello88-charm__paragraph {
    font-size: 0.95em;
  }

  .page-blog-explore-hello88-charm__hero-content {
    padding: 15px;
    margin-top: 15px;
  }

  .page-blog-explore-hello88-charm__hero-cta,
  .page-blog-explore-hello88-charm__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    min-width: unset;
  }

  .page-blog-explore-hello88-charm__content-section,
  .page-blog-explore-hello88-charm__cta-section {
    padding: 40px 0;
  }

  .page-blog-explore-hello88-charm__cta-card {
    padding: 30px;
  }

  .page-blog-explore-hello88-charm__cta-title {
    font-size: 1.6em;
  }

  .page-blog-explore-hello88-charm__cta-description {
    font-size: 1em;
  }

  /* Mobile content area image overflow prevention */
  .page-blog-explore-hello88-charm__hero-image,
  .page-blog-explore-hello88-charm__content-image,
  .page-blog-explore-hello88-charm__cta-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-explore-hello88-charm__main-title {
    font-size: clamp(1.5em, 6vw, 2em);
  }

  .page-blog-explore-hello88-charm__section-title {
    font-size: 1.5em;
  }

  .page-blog-explore-hello88-charm__sub-title {
    font-size: 1.3em;
  }

  .page-blog-explore-hello88-charm__hero-cta,
  .page-blog-explore-hello88-charm__cta-button {
    width: 100%;
    margin-bottom: 10px;
  }

  .page-blog-explore-hello88-charm__link-button {
    width: 100%;
    margin-right: 0;
  }
}