.elementor-2721 .elementor-element.elementor-element-90cdb67{--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;overflow:visible;}@media(min-width:768px){.elementor-2721 .elementor-element.elementor-element-90cdb67{--content-width:1420px;}}/* Start custom CSS for html, class: .elementor-element-6db1b09 *//* ========== 通用容器 ========== */

.support-page {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111;
}

/* 统一内容最大宽度 */
.support-page .page-width {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* ========== 1. Hero 区 ========== */

.hs-hero {
  --hs-h-desktop: 360px;
  --hs-h-tablet: 320px;
  --hs-h-mobile: 220px;
  --hs-left: 40%;
  --hs-angle-top: 56%;
  --hs-angle-bottom: 54%;
  --hs-bg: #f5f3ef;
  --hs-brand: #b40017;
  --hs-text: #111;
  --hs-img-shift: 20%;
  background: #000;
  position: relative;
  overflow: hidden;
}

.hs-hero__banner {
  position: relative;
  height: var(--hs-h-desktop);
}
@media (max-width: 1023.98px) {
  .hs-hero__banner { height: var(--hs-h-tablet); }
}
@media (max-width: 767.98px) {
  .hs-hero__banner { height: var(--hs-h-mobile); }
}

/* 背景图 */
.hs-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hs-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  transform: translateX(var(--hs-img-shift));
}

/* 左侧米色楔形背景 */
.hs-hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--hs-bg);
  z-index: 1;
  clip-path: polygon(
    0 0,
    var(--hs-angle-top) 0,
    calc(var(--hs-left) + 6%) 100%,
    0 100%
  );
}
@media (max-width: 1023.98px) {
  .hs-hero__overlay {
    clip-path: polygon(
      0 0,
      var(--hs-angle-bottom) 0,
      calc(var(--hs-left) + 2%) 100%,
      0 100%
    );
  }
}

/* 内容层 */
.hs-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
}
.hs-hero__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .hs-hero__inner {
    align-items: flex-end;
    padding-bottom: 16px;
  }
}

.hs-hero__box {
  width: min(520px, 90%);
  color: var(--hs-text);
}

.hs-hero__title {
  font-weight: 800;
  letter-spacing: .02em;
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: 1;
  margin: 0 0 10px;
}

.hs-hero__text {
  font-size: clamp(14px, 1.2vw, 16px);
}
.hs-hero__text p { margin: 0 0 6px; }
.hs-hero__text strong { font-weight: 700; }

/* Hero 按钮 */
.hs-hero .btn-primary {
  margin-top: 14px;
  background: var(--hs-brand);
  border: 1px solid var(--hs-brand);
  color: #fff;
  border-radius: 8px;
  height: 44px;
  padding: 0 20px;
  min-width: 170px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.hs-hero .btn-primary:hover {
  filter: brightness(.92);
}

/* ========== 2. Get Product Help 标题 ========== */

.gph-section {
  padding: 48px 0 0;
}
.gph-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.gph-title {
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 800;
  margin: 0 0 12px;
}
.gph-title em {
  position: relative;
  font-style: normal;
  display: inline-block;
  z-index: 0;
}
.gph-title em::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: .15em;
  height: .5em;
  background: rgba(187, 3, 33, .16);
  border-radius: 4px;
  z-index: -1;
}
.gph-sub {
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 600;
  color: #444;
  margin: 0;
}

/* ========== 3. 型号搜索条 ========== */

