.elementor-22022 .elementor-element.elementor-element-90980fe{--display:flex;--background-transition:0.3s;}.elementor-22022 .elementor-element.elementor-element-90980fe.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-22022 .elementor-element.elementor-element-90980fe{--width:115.218%;}}/* Start custom CSS for html, class: .elementor-element-97cec35 */<style>
.sublimation-printer-page {
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px; /* 移动端边缘留白缩小 */
}

.sublimation-printer-page * {
  box-sizing: border-box;
}

/* --- Hero Section 优化 --- */
.sublimation-printer-page .hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 40px 20px; /* 缩小高度 */
  border-radius: 12px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.sublimation-printer-page .hero-title {
  font-size: 2rem; /* 默认移动端字体大小 */
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.sublimation-printer-page .hero-subtitle {
  font-size: 1.1rem;
  margin-bottom: 20px;
  opacity: 0.95;
}

/* --- 统计卡片优化 --- */
.sublimation-printer-page .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 移动端 2x2 布局 */
  gap: 15px;
  margin: 20px 0;
}

.sublimation-printer-page .stat-card {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  text-align: center;
}

.sublimation-printer-page .stat-number {
  font-size: 1.5rem;
  color: #667eea;
  font-weight: bold;
}

/* --- 打印机卡片优化 --- */
.sublimation-printer-page .printer-grid {
  display: grid;
  grid-template-columns: 1fr; /* 移动端始终一列 */
  gap: 20px;
}

.sublimation-printer-page .printer-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  border: 1px solid #eee;
}

/* --- 图片占位符修复 --- */
.sublimation-printer-page .image-placeholder {
  width: 100%;
  height: auto; /* 关键：取消固定高度 */
  min-height: 200px;
  background: #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
}

.sublimation-printer-page .image-placeholder img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- 响应式表格：这是移动端最核心的改动 --- */
@media (max-width: 768px) {
  .sublimation-printer-page .comparison-table thead {
    display: none; /* 隐藏表头 */
  }
  
  .sublimation-printer-page .comparison-table, 
  .sublimation-printer-page .comparison-table tbody, 
  .sublimation-printer-page .comparison-table tr, 
  .sublimation-printer-page .comparison-table td {
    display: block;
    width: 100%;
  }
  
  .sublimation-printer-page .comparison-table tr {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
  }
  
  .sublimation-printer-page .comparison-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
  }

  .sublimation-printer-page .comparison-table td:last-child {
    border-bottom: none;
  }

  /* 使用伪元素在左侧显示列名 */
  .sublimation-printer-page .comparison-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    text-align: left;
    font-weight: bold;
    color: #764ba2;
  }
}

/* --- 步骤卡片优化 --- */
.sublimation-printer-page .guide-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

/* --- CTA 按钮优化 --- */
.sublimation-printer-page .cta-section {
  padding: 30px 15px;
}

.sublimation-printer-page .cta-button {
  display: block; /* 移动端按钮宽度占满，方便点击 */
  width: 100%;
  margin: 10px 0 !important;
  padding: 15px;
  font-size: 1rem;
}

/* --- FAQ 优化 --- */
.sublimation-printer-page .faq-question {
  padding: 15px;
  font-size: 0.95rem;
}

/* --- 宽屏适配回归 --- */
@media (min-width: 769px) {
  .sublimation-printer-page .hero-title { font-size: 3rem; }
  .sublimation-printer-page .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .sublimation-printer-page .printer-grid { grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); }
  .sublimation-printer-page .guide-steps { grid-template-columns: repeat(2, 1fr); }
  .sublimation-printer-page .cta-button { display: inline-block; width: auto; margin: 10px; }
}
</style>/* End custom CSS */