.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;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-facade {
  background: #111;
}

.youtube-facade__button {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #111;
  cursor: pointer;
}

.youtube-facade__poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.youtube-facade__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  border-radius: 14px;
  background: #ff0033;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  transition: background-color 180ms ease, transform 180ms ease;
}

.youtube-facade__play::after {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  content: "";
  transform: translate(-50%, -50%);
}

.youtube-facade__button:hover .youtube-facade__poster {
  transform: scale(1.01);
}

.youtube-facade__button:hover .youtube-facade__play {
  background: #e6002e;
  transform: translate(-50%, -50%) scale(1.05);
}

.youtube-facade__button:focus-visible {
  outline: 3px solid #7a62f0;
  outline-offset: -3px;
}

.youtube-facade__button:focus-visible .youtube-facade__play {
  transform: translate(-50%, -50%) scale(1.05);
}
.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-img {
  width: 400px;
}
.steps-content .steps-img img {
  width: 100%;
  border-radius: 0.305rem;
}
.steps .steps-content .steps-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  min-height: 350px;
  padding: 0.61rem 0;
}
.steps .steps-list .steps-list-title {
  font-size: 0.976rem;
  font-weight: 600;
  margin-bottom: 1.89rem;
}
.steps .steps-content .steps-items {
  padding: 0 !important;
  margin-bottom: 1.89rem;
}
.steps .steps-content .steps-item {
  list-style: decimal inside !important;
  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 .features-subtitle {
  text-align: center;
  font-size: 0.732rem;
  color: #84828e;
  margin-bottom: 1.951rem;
}
.features-container .usb-features {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.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%;
}
.features-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: 2.927rem 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) * .5);
  }
  .steps .steps-content {
    flex-direction: column;
  }
  .usb-steps .steps-content .steps-list {
    padding-top: 24px;
    min-height: unset;
    align-items: center;
  }
  .steps .steps-content .steps-img {
    width: 144px;
  }
  .features-container .usb-features {
    flex-direction: column;
    row-gap: 48px;
  }
  .features-container .usb-features .feature {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .download-btn .download-btn-img {
    width: 14px;
  }
  .usb-steps .steps-content {
    flex-direction: column;
    padding: 0.915rem 0;
    margin: 0 auto;
    width: 630px;
  }
  .usb-steps .steps-content .steps-list {
    padding-top: 48px;
    min-height: unset;
    align-items: center;
  }
  .features-container .usb-features {
    flex-direction: column;
    row-gap: 48px;
  }
  .features-container .usb-features .feature {
    width: 630px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1319.9px) {
  .usb-steps .steps-content {
    flex-direction: column;
    width: fit-content;
    padding: 0.915rem 6rem;
    margin: 0 auto;
  }
  .usb-steps .steps-content .steps-list {
    padding-top:48px;
    min-height: unset;
    align-items: center;
  }
  .features-container .usb-features {
    flex-direction: column;
    row-gap: 48px;
  }
  .features-container .usb-features .feature {
    width: 630px;
  }
}
@media screen and (min-width: 1320px) {
  .features-container .usb-features .feature .feature-text {
    min-height: 3.567rem;
  }
}

/* USB Mirroring follows the dedicated Figma component family. */
section.container.usb-mirroring-banner {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

section.container.usb-steps,
section.container.usb-mirroring-features {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
}

section.usb-steps .steps-content,
section.usb-mirroring-features .usb-features .feature {
  box-sizing: border-box;
  border-radius: 20px;
}

section.usb-steps .steps-content .steps-list {
  display: flex;
  min-width: 0;
  min-height: 0;
  padding: 0;
  justify-content: center;
}

section.usb-steps .steps-list-title {
  margin: 0;
  font-weight: 600;
}

section.usb-steps .steps-items {
  width: 100%;
  margin: 0;
}

section.usb-steps .steps-content .steps-items {
  margin: 0;
}

section.usb-steps .steps-content .steps-item {
  margin: 0;
  list-style-position: outside !important;
}

section.usb-mirroring-features .usb-features {
  display: flex;
  align-items: stretch;
  margin-right: auto;
  margin-left: auto;
}

section.usb-mirroring-features .usb-features .feature {
  overflow: hidden;
  margin: 0;
  align-items: center;
}

section.usb-mirroring-features .usb-features .feature .feature-text {
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  margin: 0;
}

section.usb-mirroring-features .usb-features .feature .feature-title,
section.usb-mirroring-features .usb-features .feature .feature-desc {
  text-transform: none;
}

section.usb-mirroring-features .usb-features .feature .feature-img {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
}

section.usb-mirroring-features .usb-features .feature .feature-img img {
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: contain;
}

section.usb-mirroring-features .feature-download-cta {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  justify-content: center;
}

section.usb-mirroring-features .feature-download-cta .download-btn {
  box-sizing: border-box;
  margin: 0;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1320px) {
  section.usb-mirroring-banner > .video-container {
    width: 1320px;
    max-width: calc(100% - 80px);
    height: 742.5px;
    margin: 80px auto 0;
    padding-bottom: 0;
    border-radius: 20px;
  }

  section.container.usb-steps {
    padding: 84px 200px 36px;
  }

  section.usb-steps .steps-title {
    margin-bottom: 84px;
    font-size: 38px;
    line-height: 50px;
  }

  section.usb-steps .steps-content {
    flex-direction: row;
    width: 1200px;
    max-width: 100%;
    min-height: 410px;
    margin: 0 auto;
    padding: 30px 40px;
    gap: 80px;
  }

  section.usb-steps .steps-content .steps-img {
    flex: 0 0 400px;
    width: 400px;
  }

  section.usb-steps .steps-content .steps-img img {
    display: block;
    width: 400px;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
  }

  section.usb-steps .steps-content .steps-list {
    flex: 0 0 620px;
    width: 620px;
    gap: 80px;
    align-items: flex-start;
  }

  section.usb-steps .steps-list-title {
    font-size: 20px;
    line-height: 26px;
  }

  section.usb-steps .steps-items {
    padding-left: 27px !important;
    font-size: 18px;
    line-height: 24px;
  }

  section.usb-steps .steps-content .steps-item {
    font-size: 18px;
    line-height: 24px;
  }

  section.usb-steps .steps-list .steps-btn {
    align-self: flex-start;
    margin: 0;
    padding: 12px 36px;
  }

  section.usb-steps .steps-list .steps-btn a {
    font-size: 20px;
    line-height: 28px;
  }

  section.container.usb-mirroring-features {
    padding: 84px 200px 0;
  }

  section.usb-mirroring-features .features-title {
    margin-bottom: 84px;
    font-size: 38px;
    line-height: 50px;
  }

  section.usb-mirroring-features .usb-features {
    flex-direction: row;
    width: 1200px;
    max-width: 100%;
    gap: 20px;
  }

  section.usb-mirroring-features .usb-features .feature {
    flex: 1 1 0;
    width: calc(50% - 10px);
    min-height: 423px;
    padding: 40px 49px 0;
    gap: 30px;
  }

  section.usb-mirroring-features .usb-features .feature .feature-text {
    padding: 20px 0 0;
  }

  section.usb-mirroring-features .usb-features .feature .feature-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  section.usb-mirroring-features .usb-features .feature .feature-desc {
    margin: 0;
    color: #666;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
  }

  section.usb-mirroring-features .usb-features .feature .feature-img {
    width: 100%;
    height: 237px;
  }

  section.usb-mirroring-features .feature-download-cta {
    padding: 164px 0 80px;
  }

  section.usb-mirroring-features .feature-download-cta .download-btn {
    width: 260px;
    height: 60px;
    min-width: 260px;
    min-height: 60px;
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1319.98px) {
  section.usb-mirroring-banner .banner-top {
    padding: 66px 80px 0;
  }

  section.usb-mirroring-banner .banner-title h2 {
    font-size: 28px;
    line-height: 38px;
  }

  section.usb-mirroring-banner > .video-container {
    width: 800px;
    max-width: calc(100% - 160px);
    height: 450px;
    margin: 60px auto 0;
    padding-bottom: 0;
    border-radius: 20px;
  }

  section.container.usb-steps {
    padding: 60px 100px 36px;
  }

  section.usb-steps .steps-title {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 42px;
  }

  section.usb-steps .steps-content {
    flex-direction: row;
    width: 100%;
    min-height: 310px;
    margin: 0;
    padding: 30px 40px;
    gap: 40px;
  }

  section.usb-steps .steps-content .steps-img {
    flex: 0 0 285.714px;
    width: 285.714px;
  }

  section.usb-steps .steps-content .steps-img img {
    display: block;
    width: 285.714px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
  }

  section.usb-steps .steps-content .steps-list {
    flex: 1 1 0;
    width: auto;
    gap: 80px;
    align-items: flex-start;
  }

  section.usb-steps .steps-list-title {
    font-size: 20px;
    line-height: 26px;
  }

  section.usb-steps .steps-items {
    padding-left: 24px !important;
  }

  section.usb-steps .steps-content .steps-item {
    font-size: 16px;
    line-height: 22px;
  }

  section.usb-steps .steps-list .steps-btn {
    align-self: flex-start;
    margin: 0;
    padding: 10px 36px;
  }

  section.container.usb-mirroring-features {
    padding: 84px 80px 0;
  }

  section.usb-mirroring-features .features-title {
    margin-bottom: 84px;
    font-size: 32px;
    line-height: 42px;
  }

  section.usb-mirroring-features .usb-features {
    flex-direction: column;
    width: 630px;
    max-width: 100%;
    gap: 20px;
  }

  section.usb-mirroring-features .usb-features .feature {
    width: 630px;
    max-width: 100%;
    min-height: 423px;
    padding: 40px 49px 0;
    gap: 30px;
  }

  section.usb-mirroring-features .usb-features .feature .feature-text {
    padding: 20px 0 0;
  }

  section.usb-mirroring-features .usb-features .feature .feature-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  section.usb-mirroring-features .usb-features .feature .feature-desc {
    margin: 0;
    color: #666;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
  }

  section.usb-mirroring-features .usb-features .feature .feature-img {
    width: 100%;
    height: 237px;
  }

  section.usb-mirroring-features .feature-download-cta {
    padding: 124px 0 40px;
  }

  section.usb-mirroring-features .feature-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.usb-mirroring-banner .banner-top {
    padding: 46px 40px 0;
  }

  section.usb-mirroring-banner .banner-downloads > .download-btn,
  section.usb-mirroring-banner .banner-downloads > .download-group {
    display: none !important;
  }

  section.usb-mirroring-banner .banner-downloads > .show-on-ios {
    display: block !important;
    width: 119.664px !important;
    height: 40px !important;
    margin: 0 !important;
  }

  section.usb-mirroring-banner > .video-container {
    width: 600px;
    max-width: calc(100% - 120px);
    height: 337.678px;
    margin: 40px auto 0;
    padding-bottom: 0;
    border-radius: 20px;
  }

  section.container.usb-steps {
    padding: 60px 60px 36px;
  }

  section.usb-steps .steps-title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  section.usb-steps .steps-content {
    flex-direction: row;
    width: 100%;
    min-height: 260px;
    margin: 0;
    padding: 30px 20px;
    gap: 20px;
  }

  section.usb-steps .steps-content .steps-img {
    flex: 0 0 228.571px;
    width: 228.571px;
  }

  section.usb-steps .steps-content .steps-img img {
    display: block;
    width: 228.571px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }

  section.usb-steps .steps-content .steps-list {
    flex: 1 1 0;
    width: auto;
    gap: 40px;
    align-items: flex-start;
  }

  section.usb-steps .steps-list-title {
    font-size: 24px;
    line-height: 32px;
  }

  section.usb-steps .steps-items {
    padding-left: 21px !important;
  }

  section.usb-steps .steps-content .steps-item {
    font-size: 14px;
    line-height: 20px;
  }

  section.usb-steps .steps-list .steps-btn {
    align-self: flex-start;
    margin: 0;
    padding: 10px 36px;
  }

  section.container.usb-mirroring-features {
    padding: 60px 20px 0;
  }

  section.usb-mirroring-features .features-title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  section.usb-mirroring-features .usb-features {
    flex-direction: column;
    width: 630px;
    max-width: 100%;
    gap: 20px;
  }

  section.usb-mirroring-features .usb-features .feature {
    width: 630px;
    max-width: 100%;
    min-height: 423px;
    padding: 40px 49px 0;
    gap: 30px;
  }

  section.usb-mirroring-features .usb-features .feature .feature-text {
    padding: 20px 0 0;
  }

  section.usb-mirroring-features .usb-features .feature .feature-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  section.usb-mirroring-features .usb-features .feature .feature-desc {
    margin: 0;
    color: #666;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
  }

  section.usb-mirroring-features .usb-features .feature .feature-img {
    width: 100%;
    height: 237px;
  }

  section.usb-mirroring-features .feature-download-cta {
    padding: 100px 0 40px;
  }

  section.usb-mirroring-features .feature-download-cta .download-btn {
    width: 220px;
    height: 50px;
    min-width: 220px;
    min-height: 50px;
  }
}

@media screen and (max-width: 767.98px) {
  section.usb-mirroring-banner .banner-top {
    padding: 44px 16px 0;
  }

  section.usb-mirroring-banner .banner-downloads > .download-btn,
  section.usb-mirroring-banner .banner-downloads > .download-group {
    display: none !important;
  }

  section.usb-mirroring-banner .banner-downloads > .show-on-ios {
    display: block !important;
    width: 95.731px !important;
    height: 32px !important;
    margin: 0 !important;
  }

  section.usb-mirroring-banner > .video-container {
    width: 320px;
    max-width: calc(100% - 40px);
    height: 180.095px;
    margin: 20px auto 0;
    padding-bottom: 0;
    border-radius: 20px;
  }

  section.container.usb-steps {
    /* A1-3934: match the latest mobile Step Guide spacing used by the
       other Feature pages. */
    padding: 60px 20px 36px;
  }

  section.usb-steps .steps-title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px;
  }

  section.usb-steps .steps-content {
    flex-direction: column;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 30px 20px;
    gap: 20px;
  }

  section.usb-steps .steps-content .steps-img {
    flex: 0 0 228.571px;
    width: 228.571px;
  }

  section.usb-steps .steps-content .steps-img img {
    display: block;
    width: 228.571px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }

  section.usb-steps .steps-content .steps-list {
    width: 100%;
    gap: 40px;
    align-items: center;
  }

  section.usb-steps .steps-list-title {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  section.usb-steps .steps-items {
    padding-left: 21px !important;
  }

  section.usb-steps .steps-content .steps-item {
    font-size: 14px;
    line-height: 20px;
  }

  section.usb-steps .steps-list .steps-btn {
    align-self: center;
    margin: 0;
    padding: 12px 36px;
  }

  section.container.usb-mirroring-features {
    padding: 40px 20px 0;
  }

  section.usb-mirroring-features .features-title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px;
  }

  section.usb-mirroring-features .usb-features {
    flex-direction: column;
    width: 320px;
    max-width: 100%;
    gap: 20px;
  }

  section.usb-mirroring-features .usb-features .feature {
    width: 100%;
    height: 324px;
    min-height: 324px;
    padding: 20px 20px 0;
    gap: 10px;
    justify-content: flex-start;
  }

  section.usb-mirroring-features .usb-features .feature .feature-text {
    padding: 10px 0 0;
  }

  section.usb-mirroring-features .usb-features .feature .feature-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
  }

  section.usb-mirroring-features .usb-features .feature .feature-desc {
    margin: 0;
    color: #666;
    font-size: 12px;
    font-weight: 350;
    line-height: 18px;
  }

  section.usb-mirroring-features .usb-features .feature .feature-img {
    width: 100%;
    height: 180px;
    min-height: 0;
  }

  section.usb-mirroring-features .feature-download-cta {
    padding: 80px 0 40px;
  }

  section.usb-mirroring-features .feature-download-cta .download-btn {
    width: 151px;
    height: 40px;
    min-width: 151px;
    min-height: 40px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1319.98px) {
  section.usb-mirroring-banner .banner-downloads > .download-btn,
  section.usb-mirroring-features .feature-download-cta .download-btn {
    width: 220px;
    height: 50px;
    min-width: 220px;
    min-height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
  }

  section.usb-mirroring-banner .banner-downloads > .download-btn img,
  section.usb-mirroring-features .feature-download-cta .download-btn img {
    width: 18px;
    height: 18px;
  }
}

/* Current Figma USB Mirroring component family (118:16505/17341/17728/18096). */
section.usb-mirroring-banner .banner-top {
  box-sizing: border-box;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: flex-start;
}

section.usb-mirroring-banner .banner-title h1,
section.usb-mirroring-banner .banner-title h2 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  font-family: "Segoe UI", sans-serif;
}

section.usb-mirroring-banner .banner-downloads {
  gap: 30px;
}

section.usb-mirroring-banner .banner-downloads > .download-btn {
  margin: 0;
}

section.container.usb-steps {
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

section.usb-steps .steps-title {
  margin-top: 0;
  text-align: center;
}

section.usb-steps .steps-content {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  background: #f8f7fe;
}

section.usb-steps .steps-content .steps-img {
  flex: 0 0 auto;
  height: auto;
}

section.usb-steps .steps-content .steps-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

section.usb-steps .steps-content .steps-list {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-width: 0;
  padding: 0;
  align-items: flex-start;
  justify-content: center;
}

section.usb-steps .steps-items {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  flex-direction: column;
}

section.usb-steps .steps-content .steps-item,
section.usb-steps .steps-content .steps-item:not(:last-child) {
  display: flex;
  width: 100%;
  margin: 0;
  align-items: center;
  column-gap: 20px;
  list-style: none !important;
}

section.usb-steps .step-number {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  color: #7a62f0;
  font-family: "Segoe UI", sans-serif;
  font-weight: 800;
}

section.usb-steps .step-detail {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
  color: #181818;
}

section.usb-steps .step-title,
section.usb-steps .step-desc {
  width: 100%;
  margin: 0;
}

section.usb-steps .step-title {
  font-weight: 600;
}

section.usb-steps .step-desc {
  font-weight: 400;
}

section.usb-steps .steps-list .steps-btn {
  display: flex;
  box-sizing: border-box;
  margin: 0;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-radius: 50px;
}

section.usb-steps .steps-list .steps-btn a {
  padding: 0;
  color: #7a62f0;
  font-weight: 600;
  white-space: nowrap;
}

body:has(.usb-mirroring-banner) .faq-container .faq-item {
  padding-top: 0;
  padding-bottom: 0;
}

body:has(.usb-mirroring-banner) .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

body:has(.usb-mirroring-banner) .site-footer {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}

body:has(.usb-mirroring-banner) .site-footer__bottom {
  flex: 1 1 auto;
}

@media screen and (min-width: 1320px) {
  body:has(.usb-mirroring-banner) .site-footer {
    height: 458px;
    min-height: 458px;
    gap: 0;
  }

  section.usb-mirroring-banner .banner-top {
    width: 100%;
    height: 524px;
    padding: 96px 0 80px;
    gap: 50px;
  }

  section.usb-mirroring-banner .banner-title {
    width: 1320px;
    max-width: calc(100% - 80px);
  }

  section.usb-mirroring-banner .banner-title h1 {
    margin-bottom: 25px;
    font-size: 42px;
    line-height: 68px;
  }

  section.usb-mirroring-banner .banner-title h2 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: normal;
  }

  section.usb-mirroring-banner > .video-container {
    margin-top: 0;
  }

  section.container.usb-steps {
    height: 874px;
    padding: 84px 200px 36px;
  }

  section.usb-steps .steps-title {
    margin-bottom: 84px;
    font-size: 38px;
    line-height: 50px;
  }

  section.usb-steps .steps-content {
    width: 1200px;
    max-width: 100%;
    height: 620px;
    min-height: 620px;
    margin: 0 auto;
    padding: 30px 40px;
    flex-direction: row;
    gap: 80px;
  }

  section.usb-steps .steps-content .steps-img {
    width: 420px;
    height: 560px;
  }

  section.usb-steps .steps-content .steps-list {
    width: 620px;
    height: 560px;
    gap: 80px;
  }

  section.usb-steps .steps-items {
    gap: 40px;
  }

  section.usb-steps .step-number {
    font-size: 70px;
    line-height: 98px;
  }

  section.usb-steps .step-title {
    font-size: 20px;
    line-height: 26px;
  }

  section.usb-steps .step-desc {
    font-size: 18px;
    line-height: 24px;
  }

  section.usb-steps .steps-list .steps-btn {
    min-height: 52px;
    padding: 12px 36px;
    align-self: flex-start;
  }

  section.usb-steps .steps-list .steps-btn a {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1319.98px) {
  body:has(.usb-mirroring-banner) .faq-container .faq-title {
    margin-bottom: 60px;
  }

  body:has(.usb-mirroring-banner) .site-footer {
    height: 513px;
    min-height: 513px;
    gap: 10px;
  }

  body:has(.usb-mirroring-banner) .site-footer__main {
    padding-bottom: 0;
  }

  section.usb-mirroring-banner .banner-top {
    height: 439px;
    padding: 66px 80px 60px;
    gap: 40px;
  }

  html[lang]:not([lang="en-US"]):not([lang="en"]) section.usb-mirroring-banner .banner-top {
    height: auto;
    min-height: 439px;
  }

  section.usb-mirroring-banner .banner-title {
    width: 100%;
  }

  section.usb-mirroring-banner .banner-title h1 {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 50px;
  }

  section.usb-mirroring-banner .banner-title h2 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 38px;
  }

  section.usb-mirroring-banner > .video-container {
    margin-top: 0;
  }

  section.container.usb-steps {
    height: 822px;
    padding: 84px 48px 36px;
  }

  section.usb-steps .steps-title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  section.usb-steps .steps-content {
    width: 100%;
    height: 620px;
    min-height: 620px;
    margin: 0;
    padding: 30px;
    flex-direction: row;
    gap: 40px;
  }

  section.usb-steps .steps-content .steps-img {
    width: 420px;
    height: 560px;
  }

  section.usb-steps .steps-content .steps-list {
    width: 408px;
    height: 560px;
    gap: 80px;
  }

  section.usb-steps .steps-items {
    gap: 40px;
  }

  section.usb-steps .step-number {
    font-size: 70px;
    line-height: 98px;
  }

  section.usb-steps .step-title {
    font-size: 20px;
    line-height: 26px;
  }

  section.usb-steps .step-desc {
    font-size: 16px;
    line-height: 22px;
  }

  section.usb-steps .steps-list .steps-btn {
    width: auto;
    height: 48px;
    min-height: 48px;
    padding: 12px 36px;
    align-self: flex-start;
  }

  section.usb-steps .steps-list .steps-btn a {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  body:has(.usb-mirroring-banner) .site-footer {
    height: 823px;
    min-height: 823px;
    gap: 50px;
  }

  body:has(.usb-mirroring-banner) .site-footer__main {
    padding-bottom: 0;
  }

  section.usb-mirroring-banner .banner-top {
    height: 263px;
    padding: 46px 40px 40px;
    gap: 30px;
  }

  html[lang]:not([lang="en-US"]):not([lang="en"]) section.usb-mirroring-banner .banner-top {
    height: auto;
    min-height: 263px;
  }

  section.usb-mirroring-banner .banner-title {
    width: 100%;
  }

  section.usb-mirroring-banner .banner-title h1 {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 50px;
  }

  section.usb-mirroring-banner .banner-title h2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  section.usb-mirroring-banner > .video-container {
    margin-top: 0;
  }

  section.container.usb-steps {
    height: 1296px;
    padding: 60px 40px 20px;
  }

  section.usb-steps .steps-title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  section.usb-steps .steps-content {
    width: 100%;
    height: 1134px;
    min-height: 1134px;
    margin: 0;
    padding: 36px 30px;
    flex-direction: column;
    gap: 40px;
  }

  section.usb-steps .steps-content .steps-img {
    width: 420px;
    height: 560px;
  }

  section.usb-steps .steps-content .steps-list {
    width: 100%;
    height: 462px;
    gap: 40px;
    align-items: center;
  }

  section.usb-steps .steps-items {
    gap: 40px;
  }

  section.usb-steps .step-number {
    font-size: 70px;
    line-height: 98px;
  }

  section.usb-steps .step-title {
    font-size: 24px;
    line-height: 32px;
  }

  section.usb-steps .step-desc {
    font-size: 16px;
    line-height: 22px;
  }

  section.usb-steps .steps-list .steps-btn {
    width: auto;
    height: 48px;
    min-height: 48px;
    padding: 12px 36px;
    align-self: center;
  }

  section.usb-steps .steps-list .steps-btn a {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767.98px) {
  body:has(.usb-mirroring-banner) .site-footer {
    height: 1016.902px;
    min-height: 1016.902px;
    gap: 50px;
  }

  body:has(.usb-mirroring-banner) .site-footer__main {
    padding-bottom: 0;
  }

  section.usb-mirroring-banner .banner-top {
    height: auto;
    min-height: 291px;
    padding: 44px 36px 20px;
    gap: 30px;
  }

  section.usb-mirroring-banner .banner-title {
    width: 100%;
  }

  section.usb-mirroring-banner .banner-title h1 {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 42px;
  }

  section.usb-mirroring-banner .banner-title h2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  section.usb-mirroring-banner > .video-container {
    margin-top: 0;
  }

  section.container.usb-steps {
    height: 949px;
    padding: 60px 20px 20px;
  }

  section.usb-steps .steps-title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px;
  }

  section.usb-steps .steps-content {
    width: 310px;
    max-width: 100%;
    height: 791px;
    min-height: 791px;
    margin: 0 auto;
    padding: 36px 30px;
    flex-direction: column;
    gap: 20px;
  }

  section.usb-steps .steps-content .steps-img {
    width: 250px;
    height: 333px;
  }

  section.usb-steps .steps-content .steps-list {
    width: 250px;
    height: 366px;
    gap: 20px;
    align-items: center;
  }

  section.usb-steps .steps-items {
    gap: 20px;
  }

  section.usb-steps .step-number {
    font-size: 50px;
    line-height: 70px;
  }

  section.usb-steps .step-title {
    font-size: 20px;
    line-height: 28px;
  }

  section.usb-steps .step-desc {
    font-size: 14px;
    line-height: 20px;
  }

  section.usb-steps .steps-list .steps-btn {
    width: auto;
    min-height: 46px;
    padding: 12px 36px;
    align-self: center;
  }

  section.usb-steps .steps-list .steps-btn a {
    font-size: 16px;
    line-height: 22px;
  }
}
