/* WhatsApp conversion CTAs — calm, professional, mobile-first */

.wa-context-banner {
  background: #f4f8f0;
  border: 1px solid rgba(127, 166, 80, 0.35);
  border-radius: 14px;
  padding: 14px 18px;
  margin: 0 0 20px;
  font-size: 0.95rem;
  color: var(--text-dark, #1f2f28);
  line-height: 1.55;
}

.wa-context-banner strong {
  color: var(--primary-dark, #6b8f3e);
}

.wa-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  min-height: 48px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-wa-primary {
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
}

.btn-wa-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4);
  color: #fff;
}

.btn-wa-outline {
  background: #fff;
  color: var(--text-dark, #1f2f28);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.btn-wa-outline:hover {
  border-color: var(--primary);
  color: var(--primary-dark);
}

.offline-next-steps {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.offline-next-steps li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.95rem;
  color: #444;
  line-height: 1.55;
}

.offline-next-steps li:last-child {
  border-bottom: none;
}

.offline-next-steps li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
}

.request-offline-panel {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.request-offline-panel h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.product-actions .btn-wa-product {
  flex: 1 1 100%;
  margin-top: 4px;
}

.products-wa-bar {
  text-align: center;
  margin-bottom: 28px;
}

.products-wa-bar .btn-wa {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wa-cta-group {
    flex-direction: column;
  }

  .wa-cta-group .btn-wa {
    width: 100%;
  }

  .product-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .product-actions .btn {
    width: 100%;
  }
}
