/* ===== Crypto Product Page ===== */
/* 覆盖 fund.css 基金页浅色模板，对齐 Figma PC-hk / h5-hk */

.crypto-page {
  overflow-x: hidden;
}

.crypto-page main {
  padding-bottom: 0;
}

/* ---------- Hero + 四大卖点（深色一体区） ---------- */
.crypto-hero-module {
  position: relative;
  background-color: #120e28;
  overflow: hidden;
  min-height: 1023px;
}

.crypto-hero-bg {
  position: absolute;
  top: 0;
  left: auto;
  right: -220px;
  transform: none;
  width: 1920px;
  height: 1023px;
  max-width: none;
  object-fit: cover;
  object-position: right top;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.crypto-hero-module::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(-90deg, #120e28 0%, rgba(18, 14, 40, 0) 27%);
  pointer-events: none;
  z-index: 1;
}

.crypto-hero-module::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 31%;
  background: linear-gradient(180deg, rgba(18, 14, 40, 0) 0%, #120e28 100%);
  pointer-events: none;
  z-index: 1;
}

.crypto-hero-shell {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 1023px;
  padding: 116px 4.8% 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

@media (min-width: 1600px) {
  .crypto-hero-bg {
    right: -80px;
  }
}

@media (min-width: 1800px) {
  .crypto-hero-bg {
    right: 0;
  }
}

.crypto-hero-inner {
  padding: 0;
}

.crypto-hero-text {
  max-width: 640px;
  position: relative;
  z-index: 2;
}

.crypto-hero-coins {
  display: none;
}

.crypto-hero-title {
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.crypto-hero-price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
}

.crypto-hero-price {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  color: #f2cb8c;
}

.crypto-hero-price sup {
  font-size: 0.45em;
  top: -0.6em;
  color: #f2cb8c;
}

.crypto-hero-price-from {
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}

.crypto-hero-price-from-en {
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin-right: 4px;
}

.crypto-hero-title-main {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}

.crypto-hero-desc {
  font-size: 28px;
  font-weight: 500;
  color: #eee;
  margin: 0 0 12px;
  line-height: 1.5;
}

.crypto-hero-risk {
  font-size: 14px;
  color: #666;
  margin: 0 0 32px;
  line-height: 1.6;
}

.crypto-hero-risk::before {
  content: '*';
}

.crypto-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 60px;
  padding: 15px 30px;
  background: #514ed1;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s;
}

.crypto-hero-btn:hover {
  background: #4340b8;
  color: #fff;
  text-decoration: none;
}

.crypto-page .crypto-hero-module .crypto-features {
  padding: 0 !important;
  background: transparent !important;
}

.crypto-features {
  position: relative;
  z-index: 2;
}

.crypto-features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.crypto-feature-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(50% - 20px);
  min-height: 140px;
  padding: 30px 50px;
  border-radius: 10px;
  border: 0.8px solid transparent;
  background:
    linear-gradient(90deg, #0e0e10 0%, #111822 50%, #0e0e10 100%) padding-box,
    linear-gradient(139deg, #4e42c2 0%, #b9b9ff 35%, #4141b6 100%) border-box;
  background-clip: padding-box, border-box;
  -webkit-background-clip: padding-box, border-box;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: none;
}

.crypto-feature-item > * {
  position: relative;
  z-index: 1;
}

.crypto-feature-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.crypto-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.crypto-feature-body {
  min-width: 0;
}

.crypto-feature-title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.35;
}

.crypto-feature-desc {
  font-size: 20px;
  font-weight: 400;
  color: #b0b0b0;
  margin: 0;
  line-height: 1.5;
}

.crypto-page section.crypto-fee-section {
  position: relative;
  margin-top: 0;
  padding: 100px 0 120px !important;
  background: #120e28 !important;
  background-image: linear-gradient(180deg, #120e28 0%, #000 100%) !important;
  overflow: hidden;
  z-index: 1;
}

.crypto-page section.crypto-features {
  background: transparent !important;
  padding: 0 !important;
}

.crypto-fee-section {
  position: relative;
  padding: 100px 0 120px;
  background: linear-gradient(180deg, #120e28 0%, #000 100%);
  overflow: hidden;
}

.crypto-fee-visual {
  position: absolute;
  left: 50%;
  top: 207px;
  transform: translateX(-50%);
  width: 1920px;
  max-width: none;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 72px, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 72px, #000 100%);
}

.crypto-fee-visual img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.4;
}

.crypto-fee-inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4.8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.crypto-fee-title {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  text-align: center;
}

.crypto-fee-table-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  overflow-x: auto;
}

.crypto-fee-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 1.5;
  background: #18181c;
  border: none;
  border-radius: 0;
}

