#w0,
.mobile-nav {
  background: transparent;
}

body {
  background: #1C1D1F !important;
}

.wrap {
  position: relative;
  background: #1C1D1F;
}

.index_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1C1D1F;
  overflow-x: hidden;
}

.bg_top {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  aspect-ratio: 2880 / 1118;
  background: url(/images/cloud_mining/bg_top.png) center top / 100% auto no-repeat !important;
  z-index: 0;
  pointer-events: none;
}

.index_header {
  position: relative;
  padding-top: 298px;
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 1;
  font-family: "Inter Regular";
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.index_content.content_hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
  padding-top: 0;
}

.content_hero .hero_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: #FFFFFF;
  margin: 0;
}

.content_hero .hero_subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #80879A;
  width: 560px;
  max-width: 100%;
  box-sizing: border-box;
}

.hero_features {
  display: flex;
  align-items: center;
  gap: 37px;
  margin-top: 20px;
}

/* 多语言：卖点改为上二下一 */
.index_main.lang-es-ES .hero_features,
.index_main.lang-de-DE .hero_features,
.index_main.lang-ko-KR .hero_features {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  column-gap: 37px;
  row-gap: 16px;
  width: 560px;
  max-width: 100%;
}

.index_main.lang-es-ES .hero_feature_item:last-child,
.index_main.lang-de-DE .hero_feature_item:last-child,
.index_main.lang-ko-KR .hero_feature_item:last-child {
  grid-column: 1 / -1;
}

.hero_feature_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero_feature_icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.hero_feature_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.index_content.content_body {
  width: 100%;
  border-radius: 12px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 0;
  /* bg_top 底边 - hero 区高度 - 10px 重叠；hero ≈ 298+188 */
  margin-top: calc(100vw * 1118 / 2880 - 496px);
}

/* ES/DE 副标题多为 3 行，hero 高约 +28px */
.index_main.lang-es-ES .index_content.content_body,
.index_main.lang-de-DE .index_content.content_body {
  margin-top: calc(100vw * 1118 / 2880 - 524px);
}

.index_content.content_body .item.product_features {
  margin-top: 101px;
}

.index_content.content_body .item.two {
  margin-top: 101px;
  gap: 0;
}

.index_content.content_body .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content_body .item.one .select_area .select_item {
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: flex-start;
}

.item.one .select_area .select_item > .package_card {
  position: relative;
  width: 384px;
  flex: none;
  padding: 30px 0;
  border-radius: 12px;
  box-sizing: border-box;
  border: 1px solid #3f414b;
  display: flex;
  flex-direction: column;
  background: #222426;
  overflow: hidden;
}