.fp-min {
  padding: 24px 0 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: nowrap;
}
.fp-field {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 14px;
  padding: 10px 10px 10px 16px;
  box-shadow: inset 0 0 0 1px rgba(17,17,17,.08);
  width: 100%;
  max-width: 400px;
}
.fp-input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
}
.fp-input::placeholder { color: #6b7280; }
.fp-btn {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d36b78;
  border: 0;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
}
.fp-btn:hover { background: #c25f6b; }
.fp-icon { width: 14px; height: 14px; }
.fp-help {
  font-size: 14px;
  color: #111;
  text-decoration: underline;
  white-space: nowrap;
}
.fp-help:hover { opacity: .8; }
@media (max-width: 640px) {
  .fp-field { max-width: 260px; }
}

/* ========== 4. How Can We Help You 按钮 ========== */

.help-cta {
  --brand: #b40017;
  padding: 40px 16px;
}
.help-cta-inner {
  max-width: 1420px;
  margin: 0 auto;
  text-align: center;
}
.help-cta-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  margin: 0 0 32px;
  color: var(--brand);
}
.help-cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .help-cta-grid { grid-template-columns: 1fr; }
}
.help-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid var(--brand);
  background: #fff;
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 180px;
  transition: all .2s ease;
}
.help-cta-btn:hover {
  background: var(--brand);
  color: #fff;
}

/* ========== 5. Additional Support 胶囊卡片 ========== */

.additional-support {
  --brand: #b40017;
  --card-bd: #d54a59;
  padding: 36px 16px;
}
.as-wrap {
  max-width: 1420px;
  margin: 0 auto;
}
.as-title {
  text-align: center;
  color: var(--brand);
  font-weight: 800;
  font-size: clamp(22px, 2.8vw, 34px);
  margin: 0 0 24px;
}
.as-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 28px;
}
@media (max-width: 1024px) {
  .as-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .as-grid { grid-template-columns: 1fr; }
}
.as-card {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 64px;
  padding: 0 20px;
  border-radius: 14px;
  border: 1px solid var(--card-bd);
  background: #fff;
  text-decoration: none;
  color: #111;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.as-card:hover {
  border-color: var(--brand);
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
  transform: translateY(-1px);
}
.as-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.as-text {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ========== 6. Contact Support 卡片 ========== */

.contact-support {
  --brand: #b40017;
  --bd: #d54a59;
  padding: 40px 16px;
}
.cs-wrap {
  max-width: 1420px;
  margin: 0 auto;
}
.cs-title {
  text-align: center;
  color: var(--brand);
  font-weight: 800;
  font-size: clamp(22px, 3vw, 38px);
  margin: 0 0 26px;
}
.cs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 28px;
}
@media (max-width: 1024px) {
  .cs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .cs-grid { grid-template-columns: 1fr; }
}
.cs-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  border: 1px solid var(--bd);
  border-radius: 14px;
  background: #fff;
  box-sizing: border-box;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.cs-card:hover {
  border-color: var(--brand);
  box-shadow: 0 6px 22px rgba(0,0,0,.06);
  transform: translateY(-1px);
}
.cs-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex: 0 0 40px;
}
.cs-text {
  display: grid;
  gap: 6px;
  line-height: 1.45;
}
.cs-text p {
  margin: 0;
  font-size: 14px;
  color: #3b3b3b;
}
.cs-text strong {
  font-size: 14px;
  font-weight: 800;
  color: #111;
}

/* ========== 7. 底部优势滑块 ========== */

.features-slider {
  padding: 40px 0;
}
.features-slider .text-with-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.features-slider .column {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 80px;
}
.features-slider .column__icon {
  flex: 0 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.features-slider .column__icon svg {
  width: 30px;
  height: 30px;
}
.features-slider .column__title {
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 6px;
}
.features-slider .column__text p {
  font-size: 14px;
  margin: 0;
}

/* 移动端横滑 */
@media (max-width: 767px) {
  .features-slider-full {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .features-slider .text-with-icons {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 12px 16px 22px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .features-slider .text-with-icons::-webkit-scrollbar { display: none; }

  .features-slider .column {
    flex: 0 0 auto;
    min-width: 85%;
    max-width: 90%;
    scroll-snap-align: center;
    background: #f6f6f6;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 18px 16px;
    gap: 8px;
  }

  .features-slider .column__icon svg {
    width: 28px;
    height: 28px;
  }
}/* End custom CSS */