.crypto-fee-table th,
.crypto-fee-table td {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 24px;
  text-align: left;
  vertical-align: top;
  border-radius: 0;
}

.crypto-page .crypto-fee-table th,
.crypto-page .crypto-fee-table td {
  border-radius: 0;
}

.crypto-fee-table thead tr {
  border-top: none;
}

.crypto-fee-table th {
  background: #514ed1;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  border-top: none;
}

.crypto-fee-table td {
  color: #999;
}

.crypto-fee-table td:last-child,
.crypto-fee-table th:last-child {
  text-align: right;
}

.crypto-fee-table tbody tr:first-child td {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

/* ---------- 亮点区块（浅灰 #F8F8FB） ---------- */
.crypto-page .crypto-highlight-section {
  padding: 160px 0 100px;
  background: #f8f8fb;
}

.crypto-page .crypto-highlight-section + .crypto-highlight-section {
  padding: 100px 0;
}

.crypto-page .crypto-highlight-section .fund-section-inner {
  max-width: 1440px;
  padding: 0 4.8%;
  box-sizing: border-box;
}

.crypto-page .crypto-highlight-section .fund-section-body {
  gap: 80px;
  align-items: center;
}

.crypto-page .crypto-highlight-section .fund-section-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 48px;
}

.crypto-page .crypto-highlight-section .fund-section-image {
  width: 460px;
  max-width: 460px;
  background: #f8f8fb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.crypto-page .crypto-highlight-section .fund-section-image img {
  border-radius: 0;
  width: 100%;
  height: auto;
  mix-blend-mode: normal;
}

.crypto-page .crypto-highlight-section .fund-highlight-list {
  gap: 20px;
}

.crypto-page .crypto-highlight-section--plain .fund-highlight-list {
  gap: 14px;
}

.crypto-page .crypto-highlight-section .fund-highlight-item {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  gap: 16px;
  align-items: flex-start;
}

.crypto-page .crypto-highlight-section--plain .fund-highlight-item:first-child {
  font-size: 20px;
  font-weight: 400;
}

.crypto-page .crypto-highlight-section .fund-highlight-item::before {
  width: 24px;
  height: 40px;
  margin-top: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M1.2 5.8L5.6 10.2L14.8 1' stroke='%23514ED1' stroke-width='2.57' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 16px 11px;
}

.crypto-page .crypto-highlight-section--plain .fund-highlight-item::before {
  content: none;
  display: none;
}

/* ---------- 指引模块 ---------- */
.crypto-guide-section {
  padding: 120px 0 100px;
  background: #fff;
}

.crypto-guide-section.fund-section {
  padding: 120px 0 100px;
  background: #fff;
}

.crypto-guide-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4.8%;
  box-sizing: border-box;
}

.crypto-guide-title {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  margin: 0 0 40px;
  line-height: 1.35;
  text-align: center;
}

.crypto-guide-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 53px;
  max-width: 1000px;
  margin: 0 auto;
}

