.home-6-section {
  padding: 62px 0;
}

.home-6-card {
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(96, 132, 143, 0.12);
}

.home-6-eyebrow {
  margin: 0 0 18px;
  color: #347983;
  font-family: var(--font-family-display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-6-eyebrow--center,
.home-6-title--center,
.home-6-copy--center {
  text-align: center;
}

.home-6-title {
  margin: 0;
  color: #171a20;
  font-family: var(--font-family-display);
  font-size: clamp(2.45rem, 4.9vw, 4.2rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.home-6-title--section {
  font-size: clamp(1.8rem, 3.2vw, 2.85rem);
  line-height: 1.08;
}

.home-6-wave {
  width: 220px;
  max-width: 100%;
  height: 22px;
  margin: 26px 0 30px;
  border-bottom: 5px solid #f58972;
  border-radius: 50%;
}

.home-6-wave--center {
  margin-left: auto;
  margin-right: auto;
}

.home-6-copy {
  margin: 0;
  color: #3f454d;
  font-size: 18px;
  line-height: 1.46;
}

.home-6-heading-block {
  margin-bottom: 42px;
}

.home-6-call,
.home-6-toggle,
.home-6-form-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 68px;
  padding: 16px 28px;
  border-radius: 999px;
  font-family: var(--font-family-display);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-6-call,
.home-6-toggle {
  border: 1.5px solid #f6a391;
  background: #ffffff;
  color: #f1876e;
}

.home-6-call:hover,
.home-6-toggle:hover,
.home-6-form-button:hover {
  transform: translateY(-1px);
}

.home-6-call__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.home-6-call__icon svg {
  width: 20px;
  height: 20px;
}

.home-6-call__text {
  display: inline-block;
  text-align: center;
}

.home-6-form-button {
  border: 1.5px solid #f6a391;
  background: #ffffff;
  color: #f1876e;
}

.home-6-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .home-6-section {
    padding: 42px 0;
  }

  .home-6-eyebrow {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .home-6-title {
    font-size: 2.35rem;
  }

  .home-6-title--section {
    font-size: 1.8rem;
  }

  .home-6-wave {
    width: 180px;
    height: 18px;
    margin: 20px 0 22px;
    border-bottom-width: 4px;
  }

  .home-6-copy {
    font-size: 16px;
  }

  .home-6-call,
  .home-6-toggle,
  .home-6-form-button {
    width: 100%;
    min-height: 62px;
    font-size: 15px;
  }
}
