/**
 * ============================================================
 * 高级会员页面样式（Web 版）
 * ============================================================
 */

.vip-hero {
  margin: 0 0 24px;
  padding: 32px 24px 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 45%, #db2777 100%);
  color: #fff;
  text-align: center;
  box-shadow: 0 20px 40px rgba(79, 70, 229, 0.25);
}

.vip-hero--active {
  background: linear-gradient(135deg, #059669 0%, #0d9488 50%, #0891b2 100%);
}

.vip-hero-badge {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.vip-hero-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.vip-hero-subtitle {
  font-size: 0.9375rem;
  opacity: 0.92;
  line-height: 1.5;
}

.vip-status-text {
  margin-top: 16px;
  font-size: 0.875rem;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  display: inline-block;
}

.vip-section {
  margin-bottom: 24px;
}

.vip-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

.vip-benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.vip-benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.9375rem;
  color: #334155;
}

.vip-benefit-item:last-child {
  border-bottom: none;
}

.vip-benefit-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ecfdf5;
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vip-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 480px) {
  .vip-plan-grid {
    grid-template-columns: 1fr;
  }
}

.vip-plan-card {
  position: relative;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px 12px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.vip-plan-card.selected {
  border-color: #4f46e5;
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.18);
  transform: translateY(-2px);
}

.vip-plan-card.popular {
  border-color: #f59e0b;
}

.vip-plan-popular {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #f59e0b, #ef4444);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.vip-plan-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 8px;
}

.vip-plan-price {
  font-size: 1.375rem;
  font-weight: 800;
  color: #1e293b;
}

.vip-plan-unit {
  font-size: 0.75rem;
  font-weight: 500;
  color: #94a3b8;
}

.vip-plan-save {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  color: #059669;
  font-weight: 600;
}

.vip-pay-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(90deg, #07c160, #06ae56);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(7, 193, 96, 0.35);
}

.vip-pay-btn:disabled {
  background: #94a3b8;
  box-shadow: none;
  cursor: default;
}

.vip-pay-btn .fab {
  font-size: 1.25rem;
}

/* ---------- 联系方式模块扩展（电话 + 微信 + 双解锁） ---------- */
.contact-section-module {
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  margin-top: 8px;
}

.contact-section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 600;
  color: #334155;
}

.contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #e2e8f0;
  gap: 12px;
}

.contact-row:last-child {
  border-bottom: none;
}

.contact-row-label {
  font-size: 0.8125rem;
  color: #64748b;
  margin-bottom: 4px;
}

.contact-row-value {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1e293b;
  font-variant-numeric: tabular-nums;
}

.contact-row-value.masked {
  color: #94a3b8;
  letter-spacing: 2px;
}

.contact-unlock-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px 16px;
  background: #fff;
}

.contact-unlock-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: center;
}

.contact-unlock-link--vip {
  background: linear-gradient(90deg, #fef3c7, #fde68a);
  color: #92400e;
}

.contact-unlock-link--ad {
  background: #eff6ff;
  color: #2563eb;
}

.contact-copy-btn {
  padding: 8px 14px;
  border-radius: 10px;
  background: #07c160;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.contact-call-btn-inline {
  padding: 8px 14px;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

html[lang="ug"] .contact-unlock-links,
html[lang="ug"] .contact-row {
  text-align: start;
}
