.dogo-whatsapp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25d366;
  color: #fff !important;
  font-family: "Inter Tight", "Lato", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.1s ease;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.25);
  line-height: 1;
}
.dogo-whatsapp-cta:hover {
  background: #1ebe5b;
}
.dogo-whatsapp-cta:active {
  transform: scale(0.97);
}
.dogo-whatsapp-cta svg {
  flex-shrink: 0;
}
.dogo-whatsapp-cta span {
  display: inline-block;
}

/* On narrow screens, drop the WhatsApp button onto its own row below
   the Apple Store + Google Play pair (which Framer designed to fit). */
@media (max-width: 640px) {
  .dogo-whatsapp-cta {
    flex-basis: 100%;
    max-width: 100%;
  }
}
