.link{
    color: #0055ff;
}
.link:focus,
.link:hover {
    color: #0055ff;
    /* text-decoration: none!important; */
}

.sync-hero {
    padding: 80px 0;
    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;
    color: #fff;
}

.sync-hero h1:lang(fr) {
    font-size: 50px;
}


.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;
}

.sync-hero .hero-copy>span {
    display: block;
}

.sync-hero .sync-tool-frame {
    display: block;
    width: 1040px;
    max-width: 100%;
    height: 506px;
    margin: 40px auto 0;
}

.sync-hero .sync-go-app {
    margin-top: -18px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.sync-hero .sync-partners {
    margin-top: 40px;
}
.sync-hero a{
      color: #0055ff;
}
.sync-hero a:focus,
.sync-hero a:hover {
    color: #0055ff;
}

.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;
}

@media (max-width: 767px) {
    .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-hero .sync-tool-frame {
        height: 430px;
        margin-top: 25px;
    }

    .sync-hero .sync-partners {
        gap: 22px;
        flex-wrap: wrap;
    }

    .sync-hero .sync-partners img {
        max-width: 105px;
    }
}

/* Backup Dropbox to OneDrive page sections */
.bdo-section {
    padding: 120px 0;
    font-family: "PT Sans", Arial, sans-serif;
    color: #000;
}

.bdo-section:nth-of-type(odd),
.bdo-features,
.bdo-steps,
.bdo-compare {
    background: #f9fafc;
}

.bdo-container {
    width: 1280px;
    max-width: calc(100% - 40px);
}

.bdo-heading {
    max-width: 1280px;
    margin: 0 auto 80px;
    text-align: center;
}

.bdo-heading h2 {
    margin: 0 0 24px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}

.bdo-heading p {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
}

.bdo-section a {
    color: #0055ff;
}

.bdo-why-grid,
.bdo-feature-grid,
.bdo-before-grid {
    display: grid;
    gap: 16px;
}

.bdo-why-grid {
    grid-template-columns: repeat(3, 1fr);
}

.bdo-why-card,
.bdo-feature-grid article,
.bdo-before-grid article {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.bdo-why-image {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.bdo-why-copy {
    display: flex;
    min-height: 253px;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
}
.bdo-why-copy h3{
    text-align: center;
}
.bdo-why-copy h3,
.bdo-before-grid h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}

.bdo-why-copy>p,
.bdo-before-grid p {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: #5d5d5d;
}

.bdo-solution {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: auto !important;
    color: #000 !important;
}

.bdo-solution img {
    width: 24px;
    height: 24px;
    flex: none;
}

.bdo-feature-grid {
    grid-template-columns: repeat(6, 1fr);
}

.bdo-feature-grid article {
    display: flex;
    grid-column: span 2;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 32px 40px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
}

.bdo-feature-grid article>img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.bdo-feature-grid h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}

.bdo-feature-grid p {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: #5d5d5d;
}

.bdo-feature-grid .bdo-feature-wide {
    grid-column: span 3;
}

.bdo-before {
    background: #fff;
}

.bdo-before-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.bdo-before-grid article {
    display: flex;
    min-height: 230px;
    align-items: center;
    padding-right: 24px;
    box-shadow: 0 16px 32px -12px rgba(0, 0, 0, .07), 0 2px 8px rgba(0, 0, 0, .04);
}

