.home-contact {
  background: #141821;
  padding: 96px 64px;
}

.home-contact__inner {
  width: min(1472px, calc(100% - 128px));
  margin: 0 auto;
}

.home-contact__header {
  width: 720px;
  max-width: 100%;
}

.home-contact__content {
  display: grid;
  grid-template-columns: minmax(360px, 619px) minmax(420px, 805px);
  gap: 48px;
  align-items: start;
  margin-top: 44px;
}

.home-contact__kicker {
  margin: 0;
  color: #e8906b;
  font-family: "Instrument Sans", "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: 2.4px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-contact__title {
  margin: 16px 0 0;
  color: #fffdf8;
  font-family: "Instrument Serif", "Playfair Display", Georgia, serif;
  font-size: 54.4px;
  line-height: 57.12px;
  letter-spacing: 0;
  font-weight: 400;
}

.home-contact__text {
  margin: 14px 0 0;
  color: #a8b0bf;
  font-family: "Instrument Sans", "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 25.6px;
  width: 720px;
  max-width: 100%;
}

.home-contact__call-card {
  background: rgba(255, 253, 248, 0.05);
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 3px;
  padding: 30px 28px;
}

.home-contact__call-title {
  margin: 0;
  color: #fffdf8;
  font-family: "Instrument Serif", "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 38.4px;
  font-weight: 400;
}

.home-contact__call-text {
  margin: 8px 0 0;
  color: #a8b0bf;
  font-family: "Instrument Sans", "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14.5px;
  line-height: 23.2px;
  max-width: 561px;
}

.home-contact__phone-link {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #e8906b;
  text-decoration: none;
  font-family: "Instrument Sans", "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 21px;
  line-height: 33.6px;
  font-weight: 700;
  font-style: italic;
}

.home-contact__phone-icon {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.home-contact__benefits {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  max-width: 561px;
}

.home-contact__benefits li {
  color: #a8b0bf;
  font-family: "Instrument Sans", "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 22.4px;
  position: relative;
  padding-left: 26px;
}

.home-contact__benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.73px solid #e8906b;
  box-sizing: border-box;
}

.home-contact__benefits li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 6px;
  height: 3px;
  border-left: 1.73px solid #e8906b;
  border-bottom: 1.73px solid #e8906b;
  transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .home-contact {
    padding: 72px 24px;
  }

  .home-contact__inner {
    width: min(1472px, calc(100% - 32px));
  }

  .home-contact__title {
    font-size: clamp(40px, 6vw, 54.4px);
    line-height: 1.05;
  }

  .home-contact__inner {
    width: min(1472px, calc(100% - 32px));
  }

  .home-contact__content {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .home-contact {
    padding: 56px 16px;
  }

  .home-contact__inner {
    width: calc(100% - 16px);
  }

  .home-contact__title {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.06;
  }

  .home-contact__text {
    font-size: 15px;
    line-height: 1.6;
  }

  .home-contact__call-card {
    padding: 24px 18px;
  }

  .home-contact__phone-link {
    font-size: 18px;
    line-height: 1.4;
  }
}
