/* Clean Dark Pricing Design */

/* Pricing Card */
.pricing-card {
  background: #262626;
  border: 8px solid #2a2a2a;
  border-radius: 1.3rem;
  padding: 0;
  margin: 2rem auto;
  overflow: visible;
  width: 100%;
}

.pricing-card-inner {
  padding: 24px;
  background: #262626;
  border-radius: 1.3rem 1.3rem 0 0;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

/* Toggle Section */
.toggle-container {
  display: flex;
  background: #3a3a3a;
  border-radius: .8rem;
  padding: 4px;
  margin-bottom: 32px;
  justify-content: center;
}

.toggle-btn {
  flex: 1;
  background: transparent;
  border: none;
  color: #888;
  padding: 12px 16px;
  border-radius: .8rem;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s ease;
}

.toggle-btn.active {
  background: #262626;
  color: #fff;
}

.badge {
  background: #fff3;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 8px;
  margin-left: 6px;
  font-weight: 700;
}

/* Price Section */
.price-section {
  margin-bottom: 32px;
  text-align: left;
}

.price-display {
  transition: all 0.3s ease;
}

.price-number {
  font-size: 3rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.currency {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  vertical-align: top;
}

.period {
  font-size: 1rem;
  color: #9ca3af;
  font-weight: 400;
}

.savings-text {
  font-size: 1rem;
  color: #10b981;
  font-weight: 700;
  opacity: 1;
  background: linear-gradient(135deg, #10b981, #059669);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 10px rgba(16, 185, 129, 0.3);
}

/* Features Section */
.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  overflow: visible;
}

.features-list li {
  color: #dedddc;
  padding: 8px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.features-list li .check {
  color: #aba8a7;
  opacity: .8;
  font-weight: 700;
  margin-right: 12px;
  font-size: 16px;
}

.features-list li .dynamic-number {
  border-bottom: 2px dashed #ff6b35;
  padding-bottom: 1px;
  margin-right: 4px;
  font-weight: 500;
  cursor: help;
  position: relative;
}

/* CTA Section */
.cta-section {
  margin-bottom: 0px;
}

.cta-button {
  width: 100%;
  background: #ff6b35;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
  margin-bottom: 16px;
}

.cta-button:hover {
  filter: brightness(110%);
  transform: translateY(-1px);
}

.cta-button:active {
  transform: translateY(0);
}

.cta-disclaimer {
  color: #6b7280;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

/* Trust Badges */
.trust-badges {
  margin-top: 2rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(38, 38, 38, 0.8), rgba(42, 42, 42, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.trust-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.trust-header h3 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-icon-bg {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #ff6b35, #ff8c42);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-icon {
  font-size: 20px;
}

.trust-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.trust-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}

.trust-label {
  color: #9ca3af;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}

.payment-methods {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
}

.payment-label {
  color: #9ca3af;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 1rem;
}

.payment-icons {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.payment-badge {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .pricing-card {
    margin: 1rem auto;
  }

  .pricing-card-inner {
    padding: 16px;
  }

  .price-section {
    margin-bottom: 20px;
  }

  .price-number {
    font-size: 2rem;
  }

  .currency {
    font-size: 1.2rem;
  }

  .features-list {
    margin-bottom: 20px;
  }

  .features-list li {
    padding: 6px 0;
    font-size: 14px;
  }

  .toggle-container {
    margin-bottom: 20px;
  }

  .toggle-btn {
    font-size: 12px;
    padding: 8px 12px;
  }

  .badge {
    font-size: 9px;
    padding: 1px 4px;
  }

  .cta-button {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .trust-badges {
    padding: 1.5rem;
  }

  .trust-header h3 {
    font-size: 1.1rem;
  }

  .trust-grid {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .trust-item {
    padding: 0.75rem;
  }

  .trust-icon-bg {
    width: 40px;
    height: 40px;
  }

  .trust-title {
    font-size: 0.9rem;
  }

  .trust-label {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .pricing-card-inner {
    padding: 16px;
  }

  .price-number {
    font-size: 2rem;
  }

  .trust-items {
    gap: 8px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}