.sh-hero-70453099 {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 720px;
  display: flex;
  align-items: center;
  background: #fbfcff;
  overflow: hidden;
  padding: 90px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.sh-hero-container-70453099 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 3;
}

.sh-hero-content-70453099 {
  width: 50%;
  max-width: 620px;
  padding-right: 40px;
}

.sh-hero-image-container-70453099 {
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.sh-hero-image-container-70453099::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #fbfcff 0%, rgba(251,252,255,0.75) 18%, rgba(251,252,255,0) 42%);
  z-index: 2;
}

.sh-badge-70453099 {
  display: inline-block;
  background-color: #e6f7f7;
  color: #00a3a6 !important;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sh-title-70453099 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  color: #03172c !important;
  line-height: 1.08;
  margin: 0 0 16px 0;
}

.sh-title-highlight-70453099 {
  color: #00a3a6 !important;
  display: block;
}

.sh-desc-70453099 {
  font-size: 19px;
  line-height: 1.6;
  color: #556275;
  margin-bottom: 34px;
  max-width: 540px;
}

.sh-features-70453099 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 38px;
}

.sh-feature-item-70453099 { text-align: center; }

.sh-feature-icon-70453099 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: #e6f7f7;
  border: 1px solid #00a3a6 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px auto;
  color: #00a3a6 !important;
}

.sh-feature-icon-70453099 i,
.sh-feature-icon-70453099 svg {
  font-size: 20px;
  width: 20px;
  height: 20px;
  fill: #00a3a6 !important;
  color: #00a3a6 !important;
}

.sh-feature-text-70453099 {
  font-size: 13px;
  font-weight: 700;
  color: #03172c !important;
  line-height: 1.4;
}

.sh-buttons-70453099 {
  display: flex;
  gap: 16px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.sh-btn-70453099 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.sh-btn-primary-70453099 {
  background-color: #00a3a6 !important;
  color: #ffffff !important;
  border: 2px solid #00a3a6 !important;
}

.sh-btn-primary-70453099:hover,
.sh-btn-primary-70453099:focus {
  background-color: #00878a !important;
  border-color: #00878a !important;
  color: #ffffff !important;
}

.sh-btn-secondary-70453099 {
  background-color: transparent;
  color: #00a3a6 !important;
  border: 2px solid #00a3a6 !important;
}

.sh-btn-secondary-70453099:hover,
.sh-btn-secondary-70453099:focus {
  background-color: #00a3a6 !important;
  color: #ffffff !important;
}

.sh-btn-70453099 svg {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: currentColor;
}

.sh-rating-70453099 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sh-rating-label-70453099 {
  font-weight: 700;
  color: #03172c !important;
  font-size: 14px;
}

.sh-stars-70453099 { display: flex; gap: 2px; }

.sh-star-icon-70453099 svg {
  width: 16px;
  height: 16px;
  fill: #00a3a6 !important;
}

.sh-rating-text-70453099 { color: #556275; font-size: 14px; }
.sh-rating-logo-70453099 { font-weight: 800; font-size: 16px; margin-left: 8px; }

@media (max-width: 991px) {
  .sh-hero-70453099 {
    width: 100%;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    min-height: auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0 56px 0;
  }

  .sh-hero-container-70453099 { padding: 42px 24px 0 24px; }
  .sh-hero-content-70453099 { width: 100%; max-width: none; padding-right: 0; }
  .sh-hero-image-container-70453099 { display: none; }
  .sh-features-70453099 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .sh-title-70453099 { font-size: 38px; }
  .sh-desc-70453099 { font-size: 16px; }
  .sh-buttons-70453099 { flex-direction: column; }
  .sh-btn-70453099 { width: 100%; }
}