.bdo-before-image {
    display: flex;
    width: 240px;
    height: 230px;
    flex: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bdo-before-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bdo-before-grid article>div:last-child {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 15px;
}

.bdo-steps .bdo-heading,
.bdo-compare .bdo-heading {
    max-width: 1010px;
}

.bdo-tabs {
    display: flex;
    width: max-content;
    max-width: 100%;
    min-height: 48px;
    margin: 0 auto 40px;
    padding: 5px;
    border: 1px solid #e8eaef;
    border-radius: 8px;
    background: #fff;
}

.bdo-tabs button {
    position: relative;
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    font: 400 16px/1.3 "PT Sans", Arial, sans-serif;
    color: #000;
    white-space: nowrap;
    cursor: pointer;
}

.bdo-tabs button.active {
    background: #0055ff;
    font-weight: 700;
    color: #fff;
}

.bdo-tabs button .bdo-tab-label {
    position: absolute;
    width: 92px;
    height: 39px;
    top: -22px;
    right: -72px;
    background: url(/resource/images/backup-dropbox-to-onedrive-iw/label-40-clouds.svg) no-repeat center;
    font-size: 13.877px;
    line-height: 34px;
    color: #000;
    font-weight: 700;
}

.bdo-tabs button .bdo-tab-label em {
    color: #05F;
    text-align: center;
    font-family: DIN-BlackItalic;
    font-size: 22.43px;
}

.bdo-tabs button span img {
    display: block;
    width: 100%;
    height: 100%;
}

.bdo-step-board {
    display: flex;
    min-height: 538px;
    padding: 16px;
    border-radius: 18px;
    background: #eef2ff;
}

.bdo-step-list {
    display: flex;
    width: 448px;
    flex: none;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.bdo-step-list article,
.bdo-step-list .bdo-step-card {
    padding: 24px 28px 22px 34px;
    border-radius: 8px 0 0 8px;
    background: #fff;
}

.bdo-step-list .bdo-step-card {
    width: 100%;
    border: 0;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
}

.bdo-step-list article.active,
.bdo-step-list .bdo-step-card.active {
    position: relative;
    box-shadow: 0 18px 16px rgba(34, 88, 246, .13);
}

.bdo-step-list article.active:before,
.bdo-step-list .bdo-step-card.active:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    border-radius: 8px 0 0 8px;
    background: #2258f6;
    content: "";
}

.bdo-step-list h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}

.bdo-step-list .active h3 {
    color: #0055ff;
}

.bdo-step-list p {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

.bdo-step-preview {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 12px rgba(0, 0, 0, .05);
    position: relative;
    z-index: 1;
}

.bdo-step-preview img {
    display: block;
    width: 100%;
    max-width: 768px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.bdo-step-panel[hidden],
.bdo-step-preview img:not(.active) {
    display: none;
}

.bdo-note {
    margin: 40px 0;
    padding: 16px 24px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f9fafc;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

.bdo-cta {
    display: flex;
    width: max-content;
    max-width: 100%;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 40px;
    border-radius: 8px;
    background: #0055ff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
}

.bdo-table-wrap {
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 40px -12px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .05);
}

.bdo-table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.3;
}

.bdo-table th,
.bdo-table td {
    height: 72px;
    padding: 12px 20px;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    text-align: center;
    vertical-align: middle;
}

.bdo-table thead th {
    background: #f9fafc;
    font-weight: 700;
}

.bdo-table tr:nth-child(even) th,
.bdo-table tr:nth-child(even) td {
    background: #f9fafc;
}

.bdo-table th:first-child {
    width: 200px;
    text-align: left;
    font-weight: 700;
}

.bdo-table th:last-child,
.bdo-table td:last-child {
    border-right: 0;
    background: #eef2ff;
}

.bdo-table tbody tr:last-child th,
.bdo-table tbody tr:last-child td {
    border-bottom: 0;
}

.bdo-table td img {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto 2px;
}

.bdo-table td:last-child span {
    color: #155eef;
}

.bdo-table-brand img {
    display: block;
    width: 177px;
    max-width: 100%;
    height: 34px;
    margin: 0 auto;
}

@media (hover: hover) {

    .bdo-why-card,
    .bdo-feature-grid article,
    .bdo-before-grid article {
        transition: transform .2s ease-out;
    }

    .bdo-why-card:hover,
    .bdo-before-grid article:hover {
        transform: translateY(-10px);
    }

    .bdo-feature-grid article:hover {
        transform: translateY(-10px);
    }
}

@media (max-width: 991px) {
    .bdo-section {
        padding: 80px 0;
    }

    .bdo-heading {
        margin-bottom: 50px;
    }

    .bdo-why-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: 0 auto;
    }

    .bdo-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bdo-feature-grid article,
    .bdo-feature-grid .bdo-feature-wide {
        grid-column: span 1;
    }

    .bdo-before-grid {
        grid-template-columns: 1fr;
    }

    .bdo-step-board {
        flex-direction: column;
    }

    .bdo-step-list {
        width: 100%;
    }

    .bdo-step-preview {
        margin: 16px 0 0;
    }
}