.item.one .select_area .select_item > .package_card.item_left {
  border: 1px solid transparent;
  background:
    linear-gradient(#222426, #222426) padding-box,
    linear-gradient(270deg, #ffcc57 0%, #ffdb9e 100%) border-box;
  overflow: visible;
  box-shadow:
    0 0 14px rgba(255, 204, 87, 0.28),
    0 0 28px rgba(255, 219, 158, 0.15);
  z-index: 1;
}

.item.one .select_area .select_item .pkg_special_badge_wrap {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 110px;
  height: 45px;
  z-index: 1;
  pointer-events: none;
}

/* 第一个套餐：角标上/右相对边框外凸 1px */
.item.one .select_area .select_item > .package_card.item_left .pkg_special_badge_wrap {
  top: -1px;
  right: -1px;
}

.item.one .select_area .select_item .pkg_special_badge {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.item.one .select_area .select_item .pkg_special_badge_text {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 8px 0 18px;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  transform: translate(4px, -3px);
}

.item.one .select_area .select_item .pkg_discount_rate,
.item.one .select_area .select_item .pkg_discount_off {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: inherit;
  line-height: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
}

.item.one .select_area .select_item .set_meal_name {
  margin: 15px 0 0;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
}

.item.one .select_area .select_item .set_meal_info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 0;
}

.item.one .select_area .select_item .pkg_divider {
  width: 100%;
  height: 0.5px;
  margin: 0;
  padding: 0;
  background: #3f414b;
  flex-shrink: 0;
}

.item.one .select_area .select_item .line_text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  min-height: 16px;
}

.item.one .select_area .select_item .line_text .left {
  flex: 0 0 120px;
  width: 120px;
  max-width: 48%;
  box-sizing: border-box;
}

.item.one .select_area .select_item .line_text .right {
  flex: 1 1 auto;
  min-width: 0;
}

.item.one .select_area .select_item .line_text .left p,
.item.one .select_area .select_item .line_text .right p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.item.one .select_area .select_item .line_text .left p {
  color: #80879a;
}

.item.one .select_area .select_item .line_text .right p {
  text-align: right;
  color: #ffffff;
  word-break: break-word;
}

/* ES/DE 等长文案：左列加宽，行间距加大 */
.index_main.lang-es-ES .item.one .select_area .select_item .line_text .left,
.index_main.lang-de-DE .item.one .select_area .select_item .line_text .left {
  flex: 0 0 152px;
  width: 152px;
}

.index_main.lang-es-ES .item.one .select_area .select_item .set_meal_info,
.index_main.lang-de-DE .item.one .select_area .select_item .set_meal_info {
  gap: 20px;
}

.item.one .select_area .select_item .run_on {
  border-radius: 8px;
  height: 48px;
  line-height: 14px;
  width: calc(100% - 40px);
  margin: 48px 20px 0;
  background: linear-gradient(270deg, #ffcc57 0%, #ffdb9e 100%);
  font-size: 14px;
  font-weight: 500;
  color: #1f1f24;
  border: 1px solid transparent;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.item.one .select_area .select_item .item_left .run_on:hover {
  opacity: 0.9;
}

.item.one .select_area .select_item .item_top .run_on,
.item.one .select_area .select_item .item_bottom .run_on {
  background: transparent;
  border: 1px solid #ffdb9e;
  color: #ffdb9e;
}

.item.one .select_area .select_item .item_top .run_on:hover,
.item.one .select_area .select_item .item_bottom .run_on:hover {
  background: linear-gradient(270deg, #ffcc57 0%, #ffdb9e 100%);
  border-color: transparent;
  color: #1f1f24;
}

.item.two .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  color: #ffffff;
  margin: 0 0 38px;
  text-align: center;
}

.item.two .compare_panel {
  position: relative;
  border-radius: 16px;
  border: 1px solid #3f414b;
  background: #222426;
  overflow: hidden;
  box-sizing: border-box;
}

.item.two .compare_table {
  position: relative;
  z-index: 1;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.item.two .compare_table th,
.item.two .compare_table td {
  padding: 20px 30px;
  height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-right: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #80879a;
  background: transparent;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
}

.item.two .compare_table thead th {
  font-weight: 400;
  height: 64px;
  padding-top: 0;
  padding-bottom: 0;
}

/* 多语言长文案统一行高，避免个别行被撑乱 */
.index_main.lang-es-ES .item.two .compare_table th,
.index_main.lang-es-ES .item.two .compare_table td,
.index_main.lang-de-DE .item.two .compare_table th,
.index_main.lang-de-DE .item.two .compare_table td {
  height: 88px;
  padding: 18px 30px;
  line-height: 22px;
}

.index_main.lang-es-ES .item.two .compare_table thead th,
.index_main.lang-de-DE .item.two .compare_table thead th {
  height: 64px;
  padding-top: 0;
  padding-bottom: 0;
}

.item.two .compare_table th:nth-child(1),
.item.two .compare_table td:nth-child(1) {
  width: 26%;
}

.item.two .compare_table th:nth-child(2),
.item.two .compare_table td:nth-child(2) {
  color: #ffffff;
  width: 40%;
  background: rgba(255, 255, 255, 0.15);
}

.item.two .compare_table thead th:nth-child(2) {
  border-radius: 12px 12px 0 0;
}

.item.two .compare_table tbody tr:last-child td:nth-child(2) {
  border-radius: 0 0 12px 12px;
}

.item.two .compare_table th:nth-child(3),
.item.two .compare_table td:nth-child(3) {
  width: 34%;
}

.item.two .compare_table tr:last-child td {
  border-bottom: none;
}

.product_features_panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
  row-gap: 60px;
  padding: 29px 41px 31px 48px;
  border-radius: 24px;
  box-sizing: border-box;
  border: 1px solid #3f414b;
  background: #222426;
  position: relative;
}

.product_features_panel::before,
.product_features_panel::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 52px;
  background: #3f414b;
  transform: translateX(-50%);
  pointer-events: none;
}

.product_features_panel::before {
  top: calc(29px + (104px - 52px) / 2);
}

.product_features_panel::after {
  bottom: calc(31px + (104px - 52px) / 2);
}

.product_features_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  min-width: 0;
  padding: 0;
  box-sizing: border-box;
}

.product_features_item:nth-child(2n) {
  padding-left: 49px;
}

.product_features_item .feature_icon_wrap {
  width: 104px;
  height: 104px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_features_item .feature_icon_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product_features_item .feature_text {
  width: 380px;
  max-width: calc(100% - 128px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
}

.product_features_item .feature_title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #ffffff;
}

.product_features_item .feature_desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #80879a;
}

/* 本页导航：语言 / 下载图标垂直对齐 */
.navbar-nav > li > #lan_nav_button,
.navbar-nav .download_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin-top: 0 !important;
  vertical-align: middle;
}

