.home-9-section {
  padding: 44px 0;
}

.home-9-title {
  margin: 0;
  color: #1f2126;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.home-9-title--hero {
  font-size: clamp(2.8rem, 6vw, 5.3rem);
}

.home-9-copy {
  margin: 18px 0 0;
  color: #656a73;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

.home-9-copy--lead {
  max-width: 760px;
  font-size: 20px;
}

.home-9-pill {
  display: inline-flex;
  margin: 0 0 18px;
  color: #94b887;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-9-button,
.home-9-call,
.home-9-learn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 32px;
  border-radius: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.home-9-button,
.home-9-call {
  max-width: 100%;
  background: #9abc8d;
  color: #ffffff;
  border: 1px solid transparent;
}

.home-9-button--ghost {
  background: #ffffff;
  color: #56724f;
  border-color: rgba(122, 153, 112, 0.22);
}

.home-9-button:hover,
.home-9-call:hover,
.home-9-learn:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.home-9-call__text {
  white-space: normal;
  text-align: center;
  overflow-wrap: anywhere;
}

.home-9-learn {
  justify-content: flex-start;
  min-height: 40px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #8fb283;
  font-size: 16px;
  text-transform: lowercase;
}

.home-9-learn::before {
  content: "›";
  margin-right: 14px;
  font-size: 42px;
  line-height: 0.8;
}

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

@media (max-width: 900px) {
  .home-9-section {
    padding: 34px 0;
  }

  .home-9-title {
    font-size: clamp(2rem, 7vw, 3.3rem);
  }

  .home-9-title--hero {
    font-size: clamp(2.5rem, 10vw, 4rem);
  }

  .home-9-copy,
  .home-9-copy--lead {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .home-9-pill,
  .home-9-button,
  .home-9-call {
    width: 100%;
  }

  .home-9-copy,
  .home-9-copy--lead {
    font-size: 16px;
  }

  .home-9-button,
  .home-9-call,
  .home-9-learn {
    font-size: 16px;
  }
}
