.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #17202a;
}

.hero-catalog {
  isolation: isolate;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(18, 25, 34, .92) 0%, rgba(18, 25, 34, .74) 48%, rgba(18, 25, 34, .34) 100%),
    linear-gradient(180deg, rgba(18, 25, 34, .08), rgba(18, 25, 34, .58));
}

.hero-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(60px, 8vw, 98px) 0 clamp(44px, 6vw, 72px);
}

.hero-content {
  width: min(760px, 100%);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(14, 165, 183, .16) !important;
  border: 1px solid rgba(125, 225, 238, .38);
  color: #d8fbff !important;
  font-size: .82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero h1 {
  color: #fff;
  max-width: 850px;
  margin: 0 0 18px;
  font-size: clamp(2.35rem, 6vw, 5.2rem);
  line-height: 1;
  font-weight: 950;
}

.text-gradient {
  color: #7de1ee;
}

.hero p {
  max-width: 730px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 28px;
}

.hero-search-wrapper {
  width: min(880px, 100%);
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .23);
}

.hero-search-form,
.search-group {
  width: 100%;
}

.search-group {
  display: grid;
  grid-template-columns: minmax(180px, 1.4fr) minmax(180px, .9fr) auto;
  gap: 8px;
}

.search-input,
.search-select {
  min-height: 50px;
  border: 1px solid #dce3ea;
  background: #fff;
  color: #17202a;
  padding: 0 14px;
  border-radius: 8px;
}

.btn-hero-primary {
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-weight: 900;
}

.btn-hero-primary:hover {
  background: #1847aa;
  color: #fff;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.stat-item {
  min-width: 180px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
}

.stat-value {
  display: block;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1;
}

.stat-label {
  color: rgba(255, 255, 255, .76);
  font-size: .82rem;
}

.hero-visual {
  display: none;
}

.features-section,
.benefits-section,
.cta-section {
  padding: 70px 0;
  background: #fff;
}

.benefits-section {
  background: #f5f7f9;
}

.section-header,
.section-title {
  margin-bottom: 30px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: #0a7b8d;
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-header h2,
.section-title h2,
.benefits-section h2,
.features-section h2 {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 950;
}

.feature-card,
.benefit-card,
.cta-card {
  height: 100%;
  border: 1px solid #dce3ea;
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 6px 18px rgba(23, 32, 42, .07);
}

.feature-card h3,
.benefit-card h3 {
  font-size: 1.14rem;
  font-weight: 900;
}

.feature-card p,
.benefit-card p {
  color: #627184;
}

.feature-footer {
  display: inline-flex;
  margin-top: 4px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 850;
}

.feature-icon,
.benefit-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #e9f7fb;
  color: #0ea5b7;
  font-size: 1.25rem;
}

.cta-section {
  background: #26323f;
  color: #fff;
}

.cta-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

.cta-card-light {
  background: #ffffff;
}

.cta-card-light h2,
.cta-card-light p {
  color: #17202a;
}

.cta-card-light p {
  color: #627184;
}

.cta-card-accent {
  background: #e9f7fb;
}

.cta-card-accent h2 {
  color: #17202a;
}

.cta-card-accent p {
  color: #405062;
}

.cta-section > .container > h2,
.cta-section > .container > h3,
.cta-section > .container > p {
  color: #fff;
}

.suggestions-box,
#suggestions {
  position: absolute;
  z-index: 1040;
  width: 100%;
  max-height: 360px;
  overflow: auto;
  border: 1px solid #dce3ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 32, 42, .14);
}

.suggestion-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: #17202a;
  border-bottom: 1px solid #edf1f5;
  cursor: pointer;
}

.suggestion-item:hover {
  background: #eef4ff;
}

@media (max-width: 767.98px) {
  .hero {
    min-height: calc(100vh - 64px);
  }

  .hero-container {
    width: min(100% - 24px, 1180px);
    padding-top: 54px;
  }

  .search-group {
    grid-template-columns: 1fr;
  }

  .hero-search-wrapper {
    padding: 8px;
  }

  .stat-item {
    width: 100%;
  }
}
