/* ==========================================
   OTAKU TV - SHOP PAGE STYLES
   ========================================== */

/* Shop Hero */
.shop-hero {
  position: relative;
  z-index: 1;
  padding: 160px 40px 60px;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.shop-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 22px;
  background: linear-gradient(135deg, rgba(139,92,246,0.15), rgba(217,70,239,0.08));
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: var(--radius-full);
  font-size: 13px;
  color: var(--purple-neon);
  margin-bottom: 24px;
  font-weight: 700;
  backdrop-filter: blur(10px);
  animation: fadeInUp 0.6s ease;
}

.shop-hero-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
  animation: fadeInUp 0.6s ease 0.1s both;
}

.shop-hero-desc {
  font-size: 17px;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.9;
  animation: fadeInUp 0.6s ease 0.2s both;
}

.demo-notice {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(124, 58, 237, 0.06));
  border: 1px solid rgba(34, 211, 238, 0.25);
  border-radius: var(--radius-lg);
  text-align: right;
  max-width: 500px;
  margin: 0 auto;
  animation: fadeInUp 0.6s ease 0.3s both;
  backdrop-filter: blur(10px);
}

.demo-notice > i {
  font-size: 28px;
  color: var(--cyan-accent);
  flex-shrink: 0;
}

.demo-notice strong {
  display: block;
  font-size: 14px;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.demo-notice p {
  font-size: 12.5px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Pricing Section */
.pricing-section {
  position: relative;
  z-index: 1;
  padding: 40px 40px 80px;
  max-width: 1500px;
  margin: 0 auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  background: linear-gradient(165deg, var(--bg-card), rgba(8, 6, 15, 0.6));
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 36px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  isolation: isolate;
  overflow: hidden;
}

.pricing-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-glass);
  opacity: 0;
  transition: opacity var(--transition-base);
  z-index: -1;
}

.pricing-card:hover {
  transform: translateY(-12px);
  border-color: var(--border-glow);
}

.pricing-card:hover::before { opacity: 1; }

