/* CTA final compartido (Inicio / Nosotros) */
.ns-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
}

.ns-actions .button {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
}

.ns-kicker {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-amarillo-famatex);
}

.ns-kicker--on-dark {
  color: var(--color-amarillo-famatex);
}

.ns-btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.2rem;
  border-radius: 3rem;
  border: 2px solid var(--color-verde-famatex);
  color: var(--color-verde-famatex);
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

.ns-btn-line:hover {
  background: var(--color-verde-famatex);
  color: #fff;
}

.ns-final {
  padding: 2rem 0 5.5rem;
}

.ns-final__box {
  display: grid;
  gap: 2.2rem;
  padding: 3.4rem 2.2rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(ellipse at top right, rgba(255, 179, 68, 0.28), transparent 50%),
    linear-gradient(145deg, #2f8f78 0%, var(--color-verde-famatex) 55%, #3aa888 100%);
  box-shadow: 0 20px 48px rgba(75, 181, 151, 0.28);
}

.ns-final__box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../media/feria/maquinas-feria-2.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.14;
}

.ns-final__copy .ns-kicker {
  margin-bottom: 0.7rem;
}

.ns-final__copy h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(2.5rem, 4.2vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #fff;
}

.ns-final__copy p {
  margin: 0;
  max-width: 44rem;
  font-size: 1.55rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.ns-final .ns-actions {
  justify-content: center;
}

.ns-final__wa {
  background-color: var(--color-amarillo-famatex) !important;
  color: var(--color-gris-famatex) !important;
}

.ns-final__wa:hover {
  filter: brightness(1.05);
}

.ns-final__stores {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.ns-final__stores:hover {
  background: #fff;
  color: var(--color-verde-famatex);
  border-color: #fff;
}

@media (min-width: 768px) {
  .ns-final__box {
    grid-template-columns: 1.35fr auto;
    text-align: left;
    align-items: center;
    padding: 3.8rem 4.2rem;
    gap: 3rem;
  }

  .ns-final__copy p {
    max-width: 48rem;
  }

  .ns-final .ns-actions {
    justify-content: flex-end;
  }
}
