.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;
  width: 100%;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.download-group img {
  width: 2.134rem;
  height: 2.134rem;
}
.download-group .download-img span {
  display: block;
  width: 100%;
  min-height: 2.4em;
  font-size: 0.732rem;
  line-height: 1.2;
  color: #181818;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
  hyphens: auto;
}
.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: 0.488rem;
}
.steps .steps-desc {
  color: #84828e;
  font-size: 0.854rem;
  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-bottom: 2.561rem;
}
.features-container .features-title {
  text-align: center;
  font-size: 1.28rem;
  font-weight: bold;
  margin-bottom: 0.488rem;
}
.features-container .usb-features {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-top: 1.951rem;
}
.features-container .usb-features .feature {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.317rem;
  width: calc(50% - 30px);
  border-radius: 0.61rem;
}
.features-container .usb-features .feature .feature-text {
  padding: 0 1.524rem;
  width: 100%;
}
.features-container .usb-features .feature .feature-title {
  font-size: 0.732rem;
  font-weight: 600;
  margin-bottom: 0.488rem;
  color: #181818;
}
.features-container .usb-features .feature .feature-desc {
  font-size: 0.488rem;
  font-weight: 600;
  margin-bottom: 0.488rem;
  color: rgba(24, 24, 24, 0.7);
}
.features-container .usb-features .feature .feature-img {
  width: 71.4%;
}
.use-cases-title {
  font-size: 1.28rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.195rem;
}
.tab-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-radius: 30px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.tab-indicator {
  position: absolute;
  bottom: 10px;
  top: 10px;
  left: 0;
  width: 0;
  background-color: #f7f6ff;
  border-radius: 1.524rem;
  z-index: 1;
  transition: all 0.3s ease;
}
.use-cases-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 1.22rem;
  z-index: 2;
}
.use-cases-tab {
  cursor: pointer;
  padding: 0.762rem 0.61rem;
  min-width: 7.317rem;
  border-radius: 1.524rem;
  font-size: 1.098rem;
  font-weight: 600;
  text-align: center;
  color: rgba(24, 24, 24, 0.6);
  background-color: transparent;
  transition: all 0.3s;
}
.use-cases-tab.active {
  /* background-color: #f7f6ff; */
  color: #9747ff;
}
.use-cases-contents {
  display: flex;
  justify-content: center;
}
.use-cases-content {
  display: none;
  background: #f5f5ff;
  border-radius: 0.61rem;
  padding-left: 2.439rem;
  column-gap: 2.439rem;
  align-items: center;
  width: 100%;
}
.use-cases-content.active {
  display: flex;
}
.use-cases-content-text {
  flex: 1;
}
.use-cases-content-title {
  font-size: 0.976rem;
  font-weight: bold;
  margin-bottom: 0.915rem;
}
.use-cases-content-desc {
  font-size: 0.61rem;
  margin-bottom: 0.915rem;
}
.use-cases-content-image {
  width: 600px;
}
.use-cases-content-image img {
  width: 100%;
  border-radius: 0.305rem;
}
.use-cases-container {
  padding: 2.561rem 0 2.927rem;
}
.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) {
  .download-btn .download-btn-img {
    width: 14px;
  }
  .steps {
    padding: 2.561rem calc(var(--bs-gutter-x) * 0.5);
  }
  .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 .usb-features {
    flex-direction: column;
    row-gap: 48px;
    align-items: center;
  }
  .features-container .usb-features .feature {
    width: 320px;
  }
  .use-cases-container {
    padding: 2.561rem 20px 2.927rem;
  }
  .use-cases-content {
    flex-direction: column;
    padding-top: 24px;
    align-items: start;
    padding-left: 0;
  }
  .use-cases-content-text {
    padding: 0 20px;
  }
  .use-cases-content-image {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .download-btn .download-btn-img {
    width: 14px;
  }
  .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;
  }
  .features-container .usb-features {
    flex-direction: column;
    row-gap: 48px;
    align-items: center;
  }
  .features-container .usb-features .feature {
    width: 630px;
  }
  .use-cases-content {
    flex-direction: column;
    padding-top: 24px;
    align-items: start;
    padding-left: 0;
  }
  .use-cases-content-text {
    padding-left: 36px;
    padding-right: 36px;
  }
  .use-cases-content-image {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1319.9px) {
  .use-cases-content-image {
    width: 460px;
  }
  .features-container .usb-features {
    flex-direction: column;
    row-gap: 48px;
    align-items: center;
  }
  .features-container .usb-features .feature {
    width: 630px;
  }
}
@media screen and (min-width: 1320px) {
  .features-container .usb-features .feature .feature-text {
    min-height: 3.567rem;
  }
}

/* PC/Mac file transfer uses its own Figma component family. */
section.container.pc-file-transfer-banner,
section.container.pc-file-transfer-steps,
section.container.pc-file-transfer-features,
section.container.pc-file-transfer-use-cases {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
}

section.container.pc-file-transfer-banner {
  padding-right: 0;
  padding-left: 0;
}

section.pc-file-transfer-banner .banner-title {
  max-width: calc(100% - 80px);
}

section.pc-file-transfer-banner .banner-title h1 {
  white-space: normal;
  overflow-wrap: normal;
  text-wrap: balance;
}

section.pc-file-transfer-steps .steps-content,
section.pc-file-transfer-features .usb-features .feature,
section.pc-file-transfer-use-cases .use-cases-content {
  box-sizing: border-box;
  border-radius: 20px;
}

section.pc-file-transfer-steps .steps-content .steps-list {
  display: flex;
  min-width: 0;
  padding: 0;
}

section.pc-file-transfer-steps .steps-items {
  width: 100%;
  margin: 0;
  padding: 0;
}

section.pc-file-transfer-steps .step-detail {
  display: flex;
  min-width: 0;
}

section.pc-file-transfer-features .usb-features {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  align-items: stretch;
}

section.pc-file-transfer-features .usb-features .feature {
  overflow: hidden;
  margin: 0;
  align-items: center;
}

section.pc-file-transfer-features .usb-features .feature .feature-text {
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  margin: 0;
}

section.pc-file-transfer-features .usb-features .feature .feature-title,
section.pc-file-transfer-features .usb-features .feature .feature-desc {
  text-transform: none;
}

section.pc-file-transfer-features .usb-features .feature .feature-img {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
}

section.pc-file-transfer-features .usb-features .feature .feature-img img {
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: contain;
}

section.pc-file-transfer-use-cases .tab-wrapper {
  padding: 0;
}

section.pc-file-transfer-use-cases .use-cases-content {
  overflow: hidden;
}

section.pc-file-transfer-use-cases .use-cases-content-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.pc-file-transfer-use-cases .use-case-download-cta {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  justify-content: center;
}

section.pc-file-transfer-use-cases .use-case-download-cta .download-btn {
  box-sizing: border-box;
  margin: 0;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1320px) {
  section.pc-file-transfer-banner .banner-title {
    width: min(1440px, calc(100% - 80px));
  }

  section.container.pc-file-transfer-steps,
  section.container.pc-file-transfer-features,
  section.container.pc-file-transfer-use-cases {
    width: 1200px;
    max-width: 1200px;
  }

  section.pc-file-transfer-steps {
    padding: 84px 0 36px;
  }

  section.pc-file-transfer-steps .steps-title {
    margin-bottom: 84px;
    font-size: 38px;
    line-height: 50px;
  }

  section.pc-file-transfer-steps .steps-content {
    flex-direction: row;
    width: 1200px;
    min-height: 620px;
    padding: 30px 40px;
    gap: 80px;
  }

  section.pc-file-transfer-steps .steps-content .steps-video {
    flex: 0 0 420px;
    width: 420px;
  }

  section.pc-file-transfer-steps .steps-content .steps-video video {
    display: block;
    width: 420px;
    height: 560px;
    object-fit: cover;
    border-radius: 10px;
  }

  section.pc-file-transfer-steps .steps-content .steps-list {
    flex: 0 0 620px;
    width: 620px;
    min-height: 560px;
    gap: 80px;
    justify-content: center;
  }

  section.pc-file-transfer-steps .steps-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  section.pc-file-transfer-steps .steps-content .steps-item,
  section.pc-file-transfer-steps .steps-content .steps-item:not(:last-child) {
    margin: 0;
    gap: 20px;
  }

  section.pc-file-transfer-steps .step-number {
    font-size: 70px;
    line-height: 1;
  }

  section.pc-file-transfer-steps .step-detail {
    gap: 12px;
  }

  section.pc-file-transfer-steps .step-title {
    font-size: 20px;
    line-height: 26px;
  }

  section.pc-file-transfer-steps .step-desc {
    font-size: 18px;
    line-height: 24px;
  }

  section.pc-file-transfer-steps .steps-list .steps-btn {
    align-self: flex-start;
    margin: 0;
    padding: 12px 36px;
  }

  section.pc-file-transfer-steps .steps-list .steps-btn a {
    font-size: 20px;
    line-height: 28px;
  }

  section.container.pc-file-transfer-features {
    padding: 84px 0;
  }

  section.pc-file-transfer-features .features-title {
    margin-bottom: 84px;
    font-size: 38px;
    line-height: 50px;
  }

  section.pc-file-transfer-features .usb-features {
    flex-direction: row;
    width: 1200px;
    gap: 20px;
  }

  section.pc-file-transfer-features .usb-features .feature {
    flex: 1 1 0;
    width: calc(50% - 10px);
    min-height: 0;
    padding: 40px 49px 0;
    gap: 30px;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-text {
    padding: 20px 0 0;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-desc {
    margin: 0;
    color: #666;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-img {
    width: 100%;
    height: 237px;
  }

  section.container.pc-file-transfer-use-cases {
    padding: 84px 0 0;
  }

  section.pc-file-transfer-use-cases .use-cases-title {
    margin-bottom: 72px;
    font-size: 28px;
    line-height: 38px;
  }

  section.pc-file-transfer-use-cases .tab-wrapper {
    margin-bottom: 40px;
  }

  section.pc-file-transfer-use-cases .use-cases-tabs {
    gap: 16px;
    margin: 0;
  }

  section.pc-file-transfer-use-cases .use-cases-tab {
    min-width: 0;
    padding: 10px 28px;
    font-size: 24px;
    line-height: 32px;
  }

  section.pc-file-transfer-use-cases .use-cases-content {
    flex-direction: row;
    width: 1200px;
    min-height: 400px;
    padding: 0 0 0 60px;
    gap: 80px;
    align-items: center;
  }

  section.pc-file-transfer-use-cases .use-cases-content-text {
    flex: 1 1 0;
    width: auto;
    padding: 30px 0;
  }

  section.pc-file-transfer-use-cases .use-cases-content-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
  }

  section.pc-file-transfer-use-cases .use-cases-content-desc {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
  }

  section.pc-file-transfer-use-cases .use-cases-content-image {
    flex: 0 0 600px;
    width: 600px;
    height: 400px;
  }

  section.pc-file-transfer-use-cases .use-case-download-cta {
    padding: 164px 0 80px;
  }

  section.pc-file-transfer-use-cases .use-case-download-cta .download-btn {
    width: 320px;
    height: 82px;
    min-width: 320px;
    min-height: 82px;
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1319.98px) {
  section.pc-file-transfer-banner .banner-top {
    padding: 66px 80px 0;
  }

  section.pc-file-transfer-banner .banner-title h2 {
    font-size: 28px;
    line-height: 38px;
  }

  section.pc-file-transfer-banner > .banner-image {
    display: block;
    width: 864px;
    max-width: calc(100% - 160px);
    height: auto;
    margin: 60px auto 0;
    aspect-ratio: 1200 / 740;
    object-fit: contain;
    border-radius: 20px;
  }

  section.container.pc-file-transfer-steps {
    padding: 84px 80px 36px;
  }

  section.pc-file-transfer-steps .steps-title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  section.pc-file-transfer-steps .steps-content {
    flex-direction: row;
    width: 100%;
    min-height: 620px;
    padding: 30px;
    gap: 40px;
  }

  section.pc-file-transfer-steps .steps-content .steps-video {
    flex: 0 0 420px;
    width: 420px;
  }

  section.pc-file-transfer-steps .steps-content .steps-video video {
    display: block;
    width: 420px;
    height: 560px;
    object-fit: cover;
    border-radius: 10px;
  }

  section.pc-file-transfer-steps .steps-content .steps-list {
    flex: 1 1 0;
    width: auto;
    min-height: 560px;
    gap: 80px;
    justify-content: center;
  }

  section.pc-file-transfer-steps .steps-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  section.pc-file-transfer-steps .steps-content .steps-item,
  section.pc-file-transfer-steps .steps-content .steps-item:not(:last-child) {
    margin: 0;
    gap: 20px;
  }

  section.pc-file-transfer-steps .step-number {
    font-size: 70px;
    line-height: 1;
  }

  section.pc-file-transfer-steps .step-detail {
    gap: 12px;
  }

  section.pc-file-transfer-steps .step-title {
    font-size: 20px;
    line-height: 26px;
  }

  section.pc-file-transfer-steps .step-desc {
    font-size: 16px;
    line-height: 22px;
  }

  section.pc-file-transfer-steps .steps-list .steps-btn {
    align-self: flex-start;
    margin: 0;
    padding: 10px 36px;
  }

  section.container.pc-file-transfer-features {
    padding: 84px 80px 0;
  }

  section.pc-file-transfer-features .features-title {
    margin-bottom: 84px;
    font-size: 32px;
    line-height: 42px;
  }

  section.pc-file-transfer-features .usb-features {
    flex-direction: column;
    width: 630px;
    max-width: 100%;
    gap: 20px;
  }

  section.pc-file-transfer-features .usb-features .feature {
    width: 630px;
    max-width: 100%;
    padding: 40px 49px 0;
    gap: 30px;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-text {
    padding: 20px 0 0;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-desc {
    margin: 0;
    color: #666;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-img {
    width: 100%;
    height: 237px;
  }

  section.container.pc-file-transfer-use-cases {
    padding: 84px 80px 0;
  }

  section.pc-file-transfer-use-cases .use-cases-title {
    margin-bottom: 72px;
    font-size: 28px;
    line-height: 38px;
  }

  section.pc-file-transfer-use-cases .tab-wrapper {
    margin-bottom: 28px;
  }

  section.pc-file-transfer-use-cases .use-cases-tabs {
    gap: 16px;
    margin: 0;
  }

  section.pc-file-transfer-use-cases .use-cases-tab {
    min-width: 0;
    padding: 10px 28px;
    font-size: 24px;
    line-height: 32px;
  }

  section.pc-file-transfer-use-cases .use-cases-content {
    flex-direction: row;
    width: 100%;
    min-height: 300px;
    padding: 0 0 0 40px;
    gap: 40px;
    align-items: center;
  }

  section.pc-file-transfer-use-cases .use-cases-content-text {
    flex: 1 1 0;
    width: auto;
    padding: 30px 0;
  }

  section.pc-file-transfer-use-cases .use-cases-content-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
  }

  section.pc-file-transfer-use-cases .use-cases-content-desc {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
  }

  section.pc-file-transfer-use-cases .use-cases-content-image {
    flex: 0 0 calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    height: 300px;
  }

  section.pc-file-transfer-use-cases .use-case-download-cta {
    padding: 164px 0 80px;
  }

  section.pc-file-transfer-use-cases .use-case-download-cta .download-btn {
    width: 220px;
    height: 50px;
    min-width: 220px;
    min-height: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  section.pc-file-transfer-banner .banner-top {
    padding: 46px 40px 0;
  }

  section.pc-file-transfer-banner .banner-downloads > .download-btn,
  section.pc-file-transfer-banner .banner-downloads > .download-group {
    display: none !important;
  }

  section.pc-file-transfer-banner .banner-downloads > .show-on-ios {
    display: block !important;
    width: 119.664px !important;
    height: 40px !important;
    margin: 0 !important;
  }

  section.pc-file-transfer-banner > .banner-image {
    display: block;
    width: 688px;
    max-width: calc(100% - 80px);
    height: auto;
    margin: 30px auto 0;
    aspect-ratio: 1200 / 740;
    object-fit: contain;
    border-radius: 20px;
  }

  section.container.pc-file-transfer-steps {
    padding: 60px 40px 20px;
  }

  section.pc-file-transfer-steps .steps-title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  section.pc-file-transfer-steps:not(.usb-steps) .steps-content {
    flex-direction: column;
    width: 100%;
    min-height: 0;
    padding: 36px 30px;
    gap: 40px;
    align-items: center;
  }

  section.pc-file-transfer-steps .steps-content .steps-video {
    flex: 0 0 420px;
    width: 420px;
    max-width: 100%;
  }

  section.pc-file-transfer-steps .steps-content .steps-video video {
    display: block;
    width: 420px;
    max-width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 10px;
  }

  section.pc-file-transfer-steps .steps-content .steps-list {
    width: 100%;
    min-height: 0;
    gap: 40px;
    justify-content: center;
  }

  section.pc-file-transfer-steps .steps-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  section.pc-file-transfer-steps .steps-content .steps-item,
  section.pc-file-transfer-steps .steps-content .steps-item:not(:last-child) {
    margin: 0;
    gap: 20px;
  }

  section.pc-file-transfer-steps .step-number {
    font-size: 70px;
    line-height: 1;
  }

  section.pc-file-transfer-steps .step-detail {
    gap: 12px;
  }

  section.pc-file-transfer-steps .step-title {
    font-size: 24px;
    line-height: 32px;
  }

  section.pc-file-transfer-steps .step-desc {
    font-size: 16px;
    line-height: 22px;
  }

  section.pc-file-transfer-steps .steps-list .steps-btn {
    align-self: center;
    margin: 0;
    padding: 10px 36px;
  }

  section.container.pc-file-transfer-features {
    padding: 60px 20px 0;
  }

  section.pc-file-transfer-features .features-title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  section.pc-file-transfer-features .usb-features {
    flex-direction: column;
    width: 630px;
    max-width: 100%;
    gap: 20px;
  }

  section.pc-file-transfer-features .usb-features .feature {
    width: 630px;
    max-width: 100%;
    padding: 40px 49px 0;
    gap: 30px;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-text {
    padding: 20px 0 0;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-desc {
    margin: 0;
    color: #666;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-img {
    width: 100%;
    height: 237px;
  }

  section.container.pc-file-transfer-use-cases {
    padding: 40px 40px 0;
  }

  section.pc-file-transfer-use-cases .use-cases-title {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 38px;
  }

  section.pc-file-transfer-use-cases .tab-wrapper {
    margin-bottom: 28px;
  }

  section.pc-file-transfer-use-cases .use-cases-tabs {
    gap: 8px;
    margin: 0;
  }

  section.pc-file-transfer-use-cases .use-cases-tab {
    min-width: 0;
    padding: 8px 20px;
    font-size: 24px;
    line-height: 32px;
  }

  section.pc-file-transfer-use-cases .use-cases-content {
    flex-direction: column;
    width: 100%;
    min-height: 0;
    padding: 0;
    gap: 10px;
    align-items: flex-start;
  }

  section.pc-file-transfer-use-cases .use-cases-content-text {
    width: 100%;
    padding: 30px;
  }

  section.pc-file-transfer-use-cases .use-cases-content-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }

  section.pc-file-transfer-use-cases .use-cases-content-desc {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  section.pc-file-transfer-use-cases .use-cases-content-image {
    width: 100%;
    height: 430px;
  }

  section.pc-file-transfer-use-cases .use-case-download-cta {
    padding: 120px 0 80px;
  }

  section.pc-file-transfer-use-cases .use-case-download-cta .download-btn {
    width: 220px;
    height: 50px;
    min-width: 220px;
    min-height: 50px;
  }
}

@media screen and (max-width: 767.98px) {
  section.pc-file-transfer-banner .banner-top {
    padding: 44px 16px 0;
  }

  section.pc-file-transfer-banner .banner-title h1 {
    white-space: normal;
  }

  section.pc-file-transfer-banner .banner-downloads > :is(.show-on-ios, .show-on-android) {
    display: none !important;
    height: 40px !important;
    margin: 0 !important;
  }

  html.platform-ios section.pc-file-transfer-banner .banner-downloads > :is(.download-btn, .download-group),
  html.platform-android section.pc-file-transfer-banner .banner-downloads > :is(.download-btn, .download-group) {
    display: none !important;
  }

  html.platform-ios section.pc-file-transfer-banner .banner-downloads > .show-on-ios {
    display: block !important;
    width: 119.664px !important;
  }

  html.platform-android section.pc-file-transfer-banner .banner-downloads > .show-on-android {
    display: block !important;
    width: 135px !important;
  }

  section.pc-file-transfer-banner > .banner-image {
    display: block;
    width: 288px;
    max-width: calc(100% - 72px);
    height: auto;
    margin: 30px auto 0;
    aspect-ratio: 1200 / 740;
    object-fit: cover;
    border-radius: 20px;
  }

  section.container.pc-file-transfer-steps {
    padding: 60px 20px 20px;
  }

  section.pc-file-transfer-steps .steps-title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px;
  }

  section.pc-file-transfer-steps:not(.usb-steps) .steps-content {
    flex-direction: column;
    width: 100%;
    min-height: 0;
    padding: 36px 30px;
    gap: 20px;
    align-items: center;
  }

  section.pc-file-transfer-steps .steps-content .steps-video {
    flex: 0 0 333px;
    width: 250px;
    height: 333px;
    max-width: 100%;
  }

  section.pc-file-transfer-steps .steps-content .steps-video video {
    display: block;
    width: 250px;
    max-width: 100%;
    height: 333px;
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 10px;
  }

  section.pc-file-transfer-steps:not(.usb-steps) .steps-content .steps-list {
    width: 100%;
    min-height: 0;
    gap: 20px;
    justify-content: center;
  }

  section.pc-file-transfer-steps:not(.usb-steps) .steps-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  section.pc-file-transfer-steps:not(.usb-steps) .steps-content .steps-item,
  section.pc-file-transfer-steps:not(.usb-steps) .steps-content .steps-item:not(:last-child) {
    margin: 0;
    gap: 20px;
  }

  section.pc-file-transfer-steps:not(.usb-steps) .step-number {
    flex: 0 0 auto;
    width: auto;
    font-size: 50px;
    line-height: 1;
  }

  section.pc-file-transfer-steps:not(.usb-steps) .step-detail {
    gap: 12px;
  }

  section.pc-file-transfer-steps:not(.usb-steps) .step-title {
    font-size: 20px;
    line-height: 28px;
  }

  section.pc-file-transfer-steps:not(.usb-steps) .step-desc {
    font-size: 14px;
    line-height: 20px;
  }

  section.pc-file-transfer-steps:not(.usb-steps) .steps-list .steps-btn {
    align-self: center;
    margin: 0;
    padding: 12px 36px;
  }

  section.container.pc-file-transfer-features {
    padding: 40px 20px 0;
  }

  section.pc-file-transfer-features .features-title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px;
  }

  section.pc-file-transfer-features .usb-features {
    flex-direction: column;
    width: 320px;
    max-width: 100%;
    gap: 20px;
  }

  section.pc-file-transfer-features .usb-features .feature {
    width: 100%;
    min-height: 0;
    padding: 20px 20px 0;
    gap: 10px;
    justify-content: flex-start;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-text {
    padding: 10px 0 0;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-desc {
    margin: 0;
    color: #666;
    font-size: 12px;
    font-weight: 350;
    line-height: 18px;
  }

  section.pc-file-transfer-features .usb-features .feature .feature-img {
    width: 100%;
    height: 180px;
    min-height: 0;
  }

  section.container.pc-file-transfer-use-cases {
    padding: 20px 20px 0;
  }

  section.pc-file-transfer-use-cases .use-cases-title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
  }

  section.pc-file-transfer-use-cases .tab-wrapper {
    margin-bottom: 28px;
  }

  section.pc-file-transfer-use-cases .use-cases-tabs {
    gap: 8px;
    margin: 0;
  }

  section.pc-file-transfer-use-cases .use-cases-tab {
    min-width: 0;
    padding: 6px 18px;
    font-size: 20px;
    line-height: 28px;
  }

  section.pc-file-transfer-use-cases .use-cases-content {
    flex-direction: column;
    width: 100%;
    min-height: 0;
    padding: 0;
    gap: 10px;
    align-items: flex-start;
  }

  section.pc-file-transfer-use-cases .use-cases-content-text {
    width: 100%;
    padding: 20px 30px;
  }

  section.pc-file-transfer-use-cases .use-cases-content-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  section.pc-file-transfer-use-cases .use-cases-content-desc {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  section.pc-file-transfer-use-cases .use-cases-content-image {
    width: 100%;
    height: 240px;
  }

  section.pc-file-transfer-use-cases .use-case-download-cta {
    padding: 100px 0 80px;
  }

  section.pc-file-transfer-use-cases .use-case-download-cta .download-btn {
    width: 151px;
    height: 40px;
    min-width: 151px;
    min-height: 40px;
    font-size: 16px;
    line-height: 22px;
  }
}

/*
 * Exact current Figma component geometry.
 * This page loads feature-mobile.css afterwards, so the body-scoped selectors
 * intentionally protect this page's own Header A / Tutorial / Usecase A family.
 */
body:has(.pc-file-transfer-banner) .pc-file-transfer-steps,
body:has(.pc-file-transfer-banner) .pc-file-transfer-features,
body:has(.pc-file-transfer-banner) .pc-file-transfer-use-cases,
body:has(.pc-file-transfer-banner) .faq-container {
  font-family: "Segoe UI", sans-serif;
}

body:has(.pc-file-transfer-banner) section.pc-file-transfer-steps .steps-btn a {
  padding: 0;
  white-space: nowrap;
}

body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases {
  position: relative;
  overflow: visible;
}

body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-tabs {
  flex-wrap: wrap;
  overflow: visible;
}

body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-tab {
  box-shadow: inset 0 0 0 1px #ccc;
}

body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-tab.active {
  box-shadow: none;
}

body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content-text {
  box-sizing: border-box;
}

body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-case-download-cta {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-case-download-cta .download-btn {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0;
}

body:has(.pc-file-transfer-banner) .faq-container .faq-item {
  padding-top: 0;
  padding-bottom: 0;
}

body:has(.pc-file-transfer-banner) .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

body:has(.pc-file-transfer-banner) .site-footer {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}

body:has(.pc-file-transfer-banner) .site-footer__bottom {
  flex: 1 1 auto;
}

@media screen and (min-width: 1320px) {
  body:has(.pc-file-transfer-banner) section.pc-file-transfer-banner {
    height: 1304px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-banner .banner-top {
    padding-top: 96px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-features {
    height: 893px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases {
    height: 1012px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-case-download-cta {
    height: 242px;
    padding: 80px 0;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-case-download-cta .download-btn {
    width: 260px;
    height: 60px;
    min-width: 260px;
    min-height: 60px;
    font-size: 20px;
    line-height: 28px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-case-download-cta > :is(.show-on-ios, .show-on-android) {
    height: 40px !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-case-download-cta > .show-on-ios {
    width: 119.664px !important;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-case-download-cta > .show-on-android {
    width: 135px !important;
  }

  body:has(.pc-file-transfer-banner) .site-footer {
    height: 458px;
    min-height: 458px;
    gap: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1319.98px) {
  body:has(.pc-file-transfer-banner) section.pc-file-transfer-banner {
    height: 1051.8px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-features {
    height: 1400px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases {
    height: 1020px;
    padding: 84px 80px 0 !important;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-title {
    margin-bottom: 72px;
    font-size: 28px;
    line-height: 38px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .tab-wrapper {
    width: 100%;
    margin-bottom: 28px;
    padding: 0;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-tabs {
    width: 100%;
    margin: 0;
    gap: 16px;
    justify-content: center;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-tab {
    flex: 0 0 auto;
    padding: 10px 28px;
    font-size: 24px;
    line-height: 32px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-contents,
  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content {
    width: 100%;
    max-width: none;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content {
    min-height: 300px;
    padding: 0 0 0 40px;
    flex-direction: row;
    gap: 40px;
    align-items: center;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content-text {
    flex: 1 1 0;
    width: auto;
    padding: 30px 0;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content-desc {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content-image {
    flex: 1 1 0;
    width: auto;
    height: auto;
    align-self: stretch;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-case-download-cta {
    height: 210px;
    padding: 80px 0;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-case-download-cta .download-btn {
    width: 220px;
    height: 52px;
    min-width: 220px;
    min-height: 52px;
    font-size: 18px;
    line-height: 26px;
  }

  body:has(.pc-file-transfer-banner) .faq-container .faq-title {
    margin-bottom: 60px;
  }

  body:has(.pc-file-transfer-banner) .site-footer {
    height: 513px;
    min-height: 513px;
    gap: 10px;
  }

  body:has(.pc-file-transfer-banner) .site-footer__main {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  body:has(.pc-file-transfer-banner) section.pc-file-transfer-banner {
    height: 749.267px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-steps {
    height: 1338px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-features {
    height: 1308px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases {
    height: 1242px;
    padding: 40px !important;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-title {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 38px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .tab-wrapper {
    width: 100%;
    margin-bottom: 28px;
    padding: 0;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-tabs {
    width: 100%;
    margin: 0;
    gap: 8px;
    justify-content: center;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-tab {
    flex: 0 0 auto;
    padding: 8px 20px;
    font-size: 24px;
    line-height: 32px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-contents,
  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content {
    width: 100%;
    max-width: none;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content {
    min-height: 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content-text {
    width: 100%;
    padding: 30px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content-desc {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content-image {
    width: 100%;
    height: 430px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-case-download-cta {
    height: 210px;
    padding: 80px 0;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-case-download-cta .download-btn {
    width: 220px;
    height: 50px;
    min-width: 220px;
    min-height: 50px;
    font-size: 18px;
    line-height: 26px;
  }

  body:has(.pc-file-transfer-banner) .site-footer {
    height: 823px;
    min-height: 823px;
    gap: 50px;
  }

  body:has(.pc-file-transfer-banner) .site-footer__main {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767.98px) {
  body:has(.pc-file-transfer-banner) section.pc-file-transfer-banner {
    height: 596.6px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-steps {
    height: 1007px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-features {
    height: 1070px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases {
    height: 1112.267px;
    padding: 20px !important;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .tab-wrapper {
    width: 100%;
    margin-bottom: 28px;
    padding: 0;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-tabs {
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 8px;
    justify-content: center;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-tab {
    flex: 0 0 auto;
    padding: 6px 18px;
    font-size: 20px;
    line-height: 28px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-contents,
  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content {
    width: 100%;
    max-width: none;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content {
    min-height: 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content-text {
    width: 100%;
    padding: 20px 30px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content-desc {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-cases-content-image {
    width: 100%;
    height: 240px;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-case-download-cta {
    height: 200.267px;
    padding: 80px 0;
  }

  body:has(.pc-file-transfer-banner) section.pc-file-transfer-use-cases .use-case-download-cta .download-btn {
    width: 151px;
    height: 40px;
    min-width: 151px;
    min-height: 40px;
    padding: 9px 20px;
    font-size: 16px;
    line-height: 22px;
  }

  body:has(.pc-file-transfer-banner) .site-footer {
    height: 1016.902px;
    min-height: 1016.902px;
    gap: 50px;
  }

  body:has(.pc-file-transfer-banner) .site-footer__main {
    padding-bottom: 0;
  }
}