@media (max-width: 767px) {
    .bdo-section {
        padding: 58px 0;
    }

    .bdo-container {
        max-width: calc(100% - 30px);
    }

    .bdo-heading {
        margin-bottom: 36px;
    }

    .bdo-heading h2 {
        margin-bottom: 18px;
        font-size: 30px;
    }

    .bdo-heading p {
        font-size: 17px;
        line-height: 1.4;
    }

    .bdo-why-copy {
        min-height: 0;
    }

    .bdo-feature-grid {
        grid-template-columns: 1fr;
    }

    .bdo-feature-grid article,
    .bdo-feature-grid .bdo-feature-wide {
        min-height: 0;
        grid-column: auto;
    }

    .bdo-before-grid {
        gap: 16px;
    }

    .bdo-before-grid article {
        min-height: 0;
        flex-direction: column;
        padding: 0 24px 24px;
        align-items: stretch;
    }

    .bdo-before-image {
        width: 100%;
        height: 200px;
    }

    .bdo-tabs {
        width: 100%;
    }

    .bdo-tabs button {
        width: 50%;
        padding: 0 8px;
        font-size: 14px;
    }

    .bdo-tabs button span {
        right: -12px;
        transform: scale(.75);
        transform-origin: top right;
    }

    .bdo-step-board {
        padding: 10px;
    }

    .bdo-step-list {
        gap: 10px;
    }

    .bdo-step-list article,
    .bdo-step-list .bdo-step-card {
        min-height: 0;
        padding: 18px 18px 18px 26px;
    }

    .bdo-step-preview {
        padding: 8px;
    }

    .bdo-note {
        margin: 24px 0;
        padding: 14px 16px;
    }

    .bdo-cta {
        width: 100%;
        min-height: 56px;
        padding: 0 16px;
        font-size: 18px;
    }

    .bdo-table-wrap {
        margin-right: -15px;
        border-radius: 12px 0 0 12px;
    }
}

/* Common backup methods */
.bdo-methods {
    padding: 120px 0;
    background: #021a60;
}

.bdo-methods>.bdo-container>h2 {
    margin: 0 0 80px;
    font: 700 36px/1.2 "PT Sans", Arial, sans-serif;
    text-align: center;
    color: #fff;
}

.bdo-methods-card {
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
}

.bdo-method-tabs {
    display: flex;
    min-height: 60px;
    background: #0055ff;
}