.crypto-guide-steps {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.crypto-guide-step {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px;
  border: none;
  border-radius: 10px;
  background: #f8f8f8;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.crypto-guide-step:focus {
  outline: none;
}

.crypto-guide-step:focus-visible {
  outline: 2px solid #514ed1;
  outline-offset: 2px;
}

.crypto-guide-step.is-active {
  background: #fff;
  border: 1px solid #444;
}

.crypto-guide-step-title {
  font-size: 22px;
  font-weight: 600;
  color: #666;
  margin: 0 0 10px;
  line-height: 1.4;
}

.crypto-guide-step-desc {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.crypto-guide-step.is-active .crypto-guide-step-title,
.crypto-guide-step.is-active .crypto-guide-step-desc {
  color: #000;
}

.crypto-guide-carousel {
  flex-shrink: 0;
  width: 400px;
  min-height: 545px;
}

.crypto-guide-carousel .swiper {
  width: 100%;
  height: 100%;
}

.crypto-guide-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 545px;
}

.crypto-guide-carousel .swiper-slide img {
  width: 100%;
  max-height: 545px;
  height: auto;
  display: block;
  object-fit: contain;
}

.crypto-guide-pagination {
  display: none;
  position: static;
  margin-top: 24px;
  text-align: center;
}

.crypto-guide-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  opacity: 1;
  margin: 0 5px !important;
}

.crypto-guide-pagination .swiper-pagination-bullet-active {
  background: #514ed1;
}

/* ---------- 备注 / 免责（对齐 Figma PC-hk 1006:1552 / h5 1017:3672） ---------- */
.crypto-page .fund-remark {
  background: #fff;
  padding: 80px 0;
}

.crypto-page .fund-remark-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 注释 ¹²³ 与「免责声明 / 风险披露」正文段落格式一致 */
.crypto-page .fund-remark-note,
.crypto-disclaimer-list p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 1.6;
  text-align: justify;
  margin: 0;
}

