.home-7-section {
  padding: 60px 0;
}

.home-7-title {
  margin: 0;
  color: #191c22;
  font-family: var(--font-family-display);
  font-size: clamp(2.5rem, 4.1vw, 4.2rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.home-7-title--section {
  font-size: clamp(1.8rem, 2.7vw, 2.7rem);
}

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

.home-7-copy {
  margin: 22px 0 0;
  color: #5c6168;
  font-size: 18px;
  line-height: 1.48;
}

.home-7-eyebrow {
  margin: 0 0 16px;
  color: #b6daf3;
  font-family: var(--font-family-display);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-7-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 26px;
  padding: 14px 26px;
  border-radius: 22px;
  background: #a8d3f1;
  color: #ffffff;
  font-family: var(--font-family-display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.home-7-heading {
  margin-bottom: 38px;
}

.home-7-heading--center {
  text-align: center;
}

.home-7-button,
.home-7-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 16px 28px;
  border-radius: 999px;
  font-family: var(--font-family-display);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-7-button {
  border: 1.5px solid #a8d3f1;
  background: #a8d3f1;
  color: #ffffff;
}

.home-7-button--ghost {
  background: #ffffff;
  color: #8bbddf;
}

.home-7-call {
  gap: 12px;
  border: 1.5px solid #a8d3f1;
  background: #a8d3f1;
  color: #ffffff;
}

.home-7-button:hover,
.home-7-call:hover {
  transform: translateY(-1px);
  background: #91c7ea;
  color: #ffffff;
}

.home-7-button--ghost:hover {
  border-color: #91c7ea;
}

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

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

.home-7-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b9e3eb;
  font-family: var(--font-family-display);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.home-7-text-link::before {
  content: "›";
  color: #9ed8e5;
  font-size: 44px;
  line-height: 0.5;
}

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

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

  .home-7-title {
    font-size: 2.15rem;
  }

  .home-7-title--section {
    font-size: 1.75rem;
  }

  .home-7-copy {
    margin-top: 18px;
    font-size: 16px;
  }

  .home-7-pill,
  .home-7-button,
  .home-7-call {
    width: 100%;
    font-size: 15px;
  }
}