.bdo-method-tabs button {
    display: flex;
    width: 33.333%;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    border: 0;
    background: transparent;
    font: 700 16px/1.3 "PT Sans", Arial, sans-serif;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.bdo-method-tabs button:not(:last-child) span {
    padding: 0 18px;
    border-right: 1px solid #4e79f8;
    display: block;
    width: 100%;

}


.bdo-method-tabs button:last-child {
    border-right: 0;
}

.bdo-method-tabs button.active {
    border-radius: 16px 16px 0 0;
    background: #fff;
    color: #0055ff;
}

.bdo-method-tabs button.active span {
    border-right: 0;
}

.bdo-method-panel {
    padding: 24px;
}

.bdo-method-panel>h3 {
    margin: 0 0 24px;
    font: 700 24px/1.25 "PT Sans", Arial, sans-serif;
    text-align: center;
    color: #000;
}

.bdo-method-prerequisite {
    margin: -10px 0 24px;
    font-size: 16px;
    line-height: 1.45;
    color: #000;
}

.bdo-methods .bdo-step-board {
    min-height: 480px;
}

.bdo-methods .bdo-step-list {
    justify-content: center;
}

.bdo-methods .bdo-step-card {
    min-height: 108px;
}

.bdo-methods .bdo-step-card h4 {
    margin: 0 0 8px;
    font: 700 16px/1.3 "PT Sans", Arial, sans-serif;
    color: #000;
}

.bdo-methods .bdo-step-card.active h4 {
    color: #0055ff;
}

.bdo-methods .bdo-step-preview {
    height: 480px;
}

.bdo-methods .bdo-step-preview img {
    max-height: 100%;
    object-fit: contain;
}

.bdo-method-note {
    margin-top: 24px;
    padding: 8px 12px;
    border: 1px dashed #facf79;
    border-radius: 16px;
    font-size: 16px;
    line-height: 1.4;
    color: #ff8400;
}

.bdo-method-note li {
    list-style: disc;
}

.bdo-method-note strong {
    font-weight: 700;
}

.bdo-method-note ul {
    margin: 4px 0 0 20px;
    padding: 0;
}

.bdo-method-note a {
    color: inherit;
    text-decoration: underline;
}
.bdo-method-note a:hover{
    color: #0055ff;
}

@media (max-width: 991px) {
    .bdo-methods {
        padding: 80px 0;
    }

    .bdo-methods>.bdo-container>h2 {
        margin-bottom: 48px;
    }

    .bdo-methods .bdo-step-preview {
        height: auto;
    }
}

@media (max-width: 767px) {
    .bdo-methods {
        padding: 58px 0;
    }

    .bdo-methods>.bdo-container>h2 {
        margin-bottom: 32px;
        font-size: 28px;
    }

    .bdo-method-tabs {
        overflow-x: auto;
        align-items: stretch;
    }

    .bdo-method-tabs button {
        width: 220px;
        min-width: 220px;
        font-size: 14px;
    }

    .bdo-method-panel {
        padding: 16px 10px;
    }

    .bdo-method-panel>h3 {
        font-size: 20px;
    }

    .bdo-methods .bdo-step-board {
        min-height: 0;
    }

    .bdo-method-note {
        border-radius: 10px;
        font-size: 14px;
    }
}

/* MultCloud comparison column highlight */
.bdo-table-inner {
    position: relative;
    min-width: 920px;
}

.bdo-table-inner .bdo-table {
    min-width: 0;
}

.bdo-table-last-column-border {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(((100% - 200px) / 3) + 3px);
    box-sizing: border-box;
    border: 2px solid #1d70ec;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(29, 112, 236, .15);
    pointer-events: none;
}


/* Figma 605:10074 — cloud support grid */
.support {
    padding: 120px 0;
}

.support .support-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    color: #000;
    text-align: center;
}

.support .support-desc {
    max-width: 1200px;
    margin: 24px auto 0;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    text-align: center;
}

.support .support-drives {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1280px;
    max-width: 100%;
    gap: 10px 16px;
    margin: 70px auto 0;
}

.support .support-drive-item {
    display: flex;
    width: 200px;
    height: 168px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .05);
    transition: transform .3s;
    text-decoration: none;
}

.support .support-drive-item:hover {
    transform: translateY(-5px);
    text-decoration: none
}

.support .support-drive-item:focus-visible {
    text-decoration: none
}

.support .support-drive-item>img {
    display: block;
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.support .support-drive-item>span {
    display: block;
    height: 22px;
    margin-top: 16px;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
}

.support .more-drives {
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

.support .more-drive-btn {
    display: inline-flex;
    width: 334px;
    height: 64px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: box-shadow .3s;
}

.support .more-drive-btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
}

.support .more-drive-btn>img {
    display: block;
    width: 32px;
    height: 32px;
}

.support .more-drive-btn>span {
    font-size: 20px;
    line-height: 59px;
    color: #000;
}

@media(max-width:1390px) {
    .support {
        padding-right: 24px;
        padding-left: 24px;
    }

    .support .support-drives {
        width: 100%;
    }

    .support .support-drive-item {
        width: auto
    }
}

@media(max-width:1100px) {
    .support .support-drives {
        justify-content: center;
    }

    .support .support-drive-item {
        width: 170px;
    }
}

@media(max-width:900px) {}

@media(max-width:600px) {
    .support {
        padding: 56px 16px;
    }

    .support .support-title {
        width: 100%;
        font-size: 28px;
        line-height: 36px;
    }

    .support .support-desc {
        width: 100%;
        margin-top: 16px;
        font-size: 16px;
        line-height: 22px;
    }

    .support .support-drives {
        width: 100%;
        gap: 10px;
        margin-top: 40px;
    }


    .support .more-drive-btn {
        max-width: 100%;
    }
}

/* Data security */
.bdo-security {
    padding: 120px 0;
    background: #f9fafc;
}

.bdo-security-heading {
    margin: 0 auto 80px;
    text-align: center;
}

.bdo-security-heading h2 {
    margin: 0 0 24px;
    font: 700 36px/1.2 "PT Sans", Arial, sans-serif;
    color: #000;
}

.bdo-security-heading p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #222;
}

