/* Shared WhatsApp icon — scales with parent font-size */
.wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125em;
  height: 1.125em;
  flex-shrink: 0;
  line-height: 0;
}

.wa-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.pricing-card {
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(20, 184, 166, 0.35);
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: -50% -50% auto auto;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.2), transparent 70%);
  pointer-events: none;
}

.pricing-card--compact {
  padding: 20px;
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.15);
  border: 1px solid rgba(20, 184, 166, 0.35);
  color: #5eead4;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 16px;
}

.pricing-currency {
  font-size: 1.4rem;
  font-weight: 700;
  color: #5eead4;
}

.pricing-amount {
  font-size: clamp(2.4rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(135deg, #fff 0%, #5eead4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pricing-period {
  color: #94a3b8;
  font-size: 0.95rem;
  font-weight: 500;
  margin-left: 4px;
}

.pricing-features {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: #cbd5e1;
  line-height: 1.45;
}

.pricing-features li::before {
  content: "✓";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(34, 197, 94, 0.15);
  color: #86efac;
  display: grid;
  place-items: center;
  font-size: 0.65rem;
  font-weight: 800;
  margin-top: 1px;
}

.pricing-upi {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.15);
  margin-bottom: 12px;
}

.pricing-upi img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background: #fff;
  padding: 6px;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.pricing-card--compact .pricing-upi img {
  width: 100px;
  height: 100px;
}

.pricing-upi-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.pricing-upi-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #94a3b8;
}

.pricing-upi-id {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82rem;
  color: #f8fafc;
  word-break: break-all;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(148, 163, 184, 0.15);
}

.pricing-copy-btn {
  align-self: flex-start;
  border: 1px solid rgba(20, 184, 166, 0.4);
  background: rgba(20, 184, 166, 0.12);
  color: #5eead4;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.pricing-copy-btn:hover {
  background: rgba(20, 184, 166, 0.22);
}

.pricing-copy-btn:active { transform: scale(0.97); }
.pricing-copy-btn.copied {
  background: rgba(34, 197, 94, 0.2);
  border-color: rgba(34, 197, 94, 0.4);
  color: #86efac;
}

.pricing-note {
  margin: 0 0 14px;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.5;
}

.support-contact {
  padding-top: 12px;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.support-email-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #93c5fd;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.support-email-btn:hover {
  background: rgba(59, 130, 246, 0.2);
  color: #bfdbfe;
  transform: translateY(-1px);
}

.support-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #86efac;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.support-wa-btn .wa-icon {
  width: 1.05em;
  height: 1.05em;
  opacity: 0.95;
}

.support-wa-btn span:last-child {
  line-height: 1.2;
}

.support-wa-btn:hover {
  background: rgba(37, 211, 102, 0.25);
  color: #bbf7d0;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.15);
  transform: translateY(-1px);
}

.support-wa-btn:active { transform: scale(0.98); }

.support-contact-note {
  margin: 0;
  font-size: 0.76rem;
  color: #64748b;
  line-height: 1.4;
}

.pricing-card--compact .support-wa-btn {
  font-size: 0.8rem;
  padding: 9px 12px;
  gap: 7px;
}

.pricing-card--compact .support-wa-btn .wa-icon {
  width: 1em;
  height: 1em;
}

.pricing-section {
  padding: 48px 0;
}

.pricing-section .section-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 32px;
}

.pricing-section .section-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  margin: 12px 0 10px;
}

.pricing-section .section-head p {
  color: #94a3b8;
  margin: 0;
  line-height: 1.6;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 420px);
  justify-content: center;
  gap: 24px;
}

.pricing-card:hover {
  border-color: rgba(20, 184, 166, 0.55);
  box-shadow: 0 20px 56px rgba(20, 184, 166, 0.12);
  transition: border-color 0.25s, box-shadow 0.25s;
}

@media (max-width: 480px) {
  .pricing-upi {
    flex-direction: column;
    text-align: center;
  }

  .pricing-upi-meta { align-items: center; }
  .pricing-copy-btn { align-self: center; }
}
