@import url('//at.alicdn.com/t/c/font_4889994_57rpp5qifqd.css');
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
.wrap7 {
  padding: 160px 0 180px;
  background: #fff;
  overflow: hidden;
}
.wrap7 .wrap7-tit {
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.6px;
  margin-bottom: 46px;
  color: #25252d;
}
.wrap7 .wrap7-growth {
  position: relative;
  width: 1400px;
  left: -100px;
  height: 772px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
  background: url(../../img/product/aio/wrap7-bg.webp) center / 100% no-repeat;
  background-size: cover;
}
.wrap7 .wrap7-base {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 78px;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}
.wrap7 .wrap7-bars {
  position: absolute;
  left: 80px;
  right: 80px;
  bottom: 78px;
  height: 650px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 50px;
  z-index: 1;
}
.wrap7 .wrap7-bar-item {
  position: relative;
  --h: 0%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.wrap7 .wrap7-bar-item:nth-child(1) {
  --h: 26%;
}
.wrap7 .wrap7-bar-item:nth-child(2) {
  --h: 34%;
}
.wrap7 .wrap7-bar-item:nth-child(3) {
  --h: 43%;
}
.wrap7 .wrap7-bar-item:nth-child(4) {
  --h: 53%;
}
.wrap7 .wrap7-bar-item:nth-child(5) {
  --h: 67%;
}
.wrap7 .wrap7-bar-item:nth-child(6) {
  --h: 80%;
}
.wrap7 .wrap7-bar-item:nth-child(7) {
  --h: 90%;
}
.wrap7 .wrap7-bar {
  width: 80px;
  height: 0;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, rgba(142, 104, 255, 0.64), rgba(203, 116, 255, 0.42));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
  transition: height 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.wrap7 .wrap7-year {
  position: absolute;
  bottom: -70px;
  font-size: 18px;
  color: #8C79A7;
  background: linear-gradient(180deg, rgba(222, 173, 251, 0.56) 0%, rgba(222, 173, 251, 0) 68.35%);
  width: 79.286px;
  height: 60.021px;
  text-align: center;
  padding-top: 10px;
}
.wrap7 .wrap7-value {
  position: absolute;
  bottom: calc(var(--h) + 6px);
  font-size: 18px;
  color: #5C4D71;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(1) .wrap7-bar {
  height: var(--h);
  transition-delay: 0.1s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(2) .wrap7-bar {
  height: var(--h);
  transition-delay: 0.25s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(3) .wrap7-bar {
  height: var(--h);
  transition-delay: 0.4s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(4) .wrap7-bar {
  height: var(--h);
  transition-delay: 0.55s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(5) .wrap7-bar {
  height: var(--h);
  transition-delay: 0.7s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(6) .wrap7-bar {
  height: var(--h);
  transition-delay: 0.85s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(7) .wrap7-bar {
  height: var(--h);
  transition-delay: 1s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(1) .wrap7-value {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.45s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(2) .wrap7-value {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(3) .wrap7-value {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.75s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(4) .wrap7-value {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(5) .wrap7-value {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.05s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(6) .wrap7-value {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-bar-item:nth-child(7) .wrap7-value {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.35s;
}
.wrap7 .wrap7-curve {
  position: absolute;
  left: 80px;
  right: 80px;
  bottom: 100px;
  width: calc(100% - 160px);
  height: 630px;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}
.wrap7 .wrap7-curve-path {
  fill: none;
  stroke: #9B86DF;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  filter: drop-shadow(0 8px 12px rgba(124, 92, 255, 0.18));
}
.wrap7 .wrap7-arrow-head {
  opacity: 0;
  visibility: hidden;
  filter: drop-shadow(0 8px 12px rgba(124, 92, 255, 0.18));
  pointer-events: none;
}
.wrap7 .wrap7-growth.is-visible .wrap7-arrow-head {
  opacity: 1;
  visibility: visible;
}
.wrap7 .wrap7-growth.is-visible .wrap7-curve-path {
  animation: wrap7DrawLine 7.65s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.35s;
}
@keyframes wrap7DrawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.wrap7 .wrap7-card-swiper {
  position: absolute;
  inset: 0;
  z-index: 4;
}
.wrap7 .wrap7-card-swiper .swiper-pagination {
  display: none;
}
.wrap7 .wrap7-card {
  position: absolute;
  width: 260px;
  min-height: 210px;
  height: auto;
  padding: 18px;
  border-radius: 22px;
  background: #FFF;
  box-shadow: 0 4px 29.2px 0 rgba(111, 76, 173, 0.16);
  color: #333747;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  animation: cardFloat 4.6s ease-in-out infinite;
  animation-play-state: paused;
}
.wrap7 .wrap7-growth.is-visible .wrap7-card.card-1 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  animation-play-state: running;
  transition-delay: 0.45s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-card.card-2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  animation-play-state: running;
  transition-delay: 0.7s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-card.card-3 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  animation-play-state: running;
  transition-delay: 1s;
}
.wrap7 .wrap7-growth.is-visible .wrap7-card.card-4 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  animation-play-state: running;
  transition-delay: 1.2s;
}
@keyframes cardFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}
.wrap7 .card-1 {
  left: 100px;
  top: 85px;
}
.wrap7 .card-2 {
  left: 430px;
  top: 30px;
  animation-delay: 0.4s;
}
.wrap7 .card-3 {
  left: 660px;
  bottom: 76px;
  animation-delay: 0.8s;
}
.wrap7 .card-4 {
  right: 100px;
  top: 300px;
  animation-delay: 1.2s;
}
.wrap7 .wrap7-user {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.wrap7 .wrap7-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  flex-shrink: 0;
}
.wrap7 .wrap7-user strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.wrap7 .wrap7-stars {
  display: inline-flex;
  align-items: center;
}
.wrap7 .wrap7-stars img {
  display: block;
  width: 99px;
  height: auto;
}
.wrap7 .wrap7-review {
  font-size: 14px;
  line-height: 1.75;
  color: #434343;
  margin-bottom: 14px;
}
.wrap7 .wrap7-country {
  border-top: 1px solid #EFEFEF;
  padding-top: 10px;
  font-size: 14px;
  color: #3E3E3F;
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 6px;
}
.wrap7 .wrap7-country img {
  width: 24px;
  height: 14px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .wrap7 {
    padding: 70px 0;
  }
  .wrap7 .wrap7-tit {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .wrap7 .wrap7-growth {
    height: auto;
    left: 0;
    width: 100%;
    background: none;
    border-radius: 14px;
    padding: 0;
  }
  .wrap7 .wrap7-base {
    bottom: 40px;
  }
  .wrap7 .wrap7-curve {
    height: 160px;
    bottom: 40px;
    width: 100%;
    left: 0;
    right: 0;
  }
  .wrap7 .wrap7-bars {
    position: relative;
    left: 0;
    right: 0;
    bottom: auto;
    height: 160px;
    gap: 8px;
    margin-bottom: 24px;
  }
  .wrap7 .wrap7-bar {
    width: 34px;
    border-radius: 6px 6px 0 0;
  }
  .wrap7 .wrap7-year {
    bottom: -20px;
    font-size: 10px;
    width: 34px;
    height: 15.705px;
    padding-top: 10px;
  }
  .wrap7 .wrap7-value {
    bottom: calc(var(--h) + 4px);
    font-size: 8px;
  }
  .wrap7 .wrap7-growth {
    overflow: visible;
  }
  .wrap7 .wrap7-growth-content {
    position: relative;
    background: url(../../img/product/aio/wrap7-bg.webp) center / 100% no-repeat;
    background-size: cover;
    padding: 18px 10px 16px;
    border-radius: 14px;
    overflow: visible;
  }
  .wrap7 .wrap7-card-swiper {
    position: relative;
    width: 100%;
    margin-top: 22px;
    overflow: visible;
  }
  .wrap7 .wrap7-card-swiper .swiper-wrapper {
    align-items: stretch;
    gap: 0;
  }
  .wrap7 .wrap7-card-swiper .swiper-slide {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .wrap7 .wrap7-card {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    width: 100%;
    min-height: auto;
    box-sizing: border-box;
    padding: 18px 20px;
    border-radius: 22px;
    animation: none;
    animation-play-state: unset;
  }
  .wrap7 .wrap7-growth.is-visible .wrap7-card.card-1 {
    transition-delay: 0.65s;
  }
  .wrap7 .wrap7-growth.is-visible .wrap7-card.card-2 {
    transition-delay: 1s;
  }
  .wrap7 .wrap7-growth.is-visible .wrap7-card.card-3 {
    transition-delay: 1.35s;
  }
  .wrap7 .wrap7-growth.is-visible .wrap7-card.card-4 {
    transition-delay: 1.7s;
  }
  .wrap7 .wrap7-user strong {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .wrap7 .wrap7-review {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .wrap7 .wrap7-country {
    font-size: 14px;
    padding-top: 8px;
  }
  .wrap7 .wrap7-card-swiper .swiper-pagination {
    display: block;
    position: static;
    margin-top: 10px;
  }
  .wrap7 .wrap7-card-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #7c5cff;
    opacity: 0.3;
    transition: 0.3s ease;
  }
  .wrap7 .wrap7-card-swiper .swiper-pagination-bullet-active {
    width: 16px;
    opacity: 1;
  }
}
.wrap8 {
  padding: 226px 0 88px;
  position: relative;
  overflow: hidden;
  background: url(../../img/product/aio/wrap8-bg.webp) top center / 100% no-repeat;
  background-size: contain;
}
.wrap8 .wrap8-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 38px;
}
.wrap8 .wrap8-tit {
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.6px;
  color: #25252d;
  margin: 0;
}
.wrap8 .wrap8-arrows {
  display: flex;
  gap: 17px;
}
.wrap8 .wrap8-arrow-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(101, 91, 255, 0.22);
  background: rgba(255, 255, 255, 0.84);
  color: #665cff;
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: grid;
  place-items: center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.35s ease, color 0.35s ease;
}
.wrap8 .wrap8-arrow-btn:hover {
  transform: translateY(-4px);
  background: #665cff;
  color: #fff;
  box-shadow: 0 16px 36px rgba(101, 91, 255, 0.28);
}
.wrap8 .wrap8-arrow-btn:hover img {
  filter: brightness(0) invert(1);
}
.wrap8 .wrap8-arrow-btn:focus-visible {
  outline: 2px solid rgba(101, 91, 255, 0.55);
  outline-offset: 2px;
}
.wrap8 .wrap8-arrow-btn[data-dir="prev"] span {
  transform: rotate(180deg);
}
.wrap8 .wrap8-arrow-btn:nth-child(2) img {
  transform: rotate(180deg);
}
.wrap8 .wrap8-slider {
  position: relative;
  min-height: 296px;
}
.wrap8 .wrap8-card {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 46px 70px;
  border-radius: 18px;
  border: 1px solid rgba(31, 196, 154, 0.22);
  background: rgba(232, 255, 249, 0.78);
  box-shadow: 0 24px 70px rgba(69, 102, 146, 0.08);
  opacity: 0;
  transform: translate3d(36px, 18px, 0) scale(0.985);
  pointer-events: none;
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.wrap8 .wrap8-card.is-active {
  z-index: 2;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: auto;
}
.wrap8 .wrap8-card:nth-child(1) {
  border: 1px solid rgba(31, 196, 154, 0.22);
  background: rgba(232, 255, 249, 0.78);
}
.wrap8 .wrap8-card:nth-child(2) {
  border: 1px solid #C2E4C2;
  background: #EFFFF1;
}
.wrap8 .wrap8-card:nth-child(3) {
  border: 1px solid #E4C2C2;
  background: #FFEFEF;
}
.wrap8 .wrap8-card:nth-child(4) {
  border: 1px solid #C2DBE4;
  background: #EFFAFF;
}
.wrap8 .wrap8-card:nth-child(5) {
  border: 1px solid #C2C8E4;
  background: #EFF1FF;
}
.wrap8 .wrap8-img {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
}
.wrap8 .wrap8-img img {
  display: block;
  width: auto;
  height: auto;
}
.wrap8 .wrap8-card-title {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 12px;
}
.wrap8 .wrap8-card-text {
  font-size: 18px;
  line-height: 1.8;
  color: #434343;
  margin: 0;
}
.wrap8 .wrap8-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}
.wrap8 .wrap8-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: none;
  background: rgba(102, 92, 255, 0.28);
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.35s ease;
  overflow: hidden;
}
.wrap8 .wrap8-dot.is-active {
  width: 16px;
  background: #8d7cff;
}
.wrap8 .wrap8-dot:focus-visible {
  outline: 2px solid rgba(101, 91, 255, 0.45);
  outline-offset: 3px;
}
@keyframes wrap8CardFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -6px;
  }
}
@media (max-width: 768px) {
  .wrap8 {
    padding: 56px 0 64px;
  }
  .wrap8 .wrap8-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 20px;
  }
  .wrap8 .wrap8-tit {
    font-size: 36px;
    line-height: 1.15;
  }
  .wrap8 .wrap8-arrows {
    display: none;
  }
  .wrap8 .wrap8-arrow-btn {
    width: 40px;
    height: 40px;
  }
  .wrap8 .wrap8-arrow-btn span {
    width: 20px;
    height: 20px;
  }
  .wrap8 .wrap8-arrow-btn span::before {
    left: 1px;
    top: 9px;
    width: 13px;
    height: 2px;
  }
  .wrap8 .wrap8-arrow-btn span::after {
    right: 1px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .wrap8 .wrap8-slider {
    min-height: 350px;
  }
  .wrap8 .wrap8-card {
    padding: 18px 16px;
    border-radius: 14px;
  }
  .wrap8 .wrap8-img {
    margin-bottom: 10px;
  }
  .wrap8 .wrap8-card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .wrap8 .wrap8-card-text {
    font-size: 14px;
    line-height: 1.7;
  }
}
.wrap9 {
  padding: 40px 0 100px;
  background: #fff;
}
.wrap9 .wrap9-tit {
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.6px;
  margin: 0 0 46px;
  color: #25252d;
}
.wrap9 .wrap9-card {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid #dcd8ff;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(102, 92, 255, 0.06);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.wrap9 .wrap9-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(102, 92, 255, 0.12);
}
.wrap9 .wrap9-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.wrap9 .wrap9-col {
  padding-bottom: 0;
}
.wrap9 .wrap9-head {
  height: 62px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f3f1fb;
  font-size: 22px;
  font-weight: 900;
  color: #25252d;
}
.wrap9 .wrap9-head-icon {
  font-size: 24px;
  line-height: 1;
}
.wrap9 .wrap9-list {
  list-style: none;
  margin: 0;
  padding: 16px 42px;
}
.wrap9 .wrap9-item {
  position: relative;
  min-height: 56px;
  padding: 16px 0;
  border-bottom: 1px solid #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  color: #22242c;
  font-size: 18px;
  text-decoration: none;
  box-sizing: border-box;
  transition: color 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.35s ease;
}
.wrap9 .wrap9-item:last-of-type {
  border-bottom: none;
}
.wrap9 .wrap9-item::before {
  content: "";
  position: absolute;
  left: -14px;
  right: -14px;
  top: 8px;
  bottom: 8px;
  border-radius: 10px;
  opacity: 0;
  transform: scaleX(0.96);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
}
.wrap9 .wrap9-item .wrap9-item-text,
.wrap9 .wrap9-item .wrap9-arrow {
  position: relative;
  z-index: 1;
}
.wrap9 .wrap9-item:hover {
  color: #665cff;
  transform: translateX(6px);
}
.wrap9 .wrap9-item:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.wrap9 .wrap9-item:hover .wrap9-arrow {
  color: #665cff;
  transform: translateX(6px);
}
.wrap9 .wrap9-item.is-active {
  color: #665cff;
}
.wrap9 .wrap9-item.is-active .wrap9-arrow {
  color: #665cff;
}
.wrap9 .wrap9-list li:last-child .wrap9-item {
  border-bottom: none;
}
.wrap9 .wrap9-arrow {
  flex-shrink: 0;
  color: #c8c9d2;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), color 0.35s ease;
}
.wrap9 .wrap9-card.is-visible .wrap9-item {
  animation: wrap9ItemIn 0.62s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--left li:nth-child(1) .wrap9-item {
  animation-delay: 0.12s;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--left li:nth-child(2) .wrap9-item {
  animation-delay: 0.18s;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--left li:nth-child(3) .wrap9-item {
  animation-delay: 0.24s;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--left li:nth-child(4) .wrap9-item {
  animation-delay: 0.3s;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--left li:nth-child(5) .wrap9-item {
  animation-delay: 0.36s;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--left li:nth-child(6) .wrap9-item {
  animation-delay: 0.42s;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--left li:nth-child(7) .wrap9-item {
  animation-delay: 0.48s;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--right li:nth-child(1) .wrap9-item {
  animation-delay: 0.18s;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--right li:nth-child(2) .wrap9-item {
  animation-delay: 0.24s;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--right li:nth-child(3) .wrap9-item {
  animation-delay: 0.3s;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--right li:nth-child(4) .wrap9-item {
  animation-delay: 0.36s;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--right li:nth-child(5) .wrap9-item {
  animation-delay: 0.42s;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--right li:nth-child(6) .wrap9-item {
  animation-delay: 0.48s;
}
.wrap9 .wrap9-card.is-visible .wrap9-list--right li:nth-child(7) .wrap9-item {
  animation-delay: 0.54s;
}
@keyframes wrap9ItemIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 800px) {
  .wrap9 {
    padding: 60px 0 64px;
  }
  .wrap9 .wrap9-card {
    border: unset;
  }
  .wrap9 .wrap9-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .wrap9 .wrap9-item {
    font-size: 14px;
    line-height: 156%;
  }
  .wrap9 .wrap9-head {
    padding: 0 18px;
    font-size: 16px;
    height: 56px;
    gap: 8px;
  }
  .wrap9 .wrap9-head img {
    width: 18px;
  }
  .wrap9 .wrap9-col {
    border-radius: 14px;
    border: 1px solid #D2CDF3;
    overflow: hidden;
  }
  .wrap9 .wrap9-tit {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .wrap9 .wrap9-list {
    padding: 16px 18px 8px;
  }
}
.wrap10 {
  padding: 80px 0 100px;
  background: #fff;
  overflow: hidden;
}
.wrap10 .wrap10-tit {
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.4px;
  margin: 0 0 30px;
  color: #25252d;
}
.wrap10 .wrap10-list {
  margin: 0 auto;
}
.wrap10 .wrap10-item {
  border: 1px solid #E2E8EE;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.wrap10 .wrap10-item:hover {
  transform: translateY(-2px);
  border-color: rgba(101, 91, 255, 0.28);
  box-shadow: 0 14px 34px rgba(72, 70, 120, 0.08);
}
.wrap10 .wrap10-item.is-active {
  box-shadow: 0 20px 18px 0 rgba(57, 34, 142, 0.05);
}
.wrap10 .wrap10-question {
  min-height: 66px;
  padding: 0 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  text-align: left;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.wrap10 .wrap10-number {
  color: #655bff;
  font-size: 20px;
  font-weight: 900;
}
.wrap10 .wrap10-title {
  color: #25252d;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
}
.wrap10 .wrap10-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #25252d;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-top-color 0.35s ease;
}
.wrap10 .wrap10-item.is-active .wrap10-question {
  border-bottom: 1px solid #E2E8EE;
}
.wrap10 .wrap10-item.is-active .wrap10-arrow {
  transform: rotate(180deg);
  border-top-color: #655bff;
}
.wrap10 .wrap10-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}
.wrap10 .wrap10-item.is-active .wrap10-answer {
  opacity: 1;
}
.wrap10 .wrap10-answer-inner {
  padding: 19px 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #4C4C4C;
}
.wrap10 .wrap10-list.is-visible .wrap10-item {
  animation: wrap10ItemIn 0.62s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.wrap10 .wrap10-list.is-visible .wrap10-item:nth-child(1) {
  animation-delay: 0.08s;
}
.wrap10 .wrap10-list.is-visible .wrap10-item:nth-child(2) {
  animation-delay: 0.14s;
}
.wrap10 .wrap10-list.is-visible .wrap10-item:nth-child(3) {
  animation-delay: 0.2s;
}
.wrap10 .wrap10-list.is-visible .wrap10-item:nth-child(4) {
  animation-delay: 0.26s;
}
.wrap10 .wrap10-list.is-visible .wrap10-item:nth-child(5) {
  animation-delay: 0.32s;
}
.wrap10 .wrap10-list.is-visible .wrap10-item:nth-child(6) {
  animation-delay: 0.38s;
}
.wrap10 .wrap10-list.is-visible .wrap10-item:nth-child(7) {
  animation-delay: 0.44s;
}
.wrap10 .wrap10-list.is-visible .wrap10-item:nth-child(8) {
  animation-delay: 0.5s;
}
@keyframes wrap10ItemIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 720px) {
  .wrap10 {
    padding: 64px 0 80px;
  }
  .wrap10 .wrap10-tit {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 26px;
  }
  .wrap10 .wrap10-number {
    font-size: 14px;
  }
  .wrap10 .wrap10-item {
    margin-bottom: 6px;
  }
  .wrap10 .wrap10-question {
    padding: 15px;
    align-items: flex-start;
    min-height: auto;
  }
  .wrap10 .wrap10-title {
    font-size: 14px;
  }
  .wrap10 .wrap10-answer-inner {
    font-size: 12px;
  }
}
.wrap11 {
  padding: 86px 0 100px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: url(../../img/product/aio/wrap11.webp) no-repeat center center / cover;
}
.wrap11::before,
.wrap11::after {
  content: "";
  position: absolute;
  width: 1050px;
  height: 380px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  pointer-events: none;
}
.wrap11::before {
  left: -360px;
  bottom: -142px;
  transform: rotate(13deg);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.04), 0 0 0 24px rgba(255, 255, 255, 0.032), 0 0 0 36px rgba(255, 255, 255, 0.024), 0 0 0 48px rgba(255, 255, 255, 0.016);
}
.wrap11::after {
  right: -380px;
  bottom: -130px;
  transform: rotate(-10deg);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.04), 0 0 0 24px rgba(255, 255, 255, 0.032), 0 0 0 36px rgba(255, 255, 255, 0.024), 0 0 0 48px rgba(255, 255, 255, 0.016);
}
.wrap11 .wrap11-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.wrap11 .wrap11-tit {
  font-size: 38px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin: 0 0 24px;
}
.wrap11 .wrap11-sub {
  margin: 0 auto 34px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
}
.wrap11 .wrap11-btns {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 36px;
}
.wrap11 .wrap11-btns-item {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.wrap11 .wrap11-btns-item[hidden] {
  display: none !important;
}
.wrap11 .wrap11-btn {
  border: none;
  cursor: pointer;
  border-radius: 12px;
  min-height: 62px;
  box-sizing: border-box;
  padding: 12px 22px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.35s ease;
}
.wrap11 .wrap11-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -85%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg);
}
.wrap11 .wrap11-btn:hover {
  transform: translateY(-5px) scale(1.03);
}
.wrap11 .wrap11-btn:hover::after {
  animation: shine 0.75s ease;
}
.wrap11 .wrap11-btn-download {
  color: #fff;
  background: linear-gradient(90deg, #7941FF 0%, #2FC5FA 100%);
  box-shadow: 0 16px 36px rgba(50, 62, 200, 0.28);
  border: 2px solid rgba(255, 255, 255, 0.36);
}
.wrap11 .wrap11-btn-download img {
  width: 26px;
  height: 26px;
}
.wrap11 .wrap11-btn-buy {
  color: #ff6a3d;
  background: #fff;
  box-shadow: 0 16px 36px rgba(255, 255, 255, 0.16);
  font-size: 18px;
  font-weight: 500;
}
.wrap11 .wrap11-btn-buy img {
  width: 26px;
  height: 26px;
}
.wrap11 .wrap11-btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wrap11 .wrap11-btn-title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
}
.wrap11 .wrap11-btn-desc {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.95;
  margin-top: 4px;
}
.wrap11 .wrap11-info-wrap {
  margin: 0 auto;
}
.wrap11 .wrap11-info-swiper {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(40, 50, 150, 0.18);
}
.wrap11 .wrap11-info-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.wrap11 .wrap11-info-item {
  padding: 37px 22px;
  width: auto;
  height: auto;
  border-right: 1px dashed rgba(255, 255, 255, 0.24);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.35s ease, box-shadow 0.35s ease;
}
.wrap11 .wrap11-info-item:last-child {
  border-right: none;
}
.wrap11 .wrap11-info-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}
.wrap11 .wrap11-info-title {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 8px;
}
.wrap11 .wrap11-info-text {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}
.wrap11 .wrap11-stars {
  margin-top: 4px;
  text-align: center;
}
.wrap11 .wrap11-info-swiper .swiper-pagination {
  display: none;
}
@media (max-width: 900px) {
  .wrap11 .wrap11-info-swiper .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrap11 .wrap11-info-item:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 600px) {
  .wrap11 {
    padding: 72px 0 86px;
  }
  .wrap11 .wrap11-tit {
    font-size: 28px;
    padding: 0 15px;
  }
  .wrap11 .wrap11-sub {
    font-size: 14px;
    margin-bottom: 26px;
  }
  .wrap11 .wrap11-btns {
    flex-direction: row;
    gap: 16px;
    margin-bottom: 30px;
  }
  .wrap11 .wrap11-btn {
    min-width: 0;
    border-radius: 10px;
    padding: 11px 10px;
    gap: 8px;
    min-height: 52px;
  }
  .wrap11 .wrap11-btn-download img,
  .wrap11 .wrap11-btn-buy img {
    width: 25px;
    height: 25px;
  }
  .wrap11 .wrap11-btn-title {
    font-size: 14px;
  }
  .wrap11 .wrap11-btn-desc {
    font-size: 10px;
  }
  .wrap11 .wrap11-btn-buy {
    font-size: 14px;
  }
  .wrap11 .wrap11-info-swiper {
    border-radius: 0;
    overflow: hidden;
    border: none;
    background: transparent;
    box-shadow: unset;
  }
  .wrap11 .wrap11-info-swiper .swiper-wrapper {
    display: flex;
    justify-content: unset;
    grid-template-columns: none;
    gap: 0;
  }
  .wrap11 .wrap11-info-item {
    box-sizing: border-box;
    width: auto;
    border-right: none;
    border-bottom: none;
    padding: 28px 24px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 31.1px 0 rgba(82, 66, 201, 0.33);
    backdrop-filter: blur(9px);
  }
  .wrap11 .wrap11-info-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .wrap11 .wrap11-info-text {
    font-size: 18px;
  }
  .wrap11 .wrap11-stars {
    display: flex;
    justify-content: center;
  }
  .wrap11 .wrap11-stars img {
    width: 130px;
    height: auto;
  }
  .wrap11 .wrap11-info-swiper .swiper-pagination {
    display: block;
    position: static;
    margin: 16px 0 6px;
  }
  .wrap11 .wrap11-info-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    transition: width 0.3s ease, background 0.3s ease;
  }
  .wrap11 .wrap11-info-swiper .swiper-pagination-bullet-active {
    width: 20px;
    background: #fff;
  }
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url(../fonts/Rubik-Bold.ttf);
  font-weight: 700;
}
html,
body {
  font-family: 'Rubik', sans-serif;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
main {
  overflow: hidden;
}
.header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: unset;
  z-index: 10;
}
.header .header-nav-link {
  color: #061C3D;
}
.header .header-search-toggle .icon-search {
  color: #061C3D;
}
.header .header-menu-toggle .bar {
  background: #061C3D;
}
header li {
  list-style: none;
}
.banner {
  position: relative;
  padding: 160px 0 180px;
  overflow: hidden;
  background: url(../../img/product/aio/banner-bg.webp) no-repeat center / cover;
  background-size: 100% 100%;
}
.banner .container {
  display: flex;
}
.banner .banner-info {
  width: 540px;
  flex-shrink: 0;
}
.banner .banner-tips {
  display: inline-block;
  width: fit-content;
  padding: 6px 12px;
  border: 1px solid #763DFF;
  border-radius: 8px;
  font-weight: 500;
  color: #6259ff;
  font-size: 16px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  animation: textReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.12s forwards;
}
.banner .banner-desc {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.08;
  color: #212121;
  margin-bottom: 24px;
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  animation: textReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.22s forwards;
}
.banner .banner-desc span {
  background: linear-gradient(90deg, #763DFF 0%, #3A86FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .banner-feature {
  margin-bottom: 28px;
}
.banner .banner-feature li {
  font-size: 14px;
  color: #262626;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  animation: textReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.banner .banner-feature li::before {
  content: '✓';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #6C58FE;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 1px;
}
.banner .banner-feature li:nth-child(1) {
  animation-delay: 0.34s;
}
.banner .banner-feature li:nth-child(2) {
  animation-delay: 0.42s;
}
.banner .banner-feature li:nth-child(3) {
  animation-delay: 0.5s;
}
.banner .banner-feature li:nth-child(4) {
  animation-delay: 0.58s;
}
.banner .banner-feature li:nth-child(5) {
  animation-delay: 0.66s;
}
.banner .toggle {
  position: relative;
  z-index: 2;
  height: 29px;
  width: 156px;
  margin: 0 0 24px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  animation: textReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.72s forwards;
}
.banner .toggle .toggle-choose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 29px;
  position: absolute;
  z-index: 2;
}
.banner .toggle .toggle-choose_btn {
  width: 74px;
  color: #5a5f7a;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  justify-content: center;
}
.banner .toggle .current_active {
  position: absolute;
  width: 74px;
  height: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 18px;
  background: #1E1A2C;
  z-index: 1;
  transition: all 0.3s;
}
.banner .toggle .toggle-win.active,
.banner .toggle .toggle-mac.active {
  color: #fff;
}
.banner .banner-btns-item-desc {
  font-weight: 400;
  font-size: 12px;
  margin-top: 4px;
}
.banner .banner-btns {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  animation: textReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.78s forwards;
}
.banner .banner-btns .banner-btns-item {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.banner .banner-btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 17px;
  border-radius: 12px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.banner .banner-btns a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -90%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-20deg);
}
.banner .banner-btns a:hover {
  transform: translate3d(0, -5px, 0) scale(1.03);
}
.banner .banner-btns a:hover::after {
  animation: shine 0.8s ease;
}
.banner .banner-btns .btn-download {
  background: linear-gradient(90deg, #7941FF 0%, #2FC5FA 100%);
  box-shadow: 0 14px 30px rgba(91, 94, 255, 0.28);
}
.banner .banner-btns .btn-buy {
  background: linear-gradient(270deg, #FEA431 0%, #FC4F8B 100%);
  box-shadow: 0 14px 30px rgba(255, 111, 79, 0.28);
}
.banner .banner-tax {
  margin-top: 18px;
  font-size: 12px;
  color: #474747;
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  animation: textReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.88s forwards;
}
.banner .banner-visual {
  position: relative;
  flex: 1;
  will-change: transform, opacity;
}
.banner .banner-visual-stage {
  margin-top: 54px;
  position: absolute;
  inset: 0;
  left: -85px;
  right: 0;
  transform-style: preserve-3d;
  overflow: visible;
}
.banner .banner-left {
  position: absolute;
  left: 65px;
  top: 130px;
  z-index: 3;
  animation: slideInLeft 1s ease both, floatA 4s ease-in-out infinite 1.7s;
}
.banner .main-card {
  position: relative;
  left: 168px;
  top: 0;
  z-index: 2;
  animation: zoomIn 1s ease both;
  animation-delay: 0.15s;
}
.banner .banner-main {
  display: block;
}
.banner .banner-spotify-wrap {
  position: absolute;
  left: 166px;
  top: 65px;
  z-index: 4;
  border-radius: 12px;
  cursor: pointer;
  animation: popIn 0.8s ease both, floatSpotify 4s ease-in-out infinite 1.2s;
  animation-delay: 0.65s;
}
.banner .banner-spotify-wrap:hover .banner-spotify {
  transform: translate3d(0, -5px, 0);
}
.banner .banner-spotify {
  display: block;
  height: auto;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.banner .banner-bottom1 {
  position: absolute;
  left: 282px;
  bottom: -81px;
  height: auto;
  z-index: 3;
  opacity: 0;
  animation: cardReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.86s forwards, floatB 4.8s ease-in-out 1.9s infinite;
}
.banner .banner-bottom2 {
  position: absolute;
  right: -205px;
  bottom: -98px;
  height: auto;
  z-index: 3;
  opacity: 0;
  animation: cardReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards, floatC 5.2s ease-in-out 2.1s infinite;
}
.banner .blue-dash-arrow {
  position: absolute;
  left: 86px;
  top: 71px;
  width: 123px;
  height: 105px;
  z-index: 5;
  pointer-events: none;
}
.banner .blue-dash-arrow svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.banner .blue-dash-arrow .line,
.banner .blue-dash-arrow .head {
  fill: none;
  stroke: #657eff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.banner .blue-dash-arrow .line {
  stroke-dasharray: 7 7;
  animation: dashFlowBlue 1.2s linear infinite;
}
.banner .blue-dash-arrow .head {
  animation: headPulseBlue 1.2s ease-in-out infinite;
}
.banner .white-dash-arrow {
  position: absolute;
  left: 466px;
  bottom: -97px;
  width: 160px;
  height: 100px;
  z-index: 5;
  pointer-events: none;
}
.banner .white-dash-arrow svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.banner .white-dash-arrow .line,
.banner .white-dash-arrow .head {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.banner .white-dash-arrow .line {
  stroke-dasharray: 8 8;
  animation: dashFlowWhite 1.3s linear infinite;
}
.banner .white-dash-arrow .head {
  animation: headPulseWhite 1.3s ease-in-out infinite;
}
.banner .scroll-item {
  will-change: transform, opacity;
}
@keyframes bgLight {
  0%,
  100% {
    transform: translateX(-18%);
    opacity: 0.35;
  }
  50% {
    transform: translateX(18%);
    opacity: 0.78;
  }
}
@keyframes textReveal {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-70px) rotateY(18deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.88) translateY(40px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.4) rotate(20deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes cardReveal {
  from {
    opacity: 0;
    transform: translate3d(0, 34px, 0) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes floatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -14px, 0);
  }
}
@keyframes floatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(1deg);
  }
}
@keyframes floatC {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}
@keyframes floatSpotify {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}
@keyframes shine {
  to {
    left: 130%;
  }
}
@keyframes dashFlowBlue {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -28;
  }
}
@keyframes headPulseBlue {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(3px, 2px);
  }
}
@keyframes dashFlowWhite {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -32;
  }
}
@keyframes headPulseWhite {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(4px, -3px);
  }
}
@media (max-width: 1600px) {
  .banner .banner-visual-stage {
    transform: translateX(0) scale(0.85);
    margin-top: 0px;
  }
  .banner .banner-bottom1 {
    bottom: -16px;
  }
  .banner .banner-bottom2 {
    bottom: -33px;
  }
  .banner .white-dash-arrow {
    bottom: -33px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .banner {
    padding: 106px 0 0;
  }
  .banner .container {
    flex-direction: column;
  }
  .banner .banner-desc {
    font-size: 40px;
  }
  .banner .banner-info {
    width: 100%;
  }
  .banner .banner-visual {
    min-height: 500px;
    transform: translateX(0);
  }
  .banner .banner-visual-stage {
    width: 640px;
    margin: 50px auto 0;
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
  }
  .banner .banner-left {
    width: 150px;
    top: 90px;
  }
  .banner .main-card {
    left: 70px;
  }
  .banner .banner-main {
    width: 480px;
  }
  .banner .banner-spotify-wrap {
    left: 28px;
    top: 205px;
  }
  .banner .banner-spotify {
    width: 160px;
  }
  .banner .banner-bottom1 {
    width: 200px;
  }
  .banner .banner-bottom2 {
    width: 280px;
  }
  .banner .blue-dash-arrow {
    left: 120px;
    top: 160px;
    width: 110px;
    height: 72px;
  }
  .banner .white-dash-arrow {
    left: 170px;
    bottom: 58px;
    width: 170px;
    height: 78px;
  }
}
@media (max-width: 768px) {
  .banner {
    padding: 96px 0 48px;
    background-image: url(../../img/product/aio/banner-bg-mb.png), url(../../img/product/aio/banner-bg-mb-bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 100% auto, 100% auto;
  }
  .banner .banner-bg-light {
    display: none;
  }
  .banner .container {
    flex-direction: column;
    padding: 0 15px;
  }
  .banner .banner-info {
    width: 100%;
  }
  .banner .banner-tips {
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 14px;
  }
  .banner .banner-desc {
    font-size: 29px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    line-height: 1.15;
  }
  .banner .banner-feature {
    margin-bottom: 30px;
  }
  .banner .banner-feature li {
    font-size: 14px;
    margin-bottom: 16px;
    gap: 8px;
  }
  .banner .toggle {
    margin-bottom: 33px;
  }
  .banner .banner-btns .banner-btns-item {
    gap: 12px;
    width: 100%;
  }
  .banner .banner-btns a {
    flex: 1;
    min-width: 0;
    padding: 12px 10px;
    font-size: 13px;
    border-radius: 10px;
    gap: 8px;
  }
  .banner .banner-btns a img {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
  }
  .banner .banner-btns .btn-buy span {
    white-space: nowrap;
  }
  .banner .banner-btns-item-desc {
    font-size: 10px;
    margin-top: 2px;
  }
  .banner .banner-tax {
    font-size: 11px;
    line-height: 1.6;
    margin-top: 14px;
  }
  .banner .banner-visual {
    width: 100%;
    min-height: auto;
    margin-top: 28px;
    transform: none;
    perspective: none;
    display: flex;
    justify-content: center;
  }
  .banner .banner-visual-stage {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    transform: unset;
  }
  .banner .banner-left {
    left: -6px;
    top: 54px;
    width: 78px;
  }
  .banner .main-card {
    left: 32px;
    top: 0;
  }
  .banner .banner-main {
    width: 272px;
    border-radius: 12px;
  }
  .banner .banner-spotify-wrap {
    left: 65px;
    top: 25px;
  }
  .banner .banner-spotify {
    width: 80px;
  }
  .banner .banner-bottom1 {
    left: 78px;
    bottom: -23px;
    width: 110px;
  }
  .banner .banner-bottom2 {
    right: 30px;
    bottom: -27px;
    width: 150px;
  }
  .banner .blue-dash-arrow {
    display: block;
    left: 6px;
    top: 24px;
    width: 34px;
    height: 42px;
  }
  .banner .white-dash-arrow {
    display: block;
    left: 127px;
    bottom: -27px;
    width: 92px;
    height: 34px;
  }
}
.wrap1 {
  margin-top: 50px;
  padding-bottom: 150px;
}
.wrap1 .wrap1-tit {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  color: #1d1d1d;
  margin-bottom: 48px;
  letter-spacing: -0.8px;
}
.wrap1 .wrap1-swiper {
  position: relative;
  margin-top: 0;
}
.wrap1 .wrap1-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  transform: none;
}
.wrap1 .wrap1-swiper .swiper-slide {
  width: auto;
  height: auto;
}
.wrap1 .wrap1-swiper .swiper-pagination {
  display: none;
}
.wrap1 .case-card {
  position: relative;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transform: translateZ(0);
}
.wrap1 .case-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.wrap1 .case-card:hover img {
  transform: scale(1.055);
}
.wrap1 .case-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 20, 35, 0.22), rgba(20, 20, 35, 0) 55%);
  pointer-events: none;
}
.wrap1 .card-content {
  position: absolute;
  text-align: center;
  left: 25px;
  right: 25px;
  bottom: 28px;
  z-index: 3;
  height: 47px;
  padding: 0 26px;
  border-radius: 10px;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: height 0.55s cubic-bezier(0.16, 1, 0.3, 1), padding 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), border-radius 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.wrap1 .card-content h3 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrap1 .card-content p {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0;
  max-height: 0;
  transform: translateY(12px);
  transition: opacity 0.45s ease 0.08s, max-height 0.45s ease 0.08s, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) 0.08s;
}
.wrap1 .case-card:hover .card-content {
  height: auto;
  padding: 20px 23px;
  justify-content: flex-start;
  transform: translateY(-2px);
  border-radius: 12px;
}
.wrap1 .case-card:hover .card-content h3 {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  margin-bottom: 5px;
}
.wrap1 .case-card:hover .card-content p {
  opacity: 1;
  line-height: 1.8;
  max-height: 200px;
  transform: translateY(0);
}
.wrap1 .card-content.blue {
  background: linear-gradient(90deg, #4048F0 0%, #7177F4 100%);
}
.wrap1 .card-content.green {
  background: linear-gradient(90deg, #41C875 0%, #51D4BA 100%);
}
.wrap1 .card-content.orange {
  background: linear-gradient(90deg, #F07D40 0%, #F49F71 100%);
  height: 68px;
}
.wrap1 .card-content.orange h3 {
  white-space: normal;
}
.wrap1 .card-content.purple {
  background: linear-gradient(90deg, #00AFFA 0%, #8C59F3 100%);
  height: 68px;
}
.wrap1 .card-content.purple h3 {
  white-space: normal;
}
.scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 80px, 0);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}
.scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.scroll-reveal.is-out {
  opacity: 0;
  transform: translate3d(0, -90px, 0);
}
.scroll-reveal.delay-1 {
  transition-delay: 0.08s;
}
.scroll-reveal.delay-2 {
  transition-delay: 0.16s;
}
.scroll-reveal.delay-3 {
  transition-delay: 0.24s;
}
.scroll-reveal.delay-4 {
  transition-delay: 0.32s;
}
@media (max-width: 1200px) {
  .wrap1 .wrap1-tit {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .wrap1 .case-card {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .wrap1 {
    margin-top: 64px;
    padding-bottom: 80px;
  }
  .wrap1 .wrap1-tit {
    font-size: 28px;
    margin-bottom: 32px;
    padding: 0 5px;
  }
  .wrap1 .wrap1-swiper {
    padding-bottom: 30px;
  }
  .wrap1 .wrap1-swiper .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .wrap1 .wrap1-swiper .swiper-slide {
    width: 100%;
  }
  .wrap1 .wrap1-swiper .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .wrap1 .wrap1-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #d8d4ff;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.35s ease;
  }
  .wrap1 .wrap1-swiper .swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 10px;
    background: #6c58fe;
  }
  .wrap1 .case-card {
    height: 227px;
  }
  .wrap1 .case-card:hover img {
    transform: none;
  }
  .wrap1 .card-content {
    left: 10px;
    right: 10px;
    bottom: 18px;
    height: 28px;
    padding: 0 10px;
    border-radius: 7px;
  }
  .wrap1 .card-content h3 {
    font-size: 14px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  .wrap1 .card-content p {
    font-size: 12px;
  }
  .wrap1 .case-card:hover .card-content {
    height: auto;
    padding: 12px 16px;
    transform: none;
  }
  .wrap1 .case-card:hover .card-content h3 {
    margin-bottom: 6px;
  }
  .wrap1 .card-content.orange {
    height: 48px;
  }
  .wrap1 .card-content.purple {
    height: 48px;
  }
}
.wrap2 {
  position: relative;
  padding: 140px 0 160px;
  overflow: hidden;
  background: url(../../img/product/aio/wrap2-bg.webp) no-repeat center / cover;
}
.wrap2::before {
  content: '';
  position: absolute;
  inset: -20%;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.55) 45%, transparent 70%);
  animation: bgLight 9s ease-in-out infinite;
  pointer-events: none;
}
.wrap2 .container {
  position: relative;
  z-index: 2;
}
.wrap2 .wrap2-tit {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  color: #1d1d1d;
  margin-bottom: 30px;
}
.wrap2 .wrap2-desc {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #212121;
  max-width: 950px;
  margin: 0 auto 58px;
}
.wrap2 .wrap2-swiper {
  position: relative;
  overflow: visible;
}
.wrap2 .wrap2-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 26px;
  transform: none;
}
.wrap2 .wrap2-swiper .swiper-slide {
  width: auto;
  height: auto;
}
.wrap2 .wrap2-swiper .swiper-pagination {
  display: none;
}
.wrap2 .platform-card {
  position: relative;
  min-height: 214px;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 36px 32px;
  background: #FFF;
  box-shadow: 0 30px 80px 0 rgba(15, 23, 42, 0.12), 0 8px 40px 0 rgba(222, 172, 255, 0.09);
  overflow: hidden;
  cursor: pointer;
  transition: transform all 0.12s ease;
  will-change: transform;
}
.wrap2 .platform-card::before {
  content: '';
  position: absolute;
  left: -102px;
  top: -102px;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: var(--glow-color);
  filter: blur(72px);
  pointer-events: none;
  z-index: 0;
}
.wrap2 .platform-card:hover {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 65px rgba(76, 72, 140, 0.18);
}
.wrap2 .card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.wrap2 .logo {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.wrap2 .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap2 .card-title {
  font-size: 24px;
  font-weight: 800;
  color: #24242b;
}
.wrap2 .card-desc {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.65;
  color: #434343;
}
.wrap2 .audio-wave {
  position: absolute;
  right: 22px;
  top: 20px;
  z-index: 1;
  width: 136px;
  height: 33px;
  pointer-events: none;
  /* 21 bars, x 升序，与参考 SVG viewBox 136×34 一致 */
}
.wrap2 .audio-wave span {
  position: absolute;
  box-sizing: border-box;
  width: 2.62136px;
  border-radius: 1.31068px;
  background: var(--color);
  opacity: 0.45;
  transform-origin: center bottom;
  animation: none;
}
.wrap2 .audio-wave span:nth-child(1) {
  left: 0;
  top: 11.1016px;
  height: 11.7609px;
}
.wrap2 .audio-wave span:nth-child(2) {
  left: 6.62134px;
  top: 12.6846px;
  height: 7.75483px;
}
.wrap2 .audio-wave span:nth-child(3) {
  left: 13.2427px;
  top: 5.86621px;
  height: 22.6553px;
}
.wrap2 .audio-wave span:nth-child(4) {
  left: 19.864px;
  top: 0;
  height: 23.9028px;
}
.wrap2 .audio-wave span:nth-child(5) {
  left: 26.4854px;
  top: 10.1104px;
  height: 23.8411px;
}
.wrap2 .audio-wave span:nth-child(6) {
  left: 33.1067px;
  top: 3.93164px;
  height: 25.588px;
}
.wrap2 .audio-wave span:nth-child(7) {
  left: 39.728px;
  top: 12.0449px;
  height: 8.39491px;
}
.wrap2 .audio-wave span:nth-child(8) {
  left: 46.3494px;
  top: 11.1016px;
  height: 11.7609px;
}
.wrap2 .audio-wave span:nth-child(9) {
  left: 52.9707px;
  top: 12.6846px;
  height: 7.75483px;
}
.wrap2 .audio-wave span:nth-child(10) {
  left: 59.592px;
  top: 5.86621px;
  height: 23.189px;
}
.wrap2 .audio-wave span:nth-child(11) {
  left: 66.2134px;
  top: 0;
  height: 23.9028px;
}
.wrap2 .audio-wave span:nth-child(12) {
  left: 72.8347px;
  top: 10.1104px;
  height: 23.8411px;
}
.wrap2 .audio-wave span:nth-child(13) {
  left: 79.4561px;
  top: 3.93164px;
  height: 25.8943px;
}
.wrap2 .audio-wave span:nth-child(14) {
  left: 86.0774px;
  top: 12.0449px;
  height: 8.39491px;
}
.wrap2 .audio-wave span:nth-child(15) {
  left: 92.6987px;
  top: 11.1016px;
  height: 11.7609px;
}
.wrap2 .audio-wave span:nth-child(16) {
  left: 99.3201px;
  top: 12.6846px;
  height: 7.75483px;
}
.wrap2 .audio-wave span:nth-child(17) {
  left: 105.941px;
  top: 5.86621px;
  height: 23.189px;
}
.wrap2 .audio-wave span:nth-child(18) {
  left: 112.563px;
  top: 0;
  height: 24.0479px;
}
.wrap2 .audio-wave span:nth-child(19) {
  left: 119.184px;
  top: 9.90332px;
  height: 24.0479px;
}
.wrap2 .audio-wave span:nth-child(20) {
  left: 125.805px;
  top: 3.93164px;
  height: 24.0479px;
}
.wrap2 .audio-wave span:nth-child(21) {
  left: 132.427px;
  top: 11.9512px;
  height: 8.48844px;
}
.wrap2 .platform-card:hover .audio-wave span {
  opacity: 0.95;
  animation: waveMove 0.72s ease-in-out infinite;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(1) {
  animation-delay: 0s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(2) {
  animation-delay: 0.03s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(3) {
  animation-delay: 0.06s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(4) {
  animation-delay: 0.09s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(5) {
  animation-delay: 0.12s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(6) {
  animation-delay: 0.15s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(7) {
  animation-delay: 0.18s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(8) {
  animation-delay: 0.21s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(9) {
  animation-delay: 0.24s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(10) {
  animation-delay: 0.27s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(11) {
  animation-delay: 0.3s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(12) {
  animation-delay: 0.33s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(13) {
  animation-delay: 0.36s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(14) {
  animation-delay: 0.39s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(15) {
  animation-delay: 0.42s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(16) {
  animation-delay: 0.45s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(17) {
  animation-delay: 0.48s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(18) {
  animation-delay: 0.51s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(19) {
  animation-delay: 0.54s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(20) {
  animation-delay: 0.57s;
}
.wrap2 .platform-card:hover .audio-wave span:nth-child(21) {
  animation-delay: 0.6s;
}
.wrap2 .color-line {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  z-index: 1;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: var(--color);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.48s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.48s ease, height 0.48s cubic-bezier(0.16, 1, 0.3, 1);
}
.wrap2 .platform-card:hover .color-line {
  transform: scaleX(1);
  opacity: 1;
  height: 5px;
}
.wrap2 .spotify {
  --color: #93DBAD;
  --glow-color: rgba(40, 217, 103, 0.4);
}
.wrap2 .apple {
  --color: #ff5f7e;
  --glow-color: rgba(217, 40, 40, 0.4);
}
.wrap2 .amazon {
  --color: #3ed1d7;
  --glow-color: rgba(40, 217, 182, 0.4);
}
.wrap2 .youtube {
  --color: #ff2424;
  --glow-color: rgba(217, 40, 64, 0.4);
}
.wrap2 .audible {
  --color: #f9a21b;
  --glow-color: rgba(217, 128, 40, 0.4);
}
.wrap2 .deezer {
  --color: #a35cff;
  --glow-color: rgba(214, 40, 217, 0.4);
}
.wrap2 .pandora {
  --color: #2caeea;
  --glow-color: #77D2FF;
}
.wrap2 .soundcloud {
  --color: #ff7a20;
  --glow-color: #FFC9A3;
}
.wrap2 .line {
  --color: #28d976;
  --glow-color: rgba(37, 228, 133, 0.58);
}
@keyframes waveMove {
  0%,
  100% {
    transform: scaleY(0.55);
    opacity: 0.38;
  }
  50% {
    transform: scaleY(1.25);
    opacity: 1;
  }
}
.scroll-reveal.delay-5 {
  transition-delay: 0.25s;
}
.scroll-reveal.delay-6 {
  transition-delay: 0.3s;
}
.scroll-reveal.delay-7 {
  transition-delay: 0.35s;
}
.scroll-reveal.delay-8 {
  transition-delay: 0.4s;
}
.scroll-reveal.delay-9 {
  transition-delay: 0.45s;
}
.wrap2-icons {
  display: none;
}
@media (max-width: 1200px) {
  .wrap2 .wrap2-tit {
    font-size: 32px;
  }
  .wrap2 .wrap2-desc {
    font-size: 18px;
  }
  .wrap2 .wrap2-swiper .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .wrap2 {
    padding: 56px 0 54px;
    background: #EBEAFA;
  }
  .wrap2 .wrap2-icons {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 28px;
  }
  .wrap2 .wrap2-tit {
    font-size: 28px;
    padding: 0 5px;
    margin-bottom: 32px;
  }
  .wrap2 .wrap2-desc {
    font-size: 16px;
    margin-bottom: 28px;
    padding: 0 5px;
    line-height: 1.8;
  }
  .wrap2 .wrap2-swiper {
    padding-bottom: 60px;
  }
  .wrap2 .wrap2-swiper .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .wrap2 .wrap2-swiper .swiper-slide {
    width: 100%;
  }
  .wrap2 .wrap2-swiper .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .wrap2 .wrap2-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #d8d4ff;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.35s ease;
  }
  .wrap2 .wrap2-swiper .swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 10px;
    background: #6c58fe;
  }
  .wrap2 .platform-card {
    padding: 32px 30px;
    min-height: 193px;
    transform: none;
  }
  .wrap2 .platform-card:hover {
    transform: none;
  }
  .wrap2 .card-title {
    font-size: 22px;
  }
  .wrap2 .card-top {
    margin-bottom: 15px;
  }
  .wrap2 .card-desc {
    font-size: 16px;
    line-height: 1.8;
  }
  .wrap2 .logo {
    width: 52px;
    height: 52px;
  }
  .wrap2 .card-desc {
    max-width: 100%;
  }
  .wrap2 .audio-wave {
    transform: scale(0.8);
    transform-origin: top right;
    top: 16px;
    right: 20px;
  }
}
.wrap3 {
  padding: 170px 0 140px;
  background: #fff;
}
.wrap3 .wrap3-tit {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  color: #1d1d1d;
  margin-bottom: 18px;
}
.wrap3 .wrap3-desc {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  color: #212121;
}
.wrap3 .wrap3-swiper {
  position: relative;
  overflow: visible;
}
.wrap3 .wrap3-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 71.8px 0 rgba(234, 234, 252, 0.51);
  transform: none;
}
.wrap3 .wrap3-swiper .swiper-slide {
  width: auto;
  height: auto;
}
.wrap3 .wrap3-swiper .swiper-pagination {
  display: none;
}
.wrap3 .feature-card {
  position: relative;
  padding: 47px 23px 45px;
  background: rgba(255, 255, 255, 0.9);
  border-right: 1px solid #f0edf7;
  border-bottom: 1px solid #f0edf7;
  transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.42s cubic-bezier(0.16, 1, 0.3, 1), background 0.42s ease;
  cursor: pointer;
}
.wrap3 .feature-card:nth-child(3n) {
  border-right: none;
}
.wrap3 .feature-card:nth-child(n + 4) {
  border-bottom: none;
}
.wrap3 .feature-card:hover {
  transform: translate3d(0, -10px, 0);
  background: #fff;
  z-index: 5;
  box-shadow: 0 43px 61.9px 0 rgba(171, 171, 212, 0.28);
}
.wrap3 .swiper-slide:nth-child(3n) .feature-card {
  border-right: none;
}
.wrap3 .swiper-slide:nth-child(n + 4) .feature-card {
  border-bottom: none;
}
.wrap3 .feature-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.wrap3 .icon-box {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  overflow: hidden;
  transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}
.wrap3 .icon-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap3 .feature-card:hover .icon-box {
  transform: translate3d(0, -3px, 0) scale(1.08) rotate(-4deg);
  box-shadow: 0 14px 28px rgba(80, 70, 150, 0.18);
}
.wrap3 .feature-title {
  font-size: 18px;
  line-height: 1.5;
  color: #212121;
  font-weight: 700;
}
.wrap3 .feature-desc {
  font-size: 15px;
  line-height: 1.85;
  color: #434343;
}
.wrap3 .feature-line {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 4px;
  background: var(--color);
  border-radius: 999px 999px 0 0;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s ease;
}
.wrap3 .feature-card:hover .feature-line {
  transform: scaleX(1);
  opacity: 1;
}
.wrap3 .feature-card.purple {
  --color: #a86cff;
}
.wrap3 .feature-card.blue {
  --color: #6c72ff;
}
.wrap3 .feature-card.green {
  --color: #36cf75;
}
.wrap3 .feature-card.orange {
  --color: #ff8a61;
}
.wrap3 .feature-card.pink {
  --color: #f764b8;
}
.wrap3 .feature-card.yellow {
  --color: #ffb629;
}
@media (max-width: 1200px) {
  .wrap3 .wrap3-tit {
    font-size: 32px;
  }
  .wrap3 .wrap3-desc {
    font-size: 18px;
  }
  .wrap3 .wrap3-swiper .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrap3 .swiper-slide:nth-child(3n) .feature-card {
    border-right: 1px solid #f0edf7;
  }
  .wrap3 .swiper-slide:nth-child(2n) .feature-card {
    border-right: none;
  }
  .wrap3 .swiper-slide:nth-child(n + 4) .feature-card {
    border-bottom: 1px solid #f0edf7;
  }
  .wrap3 .swiper-slide:nth-child(n + 5) .feature-card {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .wrap3 {
    padding: 100px 0 110px;
  }
  .wrap3 .wrap3-tit {
    font-size: 28px;
    padding: 0 5px;
  }
  .wrap3 .wrap3-desc {
    font-size: 16px;
    margin-bottom: 24px;
    padding: 0 5px;
  }
  .wrap3 .wrap3-swiper {
    padding-bottom: 64px;
  }
  .wrap3 .wrap3-swiper .swiper-wrapper {
    display: flex;
    gap: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }
  .wrap3 .wrap3-swiper .swiper-slide {
    width: 100%;
  }
  .wrap3 .wrap3-swiper .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .wrap3 .wrap3-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #d8d4ff;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.35s ease;
  }
  .wrap3 .wrap3-swiper .swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 10px;
    background: #6c58fe;
  }
  .wrap3 .feature-card {
    min-height: auto;
    padding: 40px 21px;
    border: none;
    background: transparent;
    box-shadow: 0 0 71.8px 0 rgba(234, 234, 252, 0.51), 0 37.058px 53.346px 0 rgba(171, 171, 212, 0.28);
    transform: none;
  }
  .wrap3 .feature-card:hover {
    transform: none;
    box-shadow: none;
  }
  .wrap3 .feature-head {
    align-items: center;
    margin-bottom: 14px;
    gap: 10px;
  }
  .wrap3 .icon-box {
    width: 43px;
    height: 43px;
    border-radius: 12px;
  }
  .wrap3 .icon-box:hover,
  .feature-card:hover .wrap3 .icon-box {
    transform: none;
    box-shadow: none;
  }
  .wrap3 .feature-title {
    font-size: 15px;
  }
  .wrap3 .feature-desc {
    font-size: 13px;
  }
  .wrap3 .feature-line {
    height: 3px;
    transform: scaleX(1);
    opacity: 1;
  }
  .wrap3 .feature-card:hover .feature-line {
    transform: scaleX(1);
    opacity: 1;
  }
}
.wrap4 {
  position: relative;
  overflow: hidden;
  padding: 100px 0 130px;
  color: #fff;
  background: linear-gradient(104deg, #9865FF -7.47%, #4A68FD 100%), linear-gradient(180deg, #F9F6FF 0%, #FDF4FF 100%);
}
.wrap4 .wrap4-bg {
  position: absolute;
  left: 0;
  top: 77px;
}
.wrap4 .wrap4-rings {
  position: absolute;
  left: 12%;
  top: 0%;
  width: min(620px, 52vw);
  pointer-events: none;
  animation: wrap4RingBreath 5s ease-in-out infinite;
}
.wrap4 .wrap4-rings img {
  display: block;
  width: 100%;
  height: auto;
}
.wrap4 .wrap4-tit {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
}
.wrap4 .wrap4-desc {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: 0 auto 58px;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
}
.wrap4 .wrap4-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 0.92fr 1.45fr;
  align-items: center;
}
.wrap4 .wrap4-copy {
  width: 460px;
}
.wrap4 .wrap4-list {
  list-style: none;
}
.wrap4 .wrap4-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}
.wrap4 .wrap4-list li::before {
  content: url(../../img/product/aio/icon-item.png);
  margin-top: 2px;
}
.wrap4 .wrap4-notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 26px;
  padding: 14px;
  border-radius: 12px;
  background: linear-gradient(215deg, rgba(163, 163, 255, 0.11) 3.26%, rgba(244, 244, 253, 0) 71.75%), #f4f4fd4b;
}
.wrap4 .wrap4-notice p {
  font-size: 12px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}
.wrap4 .wrap4-notice p strong {
  color: rgba(255, 255, 255, 0.95);
}
.wrap4 .wrap4-notice-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.22);
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.wrap4 .wrap4-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 170px;
}
.wrap4 .wrap4-visual.is-visible .visual-layer {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.wrap4 .wrap4-visual.is-visible .song-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.wrap4 .wrap4-visual.is-visible .wrap4-transfer {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}
.wrap4 .visual-layer {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.96);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.wrap4 .layer-1 {
  transition-delay: 0.08s;
}
.wrap4 .layer-2 {
  transition-delay: 0.18s;
}
.wrap4 .layer-3 {
  transition-delay: 0.3s;
}
.wrap4 .wrap4-card {
  top: 8px;
  height: auto;
  display: block;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s ease;
}
.wrap4 .wrap4-card:hover {
  transform: translateY(-10px) scale(1.01);
}
.wrap4 .wrap4-card--source {
  left: 0;
  filter: drop-shadow(0 24px 60px rgba(34, 197, 94, 0.12));
}
.wrap4 .wrap4-card--target {
  right: 0;
  filter: drop-shadow(0 24px 60px rgba(255, 66, 109, 0.1));
}
.wrap4 .wrap4-transfer {
  position: absolute;
  left: 50%;
  top: -10px;
  z-index: 8;
  transform: translateX(-50%) translateY(12px) scale(0.96);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.18s;
}
.wrap4 .wrap4-arrow {
  width: 58px;
  height: 46px;
  opacity: 0.48;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96));
  clip-path: polygon(0 22%, 58% 22%, 58% 0, 100% 50%, 58% 100%, 58% 78%, 0 78%);
  animation: wrap4ArrowMove 1.8s ease-in-out infinite;
}
.wrap4 .wrap4-arrow--right {
  animation-delay: 0.22s;
}
.wrap4 .wrap4-sync {
  width: 152px;
  height: 152px;
  display: block;
  margin: 0 -12px;
  animation: wrap4SyncBreath 2.6s ease-in-out infinite;
}
.wrap4 .wrap4-flow {
  position: absolute;
  left: 284px;
  top: 158px;
  width: 300px;
  height: 295px;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
}
.wrap4 .wrap4-flow .flow-line {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 11 11;
  animation: wrap4FlowMove 1.7s linear infinite;
}
.wrap4 .wrap4-songs {
  position: absolute;
  left: 50%;
  top: 146px;
  transform: translateX(-50%);
  width: 240px;
  z-index: 5;
  display: grid;
  gap: 0;
}
.wrap4 .wrap4-song {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  margin: -24px 0;
  transform: translate3d(0, 24px, 0) scale(0.95);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  animation: wrap4SongFloat 3s ease-in-out infinite;
}
.wrap4 .wrap4-song:nth-child(1) {
  transition-delay: 0.48s;
}
.wrap4 .wrap4-song:nth-child(2) {
  transition-delay: 0.58s;
  animation-delay: 0.2s;
}
.wrap4 .wrap4-song:nth-child(3) {
  transition-delay: 0.68s;
  animation-delay: 0.4s;
}
.wrap4 .wrap4-song:nth-child(4) {
  transition-delay: 0.78s;
  animation-delay: 0.6s;
}
@keyframes wrap4RingBreath {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.65;
  }
}
@keyframes wrap4ArrowMove {
  0%,
  100% {
    opacity: 0.34;
    transform: translateX(-6px);
  }
  50% {
    opacity: 0.95;
    transform: translateX(8px);
  }
}
@keyframes wrap4SyncBreath {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
@keyframes wrap4SongFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -5px;
  }
}
@keyframes wrap4FlowMove {
  to {
    stroke-dashoffset: -22;
  }
}
@media (max-width: 1200px) {
  .wrap4 .wrap4-tit {
    font-size: 32px;
  }
  .wrap4 .wrap4-desc {
    font-size: 18px;
  }
  .wrap4 .wrap4-inner {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .wrap4 {
    padding: 66px 0 85px;
    background: linear-gradient(180deg, #8E65FF 0%, #6267FD 100%);
  }
  .wrap4 .wrap4-bg {
    display: none;
  }
  .wrap4 .wrap4-copy {
    width: 100%;
  }
  .wrap4 .wrap4-tit {
    font-size: 28px;
    padding: 0 5px;
  }
  .wrap4 .wrap4-desc {
    font-size: 16px;
    margin-bottom: 32px;
    padding: 0 5px;
  }
  .wrap4 .wrap4-inner {
    grid-template-columns: 1fr;
    gap: 100px;
  }
  .wrap4 .wrap4-list {
    width: 100%;
  }
  .wrap4 .wrap4-list li {
    font-size: 14px;
    margin-bottom: 16px;
    word-break: break-all;
  }
  .wrap4 .wrap4-notice-icon {
    width: 14px;
    height: 14px;
  }
  .wrap4 .wrap4-notice {
    margin-top: 20px;
    gap: 8px;
  }
  .wrap4 .wrap4-notice p {
    font-size: 12px;
  }
  .wrap4 .wrap4-rings {
    left: 0;
    top: -50%;
    width: 100%;
  }
  .wrap4 .wrap4-visual {
    height: 180px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    gap: 80px;
    overflow: visible;
  }
  .wrap4 .wrap4-card {
    width: 132px;
  }
  .wrap4 .wrap4-flow {
    left: 110px;
    top: 50px;
    width: 150px;
    height: 140px;
  }
  .wrap4 .wrap4-songs {
    width: 110px;
    top: 50px;
  }
  .wrap4 .wrap4-song {
    width: 110px;
    margin: -11px 0;
  }
  .wrap4 .wrap4-song:nth-child(1) {
    margin-top: -12px;
  }
  .wrap4 .wrap4-song:nth-child(2) {
    margin-top: -12px;
  }
  .wrap4 .wrap4-song:nth-child(3) {
    margin-top: -12px;
  }
  .wrap4 .wrap4-song:nth-child(4) {
    margin-top: -12px;
  }
  .wrap4 .wrap4-sync {
    width: 70px;
    height: 70px;
    margin: 0 -6px;
  }
  .wrap4 .wrap4-arrow {
    width: 20px;
    height: 20px;
  }
  .wrap4 .wrap4-transfer {
    top: -10px;
  }
}
.wrap5 {
  position: relative;
  overflow: hidden;
  padding: 116px 0 80px;
  color: #fff;
  background: url(../../img/product/aio/wrap5-bg.webp) center / 100% no-repeat;
  background-size: cover;
}
.wrap5 .container {
  position: relative;
  z-index: 2;
}
.wrap5 .wrap5-tit {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
}
.wrap5 .wrap5-tabs {
  width: min(646px, 100%);
  height: 48px;
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 64px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(28, 32, 75, 0.72);
}
.wrap5 .wrap5-tab {
  border: none;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  transition: 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap5 .wrap5-tab.is-active {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 41.08%), linear-gradient(90deg, #8B5CFF 0%, #7B5CFF 50%, #5B8CFF 100%);
  color: #fff;
  box-shadow: 0 0 10.7px 0 rgba(139, 92, 255, 0.45);
}
.wrap5 .wrap5-main {
  max-width: 974px;
  margin: 0 auto;
}
.wrap5 .wrap5-mode[hidden] {
  display: none;
}
.wrap5 .wrap5-swiper {
  width: 100%;
  margin-bottom: 34px;
  overflow: hidden;
}
.wrap5 .wrap5-panels {
  position: relative;
}
.wrap5 .wrap5-panels .wrap5-step-panel {
  display: none;
}
.wrap5 .wrap5-panels .wrap5-step-panel.is-active {
  display: block;
}
.wrap5 .wrap5-visual {
  width: 100%;
  border-radius: 18px;
  border: 1.246px solid #737775;
  background: linear-gradient(0deg, rgba(25, 20, 49, 0.62) 0%, rgba(25, 20, 49, 0.62) 100%);
  overflow: hidden;
}
.wrap5 .wrap5-shot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 974 / 571;
  object-fit: contain;
  object-position: center center;
  background: rgba(10, 8, 28, 0.35);
}
.wrap5 .wrap5-steps {
  position: relative;
}
.wrap5 .wrap5-step-nav {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 0;
}
.wrap5 .wrap5-step-nav2 {
  width: 80%;
  margin: 0 auto;
}
.wrap5 .wrap5-step-nav2 .wrap5-step-btn::after {
  right: -110%;
}
.wrap5 .wrap5-step-btn {
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #8163FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  transition: 0.35s ease;
  padding: 0 0 4px;
  opacity: 0.5;
  transition: all 0.35s ease;
  border-bottom: 2px solid transparent;
}
.wrap5 .wrap5-step-btn::after {
  content: url(../../img/product/aio/line.png);
  position: absolute;
  top: 20%;
  right: -89%;
}
.wrap5 .wrap5-step-btn:last-child::after {
  display: none;
}
.wrap5 .wrap5-step-btn.is-active {
  opacity: 1;
  border-bottom: 2px solid #8163FF;
}
.wrap5 .wrap5-step-btn:hover .wrap5-step-icon {
  transform: translateY(-5px);
}
.wrap5 .wrap5-step-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: all 0.35s ease;
}
.wrap5 .wrap5-step-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrap5 .wrap5-step-label {
  font-size: 18px;
  white-space: nowrap;
}
.wrap5 .wrap5-step-panel {
  min-height: 147px;
  padding: 22px 28px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(180deg, #150D43 0%, rgba(21, 13, 67, 0) 100%);
}
.wrap5 .wrap5-step-tag {
  display: none;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(167, 139, 255, 0.95);
}
.wrap5 .wrap5-step-title {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}
.wrap5 .wrap5-step-desc {
  max-width: 750px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}
.wrap5 .wrap5-step-panel.is-fade {
  animation: wrap5TextFade 0.35s ease both;
}
.wrap5 .wrap5-dots {
  display: none;
  justify-content: center;
  gap: 4px;
  margin-top: 18px;
}
.wrap5 .wrap5-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #8163FF;
  opacity: 0.5;
  transition: all 0.35s ease;
}
.wrap5 .wrap5-dot.is-active {
  opacity: 1;
  width: 16px;
  border-radius: 10px;
}
.wrap5 .wrap5-video {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  margin: 17px auto 0;
  padding: 12px 30px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #6677e634;
  background: #2C1D84;
  transition: 0.35s ease;
  flex-shrink: 0;
}
.wrap5 .wrap5-video:hover {
  transform: translateY(-3px);
  border: 1px solid #6677e624;
  background: #5742D0;
  box-shadow: 0 11px 29.2px 0 rgba(152, 141, 255, 0.31);
}
.wrap5 .wrap5-video-icon {
  display: block;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.wrap5 .wrap5-video-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-align: left;
}
.wrap5 .wrap5-video-text .wrap5-video-text-title {
  font-size: 16px;
}
.wrap5 .wrap5-video-text .wrap5-video-text-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
@keyframes wrap5TextFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 980px) {
  .wrap5 .wrap5-tit {
    font-size: 28px;
  }
  .wrap5 .wrap5-shot {
    aspect-ratio: auto;
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  .wrap5 {
    padding: 70px 0;
    background: linear-gradient(180deg, #0D0635 0%, #0C0050 100%);
  }
  .wrap5 .wrap5-tabs {
    height: auto;
    border-radius: 18px;
  }
  .wrap5 .wrap5-tab {
    min-height: 26px;
    font-size: 12px;
    padding: 0;
  }
  .wrap5 .wrap5-step-line,
  .wrap5 .wrap5-step-nav {
    display: none;
  }
  .wrap5 .wrap5-main {
    touch-action: pan-y;
  }
  .wrap5 .wrap5-dots {
    display: flex;
  }
  .wrap5 .wrap5-step-panel {
    padding: 0;
    min-height: auto;
    border-top: none;
    background: transparent;
  }
  .wrap5 .wrap5-step-tag {
    display: block;
    font-size: 16px;
    color: #8163FF;
  }
  .wrap5 .wrap5-swiper {
    margin-bottom: 16px;
  }
  .wrap5 .wrap5-visual {
    border-radius: 6px;
  }
  .wrap5 .wrap5-step-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .wrap5 .wrap5-step-desc {
    font-size: 14px;
    margin: 0 auto;
  }
  .wrap5 .wrap5-shot {
    min-height: 200px;
    border-radius: 6px;
  }
  .wrap5 .wrap5-video {
    padding: 10px 23px;
    margin: 45px auto 0;
    gap: 8px;
  }
  .wrap5 .wrap5-video-icon {
    width: 32px;
    height: 32px;
  }
  .wrap5 .wrap5-video-text {
    gap: 0;
  }
  .wrap5 .wrap5-video-text-title {
    font-size: 12px;
  }
  .wrap5 .wrap5-video-text-desc {
    font-size: 10px;
  }
}
.wrap6 {
  margin-top: 150px;
}
.wrap6 .wrap6-tit {
  margin: 0 auto;
  text-align: center;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 900;
  color: #1d1d1d;
}
.wrap6 .wrap6-table-wrap {
  margin-top: 74px;
  overflow: visible;
}
.wrap6 .wrap6-table-scroll {
  overflow: visible;
}
.wrap6 .wrap6-table-scroll::-webkit-scrollbar {
  height: 10px;
  width: 90%;
}
.wrap6 .wrap6-table-scroll::-webkit-scrollbar-track {
  background: #F4F4F4;
}
.wrap6 .wrap6-table-scroll::-webkit-scrollbar-thumb {
  background: #917AE5;
}
.wrap6 .wrap6-scroll-track {
  display: none;
}
.wrap6 .wrap6-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e2e8ee;
  border-radius: 16px;
  overflow: visible;
  background: #fefdfe;
}
.wrap6 .wrap6-table tr:last-child td {
  border-bottom: 0;
}
.wrap6 .wrap6-table th,
.wrap6 .wrap6-table td {
  height: 88px;
  padding: 0 0 0 46px;
  border-right: 1px solid #dadee8;
  border-bottom: 1px solid #dadee8;
  font-size: 16px;
  color: #4c4c4c;
  text-align: left;
  vertical-align: middle;
  transition: background 0.28s ease, color 0.28s ease;
}
.wrap6 .wrap6-table th:last-child,
.wrap6 .wrap6-table td:last-child {
  border-right: none;
  padding: 0 0 0 46px;
}
.wrap6 .wrap6-table th {
  height: 88px;
  font-size: 20px;
  font-weight: 900;
  color: #1d1d1d;
  background: #fbfcfd;
}
.wrap6 .wrap6-table th:not(:nth-child(2)) {
  overflow: hidden;
}
.wrap6 .wrap6-table th:first-child {
  border-radius: 16px 0 0 0;
}
.wrap6 .wrap6-table th:last-child {
  border-radius: 0 16px 0 0;
}
.wrap6 .wrap6-table .wrap6-th-aio {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  text-align: center;
  padding: 0;
  background: linear-gradient(287deg, #fbe18a -46.46%, #fcbb45 -11.87%, #f75274 16.14%, #d53692 39.2%, #8f39ce 75.44%, #5b4fe9 118.28%);
  border-right: none;
  gap: 10px;
}
.wrap6 .wrap6-table .wrap6-th-aio::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(287deg, #fbe18a -46.46%, #fcbb45 -11.87%, #f75274 16.14%, #d53692 39.2%, #8f39ce 75.44%, #5b4fe9 118.28%);
  border-radius: 16px 16px 0 0;
}
.wrap6 .wrap6-table .wrap6-th-aio img {
  position: relative;
  z-index: 2;
  width: 26px;
  height: auto;
  margin-bottom: 20px;
}
.wrap6 .wrap6-table .wrap6-th-aio span {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 20px;
}
.wrap6 .wrap6-feature-name {
  font-weight: 800;
  color: #434343;
}
.wrap6 .wrap6-col-aio {
  position: relative;
  background: #fff;
  border: none;
  border-bottom: 1px solid #dadee8;
}
.wrap6 .wrap6-table tbody tr .wrap6-col-aio {
  border-left: 2px solid #7744db;
  border-right: 2px solid #f55076;
}
.wrap6 .wrap6-table tbody tr:last-child .wrap6-col-aio {
  position: relative;
  z-index: 1;
  border-left: unset;
  border-right: unset;
}
.wrap6 .wrap6-table tbody tr:last-child .wrap6-col-aio::after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  padding: 1px;
  border-left: 2px solid #7744db !important;
  border-right: 2px solid #f55076 !important;
  border-bottom: 2px solid #dd3c8b;
  border-radius: 0 0 16px 16px;
}
.wrap6 .wrap6-table tbody tr:last-child .wrap6-col-aio::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 2px;
  right: 2px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  top: 0px;
  height: 98px;
  background: #fff;
  padding: 1px;
  border-radius: 0 0 16px 16px;
}
.wrap6 .wrap6-cell {
  display: flex;
  align-items: center;
  line-height: 1.6;
  word-break: keep-all;
  padding-right: 15px;
}
.wrap6 .wrap6-status-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: border-color 0.28s ease;
}
.wrap6 .wrap6-table td:hover .wrap6-status-icon[alt='✓'] {
  border-color: rgba(17, 162, 68, 0.25);
}
.wrap6 .wrap6-table td:hover .wrap6-status-icon[alt='!'] {
  border-color: rgba(186, 197, 102, 0.25);
}
.wrap6 .wrap6-table td:hover .wrap6-status-icon[alt='×'] {
  border-color: rgba(118, 126, 122, 0.25);
}
.wrap6 .wrap6-table tbody tr:hover td {
  background: #FAF4FC;
}
.wrap6 .wrap6-table tbody tr:hover .wrap6-col-aio {
  background: #FAF4FC;
}
.wrap6 .wrap6-benefits {
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background: #f8faf8;
  padding: 12px 26px;
}
.wrap6 .wrap6-benefit-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  color: #353C5D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.wrap6 .wrap6-benefit-item:not(:last-child) {
  border-right: 1px dashed #c9d8c9;
  padding-right: 20px;
}
.wrap6 .wrap6-btns {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.wrap6 .wrap6-btns.scroll-reveal,
.wrap6 .wrap6-btns.scroll-reveal.is-visible,
.wrap6 .wrap6-btns.scroll-reveal.is-out {
  opacity: 1;
  transform: none;
}
.wrap6 .wrap6-btns-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.wrap6 .wrap6-btns-item[hidden] {
  display: none;
}
.wrap6 .wrap6-btn {
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 28px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s;
}
.wrap6 .wrap6-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  transform: skewX(-20deg);
  z-index: 0;
  pointer-events: none;
}
.wrap6 .wrap6-btn img,
.wrap6 .wrap6-btn .wrap6-btn-text,
.wrap6 .wrap6-btn .wrap6-btn-title,
.wrap6 .wrap6-btn .wrap6-btn-desc {
  position: relative;
  z-index: 1;
}
.wrap6 .wrap6-btn:hover {
  transform: translateY(-5px) scale(1.03);
}
.wrap6 .wrap6-btn:hover::after {
  animation: shine 0.75s ease;
}
.wrap6 .wrap6-btn-download {
  background: linear-gradient(90deg, #7941FF 0%, #2FC5FA 100%);
  box-shadow: 0 14px 30px rgba(91, 94, 255, 0.26);
}
.wrap6 .wrap6-btn-download:hover {
  box-shadow: 0 14px 30px rgba(91, 94, 255, 0.26);
}
.wrap6 .wrap6-btn-download .wrap6-btn-title {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.wrap6 .wrap6-btn-download .wrap6-btn-desc {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 125.182%;
}
.wrap6 .wrap6-btn-buy {
  background: linear-gradient(135deg, #ff4f87, #ff9b28);
  box-shadow: 0 14px 30px rgba(255, 111, 79, 0.26);
  color: #fff;
}
.wrap6 .wrap6-btn-buy:hover {
  box-shadow: 0 14px 30px rgba(255, 111, 79, 0.26);
}
.wrap6 .wrap6-btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 996px) {
  .wrap6 .wrap6-table-wrap {
    margin-top: 30px;
  }
  .wrap6 .wrap6-benefits {
    padding: 12px 18px;
    flex-direction: column;
    align-items: flex-start;
  }
  .wrap6 .wrap6-benefit-item {
    padding: 14px 0;
    width: 100%;
  }
  .wrap6 .wrap6-benefit-item:not(:last-child) {
    padding-right: 10px;
    border-right: 0;
    border-bottom: 1px dashed #c9d8c9;
  }
}
@media (max-width: 768px) {
  .wrap6 {
    margin-top: 88px;
  }
  .wrap6 .wrap6-tit {
    font-size: 28px;
  }
  .wrap6 .wrap6-btns {
    margin: 40px auto 0;
  }
  .wrap6 .wrap6-btns-item {
    gap: 20px;
  }
  .wrap6 .wrap6-btn {
    gap: 8px;
    border-radius: 10px;
    padding: 12px 15px;
  }
  .wrap6 .wrap6-btn img {
    width: 26px;
    height: 26px;
  }
  .wrap6 .wrap6-btn-download .wrap6-btn-title {
    font-size: 13px;
  }
  .wrap6 .wrap6-btn-download .wrap6-btn-desc {
    font-size: 10px;
  }
  .wrap6 .wrap6-btn-buy {
    font-size: 13px;
  }
  .wrap6 .wrap6-table-wrap {
    margin: 24px 15px 0;
  }
  .wrap6 .wrap6-table-scroll {
    overflow-x: auto;
    overflow-y: visible;
    border-radius: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wrap6 .wrap6-table {
    min-width: 880px;
    border-radius: 12px;
  }
  .wrap6 .wrap6-table th,
  .wrap6 .wrap6-table td {
    height: 64px;
    padding: 0 0 0 20px;
    font-size: 12px;
    overflow: visible;
  }
  .wrap6 .wrap6-table th:last-child,
  .wrap6 .wrap6-table td:last-child {
    padding: 0 0 0 20px;
  }
  .wrap6 .wrap6-table th {
    font-size: 14px;
  }
  .wrap6 .wrap6-table .wrap6-th-aio span {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .wrap6 .wrap6-table tbody tr:last-child .wrap6-col-aio::before {
    height: 80px;
    left: 2px;
    right: 2px;
  }
  .wrap6 .wrap6-table tbody tr:last-child .wrap6-col-aio::after {
    height: 82px;
  }
  .wrap6 .wrap6-table .wrap6-th-aio::after {
    height: 83px;
  }
  .wrap6 .wrap6-th-aio {
    height: 88px;
    transform: translateY(0);
    border-radius: 12px 12px 0 0;
  }
  .wrap6 .wrap6-th-aio::after {
    content: none;
  }
  .wrap6 .wrap6-th-aio img {
    height: 36px;
  }
  .wrap6 .wrap6-th-aio span {
    font-size: 12px;
  }
  .wrap6 .wrap6-table tbody tr:last-child .wrap6-col-aio {
    border-radius: 0 0 12px 12px;
  }
  .wrap6 .wrap6-status-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
}
