.page-index-platform-features__hero-section {
  padding-top: 10px; /* Rely on body padding-top for header offset */
  background-color: var(--background-color, #ffffff);
  color: #333333;
  text-align: center;
  padding-bottom: 40px;
}

.page-index-platform-features__hero-image {
  margin-bottom: 20px;
}

.page-index-platform-features__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-index-platform-features__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-index-platform-features__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #26A9E0;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.page-index-platform-features__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555555;
}

.page-index-platform-features__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-platform-features__btn-primary,
.page-index-platform-features__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-index-platform-features__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-index-platform-features__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-index-platform-features__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-index-platform-features__btn-secondary:hover {
  background-color: #f0f8ff;
  color: #1e87c0;
  border-color: #1e87c0;
}

.page-index-platform-features__section {
  padding: 60px 0;
  background-color: var(--background-color, #ffffff);
  color: #333333;
}

.page-index-platform-features__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-index-platform-features__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-index-platform-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-index-platform-features__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
  line-height: 1.3;
}