.bdo-security-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.bdo-security-grid article {
    display: flex;
    min-height: 388px;
    flex-direction: column;
    align-items: center;
    padding: 40px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 16px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .04);
    text-align: center;
    transition: transform .2s ease-out;
}

.bdo-security-grid article:hover {
    transform: translateY(-10px);
}

.bdo-security-grid img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 0 24px;
    object-fit: contain;
}

.bdo-security-grid h3 {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}

.bdo-security-grid p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #5d5d5d;
}

.bdo-security-grid p span {
    color: #0055ff;
}

@media (max-width: 991px) {
    .bdo-security {
        padding: 80px 0;
    }

    .bdo-security-heading {
        margin-bottom: 48px;
    }

    .bdo-security-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .bdo-security {
        padding: 58px 0;
    }

    .bdo-security-heading {
        margin-bottom: 32px;
    }

    .bdo-security-heading h2 {
        font-size: 28px;
    }

    .bdo-security-heading p {
        font-size: 16px;
    }

    .bdo-security-grid {
        grid-template-columns: 1fr;
    }

    .bdo-security-grid article {
        min-height: 0;
    }
}


/* Figma 605:10075 — exact review carousel geometry */
 .gpdb-reviews {
    box-sizing: border-box;
    height: 797px;
    min-height: 797px;
    padding: 120px 0;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

 .gpdb-reviews .sync-section-title {
    width: 411px;
    height: 47px;
    margin: 0 auto 80px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    white-space: nowrap;
    text-align: center;
}

 .gpdb-reviews .gpdb-review-wrap {
    position: relative;
    width: 100vw;
    height: 435px;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
}

 .gpdb-reviews .gpdb-review-wrap::before,
 .gpdb-reviews .gpdb-review-wrap::after {
    position: absolute;
    z-index: 2;
    top: -52px;
    width: 600px;
    height: 540px;
    content: "";
    pointer-events: none;
}

 .gpdb-reviews .gpdb-review-wrap::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, #fff 46%, rgba(255, 255, 255, 0) 100%)
}

 .gpdb-reviews .gpdb-review-wrap::after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, #fff 46%, rgba(255, 255, 255, 0) 100%)
}

 .gpdb-reviews .gpdb-review-track {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    width: 1920px;
    height: 435px;
    gap: 24px;
    padding: 0;
    overflow: hidden;
    transform: translateX(-50%);
}

 .gpdb-reviews .gpdb-review-track article {
    display: flex;
    width: 570px;
    height: 435px;
    min-height: 435px;
    flex: 0 0 570px;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid #e6e8e9;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
    text-align: left;
}

 .gpdb-reviews .review-card-body {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 16px
}

 .gpdb-reviews .review-head {
    display: flex;
    height: 61px;
    flex: 0 0 61px;
    align-items: center;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e6e8e9
}

 .gpdb-reviews .review-head i {
    display: flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #8d6e63;
    color: #fff;
    font-size: 16px;
    font-style: normal
}

 .gpdb-reviews article:nth-child(2) .review-head i {
    background: #83648d
}

 .gpdb-reviews article:nth-child(3) .review-head i {
    background: #004d40
}

 .gpdb-reviews .review-identity {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 4px
}

 .gpdb-reviews .review-identity b {
    display: block;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}

 .gpdb-reviews .review-subline {
    display: flex;
    width: 100%;
    gap: 16px;
    color: #666;
    font-size: 14px;
    line-height: 1.2
}

 .gpdb-reviews .review-location {
    color: #666
}

 .gpdb-reviews .review-details {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #e6e8e9
}

 .gpdb-reviews .review-details-top {
    display: flex;
    flex-direction: column;
    gap: 16px
}

 .gpdb-reviews .stars {
    display: flex;
    width: 100%;
    height: 24px;
    align-items: center;
    gap: 2px;
    margin: 0
}

 .gpdb-reviews .stars img {
    width: 24px;
    height: 24px
}

 .gpdb-reviews .stars time {
    margin-left: auto;
    color: #666;
    font-size: 14px;
    line-height: 1.2
}

 .gpdb-reviews .review-details h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px
}

 .gpdb-reviews .review-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #000;
    font-size: 16px;
    line-height: 22px
}

 .gpdb-reviews .review-copy p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 22px
}

 .gpdb-reviews .review-tags {
    display: flex;
    gap: 8px;
    align-items: center;
    height: 24px
}

 .gpdb-reviews .review-tags span {
    display: flex;
    height: 24px;
    align-items: center;
    padding: 2px 6px;
    border-radius: 4px;
    background: #e7e7e6;
    color: #000;
    font-size: 14px;
    line-height: 20px
}

 .gpdb-reviews .review-actions {
    display: flex;
    width: 100%;
    height: 17px;
    align-items: flex-end;
    justify-content: space-between
}

 .gpdb-reviews .review-action-list {
    display: flex;
    gap: 24px
}

 .gpdb-reviews .review-action {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #666;
    font-size: 14px
}

 .gpdb-reviews .review-action img,
 .gpdb-reviews .review-report {
    width: 16px;
    height: 16px;
    object-fit: contain
}

 .gpdb-reviews .gpdb-review-wrap>button {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 64px;
    height: 64px;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
    transform: translateY(-50%)
}

 .gpdb-reviews .gpdb-review-wrap>.review-prev {
    left: calc(50% - 641px)
}

 .gpdb-reviews .gpdb-review-wrap>.review-next {
    right: calc(50% - 641px);
    transform: rotate(180deg);
}

 .gpdb-reviews .gpdb-review-wrap>button img {
    width: 40px;
    height: 40px
}

 .gpdb-reviews .gpdb-review-wrap>button:hover {
    border-color: #05f;
    background: linear-gradient(90deg, #4784ff, #05f);
}

 .gpdb-reviews .gpdb-review-wrap>button:hover img {
    filter: brightness(0) invert(1) !important
}

@media(max-width:900px) {
     .gpdb-reviews {
        height: auto;
        min-height: 0;
        padding: 80px 0
    }

     .gpdb-reviews .sync-section-title {
        width: auto;
        height: auto;
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 40px;
        white-space: normal
    }

     .gpdb-reviews .gpdb-review-wrap {
        height: 435px
    }

     .gpdb-reviews .gpdb-review-track {
        width: 100%;
        left: 0;
        transform: none;
        overflow-x: auto;
        padding: 0 42px
    }

     .gpdb-reviews .gpdb-review-track article {
        width: calc(100vw - 116px);
        flex-basis: calc(100vw - 116px)
    }

     .gpdb-reviews .gpdb-review-wrap>.review-prev {
        left: 0
    }

     .gpdb-reviews .gpdb-review-wrap>.review-next {
        right: 0
    }
}


/* Figma 605:10287 — FAQ */
 .faq {
    padding: 120px 0;
    background: #f9fafc;
}

 .faq .sync-section-title {
    margin: 0;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
}

 .faq .sync-container {
    max-width: 1200px;
    margin: 0 auto;
}

 .faq .faq-list {
    width: 100%;
    margin: 80px auto 0;
    border-top: 0;
}

 .faq .faq-list article {
    display: flex;
    flex-direction: column;
    padding: 40px 0 39px;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
}

 .faq .faq-list article button {
    position: relative;
    display: flex;
    width: 100%;
    height: 32px;
    min-height: 32px;
    align-items: center;
    padding: 0 52px 0 0;
    border: 0;
    background: transparent;
    color: #000;
    font: 700 20px/26px "PT Sans", Arial, sans-serif;
    text-align: left;
    cursor: pointer;
}

 .faq .faq-list article button::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    content: "";
    background: url("/resource/images/backup-icloud-photos-to-google-drive-iw/faq-down.svg") no-repeat;
    transition: transform .2s ease;
}

 .faq .faq-list article.open button {
    color: #05f;
}

 .faq .faq-list article.open button::after {
    transform: rotate(180deg);
}

 .faq .faq-list article>div {
    margin-top: 40px;
    padding: 0 52px 0 0;
    color: #000;
    font-size: 16px;
    line-height: 21px;
    cursor: auto;
}

