/* Dropbox to OneDrive sync landing page */ 
.sync-page {
  --sync-blue: #0055ff;
  --sync-dark: #021a60;
  --sync-muted: #5d5d5d;
  --sync-line: #e5e7eb;
  --sync-soft: #f9fafc;
  color: #000;
  font-family: "PT Sans", Arial, sans-serif;
  overflow: hidden;
}
.sync-page *, .sync-page *::before, .sync-page *::after { box-sizing: border-box; }
.sync-page a { color: var(--sync-blue); text-decoration: none; }
.sync-page h1, .sync-page h2, .sync-page h3, .sync-page h4, .sync-page p { margin: 0; }
.sync-container { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.sync-section { padding: 120px 0; }
.sync-section-title { font-size: 36px; line-height: 47px; text-align: center; font-weight: 700; }
.sync-page .sync-section-lead { max-width: 1080px; margin: 24px auto 0; font-size: 18px; line-height: 23px; text-align: center; color: var(--sync-muted); }

.sync-hero {
  height: 913px;
  padding: 80px 0 66px;
  color: #fff;
  background: #021a60 url("/resource/images/sync-dropbox-to-onedrive/hero-bg.png") center/cover no-repeat;
}
.sync-hero h1 { font-size: 56px; line-height: 73px; text-align: center; font-weight: 700; }
.sync-hero .hero-copy { margin-top: 16px; font-size: 18px; line-height: 23px; text-align: center; color: #fff; }
.sync-tool-frame { display: block; width: 1040px; max-width: 100%; height: 506px; margin: 40px auto 0; }
.sync-page .sync-go-app { margin-top: -18px; text-align: center; font-size: 14px; line-height: 18px; }
.sync-partners { display: flex; align-items: center; justify-content: center; gap: 60.038px; margin-top: 40px; }
.sync-partners img { display: block; flex: none; opacity: .5; }
.sync-partners img:nth-child(1) { width: 93.358px; height: 26.677px; }
.sync-partners img:nth-child(2) { width: 73.436px; height: 23.094px; }
.sync-partners img:nth-child(3) { width: 158.519px; height: 32px; }
.sync-partners img:nth-child(4) { width: 104.595px; height: 16.79px; }
.sync-partners img:nth-child(5) { width: 106.697px; height: 26.677px; }

.sync-pain { background: #fff; }
.sync-pain-heading { width: 1205px; max-width: 100%; height: 129.304px; margin: 0 auto 80px; text-align: center; }
.sync-pain-heading h2 { font-size: 36px; line-height: 47px; font-weight: 700; }
.sync-pain-heading p { margin-top: 16px; font-size: 18px; line-height: 23px; color: #000; }
.sync-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.sync-pain-card { overflow: hidden; border: 0; border-radius: 16px; background: #fff; box-shadow: inset 0 0 0 1px var(--sync-line), 0 10px 20px rgba(0,0,0,.05); }
.sync-pain-card > img { width: 100%; height: 274px; object-fit: cover; display: block; }
.sync-pain-card:nth-child(-n+2) { height: 524px; }
.sync-pain-card:nth-child(n+3) { height: 536px; }
.sync-pain-card-body { height: calc(100% - 274px); padding: 24px; display: flex; flex-direction: column; gap: 24px; }
.sync-pain-card h3 { font-size: 24px; line-height: 28px; }
.sync-pain-card h3 a { color: inherit; }
.sync-pain-card .quote { height: 84px; color: var(--sync-muted); font-size: 16px; line-height: 21px; }
.sync-solution { display: flex; align-items: flex-start; gap: 8px; font-size: 16px; line-height: 21px; }
.sync-pain-card:nth-child(n+3) .sync-solution { font-size: 14px; line-height: 18px; }
.sync-solution > img { flex: 0 0 24px; width: 24px; height: 24px; }
.sync-solution > span { flex: 1; min-width: 0; }

.sync-report { padding: 0; }
.sync-report-box { height: 637px; padding: 60px; color: #fff; background: var(--sync-dark); border-radius: 24px; }
.sync-report-title { font-size: 36px; line-height: 46px; text-align: center; }
.sync-page .sync-report-subtitle { margin: 24px 0; text-align: center; color: #87c2ff; font-size: 14px; line-height: 18px; }
.sync-tests { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.sync-test { overflow: hidden; border-radius: 24px; color: #000; background: #fff; }
.sync-test-head { position: relative; height: 101px; display: flex; align-items: center; gap: 16px; padding: 24px; background: #eef2ff; border-bottom: 3px solid #2664f7; }
.sync-test-head > img { width: 52px; height: 52px; }
.sync-test-head h3 { font-size: 20px; line-height: 26px; }
.sync-test-head p { margin-top: 4px; font-size: 18px; line-height: 23px; }
.sync-verified { position: absolute; right: -14px; top: -18px; width: 100px !important; height: 100px !important; transform: rotate(-18deg); }
.sync-test-list { display: grid; gap: 16px; padding: 40px; list-style: none; margin: 0; font-size: 14px; font-weight: 700; }
.sync-test-list li { display: flex; align-items: center; gap: 8px; line-height: 24px; }
.sync-test-list li > img { flex: 0 0 24px; width: 24px; height: 24px; }
.sync-test-list .speed { color: #2d62ff; }

.sync-steps { background: #fff; }
.sync-steps .sync-section-title { line-height: 46px; }
.sync-step-list { display: grid; gap: 80px; margin-top: 80px; }
.sync-step { display: grid; grid-template-columns: 556px 1fr; gap: 80px; align-items: center; }
.sync-step.reverse { grid-template-columns: 1fr 556px; }
.sync-step-image { width: 556px; height: 328px; object-fit: contain; display: block; }
.sync-steps .sync-section-lead { line-height: 24px; }
.sync-step h3 { font-size: 32px; line-height: 42px; }
.sync-step p { margin-top: 24px; font-size: 16px; line-height: 21px; }
.sync-primary-btn { display: table; margin: 80px auto 0; padding: 20px 59px; border-radius: 8px; background: var(--sync-blue); color: #fff !important; font-size: 18px; line-height: 24px; font-weight: 700; text-align: center; }

.sync-advanced { background: var(--sync-dark); color: #fff; }
.sync-advanced .sync-section-lead { color: #fff; }
.sync-advanced-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; margin-top: 80px; }
.sync-advanced-card { padding: 40px; border: 1px solid var(--sync-line); border-radius: 16px; background: #fff; color: #000; text-align: center; box-shadow: 0 10px 10px rgba(0,0,0,.05); }
.sync-advanced-card:nth-child(-n+2) { min-height: 278px; }
.sync-advanced-card:nth-child(n+3) { min-height: 257px; }
.sync-advanced-card img { width: 40px; height: 40px; display: block; margin: 0 auto 24px; }
.sync-advanced-card h3 { font-size: 20px; line-height: 26px; }
.sync-advanced-card p { margin-top: 24px; color: var(--sync-muted); font-size: 16px; line-height: 21px; }

.sync-compare { background: var(--sync-soft); }
.sync-methods { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-top: 80px; }
.sync-method { position: relative; min-height: 272px; padding: 40px 24px 24px; border: 1px solid var(--sync-line); border-radius: 14px; background: #fff; box-shadow: 0 8px 16px rgba(17,24,39,.06); }
.sync-method.recommended { border-color: #62e5ad; background: #effcf7; }
.sync-method h3 { font-size: 20px; line-height: 26px; }
.sync-method-logo { display: block; width: 178px; height: 34px; object-fit: contain; object-position: left center; }
.sync-method .method-sub { margin-top: 7px; color: #777; font-size: 14px; line-height: 18px; }
.sync-method ul { display: grid; gap: 10px; padding: 0; margin: 22px 0 0; list-style: none; font-size: 14px; }
.sync-method li { position: relative; padding-left: 22px; line-height: 1.25; }
.sync-method li::before { content: ""; position: absolute; left: 0; top: 1px; width: 16px; height: 16px; background: url("/resource/images/sync-dropbox-to-onedrive/x.svg") center/16px 16px no-repeat; }
.sync-method.recommended li { color: #008d4c; font-weight: 700; }
.sync-method.recommended li::before { background-image: url("/resource/images/sync-dropbox-to-onedrive/check.svg"); }
.sync-badge { position: absolute; top: 10px; right: 10px; padding: 6px 10px; border-radius: 20px; color: #087b46; background: #c8f3dc; font-size: 12px; }
.sync-compare-toggle { display: block; margin: 26px auto 0; padding: 0; border: 0; background: transparent; color: var(--sync-blue); cursor: pointer; font: inherit; font-size: 18px; line-height: 23px; }
.sync-compare-table-wrap { max-height: 0; overflow: hidden; opacity: 0; transform: translateY(-8px); transition: max-height .45s ease, opacity .3s ease, transform .3s ease; }
.sync-compare-table-wrap.open { max-height: 900px; opacity: 1; transform: translateY(0); }
.sync-compare:has(.sync-compare-table-wrap.open) { height: auto; }
.sync-compare-table-shell { position: relative; margin-top: 24px; border: 1px solid var(--sync-line); border-radius: 16px; background: #fff; box-shadow: 0 16px 34px rgba(15,23,42,.12); overflow-x: auto; }
.sync-compare-table-shell::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; left: 16%; width: 30%; border: 2px solid #2563eb; border-radius: 16px; box-shadow: 0 4px 16px rgba(29,112,236,.15); pointer-events: none; }
.sync-compare-table { width: 100%; min-width: 930px; border-collapse: separate; border-spacing: 0; font-size: 14px; line-height: 18px; text-align: center; }
.sync-compare-table th, .sync-compare-table td { height: 72px; padding: 12px 16px; border-right: 1px solid var(--sync-line); border-bottom: 1px solid var(--sync-line); vertical-align: middle; }
.sync-compare-table tr:last-child > * { border-bottom: 0; }
.sync-compare-table tr > *:last-child { border-right: 0; }
.sync-compare-table th:first-child { width: 16%; text-align: left; }
.sync-compare-table .mc-col { width: 30%; background: #eef2ff; }
.sync-compare-table thead .mc-col { border-radius: 16px 16px 0 0; }
.sync-compare-table tbody tr:last-child .mc-col { border-radius: 0 0 16px 16px; }
.sync-table-logo { width: 144px; height: 28px; object-fit: contain; }
.sync-pill { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; border-radius: 18px; font-weight: 700; }
.sync-pill::before, .sync-pill::after { content: none !important; display: none !important; background: none !important; }
.sync-pill > img { flex: 0 0 16px; width: 16px; height: 16px; display: block; }
.sync-pill.yes { color: #008d4c; background: #dff9ec; }
.sync-pill.no { color: #f04444; background: #ffe2e2; }

.sync-security { background: #fff; }
.sync-security-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; margin-top: 80px; }
.sync-security-card { height: 244px; padding: 24px 40px; border: 1px solid var(--sync-line); border-radius: 16px; text-align: center; box-shadow: 0 10px 20px rgba(0,0,0,.05); }
.sync-security-icon { width: 60px; height: 60px; margin: 0 auto 12px; display: grid; place-items: center; border-radius: 12px; }
.sync-security-icon.shield { background: #eef2ff; }
.sync-security-icon.lock { background: #ecfdf5; }
.sync-security-icon.key { background: #f5f3ff; }
.sync-security-icon.eye { background: #fffbeb; }
.sync-security-icon img { width: 30px; height: 30px; }
.sync-security-card h3 { font-size: 20px; line-height: 26px; }
.sync-security-card p { max-width: 540px; margin: 12px auto 0; color: var(--sync-muted); font-size: 14px; line-height: 18px; }

.sync-reviews { height: 797px; padding: 120px 0 0; background: var(--sync-soft); }
.sync-review-stage { position: relative; width: calc(100% - 60px); max-width: 1860px; height: 431px; margin: 79px auto 0; overflow: hidden; }
.sync-review-track { position: absolute; left: 50%; top: 0; display: flex; gap: 20px; width: max-content; transform: translateX(-50%); will-change: transform; }
.sync-review-track.is-animating { transition: transform 450ms cubic-bezier(.4, 0, .2, 1); }
.sync-review-track img { flex: 0 0 600px; width: 600px; height: 431px; object-fit: contain; }
.sync-review-fade { position: absolute; z-index: 2; top: 0; bottom: 0; width: 33%; pointer-events: none; }
.sync-review-fade.left { left: 0; background: linear-gradient(90deg, #f8f9fa 0%, #f8f9fa 46%, rgba(248,249,250,0) 100%); }
.sync-review-fade.right { right: 0; background: linear-gradient(270deg, #f8f9fa 0%, #f8f9fa 46%, rgba(248,249,250,0) 100%); }
.sync-review-arrow { position: absolute; z-index: 3; top: 201.5px; width: 64px; height: 64px; padding: 0; display: grid; place-items: center; border: 1px solid #e5e7eb; border-radius: 32px; background: #fff; cursor: pointer; }
.sync-review-arrow.prev { left: 10%; }
.sync-review-arrow.next { right: 10%; }
.sync-review-arrow img { display: block; width: 40px; height: 40px; }
.sync-review-arrow.next img { transform: rotate(180deg); }
.sync-review-arrow:focus-visible { outline: 3px solid rgba(45,98,255,.35); outline-offset: 3px; }

.sync-clouds { background: #fff; }
.sync-clouds .sync-container { width: min(1358px, calc(100% - 48px)); }
.sync-cloud-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; margin-top: 80px; }
.sync-cloud { min-height: 140px; padding: 22px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--sync-line); border-radius: 14px; color: #000 !important; text-align: center; background: #fff; }
.sync-cloud img { width: 54px; height: 54px; object-fit: contain; }
.sync-cloud span { font-size: 16px; line-height: 21px; }
.sync-clouds .more-drives { margin-top: 40px; text-align: center; }
.sync-clouds .more-drive-btn { width: 334px; max-width: 100%; height: 64px; line-height: 64px; border-radius: 16px; background: #fff; border: 1px solid #e6e8e9; color: #000; display: inline-block; cursor: pointer; }
.sync-clouds .more-drive-btn:hover { box-shadow: 0 10px 20px rgba(0,0,0,.05); }
.sync-clouds .more-drive-btn > img { display: inline-block; width: 32px; height: 32px; margin-right: 8px; vertical-align: middle; }
.sync-clouds .more-drive-btn > span { display: inline-block; vertical-align: middle; }

.sync-faq-section { background: var(--sync-soft); }
.sync-faq-list { width: min(1200px, 100%); margin: 80px auto 0; border-top: 1px solid var(--sync-line); }
.sync-faq-item { border-bottom: 1px solid var(--sync-line); }
.sync-faq-question { position: relative; width: 100%; height: 112px; padding: 0 52px 0 0; display: flex; align-items: center; border: 0; background: transparent; color: #000; cursor: pointer; font: inherit; font-size: 20px; line-height: 26px; font-weight: 700; text-align: left; }
.sync-faq-question::after { content: ""; position: absolute; right: 8px; top: 50%; width: 10px; height: 10px; margin-top: -7px; border-right: 2px solid #7d8799; border-bottom: 2px solid #7d8799; transform: rotate(45deg); transition: transform .2s ease; }
.sync-faq-item.open .sync-faq-question { color: var(--sync-blue); }
.sync-faq-item.open .sync-faq-question::after { border-color: var(--sync-blue); transform: rotate(225deg); }
.sync-faq-item.open .sync-faq-question { height: 72px; }
.sync-faq-answer { display: none; height: 122px; padding: 0 52px 40px 0; font-size: 16px; line-height: 21px; color: var(--sync-muted); }
.sync-faq-item.open .sync-faq-answer { display: block; }

.sync-final-cta { padding: 0 0 120px; background: var(--sync-soft); }
.sync-final-box { height: 500px; padding: 60px 72px; display: grid; grid-template-columns: 1fr 540px; align-items: center; gap: 30px; border-radius: 24px; color: #fff; background: var(--sync-dark); }
.sync-final-logo { width: 152px; height: 26px; object-fit: contain; object-position: left; }
.sync-final-box h2 { max-width: 596px; margin-top: 16px; font-size: 36px; line-height: 49px; }
.sync-final-box p { max-width: 596px; margin-top: 16px; font-size: 18px; line-height: 1.45; color: #fff; }
.sync-final-box .sync-primary-btn { margin: 28px 0 0; }
.sync-final-art { width: 540px; max-width: 100%; }

@media (min-width: 768px) {
  .sync-pain { height: 1533px; }
  .sync-report { height: 637px; }
  .sync-steps { height: 1702px; }
  .sync-advanced { height: 996px; }
  .sync-compare { height: 734px; }
  .sync-security { height: 914px; }
  .sync-clouds { min-height: 1109px; }
  .sync-faq-section { height: 1121px; }
}

@media (max-width: 1100px) {
  .sync-section { padding: 86px 0; }
  .sync-step, .sync-step.reverse { grid-template-columns: 46% 1fr; gap: 45px; }
  .sync-step-image { width: 100%; height: auto; }
  .sync-cloud-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .sync-final-box { grid-template-columns: 1fr 43%; }
}
@media (max-width: 767px) {
  .sync-container { width: calc(100% - 32px); }
  .sync-section { padding: 62px 0; }
  .sync-section-title, .sync-report-title { font-size: 29px; line-height: 37px; }
  .sync-page .sync-section-lead { font-size: 16px; line-height: 22px; }
  .sync-hero { height: auto; min-height: 0; padding: 58px 0; }
  .sync-hero h1 { font-size: 36px; line-height: 47px; }
  .sync-hero .hero-copy { font-size: 17px; line-height: 22px; }
  .sync-tool-frame { height: 430px; margin-top: 25px; }
  .sync-page .sync-go-app { margin-top: -18px; }
  .sync-partners { gap: 22px; flex-wrap: wrap; }
  .sync-partners img { max-width: 105px; }
  .sync-pain-heading { height: auto; margin-bottom: 42px; }
  .sync-pain-heading h2 { font-size: 29px; line-height: 37px; }
  .sync-pain-heading p { margin-top: 16px; font-size: 16px; line-height: 22px; }
  .sync-card-grid, .sync-tests, .sync-advanced-grid, .sync-methods, .sync-security-grid { grid-template-columns: 1fr; }
  .sync-pain-card > img { height: 210px; }
  .sync-pain-card:nth-child(n) { height: auto; }
  .sync-pain-card-body { height: auto; min-height: 250px; }
  .sync-report { height: auto; padding-bottom: 62px; }
  .sync-report-box { height: auto; padding: 35px 18px; border-radius: 18px; }
  .sync-test-list { padding: 28px; }
  .sync-step-list { gap: 56px; margin-top: 56px; }
  .sync-step, .sync-step.reverse { display: flex; flex-direction: column; gap: 28px; }
  .sync-step.reverse .sync-step-copy { order: 2; }
  .sync-step.reverse .sync-step-image { order: 1; }
  .sync-step h3 { font-size: 26px; }
  .sync-primary-btn { width: 100%; padding: 18px 22px; }
  .sync-advanced-grid, .sync-security-grid { margin-top: 52px; }
  .sync-advanced-card, .sync-security-card { height: auto; padding: 32px 22px; }
  .sync-methods { gap: 16px; }
  .sync-cloud-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
  .sync-reviews { height: auto; padding: 62px 0; }
  .sync-review-stage { width: calc(100% - 32px); height: auto; margin-top: 45px; overflow: visible; }
  .sync-review-track { position: static; width: 100%; transform: none; }
  .sync-review-track img { width: 100%; height: auto; flex-basis: 100%; }
  .sync-review-track img:nth-child(n+2), .sync-review-fade, .sync-review-arrow { display: none; }
  .sync-faq-list { margin-top: 45px; }
  .sync-faq-question { height: auto; min-height: 80px; padding: 26px 42px 26px 0; font-size: 18px; }
  .sync-faq-item.open .sync-faq-question { height: auto; }
  .sync-faq-answer { height: auto; padding-right: 0; }
  .sync-final-cta { padding-bottom: 62px; }
  .sync-final-box { height: auto; min-height: 0; padding: 45px 24px; grid-template-columns: 1fr; text-align: center; }
  .sync-final-logo { margin: auto; }
  .sync-final-box h2 { font-size: 38px; }
  .sync-final-box .sync-primary-btn { margin: 28px auto 0; }
  .sync-final-art { order: -1; margin: auto; }
}
