.elementor-637 .elementor-element.elementor-element-3b921f0{--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-637 .elementor-element.elementor-element-280ee0d{--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-637 .elementor-element.elementor-element-bd00def{--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-637 .elementor-element.elementor-element-53a5eea{--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-637 .elementor-element.elementor-element-b86168b{--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-637 .elementor-element.elementor-element-ecd5882{--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-637 .elementor-element.elementor-element-4b045bc{--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-a71f62c */.le-categories-enterprise {
  padding: 180px 20px;
  background:
    radial-gradient(circle at 15% 20%, rgba(124,58,237,0.07), transparent 50%),
    radial-gradient(circle at 85% 80%, rgba(37,99,235,0.07), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
}

.le-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.le-cat-header {
  text-align: center;
  margin-bottom: 120px;
}

.le-badge {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #7c3aed;
  display: inline-block;
  margin-bottom: 20px;
}

.le-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.le-subtitle {
  font-size: 19px;
  color: #6b7280;
  max-width: 750px;
  margin: auto;
  line-height: 1.9;
}

/* Grid */
.le-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.le-cat-card {
  display: block;
  padding: 60px 45px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 35px 80px rgba(0,0,0,0.05);
  text-decoration: none;
  transition: all 0.35s ease;
}

.le-cat-card:hover {
  transform: translateY(-10px);
  border-color: #7c3aed;
  box-shadow: 0 45px 100px rgba(0,0,0,0.08);
}

.le-cat-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.le-cat-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #111827;
}

.le-cat-card p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 1000px) {
  .le-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .le-title {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .le-cat-grid {
    grid-template-columns: 1fr;
  }

  .le-subtitle {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3258421 */.le-gateway-section {
  padding: 180px 20px;
  background:
    radial-gradient(circle at 15% 25%, rgba(124,58,237,0.08), transparent 50%),
    radial-gradient(circle at 85% 75%, rgba(37,99,235,0.08), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
  text-align: center;
}

.le-container {
  max-width: 1000px;
  margin: auto;
}

.le-gateway-box {
  padding: 90px 70px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 45px 110px rgba(0,0,0,0.05);
}

.le-badge {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #7c3aed;
  display: inline-block;
  margin-bottom: 25px;
}

.le-gateway-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.15;
  color: #111827;
}

.le-gradient {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.le-gateway-subtitle {
  font-size: 19px;
  color: #6b7280;
  line-height: 1.9;
  max-width: 750px;
  margin: 0 auto 60px auto;
}

.le-gateway-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.le-btn-primary {
  padding: 16px 42px;
  border-radius: 50px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.le-btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(124,58,237,0.35);
}

.le-btn-secondary {
  padding: 16px 42px;
  border-radius: 50px;
  border: 2px solid #7c3aed;
  color: #7c3aed;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.le-btn-secondary:hover {
  background: #7c3aed;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 900px) {
  .le-gateway-title {
    font-size: 34px;
  }

  .le-gateway-subtitle {
    font-size: 16px;
  }

  .le-gateway-box {
    padding: 50px 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-256dbe0 */.le-core-categories {
  padding: 180px 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(124,58,237,0.07), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(37,99,235,0.07), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
}

.le-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.le-core-header {
  text-align: center;
  margin-bottom: 120px;
}

.le-badge {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #7c3aed;
  display: inline-block;
  margin-bottom: 20px;
}

.le-title {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Grid */
.le-core-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.le-core-card {
  background: #ffffff;
  padding: 60px 45px;
  border-radius: 28px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 35px 80px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
}

.le-core-card:hover {
  transform: translateY(-10px);
  border-color: #7c3aed;
  box-shadow: 0 45px 100px rgba(0,0,0,0.08);
}

.le-core-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #111827;
}

.le-core-desc {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 25px;
}

.le-core-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.le-core-list li {
  font-size: 15px;
  color: #111827;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.le-core-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #7c3aed;
  font-weight: 700;
}

.le-core-btn {
  margin-top: auto;
  text-decoration: none;
  font-weight: 600;
  color: #2563eb;
  transition: all 0.3s ease;
}

.le-core-btn:hover {
  color: #7c3aed;
}

/* Responsive */
@media (max-width: 1000px) {
  .le-core-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .le-title {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .le-core-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b2dce8 */.le-popular-guides {
  padding: 170px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
}

.le-container {
  max-width: 1100px;
  margin: auto;
}

/* Header */
.le-guides-header {
  text-align: center;
  margin-bottom: 110px;
}

.le-badge {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #7c3aed;
  display: inline-block;
  margin-bottom: 20px;
}

.le-title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 25px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.le-subtitle {
  font-size: 19px;
  color: #6b7280;
  line-height: 1.9;
  max-width: 750px;
  margin: auto;
}

/* Guides Grid */
.le-guides-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.le-guide-card {
  display: block;
  padding: 45px 40px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  box-shadow: 0 30px 70px rgba(0,0,0,0.04);
  transition: all 0.35s ease;
}

.le-guide-card:hover {
  transform: translateY(-8px);
  border-color: #7c3aed;
  box-shadow: 0 40px 90px rgba(0,0,0,0.08);
}

.le-guide-meta {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #7c3aed;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.le-guide-card h3 {
  font-size: 20px;
  color: #111827;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
  .le-guides-grid {
    grid-template-columns: 1fr;
  }

  .le-title {
    font-size: 32px;
  }

  .le-subtitle {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d79152 */.le-category-framework {
  padding: 180px 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(124,58,237,0.07), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(37,99,235,0.07), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
}

.le-container {
  max-width: 1100px;
  margin: auto;
}

/* Header */
.le-framework-header {
  text-align: center;
  margin-bottom: 110px;
}

.le-badge {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #7c3aed;
  display: inline-block;
  margin-bottom: 20px;
}

.le-title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 25px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.le-subtitle {
  font-size: 19px;
  color: #6b7280;
  max-width: 750px;
  margin: auto;
  line-height: 1.9;
}

/* Grid */
.le-framework-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.le-framework-item {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px 35px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 30px 70px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}

.le-framework-item:hover {
  transform: translateY(-6px);
  border-color: #7c3aed;
}

.le-framework-number {
  font-size: 14px;
  font-weight: 700;
  color: #7c3aed;
  min-width: 30px;
}

.le-framework-item h3 {
  font-size: 20px;
  color: #111827;
  font-weight: 600;
}

/* Footer */
.le-framework-footer {
  margin-top: 120px;
  text-align: center;
  font-size: 18px;
  color: #4b5563;
  line-height: 1.9;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .le-framework-grid {
    grid-template-columns: 1fr;
  }

  .le-title {
    font-size: 32px;
  }

  .le-subtitle,
  .le-framework-footer {
    font-size: 16px;
  }

  .le-framework-item h3 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-328e147 */.le-start-section {
  padding: 180px 20px;
  background:
    radial-gradient(circle at 15% 25%, rgba(124,58,237,0.08), transparent 50%),
    radial-gradient(circle at 85% 75%, rgba(37,99,235,0.08), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
}

.le-container {
  max-width: 1100px;
  margin: auto;
}

/* Header */
.le-start-header {
  text-align: center;
  margin-bottom: 100px;
}

.le-badge {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #7c3aed;
  display: inline-block;
  margin-bottom: 20px;
}

.le-title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 25px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.le-subtitle {
  font-size: 19px;
  color: #6b7280;
  line-height: 1.9;
  max-width: 750px;
  margin: auto;
}

/* Grid */
.le-start-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.le-start-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 45px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  box-shadow: 0 30px 70px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}

.le-start-card:hover {
  transform: translateY(-6px);
  border-color: #7c3aed;
  box-shadow: 0 40px 90px rgba(0,0,0,0.08);
}

.le-start-icon {
  font-weight: 700;
  font-size: 14px;
  color: #7c3aed;
}

.le-start-card p {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  flex: 1;
  margin: 0 20px;
}

.le-arrow {
  font-size: 20px;
  color: #2563eb;
  transition: transform 0.3s ease;
}

.le-start-card:hover .le-arrow {
  transform: translateX(6px);
}

/* CTA */
.le-start-cta {
  text-align: center;
  margin-top: 100px;
}

.le-start-button {
  padding: 16px 42px;
  border-radius: 50px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.le-start-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(124,58,237,0.35);
}

/* Responsive */
@media (max-width: 900px) {
  .le-start-grid {
    grid-template-columns: 1fr;
  }

  .le-title {
    font-size: 32px;
  }

  .le-subtitle {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eadbc0c */.le-smart-cta {
  padding: 180px 20px;
  background:
    radial-gradient(circle at 20% 25%, rgba(124,58,237,0.08), transparent 50%),
    radial-gradient(circle at 80% 75%, rgba(37,99,235,0.08), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
  text-align: center;
}

.le-container {
  max-width: 950px;
  margin: auto;
}

.le-smart-box {
  padding: 90px 70px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 45px 110px rgba(0,0,0,0.05);
}

.le-badge {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #7c3aed;
  display: inline-block;
  margin-bottom: 25px;
}

.le-smart-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111827;
  line-height: 1.15;
}

.le-gradient {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.le-smart-subtitle {
  font-size: 19px;
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 60px;
}

.le-smart-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.le-btn-primary {
  padding: 16px 44px;
  border-radius: 50px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.le-btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(124,58,237,0.35);
}

.le-btn-secondary {
  padding: 16px 44px;
  border-radius: 50px;
  border: 2px solid #7c3aed;
  color: #7c3aed;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.le-btn-secondary:hover {
  background: #7c3aed;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 900px) {
  .le-smart-title {
    font-size: 32px;
  }

  .le-smart-subtitle {
    font-size: 16px;
  }

  .le-smart-box {
    padding: 50px 30px;
  }
}/* End custom CSS */