.service-hero-6 {
  background: linear-gradient(180deg, #eef7f8 0%, #eef7f8 84%, #ffffff 84%);
}

.service-hero-6 .container {
  position: relative;
}

.service-hero-6__shell {
  position: absolute;
  inset: 38px 18px -26px 18px;
  border-radius: 30px;
  background: #e8f3f5;
}

.service-hero-6__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.78fr);
  gap: 42px;
  align-items: start;
  padding: 42px 46px 36px;
}

.service-hero-6__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: #7ca1a7;
  font-family: var(--font-family-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-hero-6__breadcrumb-link {
  color: #347983;
  text-decoration: none;
}

.service-hero-6__title {
  max-width: 760px;
}

.service-hero-6__copy {
  max-width: 760px;
}

.service-hero-6__form-card {
  padding: 34px 32px 30px;
  box-shadow: 0 10px 34px rgba(82, 124, 135, 0.14);
}

.service-hero-6__form-title {
  margin: 0;
  color: #2a3038;
  font-family: var(--font-family-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.service-hero-6__form-copy {
  margin-top: 24px;
}

.service-hero-6__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 34px;
  margin-top: 34px;
}

.service-hero-6__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-hero-6__field--full {
  grid-column: 1 / -1;
}

.service-hero-6__field span {
  color: #2f333b;
  font-size: 16px;
  font-weight: 500;
}

.service-hero-6__field input,
.service-hero-6__field textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #a7d2d5;
  padding: 0 0 14px;
  border-radius: 0;
  color: #2e333b;
  font-family: var(--font-family);
  font-size: 17px;
  background: transparent;
}

.service-hero-6__field textarea {
  min-height: 84px;
  resize: vertical;
}

.service-hero-6__field input:focus,
.service-hero-6__field textarea:focus {
  outline: none;
  border-bottom-color: #347983;
}

@media (max-width: 1200px) {
  .service-hero-6__panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .service-hero-6 {
    background: linear-gradient(180deg, #eef7f8 0%, #eef7f8 90%, #ffffff 90%);
  }

  .service-hero-6__shell {
    inset: 24px 12px -18px;
  }

  .service-hero-6__panel {
    gap: 28px;
    padding: 28px 20px 24px;
  }

  .service-hero-6__breadcrumb {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 12px;
  }

  .service-hero-6__form-card {
    padding: 28px 22px;
  }

  .service-hero-6__form {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
  }
}
