@import url("/resource/css/sync-dropbox-to-onedrive.css");
.backup-page {
  --sync-blue: #0055ff;
  --sync-dark: #021a60;
  font-family: "PT Sans", Arial, sans-serif;
}

/* Figma 513:14496 / transfer page user-review carousel. */
.backup-page .reviews {
  box-sizing: border-box;
  height: 797px;
  min-height: 797px;
  padding: 120px 0;
  overflow: hidden;
  background: #f8f9fa;
  text-align: center;
}
.backup-page .reviews .review-container {
  width: min(1860px, 100%);
  margin: 0 auto;
}
.backup-page .reviews > .review-container > .sync-section-title {
  margin: 0 0 80px;
  font-size: 36px;
  line-height: 46px;
}
.backup-page .reviews-slider {
  position: relative;
  text-align: left;
}
.backup-page .reviews-slider .item {
  width: 570px !important;
  padding: 0;
  border: 0;
  background: transparent;
}
.backup-page .reviews-slider .review-card {
  box-sizing: border-box;
  display: flex;
  width: 570px;
  height: 435px;
  padding: 24px;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  overflow: hidden;
  border: 1px solid #e6e8e9;
  border-radius: 16px;
  background: #fff;
  color: #000;
  font-family: "PT Sans", Arial, sans-serif;
}
.backup-page .reviews-slider .review-card-main {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
}
.backup-page .reviews-slider .review-head {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e8e9;
}
.backup-page .reviews-slider .review-avatar {
  display: flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--avatar-bg);
  font-family: "DIN Medium", "DIN", "PT Sans", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.backup-page .reviews-slider .review-person {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
}
.backup-page .reviews-slider .review-person > b {
  display: block;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.backup-page .reviews-slider .review-person > small {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.backup-page .reviews-slider .review-country {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.backup-page .reviews-slider .review-country img {
  display: block;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  object-fit: contain;
}
.backup-page .reviews-slider .review-content {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e8e9;
}
.backup-page .reviews-slider .review-rating {
  display: flex;
  min-width: 0;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.backup-page .reviews-slider .review-stars {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 2px;
}
.backup-page .reviews-slider .review-stars img {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}
.backup-page .reviews-slider .review-rating time {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  white-space: nowrap;
}
.backup-page .reviews-slider .review-content h3 {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.backup-page .reviews-slider .review-copy {
  min-height: 0;
  flex: 1 1 auto;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.backup-page .reviews-slider .review-copy p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.backup-page .reviews-slider .review-copy p + p {
  margin-top: 8px;
}
.backup-page .reviews-slider .review-tags {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}
.backup-page .reviews-slider .review-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  border-radius: 4px;
  color: #000;
  background: #e7e7e6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}
.backup-page .reviews-slider .review-footer {
  display: flex;
  height: 17px;
  flex: 0 0 17px;
  align-items: center;
  justify-content: space-between;
}
.backup-page .reviews-slider .review-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.backup-page .reviews-slider .review-actions span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  white-space: nowrap;
}
.backup-page .reviews-slider .review-actions img,
.backup-page .reviews-slider .review-flag {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
}
.backup-page .reviews-slider .review-actions img {
  padding: 1.5px 1px;
}
.backup-page .reviews-slider .review-flag {
  padding: 0 1.5px;
}
.backup-page .reviews-slider .slick-list {
  position: relative;
  overflow: hidden;
}
.backup-page .reviews-slider .slick-list::before,
.backup-page .reviews-slider .slick-list::after {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  width: 33%;
  max-width: 614px;
  height: 100%;
  content: "";
  pointer-events: none;
}
.backup-page .reviews-slider .slick-list::before {
  left: 0;
  background: linear-gradient(90deg, #f8f9fa 46%, rgba(248, 249, 250, 0) 100%);
}
.backup-page .reviews-slider .slick-list::after {
  right: 0;
  background: linear-gradient(-90deg, #f8f9fa 46%, rgba(248, 249, 250, 0) 100%);
}
.backup-page .reviews-slider .slick-arrow {
  z-index: 3;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  border: 1px solid #e6e8e9;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.backup-page .reviews-slider .slick-prev {
  left: 10%;
}
.backup-page .reviews-slider .slick-next {
  right: 10%;
}
.backup-page .reviews-slider .slick-arrow::before {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  content: "";
  background: url("/resource/images/transfer-onedrive-files-to-another-account/ic-arrow-left-40.svg") center/40px 40px no-repeat;
  opacity: 1;
}
.backup-page .reviews-slider .slick-next::before {
  transform: rotate(180deg);
}
.backup-page .reviews-slider .slick-prev::before {
  transform: rotate(0deg);
}
.backup-page .reviews-slider .slick-arrow:hover {
  background: #2258f6;
}
.backup-page .reviews-slider .slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}
@media (max-width: 992px) {
  .backup-page .reviews {
    height: auto;
    min-height: 0;
    padding: 80px 0;
  }
  .backup-page .reviews > .review-container > .sync-section-title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
  }
  .backup-page .reviews .review-container {
    width: 100%;
  }
  .backup-page .reviews-slider .item {
    width: 100% !important;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .backup-page .reviews-slider .review-card {
    width: 100%;
    height: 435px;
  }
  .backup-page .reviews-slider .slick-list::before,
  .backup-page .reviews-slider .slick-list::after,
  .backup-page .reviews-slider .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .backup-page .reviews {
    padding: 40px 0;
  }
  .backup-page .reviews > .review-container > .sync-section-title {
    margin-bottom: 28px;
    font-size: 32px;
    line-height: 40px;
  }
  .backup-page .reviews-slider .item {
    padding: 0 16px;
  }
  .backup-page .reviews-slider .review-card {
    height: auto;
    min-height: 435px;
  }
}

.backup-page .sync-container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}
.backup-page .sync-hero {
  background: #021a60
    url("/resource/images/sync-dropbox-to-onedrive/hero-bg.png") center/cover
    no-repeat;
}
.backup-page .sync-hero h1 {
  font-size: 56px;
  line-height: 73px;
  text-align: center;
  font-weight: 700;
}
.backup-page .sync-hero .hero-copy {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin-top: 16px;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #fff;
  word-wrap: break-word;
  gap: 8px;
}
.backup-page .sync-hero .hero-copy > span {
  display: block;
}
.backup-page .sync-hero .sync-tool-frame {
  display: block;
  width: 1040px;
  max-width: 100%;
  height: 506px;
  margin: 40px auto 0;
}
.backup-page .sync-hero .sync-go-app {
  margin-top: -18px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.backup-page .sync-hero .sync-partners {
  margin-top: 40px;
}
.backup-page .soft {
  background: #f9fafc;
}
.backup-page .backup-benefits {
  background: #fff;
}
.backup-page .backup-benefits > .sync-container > .sync-section-title,
.backup-page .backup-benefits > .sync-container > .sync-section-lead {
  width: 1220px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.backup-page .backup-benefits > .sync-container > .sync-section-title {
  font-size: 36px;
  line-height: 47px;
}
.backup-page .backup-benefits > .sync-container > .sync-section-lead {
  margin-top: 24px;
  color: #222;
  font-size: 18px;
  line-height: 23px;
}
.backup-page .backup-benefits .card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 80px;
}
.backup-page .card-grid article,
.backup-page .card-grid > a,
.backup-page .why-grid article {
  padding: 24px 32px;
  border: 1px solid #e3e7ee;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 20px rgba(15, 35, 70, 0.06);
}
.backup-page .card-grid img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.backup-page .card-grid h3,
.backup-page .why-grid h3 {
  margin-top: 20px;
  font-size: 20px;
}
.backup-page .card-grid p,
.backup-page .why-grid p {
  margin-top: 16px;
  color: #60646c;
  font-size: 16px;
  line-height: 1.45;
}
.backup-page .backup-benefits .card-grid article {
  height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 24px 32px 40px;
  border-color: #e5e7eb;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out;
}
.backup-page .backup-benefits .card-grid article:hover {
  transform: translateY(-10px);
}
.backup-page .backup-benefits .card-grid article h3 {
  margin-top: 24px;
  font-size: 20px;
  line-height: 26px;
}
.backup-page .backup-benefits .card-grid article p {
  margin-top: 16px;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 21px;
}
.backup-page .backup-benefits .card-grid article h3,
.backup-page .backup-benefits .card-grid article p {
  width: 100%;
  flex: 0 0 auto;
}
.backup-page .backup-benefit-icon {
  display: block;
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  object-fit: contain;
}
.backup-page .backup-guide {
  padding-bottom: 120px;
  background: #fff;
}
.backup-page .backup-guide > .sync-container > .sync-section-title {
  width: 1010px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 36px;
  line-height: 46px;
}
.backup-page .backup-guide > .sync-container > .sync-section-lead {
  width: 1010px;
  max-width: 100%;
  margin: 24px auto 0;
  color: #000;
  font-size: 18px;
  line-height: normal;
}
.backup-page .step-list {
  display: grid;
  gap: 80px;
  margin-top: 100px;
}
.backup-page .step-list article {
  display: grid;
  grid-template-columns: 556px 644px;
  gap: 80px;
  align-items: center;
}
.backup-page .step-list article > .step-image {
  display: block;
  width: 556px;
  height: 328px;
  object-fit: contain;
}
.backup-page .step-list .step-copy {
  display: flex;
  width: 644px;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.backup-page .step-list h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
}
.backup-page .step-list h3 b {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  color: #fff;
  background: #0055ff;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
}
.backup-page .step-list h3 span {
  font-weight: 700;
  white-space: nowrap;
}
.backup-page .step-list p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.backup-page .step-list aside {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 16px 24px;
  flex-direction: column;
  gap: 8px;
  overflow: clip;
  border-radius: 16px;
  background: #ecfdf5;
  color: #00311a;
  font-size: 16px;
  line-height: normal;
}
.backup-page .step-list .step-tip-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #15b66a;
  font-weight: 700;
}
.backup-page .step-list .step-tip-title img {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}
.backup-page .step-list aside p {
  color: #00311a;
}
.backup-page .step-list article:nth-child(3) h3 {
  font-size: 32px;
}
.backup-page .live-report {
  margin-top: 120px;
  padding: 60px;
  border-radius: 24px;
  color: #fff;
  background: #021a60;
  text-align: center;
}
.backup-page .live-report > h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
}
.backup-page .live-report .report-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 24px 0 0;
  color: #87c2ff;
  font-size: 14px;
  line-height: normal;
}
.backup-page .live-report .report-date span {
  display: block;
  width: 20px;
  height: 2px;
  flex: 0 0 20px;
}
.backup-page .live-report .report-date span:first-child {
  background: linear-gradient(to left, #3999fe, rgba(57, 153, 254, 0));
}
.backup-page .live-report .report-date span:last-child {
  background: linear-gradient(to right, #3999fe, rgba(57, 153, 254, 0));
}
.backup-page .live-report .report-card {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 24px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  color: #000;
  text-align: left;
}
.backup-page .live-report .report-card-head {
  position: relative;
  display: flex;
  min-height: 101px;
  padding: 24px;
  align-items: flex-start;
  gap: 16px;
  background: #eef2ff;
  border-bottom: 3px solid #2664f7;
}
.backup-page .live-report .report-card-title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}
.backup-page .live-report .report-card-title > img {
  display: block;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: contain;
}
.backup-page .live-report .report-card-title > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}
.backup-page .live-report .report-card-title h3 {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  white-space: nowrap;
}
.backup-page .live-report .report-card-title p {
  margin: 0;
  font-size: 18px;
  line-height: normal;
}
.backup-page .live-report .report-badge {
  position: absolute;
  top: 0px;
  right: 0;
  display: block;
  width: 126px;
  height: 113px;
  object-fit: contain;
}
.backup-page .live-report .report-card-body {
  display: flex;
  width: 100%;
  padding: 40px;
  align-items: center;
  gap: 16px;
  background: #fff;
}
.backup-page .live-report .report-metrics {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.backup-page .live-report .report-metric-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
.backup-page .live-report .report-metric {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  white-space: nowrap;
}
.backup-page .live-report .report-metric img {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}
.backup-page .live-report .report-metric strong {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
}
.backup-page .live-report .report-metric strong span {
  color: #0055ff;
}
.backup-page .live-report .report-reminder {
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  border-radius: 4px;
  background: #fffbeb;
  color: #000;
  font-size: 14px;
  line-height: normal;
  text-align: left;
}
@media (max-width: 1400px) {
  .backup-page .live-report .report-reminder {
    font-size: 13px;
  }
}
.backup-page .live-report .report-image {
  width: 560px;
  height: 320px;
  flex: 0 0 560px;
  overflow: hidden;
  border: 1.12px solid #e5e7eb;
  border-radius: 8.96px;
}
.backup-page .live-report .report-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.backup-page .compare-drive {
  padding: 120px 0;
  background: #f9fafc;
}
.backup-page .compare-drive > .sync-container > .sync-section-title {
  font-size: 36px;
  line-height: 46px;
}
.backup-page .compare-drive .table-shell {
  margin-top: 80px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 18px 40px -12px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.05);
}
.backup-page .compare-drive .table-shell table {
  width: 1280px;
  min-width: 1280px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.backup-page .compare-drive .table-shell th,
.backup-page .compare-drive .table-shell td {
  height: 72px;
  padding: 12px 20px;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
  text-align: left;
}
.backup-page .compare-drive .table-shell tr > *:last-child {
  border-right: 0;
}
.backup-page .compare-drive .table-shell tbody tr:last-child > * {
  border-bottom: 0;
}
.backup-page .compare-drive .table-shell thead th {
  height: 72px;
  background: #f9fafc;
  font-weight: 700;
}
.backup-page .compare-drive .compare-drive-heading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.backup-page .compare-drive .compare-drive-heading img {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}
.backup-page .compare-drive .table-shell th:first-child {
  width: 200px;
}
.backup-page .compare-drive .table-shell th:nth-child(2),
.backup-page .compare-drive .table-shell th:nth-child(3) {
  width: 280px;
}
.backup-page .compare-drive .table-shell th:last-child {
  width: 520px;
}
.backup-page .compare-drive .table-shell tbody tr:nth-child(even) > * {
  background: #f9fafc;
}
.table-shell {
  margin-top: 70px;
  overflow: auto;
  border: 1px solid #e2e6ed;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.table-shell table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  background: #fff;
}
.table-shell th,
.table-shell td {
  padding: 24px 20px;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
  line-height: 1.35;
}
.backup-page .table-shell tr:nth-child(even) {
  background: #f7f8fa;
}
.backup-page .table-shell td:last-child {
  width: 42%;
}
.backup-page .table-shell .mc {
  color: #075bff;
  background: #eef3ff;
  text-align: center;
  font-weight: 700;
}
.backup-page .manual {
  padding: 120px 0;
  background: #fff;
}
.backup-page .manual > .sync-container {
  width: min(1201px, calc(100% - 48px));
}
.backup-page .manual > .sync-container > .sync-section-title {
  width: 1070px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}
.backup-page .manual-methods {
  display: flex;
  width: 100%;
  margin-top: 100px;
  flex-direction: column;
  gap: 100px;
}
.backup-page .manual-method {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 40px;
}
.backup-page .manual-method-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e7eb;
}
.backup-page .manual-method-head > img {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  object-fit: contain;
}
.backup-page .manual-method-head h3 {
  margin: 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  white-space: nowrap;
}
.backup-page .manual-steps {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
  color: #000;
}
.backup-page .manual-step {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.backup-page .manual-step h4 {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  white-space: nowrap;
}
.backup-page .manual-step p {
  margin: 0;
  font-size: 16px;
  line-height: normal;
}
.backup-page .manual-step-list p {
  margin-bottom: 8px;
  line-height: 24px;
}
.backup-page .manual-step-list ul {
  margin: 0;
  padding-left: 24px;
  list-style-type: disc;
  list-style-position: outside;
}
.backup-page .manual-step-list li {
  display: list-item;
  list-style-type: disc;
  line-height: 24px;
}
.backup-page .manual-callouts {
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  border-radius: 16px;
  background: #f9fafc;
}
.backup-page .manual-callout-row {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
}
.backup-page .manual-callout-label {
  display: flex;
  width: 63px;
  height: 32px;
  flex: 0 0 63px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-top-right-radius: 8px;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.backup-page .manual-callout-label.pros {
  background: rgba(52, 199, 89, 0.2);
  color: #15b66a;
}
.backup-page .manual-callout-label.cons {
  background: rgba(255, 59, 48, 0.2);
  color: #ff3b30;
}
.backup-page .manual-callout-items {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  align-items: center;
  gap: 8px 24px;
  flex-wrap: wrap;
  align-content: center;
}
.backup-page .manual-callout-item {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  color: #000;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
}
.backup-page .manual-callout-item img {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
}
.backup-page .feature-vs {
  padding: 120px 0;
  background: #f9fafc;
}
.backup-page .feature-vs > .sync-container > .sync-section-title {
  width: 1070px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 36px;
  line-height: normal;
}
.backup-page .feature-vs > .sync-container > .sync-section-lead {
  margin-top: 24px;
  color: #000;
  font-size: 18px;
  line-height: normal;
  white-space: nowrap;
}
.backup-page .vs-grid {
  position: relative;
  display: grid;
  width: 1280px;
  max-width: 100%;
  grid-template-columns: repeat(2, minmax(0, 634px));
  gap: 12px;
  align-items: stretch;
  margin-top: 100px;
}
.backup-page .vs-card {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}
.backup-page .vs-card-header {
  display: flex;
  width: 100%;
  min-height: 152px;
  flex: 0 0 auto;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  padding: 16px 40px;
  box-sizing: border-box;
}
.backup-page .vs-card-transfer .vs-card-header {
  background: #f6f9ff;
}
.backup-page .vs-card-backup .vs-card-header {
  background: #edf9f4;
}
.backup-page .vs-card-header-icon {
  position: relative;
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  overflow: hidden;
}
.backup-page .vs-card-header-icon img {
  position: absolute;
  left: 0;
  display: block;
  width: 120px;
  max-width: none;
  height: auto;
}
.backup-page .vs-card-transfer .vs-card-header-icon img {
  top: 24.38px;
}
.backup-page .vs-card-backup .vs-card-header-icon img {
  top: 15.12px;
}
.backup-page .vs-card-header-copy {
  display: flex;
  min-width: 0;
  flex: 1 0 0;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  color: #000;
}
.backup-page .vs-card-header-copy h3 {
  width: 100%;
  margin: 0;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  white-space: nowrap;
}
.backup-page .vs-card-header-copy p {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
.backup-page .vs-card-mechanics {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  overflow: hidden;
  padding: 24px 40px 0;
  box-sizing: border-box;
  background: #fff;
}
.backup-page .vs-card-section-title {
  width: 100%;
  margin: 0;
  color: #5d5d5d;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
}
.backup-page .vs-feature-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  overflow: hidden;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
  box-sizing: border-box;
}
.backup-page .vs-feature-row {
  display: flex;
  width: 100%;
  min-height: 64px;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
}
.backup-page .vs-feature-row-tall {
  height: 85px;
}
.backup-page .vs-feature-icon {
  display: block;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  object-fit: contain;
}
.backup-page .vs-feature-copy {
  display: flex;
  min-width: 0;
  flex: 1 0 0;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  overflow: hidden;
  color: #000;
}
.backup-page .vs-feature-copy h5 {
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
}
.backup-page .vs-feature-copy p {
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
.backup-page .vs-feature-copy a {
  color: inherit;
  text-decoration: none;
}
.backup-page .vs-card-scenarios {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  overflow: hidden;
  padding: 32px 40px;
  box-sizing: border-box;
  background: #fff;
}
.backup-page .vs-tag-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  align-content: flex-start;
}
.backup-page .vs-tag-list span,
.backup-page .vs-tag-list a {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 8px 16px;
  border: 1px solid rgba(0, 85, 255, 0.1);
  border-radius: 999px;
  background: #eef2ff;
  color: #0055ff;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  white-space: nowrap;
}
.backup-page .vs-card-backup .vs-tag-list span,
.backup-page .vs-card-backup .vs-tag-list a {
  border-color: rgba(0, 151, 76, 0.1);
  background: #edf9f4;
  color: #15803d;
}
.backup-page .vs-badge {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
}
.backup-page .vs-badge > img {
  position: absolute;
  top: -20.8px;
  left: -33.6px;
  display: block;
  width: 147.2px;
  max-width: none;
  height: 147.2px;
}
.backup-page .vs-badge > span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0055ff;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
}
.backup-page .full-compare {
  padding: 120px 0;
  background: #fff;
}
.backup-page .full-compare-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.backup-page .full-compare .full-compare-intro > .sync-section-title {
  font-size: 36px;
  line-height: 46px;
  width: 1070px;
  max-width: 100%;
}
.backup-page .full-compare .specs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.backup-page .full-compare .spec-item {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.backup-page .full-compare .spec-item img {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.backup-page .full-compare .spec-item span {
  font-size: 16px;
  line-height: normal;
  color: #000;
  white-space: nowrap;
}
.backup-page .full-compare .table-shell {
  margin-top: 80px;
  position: relative;
  width: 1280px;
  height: 684px;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 18px 20px rgba(0, 0, 0, 0.08),
    0 2px 4px rgba(0, 0, 0, 0.05);
}
.backup-page .full-compare .table-shell table {
  width: 1280px;
  min-width: 1280px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  color: #000;
  font-size: 14px;
  line-height: 15.5px;
  text-align: center;
}
.backup-page .full-compare .table-shell col.dimension-col {
  width: 200px;
}
.backup-page .full-compare .table-shell col.method-col {
  width: 270px;
}
.backup-page .full-compare .table-shell th,
.backup-page .full-compare .table-shell td {
  padding: 20px;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 15.5px;
  font-weight: 400;
}
.backup-page .full-compare .table-shell thead tr {
  height: 72px;
}
.backup-page .full-compare .table-shell tbody tr:nth-child(1) {
  height: 90px;
}
.backup-page .full-compare .table-shell tbody tr:nth-child(1) > * {
  height: 90px;
}
.backup-page .full-compare .table-shell tbody tr:nth-child(2) {
  height: 72px;
}
.backup-page .full-compare .table-shell tbody tr:nth-child(2) > * {
  height: 72px;
}
.backup-page .full-compare .table-shell tbody tr:nth-child(3),
.backup-page .full-compare .table-shell tbody tr:nth-child(4),
.backup-page .full-compare .table-shell tbody tr:nth-child(5) {
  height: 120px;
}
.backup-page .full-compare .table-shell tbody tr:nth-child(3) > *,
.backup-page .full-compare .table-shell tbody tr:nth-child(4) > *,
.backup-page .full-compare .table-shell tbody tr:nth-child(5) > * {
  height: 120px;
}
.backup-page .full-compare .table-shell tbody tr:nth-child(6) {
  height: 90px;
}
.backup-page .full-compare .table-shell tbody tr:nth-child(6) > * {
  height: 90px;
}
.backup-page .full-compare .table-shell tr > *:last-child {
  border-right: 0;
}
.backup-page .full-compare .table-shell tbody tr:last-child > * {
  border-bottom: 0;
}
.backup-page .full-compare .table-shell thead th {
  background: #f9fafc;
  font-weight: 700;
}
.backup-page .full-compare .table-shell th:first-child {
  text-align: left;
}
.backup-page .full-compare .table-shell thead th:not(:first-child) {
  text-align: center;
}
.backup-page .full-compare .table-shell .mc {
  color: #0055ff;
  background: #eef2ff;
  font-weight: 700;
}
.backup-page .full-compare .table-shell tbody tr:nth-child(even) > * {
  background: #f9fafc;
}
.backup-page .full-compare .table-shell tbody tr:nth-child(odd) > * {
  background: #fff;
}
.backup-page .full-compare .table-shell td > div,
.backup-page .full-compare .table-shell td > p,
.backup-page .full-compare .table-shell th > div,
.backup-page .full-compare .comparison-richtext {
  width: 100%;
}
.backup-page .full-compare .table-shell p,
.backup-page .full-compare .comparison-richtext p {
  margin: 0;
}
.backup-page .full-compare .table-shell strong,
.backup-page .full-compare .comparison-highlight strong {
  color: #0055ff;
  font-weight: 700;
}
.backup-page .full-compare .comparison-highlight {
  position: absolute;
  z-index: 8;
  top: -1px;
  left: 199px;
  display: flex;
  width: 270px;
  height: 684px;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 16px;
  background: #eef2ff;
  box-shadow: 0 4px 16px rgba(29, 112, 236, 0.15);
}
.backup-page .full-compare .comparison-highlight::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 1px;
  border: 2px solid #1d70ec;
  border-radius: 15px;
  pointer-events: none;
}
.backup-page .full-compare .comparison-highlight-cell {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid #e5e7eb;
  color: #000;
  font-size: 14px;
  line-height: normal;
  text-align: center;
}
.backup-page .full-compare .comparison-highlight-cell:nth-child(1) {
  height: 72px;
  padding: 0 20px;
}
.backup-page .full-compare .comparison-highlight-cell:nth-child(2) {
  height: 90px;
}
.backup-page .full-compare .comparison-highlight-cell:nth-child(3) {
  height: 72px;
}
.backup-page .full-compare .comparison-highlight-cell:nth-child(4),
.backup-page .full-compare .comparison-highlight-cell:nth-child(5),
.backup-page .full-compare .comparison-highlight-cell:nth-child(6) {
  height: 120px;
}
.backup-page .full-compare .comparison-highlight-cell:nth-child(7) {
  height: 90px;
  border-bottom: 0;
}
.backup-page .full-compare .comparison-highlight-logo img {
  display: block;
  width: 177.727px;
  height: 34px;
  max-width: none;
}
.backup-page .why {
  padding: 120px 0;
  background: #f9fafc;
}
.backup-page .why > .sync-container > .sync-section-title {
  font-size: 36px;
  line-height: 47px;
}
.backup-page .why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 80px;
}
.backup-page .why-grid article {
  min-height: 361px;
  /* The shared border-box model consumes the 1px border; keep Figma's 32/40px inner offsets. */
  padding: 39px 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow:
    0 16px 32px -12px rgba(0, 0, 0, 0.07),
    0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease-in-out;
}
.backup-page .why-grid article:hover {
  transform: translateY(-10px);
}
.backup-page .why-grid img {
  display: block;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  object-fit: contain;
}
.backup-page .why-grid .why-icon {
  position: relative;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  overflow: hidden;
}
.backup-page .why-grid .why-icon-stable-group {
  position: absolute;
  inset: 8.333333% 11.666667%;
}
.backup-page .why-grid .why-icon-stable-group img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.backup-page .why-grid h3 {
  margin: 0;
  font-size: 24px;
  line-height: 31px;
}
.backup-page .why-grid p {
  margin: 0;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 21px;
}
.backup-page .clouds {
  padding: 120px 0;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  background: transparent;
}
.backup-page .clouds > .sync-container {
  width: min(1280px, 100%);
}
.backup-page .clouds .support-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  color: #000;
  text-align: center;
}
.backup-page .clouds .support-desc {
  max-width: 1200px;
  margin: 24px auto 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  text-align: center;
}
.backup-page .clouds .support-drives {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
.backup-page .clouds .support-drive-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 168px;
  margin-top: 10px;
  color: #0000ee;
  border-radius: 16px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.backup-page .clouds .support-drive-item:hover {
  transform: translateY(-5px);
}
.backup-page .clouds .support-drive-item img {
  width: 68px;
  height: 68px;
  margin-top: 30px;
}
.backup-page .clouds .support-drive-item span {
  height: 22px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #5d5d5d;
}
.backup-page .clouds .more-drives {
  margin-top: 40px;
  text-align: center;
}
.backup-page .clouds .more-drive-btn {
  display: inline-block;
  width: 334px;
  height: 64px;
  font-size: 20px;
  line-height: 59px;
  color: #000;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e6e8e9;
  border-radius: 16px;
}
.backup-page .clouds .more-drive-btn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.backup-page .clouds .more-drive-btn img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  vertical-align: middle;
}
.backup-page .clouds .more-drive-btn span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1279px) {
  .backup-page .clouds > .sync-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .backup-page .clouds > .sync-container {
    padding-right: 6%;
    padding-left: 6%;
  }
}
.backup-page .more-tools {
  padding: 120px 0;
  background: #f9fafc;
}
.backup-page .more-tools > .sync-container > .sync-section-title {
  font-size: 36px;
  line-height: 46px;
}
.backup-page .more-tools > .sync-container > .sync-section-lead {
  width: 100%;
  max-width: none;
  margin-top: 16px;
  color: #000;
  font-size: 18px;
  line-height: 23px;
}
.backup-page .more-tools .card-grid.three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 80px;
}
.backup-page .more-tools .card-grid.three > a {
  min-height: 355px;
  padding: 24px 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  box-shadow:
    0 16px 16px rgba(0, 0, 0, 0.07),
    0 2px 4px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease-in-out;
}
.backup-page .more-tools .card-grid.three > a:hover {
  transform: translateY(-10px);
}
.backup-page .more-tools .card-grid.three > a > img {
  display: block;
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  object-fit: contain;
}
.backup-page .more-tools .card-grid.three > a h3 {
  margin-top: 24px;
  font-size: 24px;
  line-height: 31px;
}
.backup-page .more-tools .card-grid.three > a p {
  margin-top: 16px;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 21px;
}
.backup-page .more-tools .card-grid.three > a b {
  display: block;
  margin-top: 16px;
  color: #0055ff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
.backup-page .reviews {
  height: 797px;
  padding: 120px 0 0;
  overflow: hidden;
  background: #fff;
}
.backup-page .reviews > .sync-section-title {
  font-size: 36px;
  line-height: 46px;
}
.backup-page .review-track {
  display: flex;
  gap: 24px;
  width: max-content;
  margin: 80px auto 0;
  transform: none;
}
.backup-page .review-track img {
  display: block;
  width: 570px;
  height: 410px;
  flex: 0 0 570px;
  object-fit: contain;
}
.backup-page .faq {
  min-height: 1121px;
  padding: 120px 0;
  background: #f9fafc;
}
.backup-page .faq > .sync-container {
  width: min(1200px, calc(100% - 48px));
}
.backup-page .faq > .sync-container > .sync-section-title {
  font-size: 36px;
  line-height: 46px;
}
.backup-page .faq-list {
  margin-top: 80px;
  border-top: 1px solid #e5e7eb;
}
.backup-page .faq article {
  border-bottom: 1px solid #e5e7eb;
}
.backup-page .faq button {
  position: relative;
  width: 100%;
  min-height: 104px;
  padding: 40px 48px 40px 0;
  border: 0;
  background: transparent;
  color: #000;
  text-align: left;
  font:
    700 20px/26px "PT Sans",
    Arial;
  cursor: pointer;
}
.backup-page .faq .faq-icon-close {
  position: absolute;
  right: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: url("/resource/images/migrate-google-to-onedrive/faq-down.svg") center 2px / 21px 21px no-repeat;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.backup-page .faq .faq-icon-close:hover {
  background-color: #eee;
}
.backup-page .faq article > div {
  display: none;
  padding: 0 48px 40px 0;
  color: #000;
  font-size: 16px;
  line-height: 21px;
}
.backup-page .faq article:first-child > div {
  width: 100%;
  height: 92px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  word-break: break-word;
  word-wrap: break-word;
}
.backup-page .faq article:first-child > div p {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: normal;
  white-space: pre-wrap;
}
.backup-page .faq article:first-child > div a {
  display: inline;
  color: #0055ff;
}
.backup-page .faq article:first-child > div ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  font-size: 16px;
  line-height: normal;
}
.backup-page .faq article:first-child > div li {
  margin-left: 24px;
  list-style-type: disc;
  font-size: 16px;
  line-height: normal;
}
.backup-page .faq article.open button {
  color: #0055ff;
}
.backup-page .faq article.open .faq-icon-close {
  transform: rotate(180deg);
}
.backup-page .faq article:first-child > div {
  flex-direction: column;
  justify-content: center;
}
.backup-page .final-cta {
  width: min(1280px, calc(100% - 48px));
  height: 500px;
  min-height: 500px;
  margin: 0 auto 120px;
  padding: 60px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 540px;
  gap: 30px;
  align-items: center;
  border-radius: 24px;
  color: #fff;
  background: #021a60;
}
.backup-page .final-cta > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}
.backup-page .final-cta > div > img {
  display: block;
  width: 152px;
  height: 26px;
  object-fit: contain;
  object-position: left;
}
.backup-page .final-cta > img {
  display: block;
  width: 540px;
  height: 380px;
  max-width: 100%;
  object-fit: contain;
}
.backup-page .final-cta h2 {
  max-width: 596px;
  margin: 0;
  font-size: 36px;
  line-height: 49px;
}
.backup-page .final-cta p {
  max-width: 596px;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}
.backup-page .final-cta a {
  display: inline-block;
  margin-top: 0;
  padding: 20px 59px;
  border-radius: 8px;
  color: #fff;
  background: #0055ff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .backup-page .faq article:first-child > div {
    height: auto;
    min-height: 92px;
  }
}
@media (min-width: 768px) {
  .backup-page .sync-section,
  .backup-benefits,
  .backup-guide,
  .compare-drive,
  .manual,
  .feature-vs,
  .full-compare,
  .why,
  .clouds,
  .more-tools,
  .reviews,
  .faq {
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 900px) {
  .backup-page .card-grid,
  .backup-page .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .step-list article {
    grid-template-columns: 45% 1fr;
    gap: 36px;
  }
  .step-list article > img {
    width: 100%;
    height: auto;
  }
  .backup-page .vs-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .backup-page .vs-badge {
    position: relative;
    top: auto;
    left: auto;
    margin: -20px auto 0;
    transform: none;
  }
  .live-report > div {
    grid-template-columns: 1fr;
  }
  .final-cta {
    grid-template-columns: 1fr 40%;
  }
}
@media (max-width: 767px) {
  .backup-page .card-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }
  .step-list article {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .live-report {
    padding: 34px 18px;
  }
  .review-track {
    width: 100%;
    margin: 40px 16px 0;
    transform: none;
  }
  .review-track img {
    width: calc(100vw - 32px);
    height: auto;
  }
  .final-cta {
    width: calc(100% - 32px);
    padding: 40px 24px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .final-cta > img {
    order: -1;
  }
  .final-cta h2 {
    font-size: 30px;
  }
  .backup-page .sync-tool-frame {
    height: 430px;
  }
}

@media (max-width: 767px) {
  .backup-page .sync-hero {
    height: auto;
    min-height: 0;
    padding: 58px 0;
  }
  .backup-page .sync-hero h1 {
    font-size: 36px;
    line-height: 47px;
  }
  .backup-page .sync-hero .hero-copy {
    font-size: 17px;
    line-height: 22px;
  }
  .backup-page .sync-hero .sync-tool-frame {
    height: 430px;
    margin-top: 25px;
  }
  .backup-page .sync-hero .sync-partners {
    gap: 22px;
    flex-wrap: wrap;
  }
  .backup-page .sync-hero .sync-partners img {
    max-width: 105px;
  }
}

@media (max-width: 1100px) {
  .backup-page .step-list article {
    grid-template-columns: 44% 1fr;
    gap: 42px;
  }
  .backup-page .step-list article > .step-image {
    width: 100%;
    height: auto;
    aspect-ratio: 556/328;
  }
  .backup-page .step-list .step-copy {
    width: auto;
  }
  .backup-page .live-report .report-card-body {
    padding: 32px;
  }
  .backup-page .live-report .report-image {
    width: 48%;
    height: auto;
    flex-basis: 48%;
    aspect-ratio: 560/320;
  }
  .backup-page .compare-drive .table-shell {
    overflow-x: auto;
  }
  .backup-page .compare-drive .table-shell table {
    width: 100%;
    min-width: 900px;
  }
  .backup-page .full-compare .table-shell {
    overflow-x: auto;
  }
  .backup-page .full-compare .table-shell table {
    width: 1280px;
    min-width: 1280px;
  }
  .backup-page .more-tools .card-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .backup-page .backup-guide {
    padding-bottom: 62px;
  }
  .backup-page .backup-guide > .sync-container > .sync-section-title {
    font-size: 29px;
    line-height: 37px;
  }
  .backup-page .backup-guide > .sync-container > .sync-section-lead {
    font-size: 16px;
    line-height: 22px;
  }
  .backup-page .step-list {
    gap: 56px;
    margin-top: 56px;
  }
  .backup-page .step-list article {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .backup-page .step-list article > .step-image {
    width: 100%;
    height: auto;
    aspect-ratio: 556/328;
  }
  .backup-page .step-list .step-copy {
    width: 100%;
  }
  .backup-page .step-list h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .backup-page .step-list h3 span {
    white-space: normal;
  }
  .backup-page .step-list article:nth-child(3) h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .backup-page .step-list p {
    line-height: 24px;
  }
  .backup-page .live-report {
    margin-top: 62px;
    padding: 35px 18px;
    border-radius: 18px;
  }
  .backup-page .live-report > h2 {
    font-size: 29px;
    line-height: 37px;
  }
  .backup-page .live-report .report-card {
    border-radius: 18px;
  }
  .backup-page .live-report .report-card-head {
    padding: 20px;
  }
  .backup-page .live-report .report-card-body {
    padding: 28px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .backup-page .live-report .report-image {
    width: 100%;
    height: auto;
    flex-basis: auto;
    aspect-ratio: 560/320;
  }
  .backup-page .live-report .report-metric {
    white-space: normal;
  }
  .backup-page .live-report .report-badge {
    width: 110px;
    height: auto;
  }
  .backup-page .compare-drive {
    padding: 62px 0;
  }
  .backup-page .compare-drive > .sync-container > .sync-section-title {
    font-size: 29px;
    line-height: 37px;
  }
  .backup-page .compare-drive .table-shell {
    margin-top: 48px;
  }
  .backup-page .compare-drive .table-shell table {
    min-width: 760px;
  }
  .backup-page .manual {
    padding: 62px 0;
  }
  .backup-page .manual > .sync-container {
    width: calc(100% - 32px);
  }
  .backup-page .manual > .sync-container > .sync-section-title {
    font-size: 29px;
    line-height: 37px;
  }
  .backup-page .manual-methods {
    margin-top: 56px;
    gap: 56px;
  }
  .backup-page .manual-method {
    gap: 28px;
  }
  .backup-page .manual-method-head {
    padding-bottom: 28px;
  }
  .backup-page .manual-method-head h3 {
    font-size: 24px;
    line-height: 32px;
    white-space: normal;
  }
  .backup-page .manual-steps {
    gap: 20px;
  }
  .backup-page .manual-step h4 {
    font-size: 18px;
    line-height: 24px;
    white-space: normal;
  }
  .backup-page .manual-step p {
    font-size: 15px;
    line-height: 22px;
  }
  .backup-page .manual-step-list p,
  .backup-page .manual-step-list li {
    line-height: 22px;
  }
  .backup-page .manual-callouts {
    padding: 16px;
    gap: 12px;
  }
  .backup-page .manual-callout-row {
    align-items: flex-start;
    gap: 16px;
  }
  .backup-page .manual-callout-items {
    gap: 8px 16px;
  }
  .backup-page .manual-callout-item {
    font-size: 13px;
    line-height: 22px;
    white-space: normal;
  }
  .backup-page .feature-vs {
    padding: 62px 0;
  }
  .backup-page .feature-vs > .sync-container > .sync-section-title {
    font-size: 29px;
    line-height: 37px;
  }
  .backup-page .feature-vs > .sync-container > .sync-section-lead {
    font-size: 16px;
    line-height: 22px;
    white-space: normal;
  }
  .backup-page .vs-grid {
    margin-top: 56px;
  }
  .backup-page .vs-card-header {
    min-height: 112px;
    gap: 16px;
    padding: 16px 20px;
  }
  .backup-page .vs-card-header-icon {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }
  .backup-page .vs-card-header-icon img,
  .backup-page .vs-card-transfer .vs-card-header-icon img,
  .backup-page .vs-card-backup .vs-card-header-icon img {
    top: 50%;
    width: 80px;
    transform: translateY(-50%);
  }
  .backup-page .vs-card-header-copy h3 {
    font-size: 22px;
  }
  .backup-page .vs-card-header-copy p {
    font-size: 15px;
    line-height: 22px;
  }
  .backup-page .vs-card-mechanics {
    gap: 16px;
    padding: 20px 20px 0;
  }
  .backup-page .vs-card-section-title {
    font-size: 17px;
  }
  .backup-page .vs-feature-list {
    gap: 20px;
    padding-bottom: 20px;
  }
  .backup-page .vs-feature-row,
  .backup-page .vs-feature-row-tall {
    height: auto;
    min-height: 56px;
    gap: 12px;
  }
  .backup-page .vs-feature-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }
  .backup-page .vs-feature-copy h5 {
    font-size: 16px;
  }
  .backup-page .vs-feature-copy p {
    font-size: 14px;
    line-height: 22px;
  }
  .backup-page .vs-card-scenarios {
    gap: 16px;
    padding: 24px 20px;
  }
  .backup-page .vs-tag-list {
    gap: 12px;
  }
  .backup-page .vs-tag-list span {
    max-width: 100%;
    padding: 8px 14px;
    font-size: 13px;
    line-height: 20px;
    white-space: normal;
  }
  .backup-page .full-compare {
    padding: 62px 0;
  }
  .backup-page .full-compare .full-compare-intro > .sync-section-title {
    font-size: 29px;
    line-height: 37px;
  }
  .backup-page .full-compare .specs {
    gap: 16px 20px;
    font-size: 14px;
  }
  .backup-page .full-compare .spec-item span {
    font-size: 14px;
  }
  .backup-page .full-compare .table-shell {
    margin-top: 48px;
  }
  .backup-page .full-compare .table-shell table {
    min-width: 1280px;
  }
  .backup-page .why {
    padding: 62px 0;
  }
  .backup-page .why > .sync-container > .sync-section-title {
    font-size: 29px;
    line-height: 37px;
  }
  .backup-page .why-grid {
    grid-template-columns: 1fr;
    margin-top: 56px;
    gap: 16px;
  }
  .backup-page .why-grid article {
    min-height: 0;
    padding: 32px 22px;
  }
  .backup-page .why-grid h3 {
    font-size: 22px;
    line-height: 29px;
  }
  .backup-page .why-grid p {
    font-size: 15px;
    line-height: 22px;
  }
  .backup-page .clouds > .sync-container {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
  }
  .backup-page .more-tools {
    padding: 62px 0;
  }
  .backup-page .more-tools > .sync-container > .sync-section-title {
    font-size: 29px;
    line-height: 37px;
  }
  .backup-page .more-tools > .sync-container > .sync-section-lead {
    font-size: 16px;
    line-height: 22px;
  }
  .backup-page .more-tools .card-grid.three {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 48px;
  }
  .backup-page .more-tools .card-grid.three > a {
    min-height: 0;
    padding: 32px 22px;
  }
  .backup-page .more-tools .card-grid.three > a h3 {
    font-size: 22px;
    line-height: 29px;
  }
  .backup-page .more-tools .card-grid.three > a p {
    font-size: 15px;
    line-height: 22px;
  }
  .backup-page .backup-benefits .card-grid {
    grid-template-columns: 1fr;
  }
  .backup-page .reviews {
    height: auto;
    padding: 62px 0;
    background: #fff;
  }
  .backup-page .reviews > .sync-section-title {
    font-size: 29px;
    line-height: 37px;
  }
  .backup-page .review-track {
    width: calc(100% - 32px);
    margin: 48px 16px 0;
    transform: none;
  }
  .backup-page .review-track img {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
  }
  .backup-page .review-track img + img {
    display: none;
  }
  .backup-page .faq {
    min-height: 0;
    padding: 62px 0;
  }
  .backup-page .faq > .sync-container {
    width: calc(100% - 32px);
  }
  .backup-page .faq > .sync-container > .sync-section-title {
    font-size: 29px;
    line-height: 37px;
  }
  .backup-page .faq-list {
    margin-top: 48px;
  }
  .backup-page .faq button {
    min-height: 80px;
    padding: 26px 42px 26px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .backup-page .faq article > div {
    height: auto;
    min-height: 0;
    padding: 0 0 28px;
    font-size: 15px;
    line-height: 22px;
  }
  .backup-page .faq article:first-child > div {
    min-height: 0;
    padding: 0 0 28px;
  }
  .backup-page .faq article > div p {
    font-size: 15px;
    line-height: 22px;
  }
  .backup-page .faq article > div ul,
  .backup-page .faq article > div li {
    font-size: 15px;
    line-height: 22px;
  }
  .backup-page .final-cta {
    width: calc(100% - 32px);
    height: auto;
    min-height: 0;
    margin-bottom: 62px;
    padding: 40px 24px;
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
  .backup-page .final-cta > div {
    align-items: center;
  }
  .backup-page .final-cta > img {
    order: -1;
    width: 100%;
    height: auto;
  }
  .backup-page .final-cta h2 {
    font-size: 30px;
    line-height: 39px;
  }
  .backup-page .final-cta p {
    font-size: 16px;
    line-height: 23px;
  }
  .backup-page .final-cta a {
    padding: 18px 22px;
    font-size: 17px;
    line-height: 24px;
  }
}

/* The reviews block follows the transfer page's 797px desktop section. */
.backup-page .reviews {
  height: 797px;
  min-height: 797px;
  padding: 120px 0;
  background: #f8f9fa;
}
@media (max-width: 992px) {
  .backup-page .reviews {
    height: auto;
    min-height: 0;
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .backup-page .reviews {
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
