.elementor-416 .elementor-element.elementor-element-9caaccb{--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-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-416 .elementor-element.elementor-element-9890a0a{--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-416 .elementor-element.elementor-element-f125e8b{--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-ce0912e *//* Color Palette & Baseline Typography */
:root {
  --se-primary: #44a2f5;
  --se-primary-light: #f0f7fe;
  --se-text-dark: #2c3e50;
  --se-text-muted: #596b7d;
  --se-bg-light: #ffffff;
  --se-bg-alt: #f8fafc;
  --se-border: #e2e8f0;
  --se-shadow: 0 4px 12px rgba(68, 162, 245, 0.08);
}

.se-article-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--se-text-dark);
  line-height: 1.7;
  background-color: var(--se-bg-light);
}

/* Header Styles */
.se-header {
  text-align: center;
  margin-bottom: 32px;
}

.se-badge {
  display: inline-block;
  background-color: var(--se-primary-light);
  color: var(--se-primary);
  font-size: 14px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.se-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--se-text-dark);
  line-height: 1.25;
  margin-bottom: 12px;
}

.se-subtitle {
  font-size: 18px;
  color: var(--se-text-muted);
  margin: 0;
}

.se-lead-text {
  font-size: 18px;
  color: var(--se-text-dark);
  font-weight: 400;
  margin-bottom: 24px;
}

.se-divider {
  border: none;
  height: 2px;
  background-color: var(--se-border);
  margin: 32px 0;
}

/* Section & Headings */
.se-section {
  margin-bottom: 40px;
}

.se-article-container h2 {
  font-size: 26px;
  color: var(--se-text-dark);
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--se-primary);
  display: inline-block;
}

.se-article-container h3 {
  font-size: 20px;
  color: var(--se-text-dark);
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 12px;
}

/* Card Grids */
.se-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 24px 0;
}

.se-card {
  background-color: var(--se-bg-alt);
  border: 1px solid var(--se-border);
  border-top: 4px solid var(--se-primary);
  border-radius: 8px;
  padding: 20px;
  box-shadow: var(--se-shadow);
}

.se-card h3 {
  margin-top: 0;
  color: var(--se-primary);
}

/* Callouts */
.se-callout {
  background-color: var(--se-primary-light);
  border-left: 4px solid var(--se-primary);
  padding: 20px;
  border-radius: 0 8px 8px 0;
  margin: 24px 0;
}

.se-callout h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: var(--se-text-dark);
}

.se-callout p {
  margin: 0;
}

/* Pipelines & Flowcharts */
.se-pipeline,
.se-flowchart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  background-color: var(--se-bg-alt);
  border: 1px solid var(--se-border);
  padding: 16px 20px;
  border-radius: 8px;
  margin: 24px 0;
}

.se-pipeline-step {
  display: flex;
  align-items: center;
  gap: 8px;
}

.se-step-number {
  background-color: var(--se-primary);
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.se-pipeline-arrow,
.se-flow-arrow {
  color: var(--se-primary);
  font-weight: 700;
  font-size: 18px;
}

.se-flowchart span:not(.se-flow-arrow) {
  background-color: var(--se-bg-light);
  border: 1px solid var(--se-border);
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--se-text-dark);
}

/* Stages Wrapper */
.se-stage-block {
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 2px solid var(--se-border);
}

.se-stage-block:hover {
  border-left-color: var(--se-primary);
}

/* Lists */
.se-list,
.se-ordered-list {
  padding-left: 20px;
  margin: 16px 0;
}

.se-list li,
.se-ordered-list li {
  margin-bottom: 10px;
}

.se-list li::marker {
  color: var(--se-primary);
}

.se-ordered-list li::marker {
  color: var(--se-primary);
  font-weight: 700;
}

/* Tables */
.se-table-container {
  overflow-x: auto;
  margin: 24px 0;
}

.se-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background-color: var(--se-bg-light);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--se-border);
}

.se-table th {
  background-color: var(--se-primary);
  color: #ffffff;
  padding: 12px 16px;
  font-weight: 600;
}

.se-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--se-border);
  color: var(--se-text-dark);
}

.se-table tr:nth-child(even) {
  background-color: var(--se-bg-alt);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .se-title {
    font-size: 28px;
  }
  
  .se-pipeline,
  .se-flowchart {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .se-pipeline-arrow,
  .se-flow-arrow {
    transform: rotate(90deg);
    margin: 4px 0;
  }
}/* End custom CSS */