/** Shopify CDN: Minification failed

Line 295:15 Expected identifier but found whitespace
Line 295:17 Unexpected "{"
Line 295:26 Expected ":"

**/


/* CSS from section stylesheet tags */
.section-ed-comparison {
  padding: 60px 0;
}
.ed-comparison-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
.ed-comparison-left,
.ed-comparison-right {
  flex: 1 1 420px;
}
.ed-comparison-left img,
.ed-comparison-right img {
  width: 100%;
  border-radius: 8px;
}
.ed-comparison-right h3 {
  font-size: 1.75rem;
  margin-bottom: 16px;
}
.ed-comparison-right p {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  .ed-comparison-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  .ed-comparison-container {
    flex-direction: column;
    gap: 20px; /* 缩小上下间距 */
  }

  .ed-comparison-left,
  .ed-comparison-right {
    flex: 1 1 auto;
  }

  .ed-comparison-left img,
  .ed-comparison-right img {
    max-width: 100%;
    height: auto;
  }

  .ed-comparison-right p {
    font-size: 1.4rem; /* 手机端适当缩小文字 */
  }
}
.custom-split-layout {
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}
.custom-split-left,
.custom-split-right {
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .custom-split-left,
  .custom-split-right {
    width: 50%;
    max-width: 960px;
  }
}
.custom-split-left .title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.custom-split-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.custom-split-images .item {
  width: calc(50% - 10px);
}
.custom-split-images img {
  width: 100%;
  border-radius: 8px;
}
.custom-split-images .desc {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
}
.custom-split-right img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}
.custom-split-right .right-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.custom-split-right .right-desc {
  font-size: 16px;
  line-height: 1.5;
}
.dts-cta-section {
  padding: 120px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.dts-cta-subtitle {
  color: rgb(3, 3, 3);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.dts-cta-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.dts-cta-desc {
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 30px;
}

.dts-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.dts-cta-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s;
}

.dts-cta-button:hover {
  opacity: 0.85;
}

/* APP 下载按钮可以单独加样式 */
.dts-cta-app-button {
  border: 2px solid #000; /* 默认描边风格 */
  background-color: transparent; /* 默认透明背景，可配置 */
}
.discoveryopt-story {
    background: var(--section-bg, #000);
    color: var(--text-color, #d0d8ff);
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
  }

  .discoveryopt-story h2,
  .discoveryopt-story .step h3,
  .discoveryopt-story h4 {
    color: var(--heading-color, #4da6ff);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
  }

  .discoveryopt-story .intro {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: var(--desc-font-size, 1.1rem);
    line-height: 1.6;
    color: var(--text-color, #b0b8d0);
  }

  .discoveryopt-story .timeline {
    display: grid;
    gap: 30px;
    margin: 40px 0;
    grid-template-columns: repeat(var(--timeline-cols, 4), 1fr);
  }

  .discoveryopt-story .step {
    text-align: center;
  }

  .discoveryopt-story .step h3 {
    margin-bottom: 8px;
  }

  .discoveryopt-story .grid {
    display: grid;
    gap: 30px;
    margin-top: 40px;
    grid-template-columns: repeat(var(--card-cols, 3), 1fr);
  }

  .discoveryopt-story .card {
    background: var(--card-bg-color, #121827);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(77, 166, 255, 0.1);
    transition: transform 0.3s;
  }

  .discoveryopt-story .card:hover {
    transform: translateY(-4px);
  }

  .discoveryopt-story a.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
  }

  .discoveryopt-story img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #1e2130;
  }

  .discoveryopt-story h4 {
    margin: 16px;
    color: var(--heading-color, #4da6ff);
  }

  .discoveryopt-story p {
    margin: 0 16px 16px;
    color: var(--text-color, #b0b8d0);
    font-size: var(--desc-font-size, 1.1rem);
    line-height: 1.5;
  }

  .discoveryopt-story .cta {
    text-align: center;
    margin-top: 40px;
  }

  .discoveryopt-story .cta a.button {
    background-color: var(--button-bg-color, #4da6ff);
    color: var(--button-text-color, #fff);
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background 0.3s;
  }

  .discoveryopt-story .cta a.button:hover {
    background-color: #1d4fff;
  }

  @media(max-width:768px){
    .discoveryopt-story .timeline,
    .discoveryopt-story .grid {
      grid-template-columns: 1fr !important;
    }
  }
.custom-masonry-three {
  display: flex;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  gap: 16px;
}

.custom-masonry-three__side,
.custom-masonry-three__stack > div {
  flex: 1;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: {{ section.settings.aspect_ratio }}; /* ✅ 动态比例 */
}

.custom-masonry-three__stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.image-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.image-card:hover img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 24px;
  text-align: center;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .custom-masonry-three {
    flex-direction: column;
  }

  .custom-masonry-three__stack {
    flex-direction: row;
  }

  .image-overlay {
    justify-content: center;
    padding: 16px;
  }
}
.split-duo-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding: 40px 20px;
}
.split-duo-item {
  flex: 1;
  min-width: 300px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.split-duo-text {
  flex: 1;
}
.split-duo-text .tag {
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  background-color: #e1e1e1;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}
.split-duo-text .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.split-duo-text .description {
  font-size: 16px;
  line-height: 1.5;
}
.split-duo-image {
  flex: 1;
}
.split-duo-image img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .split-duo-wrapper {
    flex-direction: column;
  }
  .split-duo-item {
    flex-direction: column;
  }
}
.series-section {
  width: 100%;
  max-width: 100vw;
  position: relative;
  background-color: #000;
  padding: 60px 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

.series-container {
  max-width: 2400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.series-grid {
  display: grid;
  gap: 32px;
}

.series-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--card-radius, 12px);
  height: var(--card-height, 400px);
  z-index: 1;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.series-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
  transition: transform 0.4s ease;
}

.series-card:hover img {
  transform: scale(1.05);
}

/* 卡片标题 */
.series-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 10px 0 0;
  color: #fff;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* 响应式 */
@media (max-width: 900px) and (min-width: 601px) {
  .series-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 0 10px;
  }
  .series-card {
    height: 300px !important;
  }
}

@media (max-width: 600px) {
  .series-grid {
    grid-template-columns: 1fr !important;
    padding: 0 15px;
  }
  .series-card {
    height: 250px !important;
    width: 100%;
  }
}
.custom-table-section {
    padding: 40px 0;
  }
  .custom-table-section .custom-table-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .custom-table-grid {
    display: grid;
    gap: 20px;
  }
  @media screen and (min-width: 750px) {
    .custom-table-grid {
      grid-template-columns: repeat(var(--desktop-columns), 1fr);
    }
  }
  @media screen and (max-width: 749px) {
    .custom-table-grid {
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
  }
  .custom-table-item {
    padding: 16px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    background: #fff;
    text-align: center;
  }
  .custom-table-item .col-title {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 15px;
  }
  .custom-table-item .col-value {
    font-size: 16px;
  }
.timeline-section {
    position: relative;
    padding: 80px 20px;
    background-color: #000;
    color: #ddd;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    overflow: visible;
  }

  .timeline-wrapper.timeline-branches {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }

  .timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: right;
  }
  .timeline-item:nth-child(even) {
    flex-direction: row;
    text-align: left;
  }

  .timeline-content {
    flex: 1;
  }

  .timeline-image {
    width: 200px;
    flex-shrink: 0;
  }
  .timeline-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    border: 4px solid #111;
  }

  .timeline-item::after {
    content: "";
    position: absolute;
    width: 4px;
    height: calc(100% + 60px);
    background: linear-gradient(180deg, transparent, var(--title-color, #00a2ff), transparent);
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-radius: 2px;
    animation: linePulse 2.5s ease-in-out infinite;
    opacity: 0.7;
    pointer-events: none;
    z-index: 1;
  }
  .timeline-item:last-child::after {
    display: none;
  }

  @keyframes linePulse {
    0% { background-position: 0% 0%; }
    100% { background-position: 0% 100%; }
  }

  .timeline-marker {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    background: var(--title-color, #00a2ff);
    border-radius: 50%;
    border: 4px solid #000;
    box-sizing: content-box;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    outline-offset: 2px;
  }
  .timeline-item:nth-child(odd) .timeline-marker {
    right: 0;
  }
  .timeline-item:nth-child(even) .timeline-marker {
    left: 0;
  }
  .timeline-marker:hover,
  .timeline-marker:focus {
    transform: scale(1.3);
    box-shadow:
      0 0 8px var(--title-color, #00a2ff),
      0 0 16px var(--title-color, #00a2ffbb),
      0 0 24px var(--title-color, #00a2ffaa);
    outline: none;
  }

  .timeline-title {
    font-size: var(--title-font-size, 1.3rem);
    color: var(--title-color, #00a2ff);
    font-weight: 600;
    margin-bottom: 8px;
  }
  .timeline-desc {
    font-size: var(--desc-font-size, 1rem);
    color: var(--desc-color, #ddd);
    line-height: 1.5;
  }
  .timeline-time {
    font-size: 0.9rem;
    color: #999;
    margin-top: 4px;
    display: inline-block;
  }

  @media (max-width: 768px) {
    .timeline-item {
      flex-direction: column !important;
      padding-left: 40px !important;
      padding-right: 40px !important;
      text-align: left !important;
      margin-bottom: 40px;
    }
    .timeline-marker {
      left: 0 !important;
      right: auto !important;
    }
    .timeline-item::after {
      left: 12px !important;
      transform: none !important;
    }
  }