.elementor-9046 .elementor-element.elementor-element-6123ff7f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-35ba0f53 */:root {
  --bg: #0D1B2A;
  --ink: #e5e7eb;
  --muted: #9ca3af;
  --card: #111d2f;
  --accent: #3AA6FF;
  --line: rgba(255,255,255,0.08);
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", Inter, sans-serif;
}

/* Hero */
.ti-hero {
  padding: 80px 0;
}
.ti-hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.ti-hero-title {
  font-size: 48px;
  font-weight: 700;
}
.ti-btn-primary {
  padding: 14px 32px;
  background: var(--accent);
  color: #fff;
  border-radius: 12px;
  font-weight: 600;
}

/* Cards */
.ti-card, .oem-card {
  background: var(--card);
  padding: 32px;
  border-radius: 16px;
  border: 1px solid var(--line);
}
.ti-feature-grid, .ti-oem-grid, .ti-life-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 32px;
}
.life-card img, .ti-card img {
  width: 100%;
  border-radius: 12px;
}

/* MOQ */
.ti-moq-box {
  background: var(--card);
  border-radius: 16px;
  padding: 24px 32px;
  border: 1px solid var(--line);
}

/* Flow */
.ti-flow-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.step {
  padding: 18px 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.step span {
  color: var(--accent);
  font-weight: 600;
}

/* RFQ */
.ti-rfq {
  padding: 80px 0;
}
.ti-rfq-inner {
  background: var(--card);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--line);
}/* End custom CSS */