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

.page-index-hello88-features__hero-section {
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #FFFFFF;
  padding-bottom: 40px;
  border-bottom: 1px solid #D6E2FF;
}

.page-index-hello88-features__hero-image {
  width: 100%;
  max-width: 1200px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-hello88-features__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-index-hello88-features__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 20px;
}

.page-index-hello88-features__hero-description {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #1F2D3D;
  margin-bottom: 30px;
}

.page-index-hello88-features__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(47, 107, 255, 0.4);
}

.page-index-hello88-features__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.6);
}

.page-index-hello88-features__features-section {
  padding: 60px 20px;
  max-width: 1390px;
  margin: 0 auto;
  text-align: center;
}

.page-index-hello88-features__section-title {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-index-hello88-features__section-subtitle {
  font-size: 1.1rem;
  color: #1F2D3D;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-hello88-features__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-hello88-features__feature-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF;
}

.page-index-hello88-features__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-index-hello88-features__feature-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-index-hello88-features__feature-title {
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-index-hello88-features__feature-title a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-hello88-features__feature-title a:hover {
  color: #2F6BFF;
}

.page-index-hello88-features__feature-description {
  font-size: 1rem;
  color: #1F2D3D;
  line-height: 1.5;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-index-hello88-features__feature-link {
  display: inline-block;
  padding: 10px 20px;
  background: #2F6BFF;
  color: #FFFFFF;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.page-index-hello88-features__feature-link:hover {
  background-color: #6FA3FF;
}

.page-index-hello88-features__why-choose-us-section {
  padding: 60px 20px;
  max-width: 1390px;
  margin: 0 auto;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page-index-hello88-features__advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-hello88-features__advantage-item {
  padding: 25px;
  border-radius: 10px;
  background-color: #F4F7FB;
  border: 1px solid #D6E2FF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-index-hello88-features__advantage-title {
  font-size: 1.3rem;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-index-hello88-features__advantage-description {
  font-size: 0.95rem;
  color: #1F2D3D;
  line-height: 1.5;
}

.page-index-hello88-features__cta-footer {
  padding: 60px 20px;
  max-width: 1390px;
  margin: 40px auto 0 auto;
  text-align: center;
  background: linear-gradient(135deg, #2F6BFF 0%, #6FA3FF 100%);
  border-radius: 12px;
  color: #FFFFFF;
  box-shadow: 0 8px 30px rgba(47, 107, 255, 0.3);
}

.page-index-hello88-features__footer-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-index-hello88-features__footer-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E0EFFF;
}

.page-index-hello88-features__footer-cta-button {
  display: inline-block;
  padding: 15px 35px;
  background-color: #FFFFFF;
  color: #2F6BFF;
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-index-hello88-features__footer-cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-index-hello88-features__hero-title {
    font-size: 2rem;
  }

  .page-index-hello88-features__hero-description {
    font-size: 1rem;
  }

  .page-index-hello88-features__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-index-hello88-features__section-title {
    font-size: 2rem;
  }

  .page-index-hello88-features__section-subtitle {
    font-size: 0.95rem;
  }

  .page-index-hello88-features__features-grid {
    grid-template-columns: 1fr;
  }

  .page-index-hello88-features__feature-image {
    height: 200px;
  }

  .page-index-hello88-features__feature-title {
    font-size: 1.3rem;
  }

  .page-index-hello88-features__feature-description {
    font-size: 0.9rem;
  }

  .page-index-hello88-features__why-choose-us-section, 
  .page-index-hello88-features__cta-footer {
    padding: 40px 15px;
  }

  .page-index-hello88-features__footer-title {
    font-size: 1.8rem;
  }

  .page-index-hello88-features__footer-description {
    font-size: 0.95rem;
  }

  .page-index-hello88-features__footer-cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  /* Enforce image responsiveness in content areas */
  .page-index-hello88-features__features-section img,
  .page-index-hello88-features__feature-card img,
  .page-index-hello88-features__hero-section img {
    max-width: 100% !important;
    height: auto !important;
  }

  .page-index-hello88-features__advantages-grid {
    grid-template-columns: 1fr;
  }
}