/* ========================================================
   ROUND S5E.3 - HOME TO SOLUTIONS DISCOVERY CTA
   ROUND S5E.4 - CTA AFTER THE CONVERSATION SHOWCASE
   ======================================================== */

.home-solutions-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 2rem;
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: 20px;
  padding: 1.15rem 1.25rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, 0.08), transparent 36%),
    linear-gradient(135deg, rgba(139, 92, 246, 0.09), rgba(34, 211, 238, 0.035));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.17);
}

#recursos .home-solutions-cta {
  margin-top: clamp(1.75rem, 3vw, 2.75rem);
  margin-bottom: 0;
}

.home-solutions-cta__copy {
  min-width: 0;
}

.home-solutions-cta__copy span,
.home-solutions-cta__copy strong,
.home-solutions-cta__copy p {
  display: block;
}

.home-solutions-cta__copy span {
  color: #67e8f9;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-solutions-cta__copy strong {
  margin-top: 0.28rem;
  color: #f1f0ff;
  font-family: 'Syne', sans-serif;
  font-size: 1.05rem;
  line-height: 1.35;
}

.home-solutions-cta__copy p {
  max-width: 720px;
  margin: 0.28rem 0 0;
  color: #8b8aa8;
  font-size: 0.86rem;
  line-height: 1.6;
}

.home-solutions-cta__link {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .home-solutions-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .home-solutions-cta__link {
    width: 100%;
    text-align: center;
  }
}
