.boltte-product-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.boltte-product-cta__button {
  min-height: 44px;
  width: auto;
  padding: 0 16px;
  border-radius: 8px;
  color: rgb(var(--color-button-text));
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 12px rgba(15, 23, 42, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.boltte-product-cta__button[href*="request-quote"] {
  min-width: 136px;
  --color-button-background: 234, 88, 12;
  --color-button-text: 255, 255, 255;
  --border-opacity: 0.34;
  box-shadow: 0 5px 14px rgba(234, 88, 12, 0.26);
}

.boltte-product-cta__button[href*="wa.me"] {
  min-width: 120px;
  --color-button-background: 18, 140, 126;
  --color-button-text: 255, 255, 255;
  --border-opacity: 0.3;
  box-shadow: 0 5px 14px rgba(18, 140, 126, 0.24);
}

.boltte-product-cta__button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.4);
  outline-offset: 3px;
}

.boltte-product-cta__button:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.2);
}

@media (hover: hover) {
  .boltte-product-cta__button:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 11px 24px rgba(15, 23, 42, 0.24);
  }
}

@media screen and (max-width: 749px) {
  .boltte-product-cta {
    gap: 8px;
  }

  .boltte-product-cta__button {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .boltte-product-cta__button {
    transition: none;
  }
}


/* BOLTTE V125: WhatsApp-only product contact */
.boltte-product-cta.boltte-product-cta--whatsapp-only,
.boltte-v120-gallery-service .boltte-product-cta.boltte-product-cta--whatsapp-only {
  display: flex !important;
  grid-template-columns: none !important;
  justify-content: flex-start !important;
}

.boltte-product-cta.boltte-product-cta--whatsapp-only .boltte-product-cta__button {
  width: auto !important;
}
