body {
  line-height: 1.3;
  background: #f7f9fa;
}
p,
ul {
  font-size: inherit;
}
footer {
  background: #fff;
  margin-top: unset;
  border-top: none;
}
main {
  background: url(../img/install-2026/bg.webp) no-repeat top center;
  background-size: 100% auto;
}
main .container {
  max-width: 1200px;
  width: 100%;
}
.banner.banner-install {
  padding: 80px 0 48px;
}
.banner.banner-install .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.banner-install__left {
  flex: 0 1 500px;
}
.banner-install__success {
  margin-bottom: 22px;
}
.banner-install__check {
  color: #fff;
}
.banner-title {
  color: #030712;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
}
.banner-install__title {
  margin: 0;
}
.banner-install__desc {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: #374151;
}
.banner-install__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 14px 44px;
  font-size: 18px;
  color: #fff;
  border-radius: 999px;
  background: #46b874;
  transition: all 0.3s ease;
}
.banner-install__cta:hover {
  background: #1f8649;
}
.banner-install__right {
  flex: 1;
  margin-right: 40px;
  text-align: right;
}
.banner-install__hero {
  display: inline-block;
  max-width: min(100%, 564px);
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.activity {
  margin-top: 100px;
}
.activity .activity-link {
  display: block;
  margin: 0 auto;
  width: max-content;
}
@media (max-width: 770px) {
  .activity {
    margin-top: 44px;
  }
  .activity .activity-link {
    width: 100%;
  }
  .activity .activity-link img {
    width: 100%;
  }
}
.pc-style {
  display: block;
}
.mobile-style {
  display: none;
}
* {
  box-sizing: border-box;
}
@media (max-width: 770px) {
  .pc-style {
    display: none;
  }
  main {
    background: none;
  }
  .mobile-style {
    display: block;
  }
  .banner.banner-install {
    padding: 30px 0 52px;
    background: linear-gradient(179deg, #e7ffd8 1.9%, #f7f9fa 92.86%), #f7f9fa;
  }
  .banner.banner-install .container {
    flex-direction: column;
    align-items: stretch;
    gap: 33px;
  }
  .banner-install__left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .banner-install__success {
    margin-bottom: 18px;
  }
  .banner-install__check {
    width: 52px;
    height: 52px;
  }
  .banner-install__title {
    font-size: 28px;
    line-height: 1.35;
    text-align: center;
  }
  .banner-install__desc {
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
  }
  .banner-install__cta {
    margin-top: 22px;
    font-size: 14px;
    padding: 12px 30px;
  }
  .banner-install__right {
    margin-right: 0;
    text-align: center;
  }
  .banner-install__hero {
    max-width: 100%;
  }
}
.wrap1 {
  padding: 56px 0 80px;
}
.wrap1 .section-title {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
  color: #030712;
  text-align: center;
  margin: 0;
}
.wrap1 .wrap1-text {
  margin: 25px auto 0;
  max-width: 1050px;
  font-size: 20px;
  line-height: 1.8;
  color: #374151;
  text-align: center;
}
.wrap1 .wrap1-box {
  margin-top: 60px;
}
.wrap1 .wrap1-box-swiper {
  position: relative;
  overflow: visible;
  height: max-content;
  --swiper-pagination-color: #006dff;
  --swiper-pagination-bullet-inactive-color: #d1d5db;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.wrap1 .wrap1-box-swiper::before {
  content: '';
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #006dff;
}
.wrap1 .wrap1-box .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.wrap1 .wrap1-box .swiper-slide {
  width: calc((100% - 100px) / 3);
  height: auto;
  box-sizing: border-box;
  flex-shrink: 0;
}
.wrap1 .wrap1-box-pagination {
  display: none;
}
.wrap1 .wrap1-box-item {
  position: relative;
  padding: 30px 18px 24px;
  background: #fff;
  border: 1px solid #dcdfeb;
  border-radius: 20px;
  height: 100%;
}
.wrap1 .wrap1-box-item-step {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #46b874;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  /* 双层实色环：spread 递增、blur 为 0，近环在上（先写） */
  box-shadow: 0 0 0 4px rgba(70, 184, 116, 0.32), 0 0 0 9px rgba(70, 184, 116, 0.14);
}
.wrap1 .wrap1-box-item-img {
  margin-bottom: 17px;
}
.wrap1 .wrap1-box-item-img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.wrap1 .wrap1-box-item-title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 12px;
}
.wrap1 .wrap1-box-item-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}
.wrap1 .wrap1-tips {
  max-width: 974px;
  margin: 76px auto 0;
}
.wrap1 .wrap1-tips__actions {
  text-align: center;
}
.wrap1 .wrap1-tips__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 30px;
  font-size: 14px;
  color: #606266;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 86px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.wrap1 .wrap1-tips__more:hover {
  border: 1px solid #fff;
  background: #eff2f7;
}
.wrap1 .wrap1-tips__more-arrow {
  font-size: 12px;
  line-height: 1;
}
.wrap1 .wrap1-tips__card {
  margin-top: 40px;
  padding: 37px 48px;
  border-radius: 20px;
  border: 1px solid #dfbfff;
  background: #f8efff;
}
.wrap1 .wrap1-tips__card-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
.wrap1 .wrap1-tips__intro {
  flex: 0 0 275px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.wrap1 .wrap1-tips__badge {
  display: block;
  width: 72px;
  height: auto;
}
.wrap1 .wrap1-tips__intro-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #1f2937;
}
.wrap1 .wrap1-tips__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wrap1 .wrap1-tips__list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.wrap1 .wrap1-tips__list-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.wrap1 .wrap1-tips__list-text {
  font-size: 15px;
  line-height: 1.65;
  color: #374151;
}
@media (max-width: 770px) {
  .wrap1 {
    padding: 0 0 56px;
  }
  .wrap1 .section-title {
    font-size: 32px;
    line-height: 1.35;
  }
  .wrap1 .wrap1-text {
    margin-top: 16px;
    font-size: 15px;
    padding: 0 10px;
  }
  .wrap1 .wrap1-box {
    margin-top: 24px;
    width: 100%;
  }
  .wrap1 .wrap1-tips {
    margin-top: 22px;
  }
  .wrap1 .wrap1-tips__more {
    font-size: 14px;
    padding: 6px 26px;
  }
  .wrap1 .wrap1-tips__card {
    margin-top: 36px;
    padding: 24px 20px;
  }
  .wrap1 .wrap1-tips__card-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .wrap1 .wrap1-tips__intro {
    flex: none;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  .wrap1 .wrap1-tips__intro-title {
    font-size: 20px;
    padding: 0 15px;
  }
  .wrap1 .wrap1-tips__list {
    gap: 14px;
  }
  .wrap1 .wrap1-tips__list-text {
    font-size: 14px;
  }
  .wrap1 .wrap1-box .wrap1-box-swiper {
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
  }
  .wrap1 .wrap1-box .wrap1-box-swiper::before {
    display: none;
  }
  .wrap1 .wrap1-box-item-step {
    font-size: 24px;
  }
  .wrap1 .wrap1-box .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: unset;
  }
  .wrap1 .wrap1-box .swiper-slide {
    width: 100%;
    padding-top: 30px;
  }
  .wrap1 .wrap1-box-pagination {
    display: block;
  }
  .wrap1 .wrap1-box-item {
    padding: 36px 18px 24px;
  }
  .wrap1 .wrap1-box-item-title {
    font-size: 18px;
  }
  .wrap1 .wrap1-box-item-desc {
    font-size: 14px;
  }
}
.wrap2 {
  padding: 72px 0 0;
}
.wrap2 .wrap2-faq-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
  color: #030712;
  text-align: center;
  margin: 0 0 46px;
}
.wrap2 .wrap2-faq-card {
  max-width: 980px;
  margin: 0 auto;
}
.wrap2 .wrap2-faq-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 4px 16.7px 0 rgba(118, 122, 198, 0.22);
  width: fit-content;
  margin: 0 auto;
  padding: 6px;
}
.wrap2 .wrap2-faq-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1.4;
  font-family: inherit;
  color: #6b7280;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.wrap2 .wrap2-faq-tab.is-active {
  color: #00a318;
  background: #edffef;
  border-color: #8cce93;
}
.wrap2 .wrap2-faq-panels {
  margin-top: 30px;
}
.wrap2 .wrap2-faq-panel {
  display: none;
}
.wrap2 .wrap2-faq-panel.is-active {
  display: block;
}
.wrap2 .wrap2-faq-content {
  max-width: 100%;
  margin: 0 auto;
}
.wrap2 .faq-item {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  border-bottom: 1px solid #d2d2d7;
  font-weight: 400;
}
.wrap2 .faq-item a {
  color: #009d3f;
  text-decoration: underline;
}
.wrap2 .faq-item .black {
  color: #111827;
  font-weight: 600;
}
.wrap2 .faq-img {
  margin-top: 22px;
  cursor: pointer;
  height: 180px;
}
.wrap2 .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 28px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  transition: all 0.3s ease;
}
.wrap2 .faq-question span {
  flex: 1;
  line-height: 1.6;
}
.wrap2 .faq-question .faq-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  margin-left: 16px;
  flex-shrink: 0;
  object-fit: contain;
}
.wrap2 .faq-item.active .faq-question .faq-arrow {
  transform: rotate(180deg);
}
.wrap2 .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.wrap2 .faq-item.active .faq-answer {
  max-height: 1000px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  margin-bottom: 24px;
}
.wrap2 .faq-answer-content {
  font-size: 18px;
  line-height: 1.8;
  color: #454c5d;
  width: 95%;
}
.wrap2 .faq-answer-content p {
  margin: 0;
}
.wrap2 .wrap2-faq-note {
  max-width: 980px;
  margin: 32px auto 0;
  color: #4b5563;
  font-size: 16px;
  font-weight: 400;
  padding: 22px;
  border-radius: 7px;
  border: 1px dashed #b2b9c7;
  background: #fff;
}
.wrap2 .wrap2-faq-note a {
  text-decoration: underline;
}
@media (max-width: 770px) {
  .wrap2 {
    padding: 0 0 64px;
  }
  .wrap2 .wrap2-faq-title {
    font-size: 32px;
    margin-bottom: 24px;
    padding: 0 10px;
  }
  .wrap2 .wrap2-faq-card {
    border-radius: 12px;
  }
  .wrap2 .wrap2-faq-tabs {
    gap: 8px;
    margin-bottom: 64px;
  }
  .wrap2 .wrap2-faq-tab {
    font-size: 14px;
    padding: 8px 14px;
  }
  .wrap2 .wrap2-faq-panels {
    margin-top: 18px;
  }
  .wrap2 .faq-question {
    font-size: 18px;
    padding: 16px 0;
  }
  .wrap2 .faq-answer-content {
    font-size: 16px;
    width: 90%;
  }
  .wrap2 .wrap2-faq-note {
    font-size: 14px;
    margin-top: 24px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .wrap2 .faq-img {
    height: 120px;
  }
}
.wrap3 {
  padding: 160px 0 100px;
  margin-top: 0;
  background: #f7f9fa;
}
.wrap3 .section-title {
  margin: 0 auto 70px;
  max-width: 920px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
  text-align: center;
}
.wrap3 .wrap3-table {
  overflow: visible;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.wrap3 .wrap3-table .swiper-wrapper {
  height: auto !important;
}
.wrap3 .wrap3-table .swiper-slide {
  width: 100%;
  height: auto !important;
}
.wrap3 .comparison-items {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.07);
}
.wrap3 .comparison-items::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 97px;
  background: #e8ebf2;
  z-index: 0;
}
.wrap3 .comparison-items::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 97px;
  background: #fff;
  z-index: -1;
}
.wrap3 .comparison-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrap3 .comparison-item .comparison-item-value:nth-child(1),
.wrap3 .comparison-item .comparison-item-label:nth-child(1) {
  min-height: 184px;
}
.wrap3 .comparison-item .comparison-item-value:nth-child(2),
.wrap3 .comparison-item .comparison-item-label:nth-child(2) {
  min-height: 79px;
}
.wrap3 .comparison-item .comparison-item-value:last-child,
.wrap3 .comparison-item .comparison-item-label:last-child {
  min-height: 110px;
  border-bottom: none;
}
.wrap3 .comparison-item.all-in-one {
  position: relative;
  margin-left: 2px;
  border-radius: 20px;
  padding: 0 2px 2px;
  background: linear-gradient(275deg, #01c0b7 1.42%, #12b690 95.42%);
}
.wrap3 .comparison-item.all-in-one .comparison-item-header {
  border-radius: 20px 20px 0 0;
  background: linear-gradient(125deg, #01c0b7 1.42%, #12b690 95.42%);
  color: #fff;
}
.wrap3 .comparison-item.all-in-one .comparison-item-value:last-child {
  border-radius: 0 0 20px 20px;
}
.wrap3 .comparison-item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 97px;
  border-bottom: 1px solid #dce2eb;
  color: #000c12;
  font-size: 22px;
  background: #e8ebf2;
}
.wrap3 .comparison-item-label {
  padding: 24px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #4c5560;
  border-bottom: 1px solid #dce2eb;
  text-align: left;
  border-right: 1px solid #dce2eb;
  background: #fff;
  display: flex;
  align-items: center;
}
.wrap3 .comparison-item-value {
  padding: 24px 0;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
  color: #1c232d;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.wrap3 .comparison-tooltip {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  vertical-align: baseline;
}
.wrap3 .comparison-tooltip img {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.wrap3 .comparison-tooltip img:hover + .comparison-tooltip-content {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  z-index: 2;
}
.wrap3 .comparison-tooltip .comparison-tooltip-content {
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translateX(10%);
  margin-bottom: 8px;
  padding: 8px 10px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 8px;
  white-space: normal;
  width: 248px;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: -1;
  text-align: center;
}
.wrap3 .comparison-tooltip .comparison-tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 8%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #111827;
}
.wrap3 .swiper-scrollbar {
  display: none;
  margin-top: 20px;
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
}
.wrap3 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #3b82f6;
  border-radius: 4px;
}
.wrap3 .pro-item {
  border-left: 1px solid #dce2eb;
}
@media (max-width: 770px) {
  .wrap3 {
    padding: 0 0 56px;
  }
  .wrap3 .section-title {
    font-size: 32px;
    margin-bottom: 34px;
    padding: 0 10px;
  }
  .wrap3 .comparison-items {
    display: flex;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  }
  .wrap3 .comparison-items::after,
  .wrap3 .comparison-items::before {
    height: 74px;
    width: 300px;
  }
  .wrap3 .comparison-item {
    width: 212px;
    flex-shrink: 0;
    height: auto;
  }
  .wrap3 .comparison-item .comparison-item-value:nth-child(1),
  .wrap3 .comparison-item .comparison-item-label:nth-child(1) {
    min-height: 148px;
  }
  .wrap3 .comparison-item .comparison-item-value:nth-child(3),
  .wrap3 .comparison-item .comparison-item-label:nth-child(3) {
    min-height: 111px;
  }
  .wrap3 .wrap3-table {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .wrap3 .wrap3-table::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .wrap3 .wrap3-table .swiper-wrapper {
    gap: 0;
    width: max-content;
    height: auto !important;
    transform: none !important;
  }
  .wrap3 .wrap3-table .swiper-slide {
    width: max-content;
    flex: none;
    height: auto !important;
  }
  .wrap3 .comparison-item-header {
    padding: 16px 12px;
    font-size: 16px;
    height: 74px;
  }
  .wrap3 .comparison-item-label {
    padding: 18px 22px;
    font-size: 15px;
  }
  .wrap3 .comparison-item-value {
    padding: 18px 0 18px 22px;
    font-size: 15px;
  }
  .wrap3 .swiper-scrollbar {
    display: block;
    width: 100%;
    max-width: 214px;
    height: 5px;
    margin: 16px auto 0;
    left: auto;
    background: #d9d9d9;
    border-radius: 999px;
    transform: none;
  }
  .wrap3 .swiper-scrollbar.is-disabled {
    display: none;
  }
  .wrap3 .swiper-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    background: #006dff;
    border-radius: 999px;
    transition: transform 0.1s ease;
  }
  .wrap3 .single-item,
  .wrap3 .all-in-one {
    width: 300px;
  }
}
/* store 页 wrap1「製品を選べます」：本页单独 class 为 wrap4，避免与步骤区 wrap1 混用 */
.wrap4 {
  margin-top: 50px;
}
.wrap4 .mac-box {
  display: none;
}
.wrap4.wrap4--mac .win-box {
  display: none;
}
.wrap4.wrap4--mac .mac-box {
  display: block;
}
.wrap4 .wrap4-title {
  font-size: 42px;
  color: #111827;
  text-align: left;
}
.wrap4 .wrap4-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.wrap4 .wrap4-text {
  font-size: 22px;
  color: #374151;
}
.wrap4 .switch-system {
  display: flex;
  align-items: center;
  border-radius: 6.72px;
  background: rgba(148, 148, 148, 0.21);
  padding: 4px;
  gap: 4px;
}
.wrap4 .switch-system .switch-system-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 20px;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wrap4 .switch-system .switch-system-item img {
  width: 20px;
  height: 20px;
}
.wrap4 .switch-system .switch-system-item:hover {
  background: #e5e7eb;
}
.wrap4 .switch-system .switch-system-item.active {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wrap4 .switch-system .switch-system-item.active:hover {
  background: #fff;
}
.wrap4 .wrap4-content {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  background: linear-gradient(180deg, #fff 0%, #f1ffec 100%);
  border-radius: 18px;
  border: 2px solid #18a863;
}
.wrap4 .wrap4-content .wrap4-content-left {
  flex: 0 0 600px;
}
.wrap4 .wrap4-content .wrap4-content-right {
  flex: 1;
  padding: 48px 30px;
  text-align: center;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-badge {
  display: inline-block;
  border-radius: 76px;
  background: #2a2a2a;
  color: #9eff10;
  padding: 7px 20px;
  font-size: 19px;
  margin-bottom: 23px;
  width: max-content;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-title {
  font-size: 38px;
  font-weight: bold;
  width: max-content;
  margin: 0 auto 20px;
  color: #111827;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-title.line-text {
  position: relative;
  z-index: 0;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-title.line-text::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 41px;
  background: url(../img/install-2026/line.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-text {
  font-size: 20px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 36px;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-btn {
  border-radius: 600px;
  background: linear-gradient(113deg, #e1f42a -6.55%, #bbf92b 45.22%, #86f41c 96.99%), #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #000;
  padding: 18px 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 498px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-btn img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-btn:hover {
  color: rgba(0, 0, 0, 0.63);
}
.wrap4 .wrap4-subtitle {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
}
.wrap4 .wrap4-subtitle-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 120px 0 50px;
}
.wrap4 .wrap4-product-swiper {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  width: calc(99vw - ((100vw - 100%) / 2));
}
.wrap4 .wrap4-product-swiper .swiper-wrapper {
  height: auto;
  align-items: stretch;
}
.wrap4 .wrap4-product-swiper .swiper-slide {
  width: 384px;
  height: auto;
  text-align: left;
  box-sizing: border-box;
}
.wrap4 .wrap4-product-swiper .section4-item {
  position: relative;
  border-radius: 18px;
  background: #fff;
  padding: 33px 0 33px 33px;
  height: 300px;
  display: flex;
  flex-direction: column;
}
.wrap4 .wrap4-product-swiper .section4-item-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap4 .wrap4-product-swiper .section4-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrap4 .wrap4-product-swiper .section4-item-title {
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  margin: 0 0 18px 0;
}
.wrap4 .wrap4-product-swiper .section4-item-desc {
  color: #565656;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 auto 0;
}
.wrap4 .wrap4-product-swiper .section4-item-footer {
  margin-top: 34px;
}
.wrap4 .wrap4-product-swiper .section4-item-link {
  color: #009d3f;
  font-size: 24px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.wrap4 .wrap4-product-swiper .section4-item-link:hover {
  color: #1f8649;
  text-decoration: underline;
}
.wrap4 .other-title {
  font-size: 30px;
  font-weight: 700;
  color: #2c3543;
  text-align: center;
  margin-top: 30px;
}
.wrap4 .s-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
.wrap4 .s-buttons .media-prev,
.wrap4 .s-buttons .media-next {
  width: 50px;
  height: 50px;
}
.wrap4 .s-buttons .s-prev {
  cursor: pointer;
}
.wrap4 .s-buttons .s-prev:hover img {
  content: url(../img/install-2026/right.png);
  transform: rotate(180deg);
}
.wrap4 .s-buttons .s-next {
  cursor: pointer;
  transform: rotate(180deg);
}
.wrap4 .s-buttons .s-next:hover img {
  content: url(../img/install-2026/right.png);
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .wrap4 .wrap4-content {
    align-items: center;
  }
  .wrap4 .wrap4-content-left {
    flex: 0 0 50%;
  }
}
@media (max-width: 770px) {
  .wrap4 {
    margin-top: 40px;
  }
  .wrap4 .wrap4-title {
    font-size: 32px;
    text-align: center;
  }
  .wrap4 .wrap4-box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
  }
  .wrap4 .wrap4-text {
    font-size: 16px;
  }
  .wrap4 .switch-system {
    margin: 0 auto;
    padding: 3px;
  }
  .wrap4 .switch-system .switch-system-item {
    font-size: 13px;
    gap: 6px;
    padding: 5px 16px;
  }
  .wrap4 .switch-system .switch-system-item img {
    width: 14px;
  }
  .wrap4 .wrap4-content {
    flex-direction: column;
    margin-top: 36px;
    border-radius: 12px;
  }
  .wrap4 .wrap4-content .wrap4-content-left {
    width: 100%;
    flex: 0 0 auto;
  }
  .wrap4 .wrap4-content .wrap4-content-left img {
    width: 300px;
    margin: 24px auto 0;
  }
  .wrap4 .wrap4-content .wrap4-content-right {
    padding: 20px 18px;
  }
  .wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-badge {
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 16px;
  }
  .wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-title {
    font-size: 24px;
    margin: 0 auto 16px;
  }
  .wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-title.line-text::after {
    height: 30px;
    width: 325px;
    bottom: -10px;
    left: 8px;
  }
  .wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-text {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-btn {
    font-size: 14px;
    padding: 11px 0;
    max-width: 308px;
  }
  .wrap4 .wrap4-subtitle {
    font-size: 32px;
  }
  .wrap4 .wrap4-product-swiper {
    width: 100%;
  }
  .wrap4 .wrap4-product-swiper .swiper-slide {
    width: 100%;
  }
  .wrap4 .wrap4-product-swiper .section4-item {
    height: auto;
    padding: 28px 20px 28px 28px;
    width: 100%;
  }
  .wrap4 .wrap4-product-swiper .section4-item-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
  .wrap4 .wrap4-product-swiper .section4-item-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .wrap4 .wrap4-product-swiper .section4-item-desc {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .wrap4 .wrap4-product-swiper .section4-item-footer {
    margin-top: 0;
  }
  .wrap4 .wrap4-product-swiper .section4-item-link {
    font-size: 14px;
  }
  .wrap4 .wrap4-subtitle-box {
    margin: 60px 0 20px;
    justify-content: center;
  }
  .wrap4 .other-title {
    font-size: 24px;
    margin-top: 20px;
  }
  .wrap4 .s-buttons {
    margin-top: 20px;
    gap: 14px;
    justify-content: center;
  }
  .wrap4 .s-buttons .media-prev,
  .wrap4 .s-buttons .media-next {
    width: 32px;
    height: 32px;
  }
}
/* store 页原 wrap4 卡片区：本页用 wrap5，与上方製品选择 wrap4 区分 */
.wrap5 {
  position: relative;
  z-index: 9;
  margin-top: 150px;
}
.wrap5 .wrap5-title {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 26px;
  text-align: center;
}
.wrap5 .wrap5-desc {
  font-size: 28px;
  color: #1f2937;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}
.wrap5 .wrap5-box {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 24px;
  text-align: left;
}
.wrap5 .wrap5-item {
  position: relative;
  width: 384px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.wrap5 .wrap5-item-first {
  flex-direction: row;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  background: #e3cdff;
  width: 100%;
}
.wrap5 .wrap5-item-first .wrap5-item-badge {
  position: unset;
}
.wrap5 .wrap5-item-first .wrap5-item-title {
  font-size: 36px;
}
.wrap5 .wrap5-item-first .wrap5-item-desc {
  font-size: 20px;
  color: #374151;
}
.wrap5 .wrap5-item-first .wrap5-item-link {
  box-shadow: 4px 0 0 0 #995fe3 inset;
  color: #7531cc;
  font-size: 20px;
  padding: 12px 26px;
}
.wrap5 .wrap5-item-left {
  flex: 0 0 auto;
}
.wrap5 .wrap5-item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 28px;
}
.wrap5 .wrap5-item-badge {
  position: absolute;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 69px;
  top: -20px;
  background: #f97316;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  width: max-content;
  margin-bottom: 20px;
}
.wrap5 .wrap5-item-badge-blue {
  background: #995fe3;
}
.wrap5 .wrap5-item-badge-green {
  background: #10b981;
}
.wrap5 .wrap5-item-badge-purple {
  background: #8b5cf6;
}
.wrap5 .wrap5-item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 28px 32px;
}
.wrap5 .wrap5-item-img {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
}
.wrap5 .wrap5-item-second {
  background: #ffdacf;
}
.wrap5 .wrap5-item-second .wrap5-item-title {
  color: #2f0d03;
}
.wrap5 .wrap5-item-second .wrap5-item-desc {
  color: #361704;
}
.wrap5 .wrap5-item-second .wrap5-item-link {
  box-shadow: 2px 0 0 0 #af4221 inset;
  color: #af4221;
  white-space: nowrap;
  text-wrap: nowrap;
  padding: 16px 8px;
}
.wrap5 .wrap5-item-third {
  background: #c1e3ff;
}
.wrap5 .wrap5-item-third .wrap5-item-badge {
  background: #4ea3e8;
}
.wrap5 .wrap5-item-third .wrap5-item-title {
  color: #052333;
}
.wrap5 .wrap5-item-third .wrap5-item-desc {
  color: #052333;
}
.wrap5 .wrap5-item-third .wrap5-item-link {
  box-shadow: 2px 0 0 0 #3197ea inset;
  color: #3197ea;
}
.wrap5 .wrap5-item-fourth {
  background: #fed3f1;
}
.wrap5 .wrap5-item-fourth .wrap5-item-badge {
  background: #ed79ca;
}
.wrap5 .wrap5-item-fourth .wrap5-item-title {
  color: #081b32;
}
.wrap5 .wrap5-item-fourth .wrap5-item-desc {
  color: #081b32;
}
.wrap5 .wrap5-item-fourth .wrap5-item-link {
  box-shadow: 2px 0 0 0 #ed79ca inset;
  color: #ed79ca;
}
.wrap5 .wrap5-item-first .wrap5-item-img {
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
}
.wrap5 .wrap5-item-title {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
  line-height: 1.4;
}
.wrap5 .wrap5-item-desc {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 18px;
}
.wrap5 .wrap5-item-link {
  display: inline-block;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 2px 0 0 0 #3eb85a inset;
  color: #3b82f6;
  font-size: 16px;
  margin-top: auto;
  width: max-content;
  min-width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 770px) {
  .wrap5 {
    margin-top: 60px;
  }
  .wrap5 .wrap5-title {
    font-size: 32px;
    width: 100%;
    margin: 0 auto 18px;
  }
  .wrap5 .wrap5-item-badge {
    font-size: 14px;
  }
  .wrap5 .wrap5-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wrap5 .wrap5-box {
    flex-direction: column;
    gap: 40px;
  }
  .wrap5 .wrap5-item {
    max-width: 100%;
  }
  .wrap5 .wrap5-item-img {
    margin-bottom: 22px;
  }
  .wrap5 .wrap5-item-first {
    flex-direction: column;
    gap: 0;
    overflow: hidden;
  }
  .wrap5 .wrap5-item-first .wrap5-item-title {
    font-size: 28px;
  }
  .wrap5 .wrap5-item-first .wrap5-item-desc {
    font-size: 14px;
  }
  .wrap5 .wrap5-item-first .wrap5-item-link {
    font-size: 14px;
    padding: 12px 5px;
  }
  .wrap5 .wrap5-item-link {
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 0 0 0 #995fe3 inset;
  }
  .wrap5 .wrap5-item-right {
    align-items: center;
    text-align: center;
    padding: 0 20px 20px;
  }
  .wrap5 .wrap5-item-left {
    width: 100%;
  }
  .wrap5 .wrap5-item-title {
    font-size: 20px;
  }
  .wrap5 .wrap5-item-desc {
    font-size: 14px;
  }
}
/* store 页 wrap5「安心してご利用」：本页 class 为 wrap6，避免与上方卡片区 wrap5 冲突 */
.wrap6 {
  position: relative;
  overflow: visible;
  margin-top: 180px;
  padding: 90px 0;
}
.wrap6::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1650px;
  left: 0;
  top: -300px;
  z-index: -1;
  background: url(../img/install-2026/wrap5-bg.webp) no-repeat center / cover;
}
.wrap6 .container {
  border-radius: 20px;
  padding: 56px 52px;
  max-width: 1312px;
  border: 4px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #fdb0ff 0%, #95e0f0 30%, #76e0a0 100%);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
}
.wrap6 .wrap6-title {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 27px;
  text-align: center;
}
.wrap6 .wrap6-desc {
  font-size: 24px;
  color: #374151;
  line-height: 1.6;
  text-align: center;
}
.wrap6-box {
  margin-top: 43px;
}
.wrap6-box .wrap6-box-swiper {
  overflow: visible;
}
.wrap6-box .wrap6-box-swiper .swiper-wrapper {
  height: auto;
  align-items: stretch;
}
.wrap6-box .wrap6-box-swiper .swiper-slide {
  height: auto;
}
.wrap6-box .swiper-wrapper {
  flex-wrap: wrap;
}
.wrap6-box .swiper-slide {
  width: 300px;
  height: auto;
}
.wrap6-box .swiper-pagination {
  display: none;
}
.wrap6-box .wrap6-box-item {
  background: #fff;
  padding: 36px 26px 28px;
  position: relative;
  text-align: center;
  height: 100%;
  min-height: 0;
  border: 1px solid #f3eaff;
}
.wrap6-box .wrap6-box-item:hover {
  border-color: #9545ff;
}
.wrap6-box .swiper-slide:first-child .wrap6-box-item {
  border-radius: 12px 0 0 12px;
}
.wrap6-box .swiper-slide:last-child .wrap6-box-item {
  border-radius: 0 12px 12px 0;
}
.wrap6-box .wrap6-box-item-number {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 20px;
  color: #bfc5ce;
}
.wrap6-box .wrap6-box-item-icon {
  margin-bottom: 20px;
}
.wrap6-box .wrap6-box-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}
.wrap6-box .wrap6-box-item-desc {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}
.wrap6-info {
  margin-top: 52px;
  display: flex;
  gap: 24px;
}
.wrap6-info .wrap6-info-item {
  flex: 1;
  border-radius: 8px;
  background: #f7f9fa;
  padding: 26px;
  text-align: left;
}
.wrap6-info .wrap6-info-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}
.wrap6-info .wrap6-info-item-content {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}
.wrap6-info .wrap6-info-item-highlight {
  color: #f97316;
  font-weight: 500;
  font-size: 17px;
}
.wrap6-info .wrap6-info-item-highlight img {
  vertical-align: middle;
}
.wrap6-info .wrap6-min-text {
  font-size: 14px;
  margin-top: 14px;
}
@media (max-width: 770px) {
  .wrap6 {
    padding: 50px 0;
    margin-top: 60px;
    background: url('../img/install-2026/wrap6-bg-mb.webp') no-repeat center / cover;
  }
  .wrap6::before {
    background: none;
  }
  .wrap6 .swiper-pagination-bullet {
    background: #d9d9d9;
    opacity: 1;
  }
  .wrap6 .swiper-pagination-bullet-active {
    background: #9545ff;
  }
  .wrap6 .container {
    max-width: 100%;
    margin: 0 15px;
    width: calc(100% - 30px);
    padding: 33px 22px 30px;
    border: 0;
    border-radius: 12px;
  }
  .wrap6 .wrap6-title {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .wrap6 .wrap6-desc {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .wrap6-box .swiper-slide:first-child .wrap6-box-item {
    border-radius: 12px;
  }
  .wrap6-box .swiper-slide:last-child .wrap6-box-item {
    border-radius: 12px;
  }
  .wrap6-box {
    margin-top: 40px;
  }
  .wrap6-box .wrap6-box-swiper {
    display: block;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .wrap6-box .wrap6-box-swiper .swiper-wrapper {
    height: auto;
    align-items: stretch;
  }
  .wrap6-box .wrap6-box-swiper .swiper-slide {
    height: auto;
  }
  .wrap6-box .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .wrap6-box .wrap6-box-item-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .wrap6-box .wrap6-box-item-icon {
    margin-bottom: 12px;
  }
  .wrap6-box .wrap6-box-item-icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
  }
  .wrap6-box .wrap6-box-item-desc {
    font-size: 14px;
  }
  .wrap6-box .wrap6-box-item {
    max-width: 100%;
    border-radius: 12px;
    padding: 27px 26px 30px;
    height: auto;
  }
  .wrap6-box .swiper-slide {
    height: fit-content;
  }
  .wrap6-box .swiper-pagination {
    display: block;
  }
  .wrap6-info {
    margin-top: 2px;
    flex-direction: column;
    gap: 18px;
    padding-top: 20px;
  }
  .wrap6-info .wrap6-info-item {
    padding: 22px;
  }
  .wrap6-info .wrap6-info-item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .wrap6-info .wrap6-info-item-content {
    font-size: 14px;
  }
  .wrap6-info .wrap6-info-item-highlight {
    font-size: 13px;
  }
  .wrap6-info .wrap6-min-text {
    font-size: 12px;
    margin-top: 10px;
  }
}
/* buy-music-converter：wrap7–wrap9 拷贝 */
.wrap7 {
  padding: 80px 0;
  background-size: cover;
}
.wrap7 .plan-tit {
  color: #273140;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.wrap7 .wrap7-content-title {
  font-size: 48px;
  font-weight: 700;
  color: #111827;
  text-align: center;
  margin-bottom: 42px;
}
.wrap7 .wrap7-content {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #dbe5ee;
  background: #fff;
  padding: 32px 50px;
}
.wrap7 .wrap7-product-select {
  margin-bottom: 32px;
}
.wrap7 .wrap7-product-select .product-select-label {
  font-size: 24px;
  color: #273140;
  margin-bottom: 24px;
}
.wrap7 .wrap7-product-select .product-select-options {
  display: flex;
  gap: 20px;
}
.wrap7 .wrap7-product-select .product-option {
  flex: 1;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dce2e8;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wrap7 .wrap7-product-select .product-option:first-child.active {
  border: 2px solid #46b874;
  background: linear-gradient(0deg, #f1ffe9 0%, #f1ffe9 100%), #fff4eb;
}
.wrap7 .wrap7-product-select .product-option:first-child.active .product-name {
  color: #129647;
}
.wrap7 .wrap7-product-select .product-option:last-child.active {
  border: 2px solid #007aff;
  background: #f2f8ff;
}
.wrap7 .wrap7-product-select .product-option:last-child.active .product-name {
  color: #007aff;
}
.wrap7 .wrap7-product-select .product-option .product-badge {
  position: absolute;
  top: -15px;
  right: 0;
}
.wrap7 .wrap7-product-select .product-option .product-name {
  font-size: 22px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 10px;
}
.wrap7 .wrap7-product-select .product-option .product-desc {
  font-size: 16px;
  color: #6b7280;
}
.wrap7 .wrap7-product-select .product-option .product-desc span {
  color: #b9d9a5;
}
.wrap7 .wrap7-product-select .product-option .product-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  transition: transform 0.2s ease;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .product-option-current {
  position: relative;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper.selected {
  border: 2px solid #007aff;
  background: #f2f8ff;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper.selected .product-name {
  color: #007aff;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper.active .product-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper.active .product-select-dropdown {
  max-height: 500px;
  visibility: visible;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .product-arrow {
  transition: transform 0.2s ease;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .product-select-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
  padding: 6px;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background-color 0.2s;
  border-radius: 6px;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .dropdown-item:hover {
  background-color: #f3f4f6;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .dropdown-item.active {
  background-color: #f3f4f6;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .dropdown-item img {
  flex-shrink: 0;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .dropdown-item span {
  font-size: 16px;
  color: #374151;
}
.wrap7 .wrap7-plan-select {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  border-bottom: 1px dashed #b2b9c7;
  padding-bottom: 33px;
}
.wrap7 .wrap7-plan-select .plan-btn {
  flex: 1;
  padding: 22px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dce2e8;
  font-size: 22px;
  font-weight: 600;
  color: #030712;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wrap7 .wrap7-plan-select .plan-btn .perpetual-text {
  background: linear-gradient(92deg, #0662fe 8.08%, #4c33fe 54.4%, #8e06fe 98.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.wrap7 .wrap7-plan-select .plan-btn.active {
  background: linear-gradient(135deg, #e0ecff 0%, #f2f8ff 100%);
  border-color: #007aff;
}
.wrap7 .wrap7-plan-select .plan-btn.active .perpetual-text {
  background: linear-gradient(92deg, #0662fe 8.08%, #4c33fe 54.4%, #8e06fe 98.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.wrap7 .wrap7-plan-select .plan-btn:hover {
  border-color: #007aff;
}
.wrap7.wrap7--aio-active .wrap7-plan-select .plan-btn.active,
.wrap7.wrap7--aio-active .wrap7-plan-select .plan-btn:hover {
  background: linear-gradient(0deg, #f1ffe9 0%, #f1ffe9 100%), #fff;
  border-color: #46b874;
}
.wrap7 .wrap7-price-container {
  position: relative;
}
.wrap7 .wrap7-price-wrap {
  display: none;
}
.wrap7 .wrap7-price-wrap.active {
  display: block;
}
.wrap7 .wrap7-price-wrap .wrap7-price-section {
  display: none;
}
.wrap7 .wrap7-price-wrap .wrap7-price-section.active {
  display: block;
}
.wrap7 .wrap7-price-section {
  margin-bottom: 24px;
  /* info 气泡：与购买页参考一致 */
}
.wrap7 .wrap7-price-section .price-display {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 8px;
}
.wrap7 .wrap7-price-section .price-display .price-number {
  font-size: 60px;
  font-weight: 700;
  color: #007aff;
}
.wrap7 .wrap7-price-section .price-display .price-unit {
  font-size: 33px;
  font-weight: 600;
  color: #007aff;
  margin-left: 10px;
}
.wrap7 .wrap7-price-section .price-display .price-tax {
  font-size: 16px;
  color: #6b7280;
  margin-left: 4px;
  position: relative;
}
.wrap7 .wrap7-price-section .price-display .price-period {
  font-size: 20px;
  color: #6b7280;
  margin-left: 4px;
}
.wrap7 .wrap7-price-section .price-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 8px;
  max-width: 100%;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 16px;
  color: #757d84;
}
.wrap7 .wrap7-price-section .info-icon-wrap {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.wrap7 .wrap7-price-section .info-icon-wrap:hover .info-text-wrap {
  visibility: visible;
  opacity: 1;
}
.wrap7 .wrap7-price-section .info-icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.wrap7 .wrap7-price-section .info-text-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 8px 10px;
  width: 250px;
  background: #111827;
  border-radius: 5px;
  text-align: left;
  transition: all 0.2s;
  z-index: 10;
}
.wrap7 .wrap7-price-section .info-text-wrap::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #111827;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.wrap7 .wrap7-price-section .info-text {
  margin: 0;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}
.wrap7 .wrap7-price-section .select-plan-btn {
  width: 100%;
  padding: 24px;
  background: #2a2a2a;
  border: none;
  border-radius: 600px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  transition: all 0.2s ease;
}
.wrap7 .wrap7-price-section .select-plan-btn:hover {
  color: rgba(255, 255, 255, 0.72);
}
.wrap7 .wrap7-price-section .select-plan-btn .btn-arrow {
  width: 28px;
  height: 28px;
}
.wrap7 .wrap7-price-wrap[data-product='aio'] .wrap7-price-section .price-display .price-number,
.wrap7 .wrap7-price-wrap[data-product='aio'] .wrap7-price-section .price-display .price-unit {
  color: #129647;
}
.wrap7 .wrap7-price-wrap[data-product='aio'] .wrap7-price-section .select-plan-btn {
  background: #2a2a2a;
  color: #9eff10;
  border: 4px solid transparent;
  transition: all 0.3s;
  padding: 20px;
}
.wrap7 .wrap7-price-wrap[data-product='aio'] .wrap7-price-section .select-plan-btn:hover {
  border: 4px solid #9eff10;
}
.wrap7 .wrap7-footer {
  text-align: center;
  font-size: 12px;
  color: #9ca3af;
}
@media (max-width: 770px) {
  .wrap7 {
    margin-top: 0;
    padding: 80px 0;
  }
  .wrap7.wrap7--aio-active .wrap7-plan-select .plan-btn.active,
  .wrap7.wrap7--aio-active .wrap7-plan-select .plan-btn:hover {
    background: none;
    border-color: #46b874;
  }
  .wrap7 .plan-tit {
    display: none;
  }
  .wrap7 .wrap7-product-select .product-option .product-badge {
    width: 86px;
    height: auto;
  }
  .wrap7 .wrap7-content-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .wrap7 .wrap7-product-select .product-option .product-arrow {
    width: 20px;
    height: 20px;
    right: 0;
  }
  .wrap7 .wrap7-product-select {
    margin-bottom: 20px;
  }
  .wrap7 .wrap7-product-select .product-select-label {
    font-size: 16px;
  }
  .wrap7 .wrap7-product-select .product-select-options {
    gap: 12px;
  }
  .wrap7 .wrap7-product-select .product-option {
    padding: 14px;
  }
  .wrap7 .wrap7-product-select .product-option .product-name {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .wrap7 .wrap7-product-select .product-option .product-desc {
    font-size: 12px;
  }
  .wrap7 .wrap7-product-select .product-option .plan-badge {
    width: 85px;
  }
  .wrap7 .wrap7-plan-select {
    flex-direction: column;
    gap: 13px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .wrap7 .wrap7-plan-select .plan-btn {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    padding: 0;
    border: none;
    background: none;
    position: relative;
    font-size: 16px;
  }
  .wrap7 .wrap7-plan-select .plan-btn.active {
    background: none;
    border: none;
  }
  .wrap7 .wrap7-plan-select .plan-btn.active .plan-radio {
    border-color: #007aff;
  }
  .wrap7 .wrap7-plan-select .plan-btn.active .plan-radio:after {
    background: #007aff;
  }
  .wrap7 .wrap7-plan-select .plan-radio {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #b2b9c7;
    border-radius: 50%;
  }
  .wrap7 .wrap7-plan-select .plan-radio:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
  }
  .wrap7.wrap7--aio-active .wrap7-plan-select .plan-btn.active .plan-radio {
    border-color: #46b874;
  }
  .wrap7.wrap7--aio-active .wrap7-plan-select .plan-btn.active .plan-radio:after {
    background: #129647;
  }
  .wrap7 .wrap7-content-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .wrap7 .wrap7-content {
    padding: 24px 20px;
    border-radius: 10px;
  }
  .wrap7 .product-select-options {
    flex-direction: column;
    gap: 12px;
  }
  .wrap7 .wrap7-price-section .price-desc {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
  }
  .wrap7 .wrap7-price-section .select-plan-btn {
    font-size: 18px;
    padding: 12px 32px;
    max-height: 52px;
  }
  .wrap7 .wrap7-price-section .price-display .price-number,
  .wrap7 .wrap7-price-section .price-display .price-unit {
    font-size: 42px;
  }
  .wrap7 .wrap7-price-section .price-display .price-unit {
    font-size: 20px;
  }
  .wrap7 .wrap7-price-section .price-display .price-tax {
    font-size: 12px;
  }
  .wrap7 .wrap7-price-section .price-display .price-period {
    font-size: 18px;
  }
  .wrap7 .wrap7-footer {
    font-size: 11px;
  }
}
.wrap8 {
  margin-top: 80px;
}
.wrap8 .section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 48px;
}
.wrap8 .wrap8-content {
  margin: 0 auto;
}
.wrap8 .wrap8-steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.wrap8 .wrap8-step-item {
  width: 336px;
  border-radius: 20px;
  background: #fff;
  padding: 24px 24px;
  position: relative;
  text-align: center;
}
.wrap8 .wrap8-step-label {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 12px;
  color: #46b874;
}
.wrap8 .wrap8-step-icon {
  margin-bottom: 20px;
}
.wrap8 .wrap8-step-icon img {
  width: 53px;
  height: 53px;
  object-fit: contain;
}
.wrap8 .wrap8-step-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}
.wrap8 .wrap8-step-desc {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
  margin: 0;
}
.wrap8 .wrap8-step-arrow {
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.wrap8 .wrap8-step-arrow img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.wrap8 .wrap8-note {
  margin-top: 20px;
  margin-left: 40px;
  text-align: left;
}
.wrap8 .wrap8-note p {
  font-size: 12px;
  color: #596a88;
  line-height: 1.6;
}
.wrap8 .wrap8-note p:last-child {
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .wrap8 {
    margin-top: 0;
  }
  .wrap8 .section-title {
    margin-bottom: 32px;
    font-size: 32px;
  }
  .wrap8 .wrap8-steps {
    flex-direction: column;
    align-items: center;
  }
  .wrap8 .wrap8-step-arrow {
    padding: 12px 0;
    transform: rotate(90deg);
  }
  .wrap8 .wrap8-step-item {
    min-width: 100%;
  }
  .wrap8 .wrap8-note {
    margin-left: 0;
    margin-top: 14px;
  }
  .wrap8 .wrap8-note p {
    font-size: 11px;
  }
}
.wrap9 {
  padding: 100px 0;
}
.wrap9 .wrap9-img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 770px) {
  .wrap9 {
    padding: 20px 0 50px;
  }
  .wrap9 .wrap9-img {
    content: url('../img/install-2026/wrap10-img-mb.png');
  }
}
.image-zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.27);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.image-zoom-overlay.active {
  opacity: 1;
  visibility: visible;
}
.image-zoom-container {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-zoom-img {
  width: 900px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 770px) {
  .image-zoom-img {
    width: 100%;
  }
}
.image-zoom-close {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
img[zoom] {
  cursor: zoom-in;
  transition: transform 0.2s ease;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .swiper-pagination {
    width: 100%;
    bottom: 0;
  }
  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
  }
}
