.elementor-5295 .elementor-element.elementor-element-4a004809{--display:flex;}.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-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-62ed490f */.glacera-article {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
  font-family: inherit;
  color: #111827;
}

.glacera-hero {
  background: linear-gradient(135deg, #0f2a5f, #1d4f91);
  color: #ffffff;
  padding: 60px 48px;
  border-radius: 20px;
  margin-bottom: 48px;
}

.eyebrow {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.85;
}

.glacera-hero h1 {
  font-size: 46px;
  line-height: 1.12;
  margin: 0 0 18px;
  max-width: 820px;
}

.subtitle {
  font-size: 19px;
  line-height: 1.6;
  max-width: 760px;
  margin: 0;
  opacity: 0.95;
}

.glacera-content {
  max-width: 860px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
}

.lead {
  font-size: 21px;
  line-height: 1.65;
  font-weight: 500;
  color: #1f2937;
}

.glacera-content h2 {
  font-size: 30px;
  margin: 44px 0 16px;
  color: #0f2a5f;
}

.glacera-content p {
  margin: 0 0 20px;
}

.feature-grid,
.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 44px;
}

.feature-grid div,
.spec-grid div {
  background: #ffffff;
  border: 1px solid #dbe4f0;
  border-radius: 12px;
  padding: 18px 20px;
}

.feature-grid h3 {
  margin: 0 0 8px;
  color: #0f2a5f;
  font-size: 19px;
}

.feature-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.spec-grid div {
  font-weight: 700;
}

.highlight-box {
  background: #f4f7fb;
  border-left: 5px solid #1d4f91;
  padding: 28px 30px;
  border-radius: 14px;
  margin: 38px 0;
}

.highlight-box h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #0f2a5f;
}

.highlight-box p {
  margin: 0;
}

.cta-section {
  background: #0f2a5f;
  color: #ffffff;
  padding: 38px;
  border-radius: 18px;
  margin-top: 50px;
}

.cta-section h2 {
  color: #ffffff;
  margin-top: 0;
}

.cta-button {
  display: inline-block;
  margin-top: 12px;
  background: #ffffff;
  color: #0f2a5f;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

.cta-button:hover {
  background: #e5e7eb;
}

@media (max-width: 700px) {
  .glacera-hero {
    padding: 38px 26px;
  }

  .glacera-hero h1 {
    font-size: 32px;
  }

  .subtitle {
    font-size: 17px;
  }

  .feature-grid,
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .cta-section {
    padding: 28px;
  }
}/* End custom CSS */