.crypto-page .fund-disclaimer-title {
  font-size: 14px;
  font-weight: 600;
  color: #6b6b6b;
  line-height: 1.6;
  text-align: justify;
  margin: 40px 0 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* ---------- 常见问题按钮（对齐 Figma 8px 圆角） ---------- */
.crypto-page .stocks-faq-section {
  padding: 60px 0 80px;
}

.crypto-page .stocks-faq-btn {
  gap: 10px;
  padding: 14px 36px;
  background: #514ed1;
  font-size: 20px;
  font-weight: 520;
  border-radius: 8px;
  box-shadow: none;
}

.crypto-page .stocks-faq-btn:hover {
  background: #4340b8;
  box-shadow: none;
  transform: none;
}

.crypto-page .stocks-faq-btn svg {
  width: 15px;
  height: 12px;
}

/* ---------- 英文排版 ---------- */
html[lang="en"] .crypto-hero-title-main {
  font-size: 48px;
}

html[lang="en"] .crypto-hero-desc {
  font-size: 24px;
}

html[lang="en"] .crypto-feature-title {
  font-size: 24px;
}

html[lang="en"] .crypto-feature-desc {
  font-size: 18px;
}

html[lang="en"] .crypto-fee-title,
html[lang="en"] .crypto-guide-title,
html[lang="en"] .crypto-page .crypto-highlight-section .fund-section-title {
  font-size: 36px;
}

.crypto-m-br {
  display: none;
}

.crypto-m-dot {
  display: inline;
}

.crypto-fee-table--h5 {
  display: none;
}

/* ---------- 平板 ---------- */
@media (max-width: 1024px) {
  .crypto-hero-bg {
    right: -300px;
  }

  .crypto-hero-price {
    font-size: 64px;
  }

  .crypto-hero-price-from,
  .crypto-hero-price-from-en {
    font-size: 32px;
  }

  .crypto-hero-title-main {
    font-size: 40px;
    white-space: normal;
  }

  .crypto-hero-desc {
    font-size: 22px;
    white-space: normal;
  }

  .crypto-feature-item {
    width: calc(50% - 12px);
    padding: 24px 20px;
    min-height: 120px;
  }

  .crypto-feature-icon {
    width: 64px;
    height: 64px;
  }

  .crypto-feature-title {
    font-size: 22px;
  }

  .crypto-feature-desc {
    font-size: 16px;
  }

  .crypto-fee-title {
    font-size: 36px;
  }

  .crypto-page .crypto-highlight-section .fund-section-title {
    font-size: 36px;
  }

  .crypto-guide-layout {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }

  .crypto-guide-carousel {
    width: 100%;
    max-width: 400px;
    min-height: auto;
    margin: 0 auto;
  }

  .crypto-guide-carousel .swiper-slide {
    min-height: 420px;
  }

  .crypto-guide-carousel .swiper-slide img {
    max-height: 420px;
  }

  .crypto-guide-title {
    font-size: 36px;
  }
}

/* ---------- 手机（对齐 h5-hk 375，勿覆盖 PC） ---------- */
@media (max-width: 768px) {
  .crypto-m-br {
    display: block;
  }

  .crypto-m-dot {
    display: none;
  }

  /*
   * Hero：对齐 Figma / 设计稿截图
   * 文案+按钮在上，金币在按钮下方独立成块，不再用 PC 横幅绝对定位叠层。
   * 金币裁切：CDN 3840×2046，H5 取 (1940,420) 起宽约 920×740，收短底部光带并上移构图。
   */
  .crypto-hero-module {
    min-height: 0;
    background-color: #120e28;
  }

  .crypto-hero-module::before,
  .crypto-hero-module::after {
    display: none;
  }

  .crypto-hero-bg {
    display: none;
  }

  .crypto-hero-shell {
    min-height: auto;
    padding: 88px 18px 0;
    gap: 0;
    justify-content: flex-start;
    background: #120e28;
  }

  .crypto-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 0;
    padding-bottom: 0;
    text-align: center;
    box-sizing: border-box;
    background: transparent;
  }

  .crypto-hero-text {
    position: relative;
    z-index: 3;
    max-width: 328px;
    margin: 0 auto;
    padding-bottom: 0;
    background: transparent;
  }

  /* 移动端主图：上移叠到文字下层（堆叠关系，z-index 1 < 文字 3），文字块透明，
     让主图透到 desc/风险提示/按钮后面 —— 文字直接压在图上（对齐设计稿）。
     顶边做一点羽化，使上层文字后面回落到 #120e28 暗色，避免顶部亮波纹透到标题；
     底部波纹直接接下方卡片，设计稿此处无过渡，故不加底部淡出。 */
  .crypto-hero-coins {
    display: block;
    position: relative;
    z-index: 1;
    width: 100vw;
    max-width: 100vw;
    height: calc(1350 / 1200 * 100vw);
    margin: -96px 0 0 calc(50% - 50vw);
    background-color: transparent;
    background-image: url("https://foss-hk.elebank.com/airstarbank_fmp/prod/WebHome_space/f6e73099c6964b239f0cc448cb0264ff_1789638799231_994c4d_hero-background.png");
    background-repeat: no-repeat;
    background-size: calc(3840 / 1200 * 100vw) auto;
    background-position: calc(-1820 / 1200 * 100vw) 0;
    box-shadow: none;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 26%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 26%, #000 100%);
  }

  .crypto-hero-coins::before,
  .crypto-hero-coins::after {
    display: none;
  }

  .crypto-hero-title {
    align-items: center;
    margin-bottom: 14px;
    gap: 6px;
  }

  .crypto-hero-price-line {
    justify-content: center;
  }

  .crypto-hero-price {
    font-size: 56px;
  }

  .crypto-hero-price-from,
  .crypto-hero-price-from-en {
    font-size: 26px;
  }

  .crypto-hero-title-main {
    font-size: 34px;
    max-width: 328px;
    margin: 0 auto;
    white-space: normal;
  }

  .crypto-hero-desc {
    font-size: 18px;
    font-weight: 400;
    white-space: normal;
    margin-bottom: 10px;
  }

  .crypto-hero-risk {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .crypto-hero-btn {
    position: relative;
    z-index: 4;
    width: 220px;
    max-width: 220px;
    height: 45px;
    min-width: 220px;
    font-size: 15px;
    padding: 5px 40px;
    margin-bottom: 0;
  }

  .crypto-page .crypto-hero-module .crypto-features,
  .crypto-page section.crypto-features,
  .crypto-features {
    position: relative;
    z-index: 3;
    padding: 28px 0 40px !important;
    background: #120e28 !important;
  }

  .crypto-features-grid {
    flex-direction: column;
    gap: 20px;
  }

  .crypto-feature-item {
    width: 100%;
    height: 82px;
    min-height: 82px;
    max-height: 82px;
    padding: 14px;
    gap: 10px;
    box-sizing: border-box;
    align-items: center;
    overflow: hidden;
  }

  .crypto-feature-icon {
    width: 40px;
    height: 40px;
  }

  .crypto-feature-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .crypto-feature-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .crypto-feature-desc {
    font-size: 15px;
    line-height: 1.2;
  }

  html[lang="en"] .crypto-feature-item {
    height: 120px;
    min-height: 120px;
    max-height: 120px;
  }

  html[lang="en"] .crypto-feature-title {
    font-size: 18px;
  }

  html[lang="en"] .crypto-feature-desc {
    font-size: 15px;
  }

  .crypto-page section.crypto-fee-section,
  .crypto-fee-section {
    padding: 60px 0 80px !important;
  }

  .crypto-fee-title {
    font-size: 34px;
    max-width: 340px;
  }

  .crypto-fee-inner {
    gap: 40px;
  }

  .crypto-fee-table:not(.crypto-fee-table--h5) {
    display: none;
  }

  .crypto-fee-table--h5 {
    display: table;
    width: 100%;
    min-width: 0;
    height: 300px;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.4;
  }

  .crypto-fee-table.crypto-fee-table--h5 th,
  .crypto-fee-table.crypto-fee-table--h5 td,
  .crypto-fee-table.crypto-fee-table--h5 th:last-child,
  .crypto-fee-table.crypto-fee-table--h5 td:last-child {
    font-size: 12px;
    font-weight: 400;
    padding: 12px 6px;
    word-break: break-word;
    text-align: center;
    vertical-align: middle;
    color: #ccc;
    background: rgba(68, 68, 70, 0.5);
    border: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
  }

  .crypto-fee-table.crypto-fee-table--h5 th:nth-child(n + 3),
  .crypto-fee-table.crypto-fee-table--h5 td:nth-child(n + 3) {
    border-left: 1px solid #515151;
  }

  .crypto-fee-table--h5 th:first-child,
  .crypto-fee-table--h5 td:first-child {
    width: 75px;
    background: #514ed1;
    color: #fff;
    font-weight: 500;
    text-align: center;
  }

  .crypto-fee-table--h5 thead th {
    height: 56px;
    /* background: rgba(24, 24, 28, 0.72); */
    color: #ccc;
    font-weight: 400;
  }

  .crypto-fee-table--h5 thead th:first-child {
    background: #514ed1;
    color: #fff;
    font-weight: 500;
  }

  .crypto-fee-table--h5 thead th:nth-child(2),
  .crypto-fee-table--h5 tbody td:nth-child(2) {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
  }

  .crypto-fee-table--h5 td:first-child {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }

  .crypto-fee-table--h5 tbody tr:first-child td {
    color: #ccc;
    font-size: 12px;
    font-weight: 400;
  }

  .crypto-fee-table--h5 tbody tr:first-child td:first-child {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }

  .crypto-fee-table--h5 tbody tr:first-child td:nth-child(2) {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }

  .crypto-fee-visual {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1014px;
  }

  .crypto-fee-visual img {
    opacity: 0.35;
  }

  .crypto-page .crypto-highlight-section {
    padding: 80px 0;
  }

  .crypto-page .crypto-highlight-section + .crypto-highlight-section {
    padding: 0 0 80px;
  }

  .crypto-page .crypto-highlight-section .fund-section-body,
  .crypto-page .crypto-highlight-section .fund-section-body--reverse {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .crypto-page .crypto-highlight-section--plain .fund-section-body {
    flex-direction: column-reverse;
  }

  .crypto-page .crypto-highlight-section .fund-section-title {
    font-size: 28px;
    line-height: 1.35;
    margin-bottom: 32px;
    text-align: left;
  }

  .crypto-page .crypto-highlight-section .fund-highlight-list {
    align-items: stretch;
    width: 100%;
    gap: 24px;
  }

  .crypto-page .crypto-highlight-section .fund-highlight-item {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .crypto-page .crypto-highlight-section .fund-highlight-item::before {
    width: 16px;
    height: 16px;
    margin-top: 5px;
    background-position: center;
    background-size: 16px 11px;
  }

  .crypto-page .crypto-highlight-section--plain .fund-highlight-item:first-child {
    font-size: 15px;
    font-weight: 400;
  }

  .crypto-page .crypto-highlight-section .fund-section-image {
    width: 300px;
    max-width: 300px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    background: transparent;
  }

  /* Figma h5：300 画框内插图比例（1007:2261 / 1007:2287） */
  .crypto-page .crypto-highlight-section--plain .fund-section-image img {
    width: 111.16%;
    height: 111.16%;
    max-width: none;
    margin: -3.57% 0 0 -5.58%;
    object-fit: contain;
  }

  .crypto-page .crypto-highlight-section:not(.crypto-highlight-section--plain) .fund-section-image img {
    width: 124.71%;
    height: 124.71%;
    max-width: none;
    margin: -5.83% 0 0 -12.35%;
    object-fit: contain;
  }

  .crypto-page .stocks-faq-section {
    padding: 0 0 40px;
  }

  .crypto-page .stocks-faq-btn {
    padding: 14px 36px;
    font-size: 15px;
    min-height: 40px;
    border-radius: 8px;
  }

  .crypto-guide-section,
  .crypto-guide-section.fund-section {
    padding: 60px 0 40px;
  }

  .crypto-fee-inner,
  .crypto-page .crypto-highlight-section .fund-section-inner,
  .crypto-page .fund-remark-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .crypto-guide-inner {
    padding: 0 18px;
  }

  .crypto-guide-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .crypto-guide-layout {
    gap: 12px;
    max-width: 340px;
    margin: 0 auto;
    padding: 28px 20px 20px;
    background: #f8f8f8;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .crypto-guide-step {
    padding: 0;
    background: transparent;
    cursor: pointer;
  }

  .crypto-guide-step.is-active {
    background: transparent;
    border: none;
  }

  .crypto-guide-step-title {
    font-size: 16px;
    margin-bottom: 8px;
    color: #000;
  }

  .crypto-guide-step-desc {
    font-size: 14px;
    color: #000;
  }

  .crypto-guide-steps .crypto-guide-step:not(.is-active) {
    display: none;
  }

  .crypto-guide-carousel {
    width: 100%;
    max-width: 276px;
    min-height: 0;
    margin: 0 auto;
  }

  .crypto-guide-carousel .swiper-slide {
    min-height: 0;
  }

  .crypto-guide-carousel .swiper-slide img {
    max-height: 460px;
  }

  .crypto-guide-pagination {
    display: block;
    margin-top: 12px;
  }

  .crypto-page .fund-remark {
    padding: 40px 0;
  }

  .crypto-page .fund-remark-note,
  .crypto-page .fund-disclaimer-title,
  .crypto-disclaimer-list p {
    font-size: 12px;
  }

  .crypto-page .fund-disclaimer-title {
    margin-top: 30px;
  }

  html[lang="en"] .crypto-hero-title-main {
    font-size: 34px;
    line-height: 1.25;
  }

  html[lang="en"] .crypto-hero-desc {
    font-size: 18px;
    font-weight: 400;
  }

  html[lang="en"] .crypto-hero-price-from-en {
    font-size: 26px;
  }

  html[lang="en"] .crypto-fee-title {
    font-size: 28px;
  }

  html[lang="en"] .crypto-guide-title {
    font-size: 24px;
  }

  html[lang="en"] .crypto-page .crypto-highlight-section .fund-section-title {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .crypto-hero-shell,
  .crypto-fee-inner,
  .crypto-page .crypto-highlight-section .fund-section-inner,
  .crypto-guide-inner,
  .crypto-page .fund-remark-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .crypto-hero-price {
    font-size: 56px;
  }

  .crypto-hero-title-main {
    font-size: 34px;
  }

  .crypto-hero-desc {
    font-size: 18px;
  }

  .crypto-fee-title {
    font-size: 34px;
  }

  .crypto-page .crypto-highlight-section .fund-section-title {
    font-size: 34px;
  }

  html[lang="en"] .crypto-hero-title-main {
    font-size: 34px;
  }

  html[lang="en"] .crypto-hero-desc {
    font-size: 18px;
  }

  html[lang="en"] .crypto-fee-title {
    font-size: 26px;
  }
}
