.banner {
  width: 100%;
}
.banner-top {
  width: 100%;
  padding: 3.659rem 0 1.28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-title h1 {
  font-weight: bold;
  font-size: 1.829rem;
  text-align: center;
  margin-bottom: 0.762rem;
}
.banner-title h2 {
  font-size: 1.098rem;
  color: #84828e;
  text-align: center;
  margin-bottom: 1.28rem;
}
.banner-downloads {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-downloads .download-btn {
  font-size: 0.732rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(to right, #a229f5 0%, #5695ec 100%);
  border-radius: 1.524rem;
  padding: 0.732rem 2.744rem;
  cursor: pointer;
  margin-bottom: 1.28rem;
  display: flex;
  align-items: center;
  column-gap: 0.305rem;
}
.banner-downloads .download-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.098rem;
}
.download-group .download-item {
  width: 5.488rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-group .download-item:hover {
  width: 5.488rem;
}
.download-group .download-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.download-group img {
  width: 2.134rem;
  height: 2.134rem;
}
.download-group .download-img span {
  font-size: 0.732rem;
  color: #181818;
}
.download-group .download-qrcode span {
  font-size: 10px;
  color: #181818;
}
.banner .banner-image {
  width: 100%;
}
.steps {
  width: 100%;
  padding: 2.561rem 0;
}
.steps .steps-title {
  font-weight: bold;
  font-size: 1.28rem;
  text-align: center;
  margin-bottom: 2.195rem;
}
.steps .steps-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2.439rem;
  background-color: #f7f6ff;
  padding: 0.915rem 1.22rem;
  border-radius: 0.61rem;
}
.steps .steps-content .steps-video {
  width: 420px;
}
.steps-content .steps-video video {
  width: 100%;
  border-radius: 0.305rem;
}
.steps .steps-content .steps-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  min-height: 568px;
  padding: 0.61rem 0;
}
.steps .steps-content .steps-item {
  display: flex;
  align-items: center;
  column-gap: 0.61rem;
}
.steps .steps-content .steps-item:not(:last-child) {
  margin-bottom: 0.61rem;
}
.steps-item .step-number {
  font-size: 2.134rem;
  font-weight: bold;
  color: #7a62f0;
}
.steps-item .step-detail {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.steps-item .step-title {
  font-size: 0.976rem;
  font-weight: 600;
}
.steps-item .step-desc {
  font-size: 0.61rem;
}
.steps-list .steps-btn {
  display: flex;
  padding: 0.366rem 1.098rem;
  border: 0.03rem solid transparent;
  border-radius: 1.524rem;
  background-clip: padding-box, border-box !important;
  background-origin: padding-box, border-box !important;
  background: linear-gradient(to right, #f7f6ff, #f7f6ff),
    linear-gradient(to right, #a229f5, #5695ec);
}
.steps-list .steps-btn a {
  color: #7a62f0;
  font-size: 0.732rem;
  font-weight: 600;
}
.features-container {
  padding: 2.561rem 0;
}
.features-container .features-title {
  text-align: center;
  font-size: 1.463rem;
  font-weight: bold;
  margin-bottom: 2.561rem;
}
.feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.28rem;
  column-gap: 3.049rem;
  flex-wrap: wrap;
}
.feature:nth-child(odd) {
  flex-direction: row-reverse;
}
.feature img {
  width: 18.292rem;
  border-radius: 20px;
}
.feature-content {
  flex: 1;
  min-width: 9.146rem;
  max-width: 50%;
}
.feature-title {
  font-size: 0.976rem;
  font-weight: 600;
  margin-bottom: 0.976rem;
}
.feature-content .feature-desc {
  display: flex;
  align-items: start;
  font-size: 0.61rem;
}
.feature-content .feature-desc:not(:last-child) {
  margin-bottom: 0.61rem;
}
.feature-content .feature-desc img {
  width: 0.915rem;
  height: 0.915rem;
  margin-right: 0.366rem;
}
.use-cases-title {
  margin: 0 0 72px;
  color: #181818;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}
.tab-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 0;
}
.tab-indicator {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  width: 0;
  background-color: #f8f7fe;
  border-radius: 50px;
  z-index: 1;
  transition: all 0.3s ease;
}
.use-cases-tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 0;
  z-index: 2;
}
.use-cases-tab {
  cursor: pointer;
  min-width: 0;
  padding: 10px 28px;
  border: 1px solid #ccc;
  border-radius: 999px;
  color: #666;
  background-color: transparent;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s;
}
.use-cases-tab.active {
  border-color: transparent;
  color: #7a62f0;
}
.use-cases-contents {
  display: flex;
  width: min(100%, 1200px);
  margin: 0 auto;
  justify-content: center;
}
.use-cases-content {
  display: none;
  width: 100%;
  min-height: 400px;
  padding-left: 60px;
  column-gap: 80px;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  background: #f8f7fe;
}
.use-cases-content.active {
  display: flex;
}
.use-cases-content-text {
  min-width: 0;
  flex: 1 1 0;
  padding: 30px 0;
}
.use-cases-content-title {
  margin: 0 0 30px;
  color: #181818;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.use-cases-content-desc {
  margin: 0;
  color: #181818;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.use-cases-content-image {
  align-self: stretch;
  min-width: 0;
  flex: 1 1 0;
}
.use-cases-content-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}
.use-cases-container {
  width: min(1320px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 84px 0;
}
.use-cases-container .download-btn {
  font-size: 0.732rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(to right, #a229f5 0%, #5695ec 100%);
  border-radius: 1.524rem;
  padding: 0.732rem 2.744rem;
  cursor: pointer;
  margin: 5.488rem auto 0;
  display: flex;
  align-items: center;
  column-gap: 0.305rem;
}
.faq-container {
  background-color: #fff;
  padding-top: 2.927rem;
  padding-bottom: 2.927rem;
}
.faq-title {
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 1.463rem;
  margin-bottom: 1.951rem;
}
.faq-item {
  padding: 0.305rem 0;
}
.faq-item a:hover {
  color: #9747ff !important;
}
.faq-question {
  font-size: 0.732rem;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FBFAFE;
  padding: 0.732rem 1.524rem;
  border-radius: 0.976rem;
}
.faq-icon {
  width: 1.098rem;
  height: 1.098rem;
  transition: transform 0.3s ease;
  user-select: none;
}
.faq-answer {
  font-size: 0.732rem;
  overflow: hidden;
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  color: #181818;
  background-color: #FBFAFE;
  padding: 0 1.524rem;
  transition: all 0.3s ease;
  border-radius: 0.976rem;
}
.faq-item.active .faq-question {
  font-weight: bold;
}
.faq-item.active .faq-answer {
  padding: 0.732rem 1.524rem;
  margin-top: 0.732rem;
  height: auto;
  transform: scaleY(1);
  opacity: 1;
}
.faq-item .faq-answer ul {
  padding: 0 !important;
  margin: 0 !important;
}
.faq-item .faq-answer li {
  list-style: decimal inside !important;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 767.9px) {
  .steps .steps-content {
    flex-direction: column;
  }
  .steps .steps-content .steps-video {
    width: 250px;
  }
  .steps .steps-content .steps-list {
    min-height: unset;
    width: 250px;
  }
  .feature img {
    width: 100%;
  }
  .steps-list .steps-btn {
    align-self: center;
    margin-top: 36px;
  }
  .steps-items {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .features-container {
    padding: 2.561rem 20px;
  }
  .feature {
    flex-direction: column !important;
    padding: 0 10vw;
    row-gap: 30px;
  }
  .feature-content {
    max-width: 100%;
  }
  .feature-title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .steps .steps-content {
    flex-direction: column;
    padding: 36px 40px;
  }
  .steps .steps-content .steps-list {
    min-height: unset;
  }
  .steps-items {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .steps-list .steps-btn {
    align-self: center;
    margin-top: 80px;
  }
  .feature img {
    width: 100%;
  }
  .feature-content {
    max-width: 100%;
  }
  .feature {
    flex-direction: column !important;
    padding: 0 10vw;
    row-gap: 30px;
  }
  .feature-title {
    text-align: center;
  }
}

@media screen and (max-width: 1023.9px) {
  .use-cases-container {
    width: calc(100% - 80px);
    padding: 40px 0;
  }
  .use-cases-title {
    margin-bottom: 60px;
  }
  .tab-wrapper {
    margin-bottom: 28px;
  }
  .use-cases-tabs {
    gap: 8px;
  }
  .use-cases-tab {
    padding: 8px 20px;
    font-size: 24px;
    line-height: 32px;
  }
  .use-cases-content {
    flex-direction: column;
    min-height: 0;
    padding: 0;
    row-gap: 10px;
    align-items: flex-start;
  }
  .use-cases-content-text {
    width: 100%;
    flex: none;
    padding: 30px;
  }
  .use-cases-content-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }
  .use-cases-content-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .use-cases-content-image {
    width: 100%;
    height: 430px;
    flex: none;
    align-self: auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1319.9px) {
  .use-cases-container {
    width: calc(100% - 160px);
  }
  .use-cases-contents {
    width: 100%;
  }
  .use-cases-content {
    min-height: 300px;
    padding-left: 40px;
    column-gap: 40px;
  }
  .use-cases-content-title {
    font-size: 20px;
    line-height: 26px;
  }
  .use-cases-content-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .use-cases-content-image {
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .use-cases-container {
    width: calc(100% - 40px);
    padding: 20px 0;
  }
  .use-cases-title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
  }
  .use-cases-tab {
    padding: 6px 18px;
    font-size: 20px;
    line-height: 28px;
  }
  .use-cases-content-text {
    padding: 20px 30px;
  }
  .use-cases-content-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .use-cases-content-image {
    height: 240px;
  }
}