@media(max-width:600px) {
     .faq {
        height: auto;
        min-height: 0;
        padding: 56px 16px;
    }

     .faq .sync-container {
        width: 100%;
        margin: 0;
    }

     .faq .sync-section-title {
        height: auto;
        margin: 0;
        font-size: 28px;
        line-height: 36px;
    }

     .faq .faq-list {
        margin-top: 48px
    }

     .faq .faq-list article {
        padding: 28px 0 27px
    }

     .faq .faq-list article button {
        height: auto;
        min-height: 32px;
        padding: 0 40px 0 0;
        font-size: 18px;
        line-height: 24px
    }

     .faq .faq-list article>div {
        margin-top: 28px;
        padding: 0 40px 0 0;
        font-size: 15px;
        line-height: 22px
    }
}


/* Figma 605:10355 — final CTA */
 .gpdb-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0 0 120px;
    border-radius: 0;
    background: #f9fafc;
    color: #fff;
}

 .gpdb-cta .gpdb-cta-card {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    padding: 60px 72px;
    border-radius: 24px;
    background: #021a60;
}

 .gpdb-cta .gpdb-cta-copy {
    flex: 1 1 0;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

 .gpdb-cta .gpdb-cta-copy>img {
    display: block;
    flex-shrink: 0;
    width: 152px;
    height: 26px;
    object-fit: contain;
    object-position: left center;
}

 .gpdb-cta h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 98px;
    margin: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    overflow-wrap: break-word;
}

 .gpdb-cta p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 52px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0;
}

 .gpdb-cta .gpdb-cta-copy>a {
    display: flex;
    flex-shrink: 0;
    height: 64px;
    margin: 0;
    align-items: center;
    justify-content: center;
    padding: 20px 59px;
    border-radius: 8px;
    background: #05f;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

 .gpdb-cta .gpdb-cta-art {
    position: relative;
    flex: 0 0 540px;
    width: 540px;
    height: 380px;
    max-width: 100%;
    overflow: hidden;
}

 .gpdb-cta .gpdb-cta-art-group {
    position: absolute;
    top: 6.05%;
    right: 3.89%;
    bottom: 8.42%;
    left: 10%;
}

 .gpdb-cta .gpdb-cta-art img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
}

