.section-1 {
  padding: 60px 0;
  background: url(/uploads/page/index/bg.webp) no-repeat center center;
  background-size: cover;
}
.section-1-inner {
  max-width: 820px;
  text-align: center;
}
.section-1-count {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 10px;
}
.section-1-title {
  font-size: 32px;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 28px;
  line-height: 1.3;
}
.hero-search {
  margin: 0 auto;
  max-width: 820px;
  height: 62px;
  border-radius: 8px;
  border: 1px solid #ECECEC;
  background: #FFF;
  box-shadow: 0 20px 24px -6px rgba(37, 69, 132, 0.08);
  display: flex;
  align-items: center;
}
.section-2-inner {
  max-width: 780px;
  margin: 0 auto;
}
.search-icon {
  margin: 0 12px 0 17px;
}
.hero-search input {
  flex: 1;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 16px;
  color: #111827;
}
.hero-search input::placeholder {
  color: #707070;
}
.hero-search button {
  width: 110px;
  line-height: 42px;
  margin-right: 10px;
  border: 0;
  border-radius: 8px;
  background: #1677ff;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.hero-search button:hover {
  background: #0958d9;
}
@media (max-width: 600px) {
  .section-1 {
    padding: 30px 0 24px;
  }
  .section-1-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .hero-search {
    height: 48px;
  }
  .search-icon {
    width: 16px;
  }
  .hero-search input {
    font-size: 13px;
  }
  .hero-search button {
    width: 80px;
    font-size: 13px;
    line-height: 34px;
  }
}

.gcsc-find-more-on-google {
  display: none !important;
}
