.elementor-19660 .elementor-element.elementor-element-9f6b675{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19660 .elementor-element.elementor-element-b7fb759{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19660 .elementor-element.elementor-element-598281a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19660 .elementor-element.elementor-element-1d2d97a{--display:flex;}.elementor-19660 .elementor-element.elementor-element-2177c87{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19660 .elementor-element.elementor-element-d88b6cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3120dc2 *//* Pricing Hero Section */
.pricing-hero-section {
  padding: 120px 20px 80px;
  background: linear-gradient(135deg, #060914 0%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

.hero-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 50%, rgba(139, 92, 246, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(0, 212, 255, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.pricing-hero-section .container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.pricing-hero-content {
  text-align: center;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 14px;
}

.breadcrumb a {
  color: #00D4FF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: #00E5FF;
}

.breadcrumb .separator {
  color: #a0aec0;
}

.breadcrumb .current {
  color: #cbd5e0;
}

/* Hero Title */
.pricing-hero-title {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
  background: linear-gradient(135deg, #ffffff 0%, #00D4FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-hero-subtitle {
  font-size: 20px;
  color: #cbd5e0;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Trust Badges */
.pricing-trust-badges {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cbd5e0;
  font-size: 15px;
  font-weight: 500;
}

.trust-badge svg {
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-hero-section {
    padding: 80px 20px 60px;
  }
  
  .pricing-hero-title {
    font-size: 36px;
  }
  
  .pricing-hero-subtitle {
    font-size: 18px;
  }
  
  .pricing-trust-badges {
    flex-direction: column;
    gap: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32a39b5 *//* Pricing Cards Section */
.pricing-cards-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #0a0e27 0%, #060914 100%);
}

.pricing-cards-section .container {
  max-width: 1300px;
  margin: 0 auto;
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 18px;
  color: #a0aec0;
  max-width: 600px;
  margin: 0 auto;
}

/* Pricing Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

/* Pricing Card */
.pricing-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.pricing-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 212, 255, 0.3);
  box-shadow: 0 20px 60px rgba(0, 212, 255, 0.2);
}

/* Popular Badge */
.pricing-card.popular {
  border: 2px solid rgba(0, 212, 255, 0.5);
  background: rgba(0, 212, 255, 0.05);
  transform: scale(1.05);/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93b3b8e *//* Feature Comparison Table Section */
.comparison-table-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #060914 0%, #0a0e27 100%);
}

.comparison-table-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.comparison-table-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}

/* Table Wrapper */
.comparison-table-wrapper {
  overflow-x: auto;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

/* Comparison Table */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.comparison-table thead {
  background: rgba(0, 212, 255, 0.05);
  border-bottom: 2px solid rgba(0, 212, 255, 0.2);
}

.comparison-table th {
  padding: 24px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comparison-table th.feature-column {
  text-align: left;
  width: 40%;
}

.comparison-table th.popular-column {
  background: rgba(0, 212, 255, 0.1);
  position: relative;
}

.comparison-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.comparison-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

.comparison-table td {
  padding: 20px;
  text-align: center;
  font-size: 15px;
  color: #cbd5e0;
}

.comparison-table td.feature-name {
  text-align: left;
  font-weight: 500;
  color: #ffffff;
}

.comparison-table td.feature-value {
  font-weight: 600;
  color: #00D4FF;
}

/* Category Rows */
.category-row {
  background: rgba(139, 92, 246, 0.05);
  border-top: 2px solid rgba(139, 92, 246, 0.2);
  border-bottom: 2px solid rgba(139, 92, 246, 0.2);
}

.category-title {
  padding: 16px 20px !important;
  font-size: 16px;
  font-weight: 700;
  color: #8B5CF6;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left !important;
}

/* Icons */
.check-icon-table {
  display: inline-block;
  vertical-align: middle;
}

.cross-icon-table {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.4;
}

/* Popular Column Highlight */
.comparison-table tbody tr td:nth-child(3) {
  background: rgba(0, 212, 255, 0.02);
}

/* Responsive */
@media (max-width: 768px) {
  .comparison-table-section {
    padding: 60px 20px;
  }
  
  .comparison-table th,
  .comparison-table td {
    padding: 16px 12px;
    font-size: 14px;
  }
  
  .comparison-table th {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f337472 *//* Pricing FAQ Section */
.pricing-faq-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #0a0e27 0%, #060914 100%);
}

.pricing-faq-section .container {
  max-width: 900px;
  margin: 0 auto;
}

.pricing-faq-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}

/* FAQ Grid */
.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* FAQ Item */
.faq-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(0, 212, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.faq-question {
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.question-text {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  flex-grow: 1;
}

.faq-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 28px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 28px 24px;
}

.faq-answer p {
  font-size: 16px;
  line-height: 1.6;
  color: #a0aec0;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-faq-section {
    padding: 60px 20px;
  }
  
  .faq-question {
    padding: 20px;
  }
  
  .question-text {
    font-size: 16px;
  }
  
  .faq-answer {
    padding: 0 20px;
  }
  
  .faq-item.active .faq-answer {
    padding: 0 20px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ced68eb *//* Pricing Final CTA Section */
.pricing-final-cta-section {
  padding: 100px 20px;
  background: linear-gradient(135deg, #060914 0%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0, 212, 255, 0.2);
}

.cta-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 50% 50%, rgba(0, 212, 255, 0.1) 0%, transparent 70%),
    radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.pricing-final-cta-section .container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-content {
  text-align: center;
}

.cta-icon {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}

.cta-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cta-subtitle {
  font-size: 20px;
  color: #cbd5e0;
  margin-bottom: 40px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.cta-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  background: linear-gradient(135deg, #00D4FF 0%, #0099CC 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 212, 255, 0.4);
}

.cta-primary-btn:hover {
  background: linear-gradient(135deg, #00E5FF 0%, #00B8E6 100%);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 212, 255, 0.6);
}

.cta-secondary-btn {
  display: inline-flex;
  align-items: center;
  padding: 18px 36px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 212, 255, 0.5);
  transform: translateY(-3px);
}

.cta-trust-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  color: #a0aec0;
}

.cta-trust-note svg {
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-final-cta-section {
    padding: 80px 20px;
  }
  
  .cta-title {
    font-size: 36px;
  }
  
  .cta-subtitle {
    font-size: 18px;
  }
  
  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .cta-primary-btn,
  .cta-secondary-btn {
    width: 100%;
    justify-content: center;
  }
  
  .cta-trust-note {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */