.home-contato {
  scroll-margin-top: 104px;
  padding: clamp(48px, 8vw, 92px) 0;
  color: #ffffff;
  text-align: center;
  background:
    radial-gradient(circle at 18% 12%, rgba(37, 211, 102, 0.2), transparent 42%),
    linear-gradient(165deg, #24184c 0%, #1b123d 55%, #120c28 100%);
}

.home-contato__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100% - 48px, 720px);
  margin-inline: auto;
}

.home-contato__eyebrow {
  margin: 0 0 10px;
  color: #25d366;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-contato__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 3.1vw, 2.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.home-contato__text {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.02rem;
  line-height: 1.45;
}

.home-contato__phone {
  display: inline-block;
  margin: 18px 0 0;
  color: #ffffff;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-decoration: none;
}

.home-contato__phone:hover,
.home-contato__phone:focus-visible {
  color: #25d366;
}

.home-contato__cta {
  margin-top: 22px;
}
