.elementor-642 .elementor-element.elementor-element-a663456{--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-642 .elementor-element.elementor-element-095d421{--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-642 .elementor-element.elementor-element-6bfc893{--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-642 .elementor-element.elementor-element-b01f2b6{--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-642 .elementor-element.elementor-element-474c4de{--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-642 .elementor-element.elementor-element-ff0328a{--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-642 .elementor-element.elementor-element-e1ea4ba{--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-642 .elementor-element.elementor-element-d8d4881{--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-34fcedf */.le-buying-guides {
  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-bg-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;
}

/* Grid */
.le-bg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 90px;
}

.le-bg-card {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 26px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 35px 80px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.le-bg-card:hover {
  transform: translateY(-8px);
  border-color: #7c3aed;
  box-shadow: 0 45px 100px rgba(0,0,0,0.08);
}

.le-bg-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #111827;
}

.le-bg-card p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.8;
}

/* CTA */
.le-bg-cta {
  text-align: center;
}

.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 18px 40px rgba(124,58,237,0.35);
}

/* Responsive */
@media (max-width: 1000px) {
  .le-bg-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-93a0723 */.le-strategic-guides {
  padding: 190px 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-sg-box {
  padding: 100px 70px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 50px 120px 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-sg-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-sg-subtitle {
  font-size: 19px;
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 65px;
}

.le-sg-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-sg-title {
    font-size: 34px;
  }

  .le-sg-subtitle {
    font-size: 16px;
  }

  .le-sg-box {
    padding: 60px 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7667c2f */.le-topic-filter {
  padding: 35px 20px;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.le-container {
  max-width: 1200px;
  margin: auto;
}

.le-topic-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.le-topic-label {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  white-space: nowrap;
}

.le-topic-links {
  display: flex;
  flex-wrap: wrap;
}

.le-topic {
  position: relative;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Clean vertical separator */
.le-topic:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: #e5e7eb;
}

/* Hover */
.le-topic:hover {
  color: #7c3aed;
}

/* Active state */
.le-topic.active {
  font-weight: 600;
  color: #111827;
}

/* Responsive */
@media (max-width: 900px) {
  .le-topic-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bf6358 */.le-featured-guides {
  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-fg-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: 46px;
  font-weight: 700;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Grid */
.le-fg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.le-fg-card {
  background: #ffffff;
  padding: 60px 45px;
  border-radius: 28px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 35px 80px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
}

.le-fg-card:hover {
  transform: translateY(-10px);
  border-color: #7c3aed;
  box-shadow: 0 45px 100px rgba(0,0,0,0.08);
}

.le-fg-card h3 {
  font-size: 22px;
  margin-bottom: 18px;
  color: #111827;
}

.le-fg-desc {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 25px;
}

.le-fg-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.le-fg-list li {
  font-size: 15px;
  color: #111827;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.le-fg-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #7c3aed;
  font-weight: 700;
}

.le-fg-btn {
  margin-top: auto;
  text-decoration: none;
  font-weight: 600;
  color: #2563eb;
  transition: all 0.3s ease;
}

.le-fg-btn:hover {
  color: #7c3aed;
}

/* Responsive */
@media (max-width: 1000px) {
  .le-fg-grid {
    grid-template-columns: 1fr;
  }

  .le-title {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de8e005 */.le-guide-highlight {
  padding: 160px 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: 900px;
  margin: auto;
}

.le-guide-card {
  background: #ffffff;
  padding: 70px 60px;
  border-radius: 30px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 45px 110px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.le-guide-card:hover {
  transform: translateY(-8px);
  border-color: #7c3aed;
  box-shadow: 0 55px 130px rgba(0,0,0,0.08);
}

/* Meta Row */
.le-guide-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.le-guide-category {
  color: #7c3aed;
}

.le-guide-time {
  color: #6b7280;
}

/* Title */
.le-guide-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111827;
}

/* Description */
.le-guide-description {
  font-size: 17px;
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 25px;
}

/* Audience Note */
.le-guide-audience {
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 40px;
}

/* CTA */
.le-guide-button {
  display: inline-block;
  padding: 14px 38px;
  border-radius: 50px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.le-guide-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(124,58,237,0.35);
}

/* Responsive */
@media (max-width: 900px) {
  .le-guide-card {
    padding: 45px 30px;
  }

  .le-guide-title {
    font-size: 24px;
  }

  .le-guide-description {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c353f1 */.le-selection-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-sf-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-sf-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.le-sf-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-sf-item:hover {
  transform: translateY(-6px);
  border-color: #7c3aed;
}

.le-sf-number {
  font-size: 14px;
  font-weight: 700;
  color: #7c3aed;
  min-width: 30px;
}

.le-sf-item h3 {
  font-size: 20px;
  color: #111827;
  font-weight: 600;
}

/* Footer */
.le-sf-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-sf-grid {
    grid-template-columns: 1fr;
  }

  .le-title {
    font-size: 32px;
  }

  .le-subtitle,
  .le-sf-footer {
    font-size: 16px;
  }

  .le-sf-item h3 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f60eae0 */.le-trust-strip {
  padding: 35px 20px;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.le-container {
  max-width: 1200px;
  margin: auto;
}

.le-trust-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.le-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

.le-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.le-divider {
  width: 1px;
  height: 18px;
  background: #e5e7eb;
}

/* Responsive */
@media (max-width: 900px) {
  .le-divider {
    display: none;
  }

  .le-trust-items {
    gap: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccdd9cb */.le-compare-gateway {
  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-cg-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-cg-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111827;
}

.le-cg-subtitle {
  font-size: 19px;
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 65px;
}

.le-cg-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-cg-title {
    font-size: 32px;
  }

  .le-cg-subtitle {
    font-size: 16px;
  }

  .le-cg-box {
    padding: 50px 30px;
  }
}/* End custom CSS */