.hts-medical-landing {
  position: relative;
  overflow: hidden;
  padding: 40px 24px 30px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.65), transparent 35%),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,0.45), transparent 30%),
    linear-gradient(180deg, #f2f2f2 0%, #ececec 100%);
}

.hts-medical-shell {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 47% 53%;
  gap: 20px;
  align-items: stretch;
}

.hts-medical-left {
  position: relative;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px 20px 0 20px;
}

.hts-brand-block {
  position: relative;
  z-index: 2;
  padding-left: 20px;
}

.hts-brand-title {
  margin: 0;
  font-size: clamp(52px, 5vw, 102px);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #1d224d; 
  font-family: "Ephesis", cursive;
  /*font-family: "Georgia", "Times New Roman", serif;*/
  font-style: italic;
}

.hts-brand-subtitle {
  margin: 6px 0 0 210px;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: lowercase;
  color: #3a3f60;
}

.hts-visual-stage {
  position: relative;
  flex: 1;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hts-main-person {
  position: relative;
  z-index: 2;
  max-height: 640px;
  width: auto;
  max-width: 88%;
  object-fit: contain;
  display: block;
}

.hts-decor {
  position: absolute;
  bottom: 0;
  z-index: 1;
  max-width: 180px;
  opacity: 0.95;
  pointer-events: none;
}

.hts-decor-left {
  left: 20px;
}

.hts-decor-right {
  right: 30px;
}

.hts-medical-right {
  min-height: 760px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 30px;
  padding: 0 12px;
}

.hts-opinion-box {
  padding: 8px 0 0;
}

.hts-opinion-title {
  margin: 0;
  font-size: clamp(28px, 2.5vw, 56px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 5px;
  color: #1c2149;
  text-transform: uppercase;
}

.hts-opinion-text {
  margin: 10px 0 14px;
  max-width: 700px;
  font-size: 15px;
  line-height: 1.5;
  color: #4e536b;
}

.hts-opinion-topline {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.hts-opinion-phone {
  font-size: clamp(24px, 2vw, 48px);
  line-height: 1;
  font-weight: 900;
  color: #1b214b;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.hts-gdpr-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4d536d;
}

.hts-send-btn {
  min-width: 94px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #6e7082 0%, #6e7082 78%, #54c56f 78%, #54c56f 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
}

.hts-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 22px;
}

.hts-form-grid input,
.hts-form-grid textarea {
  width: 100%;
  border: 2px solid #5c607c;
  border-radius: 999px;
  background: transparent;
  color: #232744;
  font-size: 15px;
  outline: none;
  padding: 0 18px;
  box-sizing: border-box;
}

.hts-form-grid input {
  height: 50px;
}

.hts-form-grid textarea {
  grid-column: 1 / -1;
  min-height: 102px;
  border-radius: 24px;
  padding: 16px 18px;
  resize: vertical;
}

.hts-form-grid input::placeholder,
.hts-form-grid textarea::placeholder {
  color: #5e627a;
}

.hts-journey-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 0;
  text-align: center;
}

.hts-journey-title {
  margin: 0;
  font-size: clamp(34px, 3vw, 82px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 3px;
  color: #1d214a;
  text-transform: uppercase;
}

.hts-journey-subtitle {
  margin: 10px 0 28px;
  font-size: 15px;
  letter-spacing: 3px;
  color: #2d3155;
}

.hts-journey-flow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
  margin-bottom: 16px;
}

.hts-journey-flow-bottom {
  max-width: 700px;
}

.hts-journey-step {
  width: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.hts-step-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #1d214a;
  font-size: 38px;
  line-height: 1;
}

.hts-journey-step span {
  font-size: 12px;
  line-height: 1.15;
  font-weight: 700;
  color: #2d3155;
  text-transform: uppercase;
}

.hts-journey-arrow {
  padding-top: 18px;
  font-size: 30px;
  line-height: 1;
  color: #4ac56a;
  font-weight: 800;
}

.hts-journey-note {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 6px;
  color: #1e234a;
}

@media (max-width: 1400px) {
  .hts-medical-shell {
    grid-template-columns: 44% 56%;
  }

  .hts-journey-step {
    width: 100px;
  }

  .hts-step-icon {
    width: 56px;
    height: 56px;
    font-size: 32px;
  }

  .hts-journey-arrow {
    font-size: 24px;
  }
}

@media (max-width: 1180px) {
  .hts-medical-shell {
    grid-template-columns: 1fr;
  }

  .hts-medical-left,
  .hts-medical-right {
    min-height: auto;
  }

  .hts-brand-subtitle {
    margin-left: 0;
  }

  .hts-visual-stage {
    min-height: 265px;
  }

  .hts-main-person {
    max-height: 500px;
  }

  .hts-journey-flow {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .hts-medical-landing {
    padding: 28px 14px 22px;
  }

  .hts-opinion-title {
    letter-spacing: 2px;
  }

  .hts-form-grid {
    grid-template-columns: 1fr;
  }

  .hts-journey-title {
    letter-spacing: 1px;
  }

  .hts-journey-note {
    font-size: 15px;
    letter-spacing: 3px;
  }

  .hts-step-icon {
    font-size: 30px;
  }
}