/* Unified PRINTVERSA WhatsApp CTA style */
.btn-whatsapp,
.site-whatsapp-button {
  background: #3f8f68 !important;
  color: #fff !important;
  border: 1px solid #3f8f68 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  min-height: 56px;
  justify-content: center;
  padding: .95rem 1.35rem !important;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  text-decoration: none;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus-visible,
.site-whatsapp-button:hover,
.site-whatsapp-button:focus-visible {
  background: #367e5c !important;
  border-color: #367e5c !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(63, 143, 104, .16) !important;
}

.btn-whatsapp svg,
.site-whatsapp-button svg {
  width: 21px;
  height: 21px;
  fill: none !important;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn-whatsapp::after,
.site-whatsapp-button::after {
  content: '›';
  font-size: 1.55rem;
  line-height: 1;
  margin-left: .1rem;
}

.site-whatsapp-cta {
  max-width: 900px;
  margin: 2.5rem auto 4.5rem;
  padding: 0 1.25rem;
  text-align: center;
}

.site-whatsapp-button {
  min-width: min(100%, 420px);
  font-family: var(--font-heading);
  font-size: 1.05rem;
}

@media (max-width: 480px) {
  .btn-whatsapp,
  .site-whatsapp-button {
    width: 100%;
  }
}
