.elementor-3746 .elementor-element.elementor-element-3134cda{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-e992bde */.start-wrapper {
  font-family: 'Inter', sans-serif;
}

/* HERO */

.start-hero {
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
  text-align: center;
}

.start-hero h1 {
  font-size: 44px;
  margin-bottom: 20px;
}

.start-hero p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 40px auto;
  color: #4b5563;
}

/* PATH SECTION */

.start-paths {
  background: #ffffff;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 40px;
}

.path-card {
  background: #f8fafc;
  padding: 40px;
  border-radius: 16px;
  transition: 0.3s ease;
}

.path-card:hover {
  transform: translateY(-6px);
  background: #eef2ff;
}

.path-card h3 {
  margin-top: 0;
  color: #1e3a8a;
}

.path-card p {
  color: #4b5563;
}

.path-card ul {
  padding-left: 20px;
  margin: 20px 0;
  color: #374151;
}

.highlight {
  border: 2px solid #2563eb;
}

/* PROCESS */

.start-process {
  background: #f8fafc;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 30px;
  text-align: center;
}

.process-grid span {
  font-size: 28px;
  font-weight: 700;
  color: #2563eb;
}

/* CONTACT */

.start-contact {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  text-align: center;
}

.start-contact p {
  max-width: 650px;
  margin: 0 auto 30px auto;
}

/* BUTTONS */

.btn-primary {
  background: #2563eb;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.btn-primary:hover {
  background: #1e40af;
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.btn-outline:hover {
  background: #ffffff;
  color: #1e40af;
}

/* CONTAINER */

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .start-hero h1 {
    font-size: 34px;
  }
}/* End custom CSS */