.elementor-17043 .elementor-element.elementor-element-c9f5687{--display:flex;}/* Start custom CSS */.kc-wb * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
.kc-wb {
  font-family: 'Inter', sans-serif;
  background: #05001b;
  color: #ffffff;
  line-height: 1.6;
}
 
.kc-wb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
 
/* Hero Section */
.kc-wb-hero {
  background: #05001b;
  padding: 80px 20px;
  text-align: center;
}
 
.kc-wb-badge {
  display: inline-block;
  color: #23E4AB;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
 
.kc-wb-hero h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
 
.kc-wb-hero-subheadline {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px!important;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #d0d0d0;
}
 
.kc-wb-button-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
 
.kc-wb-button-primary {
  display: inline-block;
  padding: 16px 32px;
  background: linear-gradient(135deg, #8553fe, #ad49ff);
  color: #ffffff!important;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  font-size: 16px;
  transition: opacity 0.3s ease;
}
 
.kc-wb-button-primary:hover {
  opacity: 0.9;
}
 
.kc-wb-button-ghost {
  display: inline-block;
  padding: 16px 32px;
  background: transparent;
  color: #23E4AB!important;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #23E4AB;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}
 
.kc-wb-button-ghost:hover {
  background: #23E4AB!important;
  color: #05001b!important;
}
 
/* Stats Bar */
.kc-wb-stats {
  background: #0a0020;
  padding: 60px 20px;
}
 
.kc-wb-stats-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  text-align: center;
}
 
.kc-wb-stat-item {
  padding: 20px;
}
 
.kc-wb-stat-number {
  font-size: 32px;
  font-weight: 700;
  color: #23E4AB;
  margin-bottom: 8px!important;
}
 
.kc-wb-stat-label {
  font-size: 16px;
  color: #d0d0d0;
}
 
/* Testimonial Section */
.kc-wb-testimonial-hero {
  background: #05001b;
  padding: 80px 20px;
  text-align: center;
}
 
.kc-wb-testimonial-card {
  max-width: 700px;
  margin: 0 auto;
  background: #0d0025;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid rgba(35, 228, 171, 0.2);
}
 
.kc-wb-stars {
  color: #23E4AB;
  font-size: 16px;
  margin-bottom: 20px!important;
  letter-spacing: 2px;
}
 
.kc-wb-testimonial-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px!important;
  font-style: italic;
  color: #ffffff;
}
 
.kc-wb-testimonial-author {
  font-size: 14px;
  font-weight: 600;
  color: #23E4AB;
}
 
/* Section Heading */
.kc-wb-section {
  padding: 80px 20px;
  background: #05001b;
}
 
.kc-wb-section-dark {
  background: #0a0020;
}
 
.kc-wb-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px!important;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
 
.kc-wb-section-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #d0d0d0;
  margin-bottom: 40px!important;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
 
/* Feature Cards */
.kc-wb-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
 
.kc-wb-feature-card {
  background: #0d0025;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid rgba(35, 228, 171, 0.1);
}
 
.kc-wb-feature-icon {
  width: 60px;
  height: 60px;
  background: #23E4AB;
  border-radius: 8px;
  margin-bottom: 20px;
}
 
.kc-wb-feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}
 
.kc-wb-feature-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #d0d0d0;
}
 
/* Local Copy Section */
.kc-wb-local-copy {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #d0d0d0;
}
 
.kc-wb-local-copy p {
  margin-bottom: 20px;
}
 
/* Testimonials Grid */
.kc-wb-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
 
.kc-wb-testimonial-item {
  background: #0d0025;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(35, 228, 171, 0.1);
}
 
.kc-wb-testimonial-item p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ffffff;
}
 
.kc-wb-testimonial-item .kc-wb-stars {
  margin-bottom: 15px;
}
 
.kc-wb-testimonial-author {
  font-size: 13px;
  font-weight: 600;
  color: #d0d0d0;
}
 
/* Process Section */
.kc-wb-process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}
 
.kc-wb-process-step {
  background: #0d0025;
  padding: 40px;
  border-radius: 12px;
  border-left: 4px solid #23E4AB;
}
 
.kc-wb-process-number {
  font-size: 32px;
  font-weight: 700;
  color: #23E4AB;
  margin-bottom: 15px;
}
 
.kc-wb-process-step h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}
 
.kc-wb-process-step p {
  font-size: 15px;
  line-height: 1.6;
  color: #d0d0d0;
}
 
/* Pricing Section */
.kc-wb-pricing-content {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #d0d0d0;
}
 
/* FAQ Section */
.kc-wb-faq {
  max-width: 800px;
  margin: 0 auto;
}
 
.kc-wb-faq-item {
  margin-bottom: 20px;
  background: #0d0025;
  border-radius: 12px;
  border: 1px solid rgba(35, 228, 171, 0.1);
  overflow: hidden;
}
 
.kc-wb-faq-item summary {
  padding: 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: #0d0025;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.kc-wb-faq-item summary:hover {
  background: #150030;
}
 
.kc-wb-faq-item summary::after {
  content: "+";
  font-size: 20px;
  transition: transform 0.3s ease;
}
 
.kc-wb-faq-item[open] summary::after {
  transform: rotate(45deg);
}
 
.kc-wb-faq-item-content {
  padding: 20px;
  border-top: 1px solid rgba(35, 228, 171, 0.1);
  color: #d0d0d0;
  font-size: 15px;
  line-height: 1.7;
}
 
/* CTA Section */
.kc-wb-cta-final {
  background: #0a0020;
  padding: 80px 20px;
  text-align: center;
}
 
.kc-wb-cta-final h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
 
.kc-wb-cta-subtext {
  font-size: 16px;
  color: #d0d0d0;
  margin-bottom: 30px;
}
 
.kc-wb-cta-highlight {
  font-size: 14px;
  color: #23E4AB;
  font-weight: 600;
  margin-bottom: 25px!important;
}
 
/* Responsive */
@media (max-width: 768px) {
  .kc-wb-hero h1 {
    font-size: 32px;
  }
 
  .kc-wb-hero-subheadline {
    font-size: 16px;
  }
 
  .kc-wb-button-group {
    flex-direction: column;
  }
 
  .kc-wb-button-primary,
  .kc-wb-button-ghost {
    width: 100%;
  }
 
  .kc-wb-section h2 {
    font-size: 28px;
  }
 
  .kc-wb-stats-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
 
  .kc-wb-features {
    grid-template-columns: 1fr;
  }
 
  .kc-wb-testimonials {
    grid-template-columns: 1fr;
  }
 
  .kc-wb-process {
    grid-template-columns: 1fr;
  }
 
  .kc-wb-testimonial-card {
    padding: 25px;
  }
 
  .kc-wb-faq-item summary {
    font-size: 14px;
    padding: 16px;
  }
}/* End custom CSS */