/* ============================================================
   BESTDIGIS — WHATSAPP INTEGRATION STYLES
   ============================================================ */

/* WhatsApp nav button */
.btn-wa-nav {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  background: #25D366;
  color: #fff !important;
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: all var(--dur-base) var(--ease-spring);
  box-shadow: 0 4px 14px rgba(37,211,102,0.35);
  white-space: nowrap;
}
.btn-wa-nav:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 22px rgba(37,211,102,0.45);
  background: #1eb355;
  color: #fff !important;
}
.btn-wa-nav svg { width: 15px; height: 15px; fill: white; flex-shrink: 0; }

/* WhatsApp CTA button (large) */
.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25D366;
  color: #fff !important;
  border-radius: var(--radius-lg);
  font-weight: 700;
  text-decoration: none;
  transition: all var(--dur-base) var(--ease-spring);
  box-shadow: 0 6px 24px rgba(37,211,102,0.4);
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.btn-wa:hover {
  background: #1eb355;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 32px rgba(37,211,102,0.5);
  color: #fff !important;
}
.btn-wa svg { width: 20px; height: 20px; fill: white; flex-shrink: 0; }
.btn-wa.btn-sm  { padding: 9px 20px;  font-size: 0.875rem; }
.btn-wa.btn-md  { padding: 12px 26px; font-size: 1rem; }
.btn-wa.btn-lg  { padding: 15px 34px; font-size: 1.05rem; }
.btn-wa.btn-xl  { padding: 18px 42px; font-size: 1.125rem; border-radius: var(--radius-xl); }
.btn-wa.w-full  { width: 100%; }

/* 24/7 WhatsApp badge */
.wa-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 14px;
  background: rgba(37,211,102,0.10);
  color: #16a34a;
  border: 1px solid rgba(37,211,102,0.25);
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.wa-badge .wa-dot {
  width: 7px; height: 7px;
  background: #25D366;
  border-radius: 50%;
  animation: pulse-ring 1.8s ease-out infinite;
  flex-shrink: 0;
}
[data-theme="dark"] .wa-badge { background: rgba(37,211,102,0.15); color: #4ade80; border-color: rgba(37,211,102,0.3); }

/* WhatsApp info bar */
.wa-bar {
  background: linear-gradient(90deg, rgba(37,211,102,0.08), rgba(37,211,102,0.04));
  border: 1px solid rgba(37,211,102,0.18);
  border-radius: var(--radius-lg);
  padding: var(--space-4) var(--space-6);
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}
[data-theme="dark"] .wa-bar { background: rgba(37,211,102,0.08); border-color: rgba(37,211,102,0.2); }
.wa-bar-icon {
  width: 44px; height: 44px;
  background: #25D366;
  border-radius: var(--radius-full);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(37,211,102,0.4);
}
.wa-bar-icon svg { width: 22px; height: 22px; fill: white; }
.wa-bar-text { flex: 1; min-width: 0; }
.wa-bar-text strong { display: block; font-size: 0.95rem; font-weight: 700; margin-bottom: 2px; }
.wa-bar-text span { font-size: 0.82rem; color: var(--text-muted); }
.wa-number-display {
  font-size: 1rem; font-weight: 800;
  color: #16a34a;
  letter-spacing: 0.02em;
}
[data-theme="dark"] .wa-number-display { color: #4ade80; }

/* Pricing card WhatsApp CTA */
.pricing-wa-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-3);
}
.pricing-wa-cta .wa-note {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-align: center;
}

/* Footer WhatsApp section */
.footer-wa {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  background: rgba(37,211,102,0.08);
  border: 1px solid rgba(37,211,102,0.2);
  border-radius: var(--radius-lg);
  padding: var(--space-3) var(--space-4);
  margin-top: var(--space-4);
  text-decoration: none;
  transition: all var(--dur-base);
}
.footer-wa:hover { background: rgba(37,211,102,0.14); transform: translateY(-1px); }
.footer-wa-icon {
  width: 36px; height: 36px;
  background: #25D366;
  border-radius: var(--radius-full);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.footer-wa-icon svg { width: 18px; height: 18px; fill: white; }
.footer-wa-text .label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }
.footer-wa-text .number { font-size: 0.9rem; font-weight: 700; color: #16a34a; }
[data-theme="dark"] .footer-wa-text .number { color: #4ade80; }

/* Hero WhatsApp trust pill */
.wa-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37,211,102,0.10);
  border: 1px solid rgba(37,211,102,0.22);
  border-radius: var(--radius-full);
  padding: 6px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #16a34a;
}
[data-theme="dark"] .wa-trust-pill { background: rgba(37,211,102,0.15); color: #4ade80; }
.wa-trust-pill svg { width: 14px; height: 14px; fill: currentColor; }

/* WA SVG icon snippet (reusable) */
.wa-svg-sm { width: 16px; height: 16px; fill: white; }