@media(max-width:900px) {
     .gpdb-cta .gpdb-cta-card {
        height: auto;
        min-height: 500px;
    }

     .gpdb-cta .gpdb-cta-art {
        flex-basis: 40%;
        width: 40%;
        height: auto;
        aspect-ratio: 540 / 380;
    }
}

@media(max-width:600px) {
     .gpdb-cta {
        padding-bottom: 56px
    }

     .gpdb-cta .gpdb-cta-card {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: calc(100% - 32px);
        height: auto;
        min-height: 0;
        padding: 40px 24px;
        gap: 28px;
        text-align: center;
    }

     .gpdb-cta .gpdb-cta-copy {
        align-items: center;
        flex: 0 0 auto;
        width: 100%;
    }

     .gpdb-cta .gpdb-cta-art {
        order: -1;
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        aspect-ratio: 540 / 380;
    }

     .gpdb-cta h2 {
        height: auto;
        min-height: 0;
        font-size: 30px;
        line-height: 39px;
        text-align: center;
    }

     .gpdb-cta p {
        height: auto;
        min-height: 0;
        font-size: 16px;
        line-height: 23px;
        text-align: center;
    }

     .gpdb-cta .gpdb-cta-copy>a {
        margin: 0 auto;
        padding: 18px 22px;
        font-size: 17px;
        line-height: 24px;
    }
}