/* Plan glow effect */
.plan-glow {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 200px;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.4;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.pricing-card:hover .plan-glow { opacity: 0.7; }

/* Bronze Theme */
.pricing-card.bronze .plan-glow { background: radial-gradient(circle, #cd7f32 0%, transparent 70%); }
.pricing-card.bronze .plan-icon {
  background: linear-gradient(135deg, #cd7f32, #8b4513);
  box-shadow: 0 8px 25px rgba(205, 127, 50, 0.4);
}
.pricing-card.bronze:hover { box-shadow: 0 0 60px rgba(205, 127, 50, 0.25), 0 20px 60px rgba(0,0,0,0.5); }

/* Silver Theme */
.pricing-card.silver .plan-glow { background: radial-gradient(circle, #c0c0c0 0%, transparent 70%); }
.pricing-card.silver .plan-icon {
  background: linear-gradient(135deg, #e8e8e8, #909090);
  box-shadow: 0 8px 25px rgba(192, 192, 192, 0.4);
  color: #2a2a2a;
}
.pricing-card.silver:hover { box-shadow: 0 0 60px rgba(192, 192, 192, 0.25), 0 20px 60px rgba(0,0,0,0.5); }

/* Gold Theme - Popular */
.pricing-card.gold {
  border-color: rgba(251, 191, 36, 0.4);
  background: linear-gradient(165deg, rgba(251, 191, 36, 0.08), rgba(8, 6, 15, 0.7));
  transform: scale(1.05);
}
.pricing-card.gold .plan-glow { background: radial-gradient(circle, #fbbf24 0%, transparent 70%); opacity: 0.5; }
.pricing-card.gold .plan-icon {
  background: linear-gradient(135deg, #fcd34d, #f59e0b);
  box-shadow: 0 8px 30px rgba(251, 191, 36, 0.5);
  color: #422006;
}
.pricing-card.gold:hover { box-shadow: 0 0 80px rgba(251, 191, 36, 0.3), 0 20px 60px rgba(0,0,0,0.5); transform: scale(1.05) translateY(-12px); }

/* Platinum Theme - VIP */
.pricing-card.platinum {
  border-color: rgba(34, 211, 238, 0.4);
  background: linear-gradient(165deg, rgba(124, 58, 237, 0.1), rgba(34, 211, 238, 0.05), rgba(217, 70, 239, 0.05));
}
.pricing-card.platinum .plan-glow {
  background: conic-gradient(from 0deg, #7c3aed, #d946ef, #22d3ee, #7c3aed);
  opacity: 0.4;
  animation: rotateGlow 8s linear infinite;
}
@keyframes rotateGlow {
  from { transform: translateX(-50%) rotate(0deg); }
  to { transform: translateX(-50%) rotate(360deg); }
}
.pricing-card.platinum .plan-icon {
  background: linear-gradient(135deg, #7c3aed, #d946ef, #22d3ee);
  background-size: 200% 200%;
  animation: gradientShift 4s ease infinite;
  box-shadow: 0 8px 35px rgba(217, 70, 239, 0.5);
  color: #fff;
}
@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.pricing-card.platinum:hover { box-shadow: 0 0 80px rgba(217, 70, 239, 0.35), 0 20px 60px rgba(0,0,0,0.5); }

/* Popular & VIP Badges */
.popular-badge, .vip-badge {
  position: absolute;
  top: -1px;
  right: 24px;
  padding: 8px 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 0 0 12px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  z-index: 2;
}

.popular-badge {
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  box-shadow: 0 4px 20px rgba(251, 191, 36, 0.5);
  animation: pulseBadge 2s ease-in-out infinite;
}

@keyframes pulseBadge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.vip-badge {
  background: linear-gradient(135deg, #7c3aed, #d946ef, #22d3ee);
  background-size: 200% 200%;
  animation: gradientShift 3s ease infinite;
  box-shadow: 0 4px 20px rgba(217, 70, 239, 0.5);
}

/* Plan Icon */
.plan-icon-wrapper {
  margin-bottom: 16px;
}

.plan-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  transition: transform 0.4s ease;
}

.plan-icon::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: inherit;
  filter: blur(15px);
  opacity: 0.5;
  z-index: -1;
}

.pricing-card:hover .plan-icon {
  transform: scale(1.1) rotate(8deg);
}

.plan-name {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
}

.plan-tagline {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
  font-weight: 500;
}

/* Plan Price */
.plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
  direction: ltr;
}

.price-amount {
  font-size: 56px;
  font-weight: 900;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  letter-spacing: -2px;
}

.pricing-card.bronze .price-amount { background: linear-gradient(135deg, #cd7f32, #b8860b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.pricing-card.silver .price-amount { background: linear-gradient(135deg, #e8e8e8, #909090); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.pricing-card.gold .price-amount { background: linear-gradient(135deg, #fcd34d, #f59e0b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.pricing-card.platinum .price-amount { background: linear-gradient(135deg, #c084fc, #d946ef, #22d3ee); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.price-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
  direction: rtl;
}

.price-currency {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 2px;
}

.price-period {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 500;
}

.plan-desc {
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 24px;
  line-height: 1.7;
  min-height: 44px;
}

/* Features List */
.plan-features {
  list-style: none;
  text-align: right;
  margin-bottom: 28px;
  flex: 1;
  padding: 20px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.plan-features li {
  font-size: 13px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-secondary);
  transition: transform var(--transition-base);
}

.plan-features li:hover {
  transform: translateX(-4px);
}

.plan-features li i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  flex-shrink: 0;
}

.plan-features li.ok i {
  background: rgba(34, 197, 94, 0.15);
  color: var(--green-success);
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.plan-features li.no {
  opacity: 0.5;
  text-decoration: line-through;
}

.plan-features li.no i {
  background: rgba(239, 68, 68, 0.15);
  color: var(--red-danger);
  border: 1px solid rgba(239, 68, 68, 0.3);
}

/* Plan Button */
.plan-btn {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: var(--radius-full);
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.plan-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.3) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.plan-btn:hover::before { transform: translateX(100%); }

.pricing-card.bronze .plan-btn {
  background: rgba(205, 127, 50, 0.15);
  color: #ffa86b;
  border: 1px solid rgba(205, 127, 50, 0.3);
}
.pricing-card.bronze .plan-btn:hover {
  background: linear-gradient(135deg, #cd7f32, #8b4513);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(205, 127, 50, 0.4);
}

.pricing-card.silver .plan-btn {
  background: rgba(192, 192, 192, 0.15);
  color: #d1d5db;
  border: 1px solid rgba(192, 192, 192, 0.3);
}
.pricing-card.silver .plan-btn:hover {
  background: linear-gradient(135deg, #e8e8e8, #909090);
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(192, 192, 192, 0.3);
}

.pricing-card.gold .plan-btn {
  background: linear-gradient(135deg, #fcd34d, #f59e0b);
  color: #422006;
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(251, 191, 36, 0.4);
}
.pricing-card.gold .plan-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(251, 191, 36, 0.55);
}

.pricing-card.platinum .plan-btn {
  background: linear-gradient(135deg, #7c3aed, #d946ef, #22d3ee);
  background-size: 200% 200%;
  animation: gradientShift 4s ease infinite;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 6px 25px rgba(217, 70, 239, 0.5);
}
.pricing-card.platinum .plan-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 35px rgba(217, 70, 239, 0.6);
}

/* Comparison Section */
.comparison-section {
  position: relative;
  z-index: 1;
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.comparison-title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.comparison-title i {
  color: var(--purple-neon);
  filter: drop-shadow(0 0 10px var(--purple-neon));
}

.comparison-table-wrapper {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.comparison-table thead {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.15), rgba(217, 70, 239, 0.08));
}

.comparison-table th {
  padding: 18px 16px;
  font-size: 14px;
  font-weight: 800;
  color: var(--text-primary);
}

.comparison-table th:first-child { text-align: right; padding-right: 24px; }

.comparison-table th i { margin-left: 6px; }

.comparison-table td {
  padding: 14px 16px;
  font-size: 13px;
  color: var(--text-secondary);
  border-top: 1px solid var(--border-color);
  font-weight: 500;
}

.comparison-table td:first-child {
  text-align: right;
  padding-right: 24px;
  color: var(--text-primary);
  font-weight: 700;
}

.comparison-table tbody tr:hover {
  background: rgba(139, 92, 246, 0.04);
}

.popular-col {
  background: rgba(251, 191, 36, 0.05);
  position: relative;
}

.comparison-table .yes {
  color: var(--green-success);
  font-size: 16px;
  filter: drop-shadow(0 0 4px rgba(34, 197, 94, 0.5));
}

.comparison-table .no {
  color: var(--red-danger);
  font-size: 16px;
  opacity: 0.7;
}

/* FAQ */
.faq-section {
  position: relative;
  z-index: 1;
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.faq-title i {
  color: var(--purple-neon);
  filter: drop-shadow(0 0 10px var(--purple-neon));
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 20px 22px;
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.faq-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle at top right, rgba(139, 92, 246, 0.15), transparent);
  border-radius: 50%;
  opacity: 0;
  transition: opacity var(--transition-base);
}

.faq-item:hover {
  transform: translateY(-4px);
  border-color: var(--border-glow);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.faq-item:hover::before { opacity: 1; }

.faq-q {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.faq-q i {
  color: var(--purple-neon);
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.faq-a {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.8;
  padding-right: 26px;
}

/* Shop CTA */
.shop-cta {
  text-align: center;
  padding: 60px 40px;
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.shop-cta h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}

.shop-cta p {
  font-size: 15px;
  color: var(--text-secondary);
  margin-bottom: 28px;
}

.shop-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Demo Modal */
.demo-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(15px);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.demo-modal.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.demo-modal-content {
  width: 100%;
  max-width: 460px;
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-2xl);
  padding: 36px 32px;
  text-align: center;
  position: relative;
  animation: slideUpScale 0.4s var(--transition-bounce);
  box-shadow: var(--shadow-xl);
}

@keyframes slideUpScale {
  from { opacity: 0; transform: translateY(40px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.demo-modal-close {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-base);
}

.demo-modal-close:hover {
  background: rgba(239, 68, 68, 0.15);
  color: var(--red-danger);
}

.demo-modal-icon {
  width: 80px;
  height: 80px;
  background: var(--gradient-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
  color: #fff;
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.5);
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.demo-modal-content h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.demo-modal-content p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 12px;
}

.demo-modal-info {
  font-size: 13px !important;
  color: var(--purple-300) !important;
  margin-top: 16px;
  margin-bottom: 20px !important;
}

.demo-modal-content .btn-primary {
  display: inline-flex;
  margin-top: 8px;
}

.demo-modal-content .btn-secondary {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  text-align: center;
  cursor: pointer;
}

/* ==========================================
   FREE BANNER (Platinum for Everyone)
   ========================================== */
.free-banner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 28px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(124, 58, 237, 0.1), rgba(217, 70, 239, 0.08));
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: var(--radius-xl);
  text-align: right;
  max-width: 700px;
  margin: 0 auto 16px;
  animation: fadeInUp 0.6s ease 0.25s both, glowGreen 3s ease-in-out infinite;
  backdrop-filter: blur(15px);
  position: relative;
  overflow: hidden;
}
.free-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.15), transparent);
  animation: shimmerFree 4s ease-in-out infinite;
}
@keyframes glowGreen {
  0%, 100% { box-shadow: 0 0 30px rgba(34, 197, 94, 0.2); }
  50% { box-shadow: 0 0 50px rgba(34, 197, 94, 0.4), 0 0 80px rgba(124, 58, 237, 0.2); }
}
@keyframes shimmerFree {
  0%, 100% { left: -100%; }
  50% { left: 100%; }
}

.free-banner-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 8px 25px rgba(34, 197, 94, 0.5);
  animation: bounceFree 2s ease-in-out infinite;
}

@keyframes bounceFree {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.free-banner-text strong {
  display: block;
  font-size: 16px;
  color: var(--text-primary);
  margin-bottom: 6px;
  font-weight: 800;
}

.free-banner-text p {
  font-size: 13.5px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.free-banner-text .highlight {
  color: #4ade80;
  font-weight: 700;
}

/* Active Plan Style */
.active-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  font-size: 10.5px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 15px rgba(34, 197, 94, 0.4);
  z-index: 3;
}

.active-badge i {
  font-size: 11px;
}

/* قیمت قدیمی - خط خورده */
.price-old {
  font-size: 22px;
  color: var(--text-muted);
  text-decoration: line-through;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  opacity: 0.5;
}

.price-amount.free {
  font-size: 48px;
  font-weight: 900;
  background: linear-gradient(135deg, #22c55e, #16a34a, #4ade80) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
  filter: drop-shadow(0 4px 15px rgba(34, 197, 94, 0.4));
}

.active-plan .plan-price {
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  direction: rtl !important;
}

/* تغییر دکمه‌های پلن‌ها به فعال (سبز) */
.active-plan .plan-btn {
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 800 !important;
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4) !important;
  animation: none !important;
}

.active-plan .plan-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.55) !important;
}

/* آیکون مدال "فعال" */
.demo-modal-icon.active-icon {
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.5) !important;
}

/* ==========================================
   RESPONSIVE - TABLET
   ========================================== */
@media (max-width: 992px) {
  .pricing-card.gold { transform: none; }
  .pricing-card.gold:hover { transform: translateY(-12px); }
  .pricing-grid { gap: 18px; }
  .shop-hero { padding: 110px 16px 32px; }
  .pricing-section { padding: 16px 16px 50px; }
  .comparison-section, .faq-section { padding: 36px 16px; }
}

/* ==========================================
   RESPONSIVE - MOBILE (Beautiful Mobile)
   ========================================== */
@media (max-width: 600px) {
  /* Shop Hero - Mobile */
  .shop-hero { padding: 90px 16px 24px; }
  .shop-hero-badge { padding: 6px 16px; font-size: 11.5px; margin-bottom: 18px; }
  .shop-hero-title { font-size: 26px; line-height: 1.3; margin-bottom: 12px; padding: 0 8px; }
  .shop-hero-desc { font-size: 13px; line-height: 1.8; margin-bottom: 24px; padding: 0 8px; }

  /* Free Banner - Mobile */
  .free-banner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 16px 18px;
    margin: 0 8px 14px;
  }
  .free-banner-icon { width: 48px; height: 48px; font-size: 20px; }
  .free-banner-text strong { font-size: 14px; }
  .free-banner-text p { font-size: 12px; }
  .price-old { font-size: 18px; }
  .price-amount.free { font-size: 38px; }
  .active-badge { padding: 4px 10px; font-size: 10px; top: 12px; left: 12px; }

  /* Demo Notice - Mobile */
  .demo-notice {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 16px 18px;
    margin: 0 8px;
  }
  .demo-notice > i { font-size: 24px; }
  .demo-notice strong { font-size: 13px; text-align: center; }
  .demo-notice p { font-size: 12px; text-align: center; }

  /* Pricing Section - Mobile */
  .pricing-section { padding: 24px 12px 50px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 16px; }

  /* Pricing Card - Mobile (Beautiful & Compact) */
  .pricing-card {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .pricing-card.gold {
    transform: none;
    border-width: 2px;
  }

  .pricing-card:hover { transform: translateY(-5px); }
  .pricing-card.gold:hover { transform: translateY(-5px); }

  /* Plan Icon - Mobile */
  .plan-icon { width: 64px; height: 64px; font-size: 28px; }
  .plan-icon-wrapper { margin-bottom: 14px; }

  /* Plan Name - Mobile */
  .plan-name { font-size: 19px; }
  .plan-tagline { font-size: 12px; margin-bottom: 18px; }

  /* Plan Price - Mobile */
  .plan-price { margin-bottom: 12px; gap: 6px; }
  .price-amount { font-size: 44px; letter-spacing: -1.5px; }
  .price-currency { font-size: 12px; }
  .price-period { font-size: 10.5px; }

  /* Plan Description - Mobile */
  .plan-desc { font-size: 12.5px; margin-bottom: 18px; min-height: auto; }

  /* Features - Mobile */
  .plan-features { padding: 16px 0; margin-bottom: 20px; }
  .plan-features li { font-size: 12.5px; padding: 7px 0; gap: 8px; }
  .plan-features li i { width: 16px; height: 16px; font-size: 8px; }

  /* Plan Button - Mobile */
  .plan-btn { padding: 13px 18px; font-size: 13px; }

  /* Popular & VIP Badges - Mobile */
  .popular-badge, .vip-badge {
    right: 16px;
    padding: 6px 14px;
    font-size: 10px;
    letter-spacing: 0.5px;
  }

  /* Comparison Section - Mobile (Cards Style) */
  .comparison-section { padding: 32px 12px; }
  .comparison-title { font-size: 20px; margin-bottom: 24px; gap: 8px; }
  .comparison-title i { font-size: 22px; }

  .comparison-table-wrapper {
    border-radius: var(--radius-md);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Make table scrollable but keep first column sticky */
  .comparison-table { min-width: 540px; }
  .comparison-table th, .comparison-table td {
    padding: 12px 8px;
    font-size: 11.5px;
  }
  .comparison-table th i { font-size: 14px; display: block; margin: 0 auto 4px; }
  .comparison-table th { font-size: 10.5px; line-height: 1.4; }
  .comparison-table th:first-child { padding-right: 14px; min-width: 110px; }
  .comparison-table td:first-child { padding-right: 14px; font-size: 11.5px; min-width: 110px; }

  /* Sticky first column on mobile */
  .comparison-table th:first-child,
  .comparison-table td:first-child {
    position: sticky;
    right: 0;
    background: var(--bg-card);
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .comparison-table thead th:first-child {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.25), rgba(217, 70, 239, 0.15));
  }

  .comparison-table .yes, .comparison-table .no { font-size: 14px; }

  /* Add scroll hint */
  .comparison-table-wrapper::after {
    content: '← اسکرول کن';
    display: block;
    text-align: center;
    padding: 8px;
    font-size: 11px;
    color: var(--text-muted);
    border-top: 1px solid var(--border-color);
    background: rgba(139, 92, 246, 0.04);
  }

  /* FAQ - Mobile */
  .faq-section { padding: 32px 12px; }
  .faq-title { font-size: 20px; margin-bottom: 24px; gap: 8px; }
  .faq-title i { font-size: 22px; }
  .faq-grid { grid-template-columns: 1fr; gap: 12px; }
  .faq-item { padding: 16px 18px; border-radius: 14px; }
  .faq-q { font-size: 13px; gap: 8px; margin-bottom: 8px; }
  .faq-q i { font-size: 14px; }
  .faq-a { font-size: 12.5px; line-height: 1.7; padding-right: 22px; }

  /* Shop CTA - Mobile */
  .shop-cta { padding: 36px 16px; }
  .shop-cta h2 { font-size: 22px; margin-bottom: 10px; }
  .shop-cta p { font-size: 13px; margin-bottom: 22px; }
  .shop-cta-buttons { gap: 10px; }
  .shop-cta-buttons a {
    width: 100%;
    padding: 13px 24px;
    font-size: 13px;
    justify-content: center;
  }

  /* Demo Modal - Mobile */
  .demo-modal-content {
    padding: 28px 22px;
    border-radius: 20px;
    max-width: 92%;
  }
  .demo-modal-icon { width: 64px; height: 64px; font-size: 26px; margin-bottom: 16px; }
  .demo-modal-content h3 { font-size: 19px; margin-bottom: 10px; }
  .demo-modal-content p { font-size: 13px; line-height: 1.7; margin-bottom: 10px; }
  .demo-modal-info { font-size: 12px !important; margin-top: 12px; margin-bottom: 16px !important; }
  .demo-modal-content .btn-primary { width: 100%; justify-content: center; padding: 13px; font-size: 13px; }
  .demo-modal-content .btn-secondary { padding: 11px; font-size: 12px; }
  .demo-modal-close { top: 12px; left: 12px; width: 32px; height: 32px; font-size: 13px; }
}

/* ==========================================
   RESPONSIVE - SMALL MOBILE
   ========================================== */
@media (max-width: 380px) {
  .shop-hero-title { font-size: 22px; }
  .shop-hero-desc { font-size: 12px; }
  .pricing-card { padding: 24px 18px; }
  .price-amount { font-size: 40px; }
  .plan-name { font-size: 18px; }
  .plan-icon { width: 56px; height: 56px; font-size: 24px; }
}

/* ========================================
   💰 GOLD SHOP SECTION
   ======================================== */

.gold-shop-section {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 40px 30px;
  background:
    radial-gradient(ellipse at top, rgba(251, 191, 36, 0.08), transparent 60%),
    linear-gradient(135deg, rgba(20, 16, 43, 0.5), rgba(8, 6, 15, 0.7));
  border: 1px solid rgba(251, 191, 36, 0.15);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.gold-shop-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.06), transparent 50%);
  pointer-events: none;
  animation: goldShopRotate 30s linear infinite;
}

@keyframes goldShopRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.gold-shop-header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.gold-shop-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  box-shadow:
    0 15px 40px rgba(251, 191, 36, 0.4),
    0 0 60px rgba(245, 158, 11, 0.25);
  animation: goldIconPulse 2.5s ease-in-out infinite;
}

@keyframes goldIconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

.gold-shop-header h2 {
  font-size: 30px;
  font-weight: 900;
  background: linear-gradient(135deg, #fff, #fbbf24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}

.gold-shop-header p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 14px;
}

.gold-shop-balance {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.15), rgba(245, 158, 11, 0.08));
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #fbbf24;
}

.gold-shop-balance strong {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.gold-shop-balance i {
  font-size: 14px;
}

.gold-packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  position: relative;
  z-index: 2;
}

.gold-package {
  background: linear-gradient(165deg, rgba(20, 16, 43, 0.7), rgba(28, 20, 53, 0.5));
  border: 2px solid rgba(251, 191, 36, 0.2);
  border-radius: 22px;
  padding: 26px 20px 22px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.gold-package::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.08), transparent);
  transition: left 0.6s;
}

.gold-package:hover {
  border-color: rgba(251, 191, 36, 0.6);
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 50px rgba(251, 191, 36, 0.2);
}

.gold-package:hover::before {
  left: 100%;
}

.gold-package.popular {
  border-color: rgba(217, 70, 239, 0.5);
  background: linear-gradient(165deg, rgba(124, 58, 237, 0.1), rgba(28, 20, 53, 0.6));
}

.gold-package.popular::after {
  content: '🔥 پرفروش';
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #d946ef, #ec4899);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 18px rgba(217, 70, 239, 0.4);
  z-index: 3;
}

.gold-pkg-emoji {
  font-size: 50px;
  margin-bottom: 10px;
  filter: drop-shadow(0 8px 16px rgba(251, 191, 36, 0.3));
  animation: goldPkgFloat 3s ease-in-out infinite;
}

@keyframes goldPkgFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.gold-pkg-label {
  font-size: 14px;
  font-weight: 800;
  color: var(--text-secondary);
  margin-bottom: 14px;
}

.gold-pkg-amount {
  font-size: 38px;
  font-weight: 900;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
  line-height: 1;
}

.gold-pkg-coin {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.gold-pkg-bonus {
  display: inline-block;
  margin-bottom: 14px;
  padding: 4px 12px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.25);
  border-radius: 999px;
  color: #22c55e;
  font-size: 11.5px;
  font-weight: 800;
}

.gold-pkg-price {
  padding: 12px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-secondary);
}

.gold-pkg-price strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.gold-pkg-buy-btn {
  width: 100%;
  margin-top: 14px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border: none;
  border-radius: 14px;
  color: #000;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
  box-shadow: 0 8px 20px rgba(251, 191, 36, 0.3);
}

.gold-pkg-buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(251, 191, 36, 0.5);
}

.gold-pkg-buy-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.gold-package.popular .gold-pkg-buy-btn {
  background: linear-gradient(135deg, #d946ef, #ec4899);
  color: #fff;
  box-shadow: 0 8px 20px rgba(217, 70, 239, 0.4);
}

@media (max-width: 768px) {
  .gold-shop-section {
    padding: 30px 16px;
    margin: 0 12px 40px;
    border-radius: 22px;
  }
  .gold-packages-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gold-package { padding: 20px 14px 16px; }
  .gold-pkg-emoji { font-size: 40px; }
  .gold-pkg-amount { font-size: 28px; }
  .gold-shop-header h2 { font-size: 22px; }
}

@media (max-width: 380px) {
  .gold-packages-grid { grid-template-columns: 1fr; }
}

/* ========================================
   💜 SUPPORT SERVER SECTION
   ======================================== */

.support-server-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 30px;
}

.support-server-card {
  background:
    radial-gradient(ellipse at top, rgba(124, 58, 237, 0.15), transparent 60%),
    linear-gradient(135deg, rgba(20, 16, 43, 0.7), rgba(8, 6, 15, 0.85));
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 28px;
  padding: 50px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.support-server-card::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(124, 58, 237, 0.05), transparent, rgba(217, 70, 239, 0.05), transparent);
  animation: supportRotate 15s linear infinite;
  pointer-events: none;
}

