.home-8-section {
  padding: 36px 0;
}

.home-8-title {
  margin: 0;
  color: #1d1f24;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 2.75vw, 3rem);
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.home-8-title--section {
  font-size: clamp(1.4rem, 1.95vw, 2.1rem);
}

.home-8-copy {
  margin: 12px 0 0;
  color: #4f535b;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.home-8-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #fff09b;
  color: #1e2329;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-8-button,
.home-8-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.home-8-button {
  border: 2px solid #f6df5e;
  background: #ffea75;
  color: #1d1f24;
}

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

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

.home-8-call {
  gap: 12px;
  border: 2px solid #f0df77;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 0 0 1px rgba(240, 223, 119, 0.2) inset;
}

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

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

.home-8-call__text {
  white-space: nowrap;
}

.home-8-learn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #ffea75;
  color: #1d1f24;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.home-8-learn::before {
  content: "↩";
  font-size: 32px;
  line-height: 0.8;
}

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

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

  .home-8-title {
    font-size: 1.62rem;
  }

  .home-8-title--section {
    font-size: 1.34rem;
  }

  .home-8-copy {
    margin-top: 12px;
    font-size: 12px;
  }

  .home-8-pill,
  .home-8-button,
  .home-8-call {
    width: 100%;
  }
}