.navbar-nav > li > #lan_nav_button img,
.navbar-nav .download_button img {
  display: block;
  margin-top: 0;
}

/* 进场动画：自下而上 + 透明度 */
.cm-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.cm-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.cm-reveal-delay-1 {
  transition-delay: 0.08s;
}

.cm-reveal-delay-2 {
  transition-delay: 0.16s;
}

.cm-reveal-delay-3 {
  transition-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {
  .cm-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media only screen and (max-width: 1200px) {
  .index_header {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 200px 24px 100px;
  }

  .content_hero .hero_title {
    font-size: 36px;
    line-height: 36px;
  }

  .content_hero .hero_subtitle {
    font-size: 16px;
    line-height: 24px;
    width: 480px;
  }

  .hero_features {
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .index_main.lang-es-ES .hero_features,
  .index_main.lang-de-DE .hero_features,
  .index_main.lang-ko-KR .hero_features {
    width: 480px;
    column-gap: 24px;
    row-gap: 12px;
  }

  .hero_feature_icon {
    width: 22px;
    height: 22px;
  }

  .hero_feature_text {
    font-size: 14px;
    line-height: 20px;
  }

  .index_content.content_body {
    gap: 0;
    /* padding-top 200 + hero ≈ 162 + 10px 重叠 */
    margin-top: calc(100vw * 1118 / 2880 - 372px);
  }

  .index_main.lang-es-ES .index_content.content_body,
  .index_main.lang-de-DE .index_content.content_body {
    margin-top: calc(100vw * 1118 / 2880 - 396px);
  }

  .index_content.content_body .item.product_features {
    margin-top: 80px;
  }

  .index_content.content_body .item.two {
    margin-top: 80px;
  }

  .content_body .item.one .select_area .select_item {
    gap: 16px;
  }

  .item.one .select_area .select_item > .package_card {
    width: calc((100% - 32px) / 3);
    padding: 24px 0;
  }

  .item.one .select_area .select_item .pkg_special_badge_wrap {
    width: 88px;
    height: 36px;
  }

  .item.one .select_area .select_item .pkg_special_badge_text {
    font-size: 12px;
    line-height: 12px;
    gap: 4px;
  }

  .item.one .select_area .select_item .set_meal_name {
    font-size: 18px;
    line-height: 24px;
    padding: 0 16px;
  }

  .item.one .select_area .select_item .set_meal_info {
    gap: 18px;
    margin-top: 18px;
  }

  .item.one .select_area .select_item .line_text {
    padding: 0 16px;
  }

  .item.one .select_area .select_item .line_text .left {
    flex: 0 0 108px;
    width: 108px;
  }

  .index_main.lang-es-ES .item.one .select_area .select_item .line_text .left,
  .index_main.lang-de-DE .item.one .select_area .select_item .line_text .left {
    flex: 0 0 136px;
    width: 136px;
  }

  .item.one .select_area .select_item .line_text .left p,
  .item.one .select_area .select_item .line_text .right p {
    font-size: 14px;
    line-height: 20px;
  }

  .item.one .select_area .select_item .run_on {
    height: 44px;
    margin: 36px 16px 0;
    width: calc(100% - 32px);
    font-size: 13px;
  }

  .item.two .title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 32px;
  }

  .item.two .compare_table th,
  .item.two .compare_table td {
    padding: 16px 20px 16px 24px;
    font-size: 14px;
    line-height: 20px;
    height: 64px;
  }

  .index_main.lang-es-ES .item.two .compare_table th,
  .index_main.lang-es-ES .item.two .compare_table td,
  .index_main.lang-de-DE .item.two .compare_table th,
  .index_main.lang-de-DE .item.two .compare_table td {
    height: 80px;
  }

  .product_features_item .feature_title {
    font-size: 15px;
    line-height: 15px;
  }

  .product_features_item .feature_text {
    width: 320px;
  }

  .product_features_item .feature_desc {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .index_header {
    padding: 140px 20px 80px;
  }

  .content_hero .hero_title {
    font-size: 32px;
    line-height: 36px;
  }

  .content_hero .hero_subtitle {
    font-size: 14px;
    line-height: 22px;
    width: 420px;
  }

  .hero_feature_text {
    font-size: 14px;
    line-height: 20px;
  }

  .index_content.content_body {
    gap: 0;
    /* padding-top 140 + hero ≈ 158 + 10px 重叠 */
    margin-top: calc(100vw * 1118 / 2880 - 308px);
  }

  .index_main.lang-es-ES .index_content.content_body,
  .index_main.lang-de-DE .index_content.content_body {
    margin-top: calc(100vw * 1118 / 2880 - 330px);
  }

  .index_content.content_body .item.product_features {
    margin-top: 60px;
  }

  .index_content.content_body .item.two {
    margin-top: 60px;
  }

  .content_body .item.one .select_area .select_item {
    flex-wrap: wrap;
  }

  .item.one .select_area .select_item > .package_card {
    width: 100%;
  }

  .item.one .select_area .select_item .set_meal_name {
    font-size: 18px;
    line-height: 24px;
  }

  .item.one .select_area .select_item .line_text .left p,
  .item.one .select_area .select_item .line_text .right p {
    font-size: 14px;
    line-height: 20px;
  }

  .item.one .select_area .select_item .run_on {
    font-size: 13px;
    line-height: 13px;
  }

  .product_features_panel {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    row-gap: 32px;
    column-gap: 0;
  }

  .product_features_panel::before,
  .product_features_panel::after {
    display: none;
  }

  .product_features_item {
    padding: 0;
    gap: 16px;
  }

  .product_features_item:nth-child(2n) {
    padding-left: 0;
  }

  .product_features_item .feature_icon_wrap {
    width: 80px;
    height: 80px;
  }

  .product_features_item .feature_text {
    width: auto;
    max-width: calc(100% - 96px);
    flex: 1 1 auto;
  }

  .product_features_item .feature_title {
    font-size: 15px;
    line-height: 15px;
  }

  .product_features_item .feature_desc {
    font-size: 13px;
    line-height: 20px;
  }

  .item.two .title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 28px;
  }

  .item.two .compare_panel {
    border-radius: 12px;
  }

  .item.two .compare_table th,
  .item.two .compare_table td {
    padding: 14px 16px 14px 20px;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }

  .index_main.lang-es-ES .item.two .compare_table th,
  .index_main.lang-es-ES .item.two .compare_table td,
  .index_main.lang-de-DE .item.two .compare_table th,
  .index_main.lang-de-DE .item.two .compare_table td {
    height: 76px;
  }

  .item.two .compare_table thead th:nth-child(2) {
    border-radius: 10px 10px 0 0;
  }

  .item.two .compare_table tbody tr:last-child td:nth-child(2) {
    border-radius: 0 0 10px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .index_header {
    width: 100%;
    padding: 100px 16px 60px;
    gap: 0;
  }

  .index_content.content_hero {
    gap: 12px;
  }

  .content_hero .hero_title {
    font-size: 28px;
    line-height: 32px;
  }

  .content_hero .hero_subtitle {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
  }

  .content_hero .hero_subtitle br,
  .product_features_item .feature_desc br {
    display: none;
  }

  .hero_features {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 20px;
    margin-top: 16px;
  }

  .index_main.lang-es-ES .hero_features,
  .index_main.lang-de-DE .hero_features,
  .index_main.lang-ko-KR .hero_features {
    width: 100%;
    column-gap: 20px;
    row-gap: 12px;
  }

  .hero_feature_item {
    gap: 8px;
  }

  .hero_feature_icon {
    width: 20px;
    height: 20px;
  }

  .hero_feature_text {
    font-size: 13px;
    line-height: 20px;
  }

  .index_content.content_body {
    gap: 0;
    /* padding-top 100 + hero ≈ 112 + 10px 重叠 */
    margin-top: calc(100vw * 1118 / 2880 - 222px);
  }

  .index_main.lang-es-ES .index_content.content_body,
  .index_main.lang-de-DE .index_content.content_body {
    margin-top: calc(100vw * 1118 / 2880 - 242px);
  }

  .index_content.content_body .item.product_features {
    margin-top: 48px;
  }

  .index_content.content_body .item.two {
    margin-top: 48px;
  }

  .content_body .item.one .select_area .select_item {
    flex-direction: column;
    gap: 16px;
  }

  .item.one .select_area .select_item > .package_card {
    width: 100%;
    padding: 20px 0;
  }

  .item.one .select_area .select_item .pkg_special_badge_wrap {
    width: 82px;
    height: 34px;
  }

  .item.one .select_area .select_item .pkg_special_badge_text {
    font-size: 12px;
    line-height: 12px;
    gap: 4px;
  }

  .item.one .select_area .select_item .set_meal_name {
    margin-top: 8px;
    padding: 0 16px;
    font-size: 18px;
    line-height: 24px;
  }

  .item.one .select_area .select_item .set_meal_info {
    gap: 16px;
    margin-top: 16px;
  }

  .item.one .select_area .select_item .line_text {
    padding: 0 16px;
    align-items: flex-start;
  }

  .item.one .select_area .select_item .line_text .left p,
  .item.one .select_area .select_item .line_text .right p {
    font-size: 14px;
    line-height: 20px;
  }

  .item.one .select_area .select_item .run_on {
    height: 44px;
    margin: 28px 16px 0;
    width: calc(100% - 32px);
    font-size: 14px;
    line-height: 14px;
  }

  .item.two .title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .item.two .compare_panel {
    border-radius: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .item.two .compare_table {
    min-width: 560px;
  }

  .item.two .compare_table th,
  .item.two .compare_table td {
    padding: 12px 12px 12px 16px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    height: 56px;
    text-align: left;
  }

  .index_main.lang-es-ES .item.two .compare_table th,
  .index_main.lang-es-ES .item.two .compare_table td,
  .index_main.lang-de-DE .item.two .compare_table th,
  .index_main.lang-de-DE .item.two .compare_table td {
    height: 72px;
  }

  .item.two .compare_table thead th:nth-child(2) {
    border-radius: 8px 8px 0 0;
  }

  .item.two .compare_table tbody tr:last-child td:nth-child(2) {
    border-radius: 0 0 8px 8px;
  }

  .product_features_panel {
    grid-template-columns: 1fr;
    padding: 24px 16px;
    row-gap: 28px;
    column-gap: 0;
  }

  .product_features_panel::before,
  .product_features_panel::after {
    display: none;
  }

  .product_features_item {
    padding: 0;
    gap: 16px;
  }

  .product_features_item:nth-child(2n) {
    padding-left: 0;
  }

  .product_features_item .feature_icon_wrap {
    width: 72px;
    height: 72px;
  }

  .product_features_item .feature_text {
    width: auto;
    max-width: calc(100% - 88px);
    flex: 1 1 auto;
  }

  .product_features_item .feature_title {
    font-size: 14px;
    line-height: 14px;
  }

  .product_features_item .feature_desc {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .index_header {
    padding: 88px 12px 48px;
  }

  .content_hero .hero_title {
    font-size: 24px;
    line-height: 28px;
  }

  .content_hero .hero_subtitle {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
  }

  .hero_feature_text {
    font-size: 12px;
    line-height: 18px;
  }

  .index_content.content_body {
    /* padding-top 88 + hero ≈ 104 + 10px 重叠 */
    margin-top: calc(100vw * 1118 / 2880 - 202px);
    gap: 0;
  }

  .index_main.lang-es-ES .index_content.content_body,
  .index_main.lang-de-DE .index_content.content_body {
    margin-top: calc(100vw * 1118 / 2880 - 220px);
  }

  .index_content.content_body .item.product_features {
    margin-top: 40px;
  }

  .index_content.content_body .item.two {
    margin-top: 40px;
  }

  .item.one .select_area .select_item .set_meal_name {
    font-size: 16px;
    line-height: 22px;
    padding: 0 14px;
  }

  .item.one .select_area .select_item .line_text {
    padding: 0 14px;
  }

  .item.one .select_area .select_item .line_text .left p,
  .item.one .select_area .select_item .line_text .right p {
    font-size: 13px;
    line-height: 18px;
  }

  .item.one .select_area .select_item .run_on {
    margin: 24px 14px 0;
    width: calc(100% - 28px);
    height: 40px;
    font-size: 13px;
    line-height: 13px;
  }

  .item.one .select_area .select_item .pkg_special_badge_wrap {
    width: 72px;
    height: 30px;
  }

  .item.one .select_area .select_item .pkg_special_badge_text {
    font-size: 11px;
    line-height: 11px;
    gap: 3px;
    padding: 0;
  }

  .product_features_item .feature_icon_wrap {
    width: 64px;
    height: 64px;
  }

  .product_features_item .feature_title {
    font-size: 14px;
    line-height: 14px;
  }

  .product_features_item .feature_desc {
    font-size: 12px;
    line-height: 18px;
  }

  .item.two .title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .item.two .compare_table {
    min-width: 520px;
  }

  .item.two .compare_table th,
  .item.two .compare_table td {
    padding: 10px 10px 10px 12px;
    font-size: 12px;
    line-height: 16px;
    height: 52px;
  }

  .index_main.lang-es-ES .item.two .compare_table th,
  .index_main.lang-es-ES .item.two .compare_table td,
  .index_main.lang-de-DE .item.two .compare_table th,
  .index_main.lang-de-DE .item.two .compare_table td {
    height: 68px;
  }
}