@keyframes supportRotate { to { transform: rotate(360deg); } }

.support-server-icon {
  font-size: 80px;
  margin-bottom: 16px;
  filter: drop-shadow(0 15px 40px rgba(217, 70, 239, 0.5));
  animation: supportHeartBeat 2s ease-in-out infinite;
  position: relative;
  z-index: 2;
}

@keyframes supportHeartBeat {
  0%, 100% { transform: scale(1); }
  10% { transform: scale(1.15); }
  20% { transform: scale(1); }
  30% { transform: scale(1.1); }
  40% { transform: scale(1); }
}

.support-server-card h2 {
  font-size: 32px;
  font-weight: 900;
  background: linear-gradient(135deg, #fff, #d8b4fe, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}

.support-server-card p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.9;
  max-width: 540px;
  margin: 0 auto 26px;
  position: relative;
  z-index: 2;
}

.support-server-card p small {
  color: var(--text-muted);
  font-size: 12px;
}

.support-server-btn {
  position: relative;
  z-index: 2;
  padding: 16px 40px;
  background: linear-gradient(135deg, #7c3aed, #d946ef, #ec4899);
  background-size: 200% 200%;
  border: none;
  border-radius: 999px;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  box-shadow: 0 12px 35px rgba(124, 58, 237, 0.5), 0 0 60px rgba(217, 70, 239, 0.3);
  animation: supportBtnGlow 3s ease-in-out infinite;
}

@keyframes supportBtnGlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.support-server-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 50px rgba(124, 58, 237, 0.7), 0 0 80px rgba(217, 70, 239, 0.5);
}

.support-server-btn i {
  animation: supportBtnHeart 1.2s ease-in-out infinite;
}

@keyframes supportBtnHeart {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}

@media (max-width: 768px) {
  .support-server-section { padding: 0 16px; margin: 40px auto; }
  .support-server-card { padding: 36px 24px; border-radius: 22px; }
  .support-server-icon { font-size: 60px; }
  .support-server-card h2 { font-size: 24px; }
  .support-server-card p { font-size: 13px; }
  .support-server-btn { padding: 14px 30px; font-size: 14px; }
}

/* عکس طلا در پکیج‌ها */
.gold-pkg-img-wrap {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.gold-pkg-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 90px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(251, 191, 36, 0.45));
  animation: goldImgFloat 3.5s ease-in-out infinite;
  transition: transform 0.3s;
}

.gold-package:hover .gold-pkg-img {
  transform: scale(1.08) rotate(-3deg);
  filter: drop-shadow(0 14px 30px rgba(251, 191, 36, 0.7));
}

@keyframes goldImgFloat {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-6px) rotate(2deg); }
}

@keyframes goldImgSpin {
  0% { transform: scale(0) rotate(0); opacity: 0; }
  30% { transform: scale(1.3) rotate(180deg); opacity: 1; }
  60% { transform: scale(1) rotate(360deg); opacity: 1; }
  100% { transform: scale(0.8) rotate(720deg); opacity: 0; }
}

@media (max-width: 768px) {
  .gold-pkg-img-wrap { height: 70px; }
  .gold-pkg-img { height: 70px; }
}
