/* VEED IPTV Pricing System - Red & Black Theme */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.veed-pricing-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d1b1b 100%);
  color: #fff;
  position: relative;
  min-height: 100vh;
}

.veed-pricing-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.veed-pricing-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.veed-pricing-header p {
  font-size: 18px;
  color: #e5e5e5;
  margin: 0 auto 40px;
  max-width: 800px;
  line-height: 1.6;
}

.veed-pricing-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.veed-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.veed-feature .icon {
  color: #dc2626;
  font-size: 20px;
  font-weight: bold;
}

/* Updated icons with red color theme */
.veed-feature .icon-tv::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23dc2626'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.veed-feature .icon-lightning::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23dc2626'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 10V3L4 14h7v7l9-11h-7z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.veed-feature .icon-shield::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23dc2626'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.veed-pricing-plans {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

/* Updated plan cards with red and black theme */
.veed-plan-card {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  color: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  width: 320px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(220, 38, 38, 0.2);
  border: 2px solid #dc2626;
  position: relative;
  overflow: visible;
}

.veed-plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(220, 38, 38, 0.4);
  border-color: #ef4444;
}

.veed-plan-card.popular {
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
  color: #fff;
  border: 2px solid #ef4444;
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(220, 38, 38, 0.5);
}

.veed-plan-card.popular:hover {
  transform: scale(1.05) translateY(-8px);
  box-shadow: 0 20px 60px rgba(220, 38, 38, 0.6);
}

.veed-plan-header h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: inherit;
}

.veed-plan-header p {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 30px;
  color: inherit;
}

.veed-plan-price {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1;
}

.veed-plan-price .currency {
  font-size: 32px;
  vertical-align: top;
  position: relative;
  top: 8px;
  margin-right: 4px;
}

.veed-plan-price .per-month {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  margin-left: 4px;
  vertical-align: top;
  position: relative;
  top: 28px;
}

/* Updated save badge with red theme */
.veed-plan-save {
  background: linear-gradient(135deg, #dc2626, #991b1b);
  color: #fff;
  border-radius: 25px;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
}

.veed-plan-card.popular .veed-plan-save {
  background: linear-gradient(135deg, #000000, #1a1a1a);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

/* Updated buttons with red theme */
.veed-select-plan {
  background: linear-gradient(135deg, #dc2626, #991b1b);
  color: #fff;
  border: none;
  padding: 18px 30px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.veed-select-plan:hover {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.5);
}

.veed-plan-card.popular .veed-select-plan {
  background: #000;
  color: #fff;
  border: 2px solid #dc2626;
}

.veed-plan-card.popular .veed-select-plan:hover {
  background: #1a1a1a;
  color: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Updated checkout page with red and black theme */
.veed-checkout-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d1b1b 100%);
  min-height: 100vh;
  color: #fff;
}

.veed-checkout-header {
  text-align: center;
  margin-bottom: 40px;
}

.veed-checkout-header h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.veed-checkout-header p {
  font-size: 18px;
  color: #e5e5e5;
  max-width: 700px;
  margin: 0 auto;
}

.veed-checkout-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 30px;
}

.veed-checkout-left {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 32px rgba(220, 38, 38, 0.2);
  border: 1px solid #dc2626;
}

.veed-section {
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333;
}

.veed-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.veed-section h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Updated form elements with red theme */
.veed-form-group input,
.veed-form-group select {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #333;
  border-radius: 10px;
  font-size: 16px;
  background: #1a1a1a;
  color: #fff;
  transition: all 0.3s ease;
  font-weight: 500;
}

.veed-form-group input:focus,
.veed-form-group select:focus {
  outline: none;
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.2);
}

.veed-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #e5e5e5;
}

/* Updated buttons and interactive elements */
.veed-continue-payment {
  width: 100%;
  background: linear-gradient(135deg, #dc2626, #991b1b);
  color: #fff;
  border: none;
  padding: 18px 30px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.veed-continue-payment:hover {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.5);
}

.veed-checkout-right {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(220, 38, 38, 0.2);
  border: 1px solid #dc2626;
  align-self: flex-start;
  position: sticky;
  top: 20px;
}

.veed-order-summary h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.veed-summary-total {
  background: linear-gradient(135deg, #dc2626, #991b1b);
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  margin-top: 25px;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
}

/* Updated contact and payment options */
.veed-contact-option,
.veed-payment-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px 15px;
  border: 2px solid #333;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #1a1a1a;
}

.veed-contact-option:hover,
.veed-payment-option:hover {
  border-color: #dc2626;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.2);
}

.veed-contact-option span,
.veed-payment-option span {
  font-weight: 600;
  color: #e5e5e5;
}

/* Updated counter buttons */
.veed-counter-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #dc2626;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.veed-counter-btn:hover {
  background: #ef4444;
  transform: scale(1.05);
}

.veed-counter-btn:disabled {
  background: #333;
  color: #666;
  cursor: not-allowed;
  transform: none;
}

/* Updated extra screens section */
.veed-extra-screens {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1a1a1a;
  border-radius: 12px;
  padding: 25px;
  margin-top: 15px;
  border: 1px solid #333;
}

.veed-extra-screens-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.veed-extra-screens-description {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 20px;
  text-align: center;
}

.veed-extra-screens-price {
  font-size: 24px;
  font-weight: 700;
  color: #dc2626;
  margin-bottom: 5px;
}

/* Updated success/error messages */
.veed-success-message {
  background: linear-gradient(135deg, #dc2626, #991b1b);
  color: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
}

.veed-error-message {
  background: linear-gradient(135deg, #7f1d1d, #991b1b);
  color: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(127, 29, 29, 0.4);
}

/* Responsive design improvements */
@media (max-width: 1024px) {
  .veed-checkout-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .veed-checkout-right {
    order: -1;
    position: static;
  }
}

@media (max-width: 768px) {
  .veed-pricing-container {
    padding: 60px 15px;
  }

  .veed-pricing-header h2 {
    font-size: 32px;
  }

  .veed-pricing-plans {
    flex-direction: column;
    align-items: center;
  }

  .veed-plan-card {
    width: 100%;
    max-width: 350px;
  }

  .veed-plan-card.popular {
    transform: none;
  }

  .veed-pricing-features {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .veed-contact-methods,
  .veed-payment-methods {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .veed-checkout-header h1 {
    font-size: 28px;
  }

  .veed-checkout-left,
  .veed-checkout-right {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .veed-pricing-header h2 {
    font-size: 28px;
  }

  .veed-plan-card {
    padding: 30px 20px;
  }

  .veed-plan-price {
    font-size: 48px;
  }

  .veed-checkout-page {
    padding: 20px 10px;
  }
}

/* Loading states with red theme */
.veed-loading {
  position: relative;
  pointer-events: none;
}

.veed-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(220, 38, 38, 0.3);
  border-top: 2px solid #dc2626;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Elementor compatibility styles */
.elementor-widget-veed-pricing .veed-pricing-container,
.elementor-widget-veed-checkout .veed-checkout-page {
  padding: 40px 0;
  background: transparent;
}

.elementor-widget-veed-pricing .veed-pricing-container {
  min-height: auto;
}

/* Additional utility classes for better integration */
.veed-widget-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.veed-elementor-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d1b1b 100%);
  padding: 60px 0;
  color: #fff;
}
