.elementor-2142 .elementor-element.elementor-element-ed736f0{--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-2142 .elementor-element.elementor-element-f1f1c5a .cz_image > div{position:relative;}@media(max-width:1024px){.elementor-2142 .elementor-element.elementor-element-f1f1c5a .cz_image_in{margin-bottom:40px;}}/* Start custom CSS for html, class: .elementor-element-3cf3cd4 */.core-router-page {
  background-color: #f4f7fa;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #2c3e50;
}

.core-router-page .container {
  max-width: 960px;
  margin: 0 auto;
}

.core-router-page h1 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  color: #1a2a6c;
}

.core-router-page .intro {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #555;
}

.core-router-page h2 {
  font-size: 1.5rem;
  margin-top: 30px;
  color: #1a2a6c;
}

.core-router-page ul {
  padding-left: 20px;
  margin: 15px 0;
}

.core-router-page ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
}

.comparison-table th {
  background-color: #1a2a6c;
  color: #fff;
}

.comparison-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.cta {
  background-color: #1a2a6c;
  color: #fff;
  padding: 30px;
  margin-top: 40px;
  text-align: center;
  border-radius: 10px;
}

.cta h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .core-router-page h1 {
    font-size: 2rem;
  }

  .core-router-page h2 {
    font-size: 1.3rem;
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 0.9rem;
  }

  .cta {
    padding: 20px;
  }
}/* End custom CSS */