.elementor-42 .elementor-element.elementor-element-0aeb517{--display:flex;}.elementor-42 .elementor-element.elementor-element-4cbd900{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e865539 */.hero-section {
  background: linear-gradient(135deg, #e8ecfb 0%, #ffffff 45%, #f5f0e6 75%, #eef4ec 100%);
  padding: 80px 40px;
  width: 100%;
  box-sizing: border-box;
}

.hero-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

/* Breadcrumb */
.breadcrumb {
  font-size: 15px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-link {
  color: #6b7280;
  text-decoration: none;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  color: #9ca3af;
}

.breadcrumb-current {
  color: #2b3a99;
  font-weight: 600;
}

/* Badge */
.hero-badge {
  display: inline-block;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #2b3a99;
  background: #ffffff;
  margin-bottom: 28px;
}

/* Title */
.hero-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.15;
  color: #1a1a2e;
  margin: 0 0 28px 0;
  letter-spacing: -1px;
}

/* Subtitle */
.hero-subtitle {
  font-size: 19px;
  line-height: 1.6;
  color: #6b7280;
  max-width: 650px;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    padding: 50px 20px;
  }
  .hero-title {
    font-size: 34px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
}/* End custom CSS */