@import url("/resource/css/backup-dropbox-to-google-drive.css");

.gpdb-page {
    font-family: "PT Sans", Arial, sans-serif;
    color: #000
}

.gpdb-page * {
    box-sizing: border-box
}

.gpdb-page a {
    /* color: #0055ff */
}

/* 
.gpdb-page a:hover,
.gpdb-page a:focus-visible {
    color: #0055ff;
    text-decoration: underline;
} */

.gpdb-page .sync-section {
    padding: 120px 24px
}

.gpdb-page .sync-container {
    max-width: 1280px
}

.gpdb-page .sync-section-title {
    font-size: 36px;
    line-height: 1.22;
    margin-bottom: 24px
}

.gpdb-page .sync-section-lead {
    max-width: 1220px;
    font-size: 18px;
    line-height: 1.55;
    margin: 0 auto 80px
}

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

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

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

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

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

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

.gpdb-page .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-page .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-page .gpdb-reviews .review-card-body {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 16px
}

.gpdb-page .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-page .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-page .gpdb-reviews article:nth-child(2) .review-head i {
    background: #83648d
}

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

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

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

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

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

.gpdb-page .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-page .gpdb-reviews .review-details-top {
    display: flex;
    flex-direction: column;
    gap: 16px
}

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

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

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

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

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

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

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

.gpdb-page .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-page .gpdb-reviews .review-actions {
    display: flex;
    width: 100%;
    height: 17px;
    align-items: flex-end;
    justify-content: space-between
}

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

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

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

.gpdb-page .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-page .gpdb-reviews .gpdb-review-wrap>.review-prev {
    left: calc(50% - 641px)
}

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

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

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

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

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

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

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

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

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

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

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

.sync-hero {
    background: #021a60 url("/resource/images/sync-dropbox-to-onedrive/hero-bg.png") center/cover no-repeat;
}
.sync-hero a{
    color: #1f4fdd;
}
.sync-hero h1 {
    font-size: 56px;
    line-height: 73px;
    text-align: center;
    font-weight: 700;
}

.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;
    line-height: 1.5;
}

.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:focus,
.sync-hero a:hover {
    color: #0055ff;
    text-decoration: underline;
}

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

.gpdb-lightbox {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgba(0, 0, 0, .82)
}

.gpdb-lightbox.open {
    display: flex
}

.gpdb-lightbox>img {
    max-width: 94vw;
    max-height: 88vh;
    border-radius: 10px;
    background: #fff
}

.gpdb-lightbox button {
    position: absolute;
    right: 24px;
    top: 18px;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer
}

.gpdb-lightbox button img {
    display: block;
    width: 32px;
    height: 32px;
    pointer-events: none
}


/* Figma 605:9451 — feature grid */

.gpdb-page .gpdb-followup {
    padding: 120px 0;
    font-family: "PT Sans", Arial, sans-serif;

}



.gpdb-page .gpdb-followup:nth-of-type(even) {
    background: #f9fafc
}

.gpdb-followup .sync-container {
    width: min(1280px, calc(100% - 48px));
    max-width: none
}

.gpdb-followup h2 {
    margin: 0 0 80px;
    color: #000;
    font-size: 36px;
    line-height: 1.2;
    text-align: center
}

.gpdb-lead {
    max-width: 1080px;
    margin: -56px auto 48px;
    color: #000;
    font-size: 18px;
    text-align: center
}

.gpdb-icon-cards,
.gpdb-more-grid,
.gpdb-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.gpdb-icon-cards article,
.gpdb-more-grid article,
.gpdb-choice-grid article {
    padding: 40px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    text-align: center
}

.gpdb-icon-cards img,
.gpdb-more-grid>article>img {
    width: 100px;
    height: 100px;
    object-fit: contain
}

.gpdb-icon-cards h3,
.gpdb-more-grid h3 {
    font-size: 20px
}

.gpdb-icon-cards p,
.gpdb-more-grid p {
    color: #5d5d5d;
    font-size: 16px;
    line-height: 1.45
}

.gpdb-icon-cards article:nth-last-child(-n+2) {
    grid-column: span 1
}

.gpdb-table {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 18px 40px -12px rgba(0, 0, 0, .08)
}

.gpdb-table>div {
    display: grid;
    grid-template-columns: 240px repeat(3, 1fr);
    min-height: 72px
}

.gpdb-integrity .gpdb-table>div,
.gpdb-difference .gpdb-table>div {
    grid-template-columns: 240px repeat(2, 1fr)
}

.gpdb-table>div:nth-child(odd) {
    background: #f9fafc
}

.gpdb-table>div:first-child {
    background: #eef2ff
}

.gpdb-table b,
.gpdb-table span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    text-align: center
}

.gpdb-table b:first-child {
    justify-content: flex-start
}

.gpdb-more-grid ul,
.gpdb-choice-grid ul {
    margin: 20px 0;
    padding: 0;
    list-style: none
}

.gpdb-more-grid li,
.gpdb-choice-grid li {
    margin: 12px 0
}

.gpdb-more-grid li:before,
.gpdb-choice-grid li:before {
    margin-right: 8px;
    color: #05f;
    content: "✓"
}

.gpdb-devices-heading {
    margin: 0 auto 80px;
    text-align: center
}

.gpdb-devices-heading h2 {
    margin-bottom: 24px
}

.gpdb-devices-heading p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6
}

.gpdb-device-layout {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 60px;
    align-items: start
}

.gpdb-device-content {
    grid-column: 2;
    min-width: 0
}

.gpdb-device-download,
.gpdb-device-method {
    scroll-margin-top: 90px
}

.gpdb-device-download {
    position: relative;
    display: flex;
    min-height: 360px;
    margin-bottom: 100px;
    padding: 48px 60px;
    overflow: hidden;
    border-radius: 24px;
    background: url("/resource/images/backup-icloud-photos-to-google-drive-iw/device-download-bg.png") center / cover no-repeat
}

.gpdb-device-download-copy {
    position: relative;
    z-index: 1;

}

.gpdb-device-download h3,
.gpdb-device-method h3 {
    margin: 0;
    color: #000;
    font-size: 28px;
    line-height: 1.25
}

.gpdb-device-download h3 span,
.gpdb-device-tip b {
    color: #05f
}

.gpdb-device-download p {
    margin: 16px 0 24px;
    font-size: 16px;
    line-height: 1.6;
    max-width: 760px
}

.gpdb-device-download ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none
}

.gpdb-device-download li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px
}

.gpdb-device-download li img {
    width: 24px;
    height: 24px
}

.gpdb-device-download a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 56px;
    padding: 12px 28px;
    border-radius: 8px;
    background: #05f;
    color: #fff;
    font-weight: 700
}

.gpdb-device-download-art {
    position: absolute;
    right: -26px;
    bottom: -72px;
    width: 346px;
    height: 244px;
    object-fit: contain
}

.gpdb-device-method {
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e7eb
}

.gpdb-device-method:last-child {
    margin-bottom: 0
}

.gpdb-device-method header {
    position: static;
    z-index: auto;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    margin-bottom: 40px;
    background: transparent;
    box-shadow: none
}

.gpdb-device-tip {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 0;
    padding: 8px 12px;
    border-radius: 4px;
    background: #eef2ff;
    color: #021a60;
    font-size: 16px;
    line-height: 1.5
}

.gpdb-device-tip img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.gpdb-device-steps {
    display: grid;
    gap: 24px;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    counter-reset: none
}

.gpdb-device-steps li {
    min-height: 0;
    padding-left: 0
}

.gpdb-device-steps b,
.gpdb-device-steps span {
    display: block
}

.gpdb-device-steps b {
    margin-bottom: 8px;
    font-size: 20px
}

.gpdb-device-steps span {
    font-size: 16px;
    line-height: 1.6
}

.gpdb-device-summary {
    display: grid;
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
    background: #f9fafc
}

.gpdb-device-summary strong {
    display: inline-block;
    margin: 0;
    padding: 7px 16px;
    border-radius: 0 8px 0 8px;
    background: rgba(52, 199, 89, .2);
    color: #15b66a
}

.gpdb-device-summary>div+div strong {
    background: rgba(255, 59, 48, .16);
    color: #ff3b30
}

.gpdb-device-summary ul {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin: 0;
    padding: 0;
    list-style: none
}

.gpdb-device-summary li {
    position: relative;
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.45
}

.gpdb-device-summary li::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("/resource/images/backup-icloud-photos-to-google-drive-iw/ic-16-tick.png") center / contain no-repeat;
    content: "";
}

.gpdb-device-summary>div {
    display: flex;
    align-items: center;
    gap: 24px;
}

.gpdb-device-summary>div+div li::before {
    top: 2px;
    width: 16px;
    height: 16px;
    background-image: url("/resource/images/backup-icloud-photos-to-google-drive-iw/ic-16-x.png");
}

.gpdb-device-nav {
    grid-column: 1;
    grid-row: 1;
    position: sticky;
    top: 90px;
    align-self: flex-start;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 24px;
    border-right: 1px solid #e6e8e9;
    text-align: right
}

/* Device navigation follows the 64px fixed header with a 26px breathing space. */
.gpdb-devices {
    scroll-margin-top: 90px;
}

.gpdb-device-nav a {
    display: block;
    padding: 2px 0;
    text-decoration: none;
    transition: color .2s ease, font-weight .2s ease;
}

.gpdb-device-nav a:focus-visible {
    outline: 2px solid #05f;
    outline-offset: 4px;
}

.gpdb-device-nav a {
    color: #000;
    font-size: 16px;
    line-height: 1.3
}

.gpdb-device-nav a.active {
    color: #05f;
    font-weight: 700
}

.gpdb-more-grid {
    grid-template-columns: repeat(3, 1fr)
}

.gpdb-more-grid article {
    text-align: left
}

.gpdb-more-grid article>img {
    display: block;
    margin: auto
}

.gpdb-more-grid h3 {
    text-align: center;
    color: #05f
}

.gpdb-more-grid h4 {
    font-size: 20px
}

.gpdb-choice-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.gpdb-choice-grid article {
    text-align: left
}

.gpdb-choice-grid header {
    display: flex;
    gap: 16px;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e7eb
}

.gpdb-choice-grid header img {
    width: 60px;
    height: 60px;
    object-fit: contain
}

.gpdb-choice-grid h3 {
    margin: 0;
    font-size: 24px
}

.gpdb-choice-grid header p {
    margin: 4px 0;
    color: #5d5d5d
}

@media (min-width: 1280px) {
    .gpdb-device-content {
        width: 1160px;
    }

    .gpdb-device-layout {
        position: relative;
        left: -40px;
    }
}

@media(max-width:900px) {
    .gpdb-page .gpdb-followup {
        padding: 72px 0
    }

    .gpdb-followup h2 {
        margin-bottom: 48px;
        font-size: 30px
    }

    .gpdb-devices-heading {
        margin-bottom: 48px
    }

    .gpdb-device-layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .gpdb-device-content,
    .gpdb-device-nav {
        grid-column: auto;
        grid-row: auto;
    }

    .gpdb-device-nav {
        position: static;
        order: -1;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px 24px;
        padding: 0 0 16px;
        border-right: 0;
        border-bottom: 1px solid #e6e8e9;
        text-align: left
    }

    .gpdb-device-download {
        margin-bottom: 72px
    }

    .gpdb-icon-cards,
    .gpdb-more-grid {
        grid-template-columns: 1fr 1fr
    }

    .gpdb-table {
        overflow-x: auto
    }

    .gpdb-table>div {
        min-width: 780px
    }

    .gpdb-choice-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:600px) {
    .gpdb-followup .sync-container {
        width: calc(100% - 32px)
    }

    .gpdb-page .gpdb-followup {
        padding: 56px 0
    }

    .gpdb-followup h2 {
        font-size: 28px
    }

    .gpdb-icon-cards,
    .gpdb-more-grid {
        grid-template-columns: 1fr
    }

    .gpdb-icon-cards article,
    .gpdb-more-grid article,
    .gpdb-choice-grid article {
        padding: 28px 20px
    }

    .gpdb-device-download {
        min-height: 0;
        margin-bottom: 56px;
        padding: 32px 24px
    }

    .gpdb-device-download h3,
    .gpdb-device-method h3 {
        font-size: 24px
    }

    .gpdb-device-download-art {
        width: 220px;
        height: 155px;
        opacity: .35
    }

    .gpdb-device-method {
        padding-bottom: 48px;
        margin-bottom: 48px
    }

    .gpdb-device-method header {
        gap: 12px;
        margin-bottom: 28px
    }

    .gpdb-device-steps li {
        padding-left: 0
    }

    .gpdb-device-steps b {
        font-size: 18px
    }

    .gpdb-device-summary {
        grid-template-columns: 1fr
    }
}

.gpdb-integrity-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)
}

.gpdb-integrity-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    color: #000;
    font: 400 14px/normal "PT Sans", Arial, sans-serif
}

.gpdb-integrity-table th,
.gpdb-integrity-table td {
    height: 90px;
    padding: 16px 20px;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    text-align: center;
    vertical-align: middle;
    width: 520px;
}

.gpdb-integrity-table th:first-child,
.gpdb-integrity-table td:first-child {
    width: 240px;

}


.gpdb-integrity-table thead th {
    height: 72px;
    background: #eef2ff;
    font-weight: 700
}

.gpdb-integrity-table th:first-child {
    width: 240px;
    text-align: left;
    font-weight: 700
}

.gpdb-integrity-table th:last-child,
.gpdb-integrity-table td:last-child {
    border-right: 0
}

.gpdb-integrity-table tbody tr:nth-child(even) {
    background: #f9fafc
}

.gpdb-integrity-table tbody tr:last-child>* {
    border-bottom: 0
}

@media (min-width: 1200px) {

    .gpdb-integrity-table:lang(en) th:last-child,
    .gpdb-integrity-table:lang(en) td:last-child {
        padding: 16px 40px;

    }
}

@media(max-width:900px) {
    .gpdb-integrity-table-wrap {
        border-radius: 12px
    }
}

@media(max-width:600px) {

    .gpdb-integrity-table th,
    .gpdb-integrity-table td {
        padding: 14px 16px
    }
}

.gpdb-difference-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)
}

.gpdb-difference-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    color: #000;
    font: 400 14px/normal "PT Sans", Arial, sans-serif
}

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

.gpdb-difference-table thead th {
    height: 72px;
    background: #f9fafc;
    font-size: 16px;
    font-weight: 700
}

.gpdb-difference-table thead img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle
}

.gpdb-difference-table th:first-child {
    width: 240px;
    text-align: left;
    font-weight: 700
}

.gpdb-difference-table th:last-child,
.gpdb-difference-table td:last-child {
    border-right: 0
}

.gpdb-difference-table tbody tr:nth-child(even) {
    background: #f9fafc
}

.gpdb-difference-table tbody tr:last-child>* {
    border-bottom: 0
}

.gpdb-difference-tip {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 32px;
    padding: 14px 20px;
    border: 1px solid #1683e8;
    background: #eef4ff;
    color: #21406c;
    font: 400 14px/1.5 "PT Sans", Arial, sans-serif;
    border-radius: 8px;
}

.gpdb-difference-tip img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px
}

.gpdb-difference-tip p {
    margin: 0
}

.gpdb-difference-tip strong {
    color: #05f
}

@media(max-width:900px) {
    .gpdb-difference-table-wrap {
        border-radius: 12px
    }
}

@media(max-width:600px) {

    .gpdb-difference-table th,
    .gpdb-difference-table td {
        padding: 14px 16px
    }

    .gpdb-difference-tip {
        margin-top: 24px;
        padding: 12px 16px
    }
}

/* Figma 555:10974, 555:12767 — how-to steps */
.gpdb-page .gpdb-howto {
    padding: 120px 0;
    background: #f9fafc;
    font-family: "PT Sans", Arial, sans-serif;
}

.gpdb-page .gpdb-howto .sync-container {
    width: min(1280px, calc(100% - 48px));
    max-width: none;
}

.gpdb-howto__intro {
    max-width: 1010px;
    margin: 0 auto 80px;
    text-align: center;
}

.gpdb-howto__intro h2 {
    margin: 0 0 24px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}

.gpdb-howto__intro p {
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: normal;
}

.gpdb-howto-tabs {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 5px;
    border: 1px solid #e8eaef;
    border-radius: 12px;
    background: #fff;
}

.gpdb-howto-tabs button {
    position: relative;
    min-height: 48px;
    padding: 9px 24px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #000;
    cursor: pointer;
    font-family: inherit;
    text-align: center;
}

.gpdb-howto-tabs button .ic-zan {
    position: absolute;
    top: -16px;
    right: 0px;
}

.gpdb-howto-tabs button strong,
.gpdb-howto-tabs button span {
    display: block;
    white-space: nowrap;
}

.gpdb-howto-tabs button strong {
    font-size: 16px;
    line-height: 24px;
}

.gpdb-howto-tabs button span {
    opacity: .5;
    font-size: 14px;
    line-height: normal;
}

.gpdb-howto-tabs button.active {
    background: #1d70ec;
    color: #fff;
}

.gpdb-howto-panel {
    display: none;
}

.gpdb-howto-panel.active {
    display: block;
}

.gpdb-howto-note {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 72px;
    margin-bottom: 24px;
    padding: 16px 24px;
    border: 1px solid;
    border-radius: 16px;
}

.gpdb-howto-note strong {
    flex: 0 0 auto;
    font-size: 16px;
}

.gpdb-howto-note span {
    padding: 8px 16px;
    border: 1px solid;
    border-radius: 999px;
    font-size: 12px;
    line-height: normal;
    white-space: nowrap;
}

.gpdb-howto-note--limits {
    border-color: #ffdada;
    background: #fff8f8;
    color: #8c0000;
}

.gpdb-howto-note--limits strong {
    color: #e00000;
}

.gpdb-howto-note--limits span {
    border-color: rgba(140, 0, 0, .2);
    background: rgba(255, 230, 230, .5);
}

.gpdb-howto-note--advantages {
    border-color: rgba(21, 128, 61, .05);
    background: #edf9f4;
    color: #15803d;
}

.gpdb-howto-note--advantages strong {
    color: #15b66a;
}

.gpdb-howto-note--advantages span {
    border-color: rgba(21, 128, 61, .2);
}

.gpdb-howto-workspace {
    display: grid;
    grid-template-columns: 448px minmax(0, 1fr);
    min-height: 538px;
    padding: 16px;
    border-radius: 18px;
    background: #eef2ff;
    box-shadow: 0 20px 25px rgba(13, 32, 77, .06);
}

.gpdb-howto-steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.gpdb-howto-step {
    position: relative;
    min-height: 108px;
    padding: 24px 28px 22px 34px;
    border: 0;
    border-radius: 8px 0 0 8px;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

.gpdb-howto-step strong {
    color: inherit;
    font-weight: 700;
}

.gpdb-howto-step.active {
    box-shadow: 0 18px 16px rgba(34, 88, 246, .13);
}

.gpdb-howto-step.active::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    border-radius: 8px 0 0 8px;
    background: #2258f6;
    content: "";
}

.gpdb-howto-step.active strong {
    color: #05f;
}

.gpdb-howto-preview {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 520px;
    padding: 16px;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 12px rgba(0, 0, 0, .05);
}

.gpdb-howto-preview img {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: contain;
}

.gpdb-howto-preview img.active {
    display: block;
}

@media (max-width: 900px) {
    .gpdb-page .gpdb-howto {
        padding: 72px 0;
    }

    .gpdb-howto__intro {
        margin-bottom: 48px;
    }

    .gpdb-howto__intro h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .gpdb-howto-workspace {
        grid-template-columns: 1fr;
    }

    .gpdb-howto-preview {
        height: auto;
        aspect-ratio: 1.45;
    }

    .gpdb-howto-note {
        flex-wrap: wrap;
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .gpdb-page .gpdb-howto {
        padding: 56px 0;
    }

    .gpdb-howto__intro h2 {
        font-size: 28px;
    }

    .gpdb-howto-tabs {
        width: 100%;
        flex-direction: column;
    }

    .gpdb-howto-tabs button .ic-zan {
        top: 0;
    }

    .gpdb-howto-tabs button strong,
    .gpdb-howto-tabs button span {
        white-space: normal;
    }

    .gpdb-howto-note {
        align-items: flex-start;
        padding: 16px;
    }

    .gpdb-howto-note span {
        white-space: normal;
    }

    .gpdb-howto-workspace {
        padding: 10px;
    }

    .gpdb-howto-step {
        min-height: 0;
        padding: 20px 20px 20px 28px;
    }
}

@media (max-width: 600px) {
    .gpdb-page .gpdb-howto .sync-container {
        width: min(100% - 32px, 1280px);
    }

    .gpdb-page .gpdb-howto {
        padding: 56px 0;
    }

    .gpdb-howto__intro h2 {
        font-size: 28px;
    }

    .gpdb-howto-tabs {
        width: 100%;
        flex-direction: column;
    }

    .gpdb-howto-tabs button strong,
    .gpdb-howto-tabs button span {
        white-space: normal;
    }

    .gpdb-howto-note {
        align-items: flex-start;
        padding: 16px;
    }

    .gpdb-howto-note span {
        white-space: normal;
    }

    .gpdb-howto-workspace {
        padding: 10px;
    }

    .gpdb-howto-step {
        min-height: 0;
        padding: 20px 20px 20px 28px;
    }
}

.gpdb-page .gpdb-features {
    background: #f9fafc;
}

.gpdb-page .gpdb-features .sync-container {
    width: min(1280px, calc(100% - 48px));
    max-width: none;
}

.gpdb-page .gpdb-features .sync-section-title {
    line-height: normal;
}

.gpdb-page .gpdb-features .sync-section-lead {
    max-width: 1280px;
    line-height: normal;
}

.gpdb-page .gpdb-features .gpdb-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* grid-template-rows:repeat(2,minmax(0,1fr)); */
    gap: 24px;
}

.gpdb-page .gpdb-features .gpdb-feature-grid article {
    display: flex;
    /* height:360px; */
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 32px 40px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.gpdb-page .gpdb-features .gpdb-feature-grid article:lang(es) {
    padding: 24px 20px 40px;
}

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

.gpdb-page .gpdb-features .gpdb-feature-icon {
    position: relative;
    overflow: hidden;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
}

.gpdb-page .gpdb-features .gpdb-feature-icon>img,
.gpdb-page .gpdb-features .gpdb-feature-icon__base {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
}

.gpdb-page .gpdb-features .gpdb-feature-icon--scheduled .gpdb-feature-icon__mask {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url("/resource/images/a-iw/figma/9451-imgGroup.svg");
    mask-image: url("/resource/images/a-iw/figma/9451-imgGroup.svg");
    -webkit-mask-position: -.98px -.982px;
    mask-position: -.98px -.982px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 101.965px 101.964px;
    mask-size: 101.965px 101.964px;
}

.gpdb-page .gpdb-features .gpdb-feature-icon--scheduled .gpdb-feature-icon__mask img,
.gpdb-page .gpdb-features .gpdb-feature-icon--scheduled .gpdb-feature-icon__clock img,
.gpdb-page .gpdb-features .gpdb-feature-icon--scheduled .gpdb-feature-icon__clock-hand img,
.gpdb-page .gpdb-features .gpdb-feature-icon--selective .gpdb-feature-icon__cloud img,
.gpdb-page .gpdb-features .gpdb-feature-icon--selective .gpdb-feature-icon__badge img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: fill;
}

.gpdb-page .gpdb-features .gpdb-feature-icon--scheduled .gpdb-feature-icon__clock {
    position: absolute;
    inset: 42% 40% 38% 40%;
}

.gpdb-page .gpdb-features .gpdb-feature-icon--scheduled .gpdb-feature-icon__clock-hand {
    position: absolute;
    inset: 49% 48% 45% 49%;
}

.gpdb-page .gpdb-features .gpdb-feature-icon--scheduled .gpdb-feature-icon__clock-hand span {
    position: absolute;
    inset: -16.67% -33.33%;
}

.gpdb-page .gpdb-features .gpdb-feature-icon--selective .gpdb-feature-icon__cloud {
    position: absolute;
    inset: 27% 15% 28% 15%;
}

.gpdb-page .gpdb-features .gpdb-feature-icon--selective .gpdb-feature-icon__badge {
    position: absolute;
    inset: 42% 33.67% 37% 38.33%;
}

.gpdb-page .gpdb-features .gpdb-feature-copy {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.gpdb-page .gpdb-features .gpdb-feature-grid h3 {
    margin: 0;
    font-size: 20px;
    line-height: normal;
    width: 100%;
}

.gpdb-page .gpdb-features .gpdb-feature-grid p {
    margin: 0;
    color: #5d5d5d;
    font-size: 16px;
    line-height: normal;
    width: 100%;
}

@media(max-width:900px) {
    .gpdb-page .gpdb-features .gpdb-feature-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .gpdb-page .gpdb-features .gpdb-feature-grid article {
        height: auto;
        min-height: 330px;
    }
}

/* Figma 999:8347 — feature grid rewrite */
.gpdb-page .gpdb-features {
    padding: 120px 24px;
    background: #f9fafc;
}

.gpdb-page .gpdb-features>.sync-container {
    width: min(1280px, 100%);
    max-width: none;
}

.gpdb-page .gpdb-features__intro {
    margin-bottom: 80px;
    text-align: center;
}

.gpdb-page .gpdb-features__intro h2 {
    margin: 0 0 24px;
    color: #222;
    font: 700 36px/46px "PT Sans", Arial, sans-serif;
}

.gpdb-page .gpdb-features__intro p {
    margin: 0;
    color: #000;
    font: 400 18px/normal "PT Sans", Arial, sans-serif;
}

.gpdb-page .gpdb-features .gpdb-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.gpdb-page .gpdb-features .gpdb-feature-card {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 32px 40px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    text-align: center;
    transition: none;
}

.gpdb-page .gpdb-features .gpdb-feature-card:hover {
    transform: none;
}

.gpdb-page .gpdb-features .gpdb-feature-card:hover h3 {
    color: #000;
}


.gpdb-page .gpdb-features .gpdb-feature-card h3 {
    width: 278px;
    max-width: 100%;
    margin: 0;
    color: #000;
    font: 700 20px/normal "PT Sans", Arial, sans-serif;
}

.gpdb-page .gpdb-features .gpdb-feature-card p {
    width: 100%;
    margin: 0;
    color: #5d5d5d;
    font: 400 16px/normal "PT Sans", Arial, sans-serif;
}

@media(max-width:900px) {
    .gpdb-page .gpdb-features {
        padding: 72px 20px;
    }

    .gpdb-page .gpdb-features__intro {
        margin-bottom: 48px;
    }

    .gpdb-page .gpdb-features__intro h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .gpdb-page .gpdb-features__intro p {
        line-height: 1.4;
    }

    .gpdb-page .gpdb-features .gpdb-feature-grid {
        grid-template-columns: 1fr;
    }

    .gpdb-page .gpdb-features .gpdb-feature-card {
        min-height: 0;
    }
}

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

    .gpdb-page .gpdb-features__intro h2 {
        font-size: 28px;
    }

    .gpdb-page .gpdb-features .gpdb-feature-card {
        padding: 24px 20px 32px;
    }
}

/* Figma 605:9451 — feature grid */


.security-section {
    width: 100%;
    padding: 120px 0;
    background: #f9fafc;
    font-family: "PT Sans", Arial, sans-serif;
    box-sizing: border-box;
}

.security-section *,
.security-section *::before,
.security-section *::after {
    box-sizing: border-box;
}

.security-section .container {
    max-width: 1280px;
    margin: 0 auto;
}

.security-section h3 {
    font-size: 20px;
}

@media (max-width:1200px) {
    .security-section .security-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 2%;
    }

    .security-section .security-card {
        width: 48% !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }
}

@media (max-width:992px) {
    .security-section .security-card {
        width: 100% !important;
    }
}

/* =========================
   Header
========================= */

.security-header {
    /* width: 1070px; */
    margin: 0 auto 80px;
    text-align: center;
}

.security-header h2 {
    margin: 0;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.security-header p {
    margin: 24px 0 0;
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
}


/* =========================
   Grid
========================= */

.security-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    width: 100%;
}


/* 第一排三个，每个占2列 */

.security-card:nth-child(1),
.security-card:nth-child(2),
.security-card:nth-child(3) {
    grid-column: span 2;
}


/* 第二排两个，每个占3列 */

.security-card:nth-child(4),
.security-card:nth-child(5) {
    grid-column: span 3;
}


/* =========================
   Card common
========================= */

.security-card {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e6e8e9;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.security-card:hover {
    transform: translateY(-10px);
}

/* =========================
   First row
========================= */

.security-card:nth-child(-n + 3) {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 24px;
    text-align: center;
}


/* =========================
   Second row
========================= */

.security-card:nth-child(n + 4) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 180px;
    padding: 40px;
    gap: 24px;
}


/* =========================
   Icon
========================= */

.security-icon {
    display: block;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}


/* GDPR icon */

.security-gdpr-icon {
    position: relative;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    background: #f8f9fa;
}

.gpdb-reasons .gpdb-icon-cards {
    gap: 24px;
}

.gpdb-reasons .gpdb-icon-cards article {
    padding: 40px 56px;
}

.gpdb-reasons .gpdb-icon-cards h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.gpdb-reasons a:hover {
    color: #0055ff;
}

/* Figma 555:11518 — Backup / Transfer / Sync comparison */
.gpdb-compare-methods {
    padding: 120px 0;
    background: #021a60;
}

.gpdb-compare-methods h2 {
    margin: 0 0 80px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.gpdb-compare-methods__table-wrap {
    overflow: hidden;
    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);
}

.gpdb-compare-methods__table {
    width: 100%;
    border-collapse: collapse;
    color: #000;
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
}

.gpdb-compare-methods__table th,
.gpdb-compare-methods__table td {
    height: 72px;
    padding: 16px 20px;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
}

.gpdb-compare-methods__table tr>*:last-child {
    border-right: 0;
}

.gpdb-compare-methods__table tbody tr:last-child>* {
    height: 90px;
    border-bottom: 0;
}

.gpdb-compare-methods__table thead th {
    background: #f9fafc;
    font-weight: 700;
}

.gpdb-compare-methods__table thead th:first-child,
.gpdb-compare-methods__table tbody th {
    width: 240px;
    font-weight: 700;
}

.gpdb-compare-methods__table thead th:not(:first-child) {
    display: table-cell;
    white-space: nowrap;
}

.gpdb-compare-methods__table thead img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

.gpdb-compare-methods__table tbody tr:nth-child(even) {
    background: #f9fafc;
}

@media (max-width: 900px) {
    .gpdb-compare-methods {
        padding: 72px 0;
    }

    .gpdb-compare-methods h2 {
        margin-bottom: 48px;
        font-size: 30px;
        line-height: 1.2;
    }

    .gpdb-compare-methods__table-wrap {
        overflow-x: auto;
    }

    .gpdb-compare-methods__table {
        min-width: 980px;
    }
}

@media (max-width: 600px) {
    .gpdb-compare-methods {
        padding: 56px 0;
    }

    .gpdb-compare-methods h2 {
        font-size: 28px;
    }
}

/* Figma 555:11594 — MultCloud solutions */
.gpdb-solutions {
    padding: 120px 0;
    background: #f9fafc;
}

.gpdb-solutions__intro {
    margin: 0 auto 80px;
    text-align: center;
}

.gpdb-solutions__intro h2 {
    max-width: 1080px;
    margin: 0 auto 16px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.gpdb-solutions__intro p {
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
}

.gpdb-solutions__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.gpdb-solution-card {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
        transition: all 0.3s ease-in-out;
}
.gpdb-solution-card:hover{
    transform: translateY(-10px);
}
.gpdb-solution-card>header {
    position: static;
    z-index: auto;
    top: auto;
    left: auto;
    display: flex;
    width: auto;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px 0 24px;
    background: #f6f9ff;
    box-shadow: none;
}

.gpdb-solution-card--backup>header {
    background: #edf9f4;
}

.gpdb-solution-card--sync>header {
    background: #f8f8ff;
}

.gpdb-solution-card>header h3 {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.gpdb-solution-card>header img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.gpdb-solution-card__body {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
}

.gpdb-solution-card__body>div {
    display: grid;
    gap: 4px;
}

.gpdb-solution-card__body span {
    width: fit-content;
    padding: 4px 6px;
    border-radius: 4px;
    background: #e4eaff;
    color: #05f;
    font-size: 14px;
    line-height: 1;
}

.gpdb-solution-card--backup .gpdb-solution-card__body span {
    background: #edf9f4;
    color: #15803d;
}

.gpdb-solution-card--sync .gpdb-solution-card__body span {
    background: #f8f8ff;
    color: #5856d6;
}

.gpdb-solution-card__body h4 {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
}

.gpdb-solution-card__body ul {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gpdb-solution-card__body li {
    position: relative;
    min-height: 24px;
    padding-left: 36px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.gpdb-solution-card__body li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("/resource/images/backup-icloud-photos-to-google-drive-iw/ic-24-check.svg") center / contain no-repeat;
    content: "";
}

.gpdb-solution-card--backup li::before {
    background-image: url("/resource/images/backup-icloud-photos-to-google-drive-iw/figma/more-backup-check.svg");
}

.gpdb-solution-card--sync li::before {
    background-image: url("/resource/images/backup-icloud-photos-to-google-drive-iw/figma/more-sync-check.svg");
}

.gpdb-solution-card__body blockquote {
    margin: 0;
    padding: 24px;
    border-left: 3px solid #05f;
    border-radius: 8px;
    background: #f9fafc;
    color: #5d5d5d;
    font-size: 16px;
    font-style: italic;
    line-height: 1.2;
}

.gpdb-solution-card--backup blockquote {
    border-left-color: #15b66a;
}

.gpdb-solution-card--sync blockquote {
    border-left-color: #5856d6;
}

@media (max-width: 900px) {
    .gpdb-solutions {
        padding: 72px 0;
    }

    .gpdb-solutions__intro {
        margin-bottom: 48px;
    }

    .gpdb-solutions__intro h2 {
        font-size: 30px;
        line-height: 1.2;
    }

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

@media (max-width: 600px) {
    .gpdb-solutions {
        padding: 56px 0;
    }

    .gpdb-solutions__intro h2 {
        font-size: 28px;
    }

    .gpdb-solutions__intro p {
        font-size: 16px;
        line-height: 1.4;
    }

    .gpdb-solution-card>header {
        padding-right: 24px;
    }

    .gpdb-solution-card__body {
        padding: 20px;
    }
}

/* Figma 555:11716 — Google Drive and Google Photos destination guide */
.gpdb-destination {
    padding: 120px 0;
    background: #fff;
}

.gpdb-destination__intro {
    margin: 0 auto 80px;
    text-align: center;
}

.gpdb-destination__intro h2 {
    margin: 0 0 16px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.gpdb-destination__intro p {
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
}

.gpdb-destination__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.gpdb-destination-card {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.gpdb-destination-card>header {
    position: static;
    z-index: auto;
    top: auto;
    left: auto;
    display: flex;
    width: auto;
    align-items: center;
    gap: 16px;
    padding: 0 0 32px;
    border-bottom: 1px solid #e5e7eb;
    background: transparent;
    box-shadow: none;
}

.gpdb-destination-card>header img {
    display: block;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    object-fit: contain;
}

.gpdb-destination-card h3,
.gpdb-destination-card p {
    margin: 0;
}

.gpdb-destination-card h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.gpdb-destination-card header p {
    margin-top: 4px;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 1;
}

.gpdb-destination-card ul {
    display: grid;
    gap: 18px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.gpdb-destination-card li {
    position: relative;
    min-height: 24px;
    padding-left: 36px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.gpdb-destination-card li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("/resource/images/backup-icloud-photos-to-google-drive-iw/ic-24-check.svg") center / contain no-repeat;
    content: "";
}

.gpdb-destination__decision {
    display: flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 40px auto 0;
    padding: 16px 40px;
    border-radius: 16px;
    background: #eef2ff;
}

.gpdb-destination__decision>div {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #05f;
    font-size: 18px;
    line-height: 20px;
    white-space: nowrap;
}

.gpdb-destination__decision img {
    display: block;
    width: 20px;
    height: 20px;
}

.gpdb-destination__decision p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .gpdb-destination {
        padding: 72px 0;
    }

    .gpdb-destination__intro {
        margin-bottom: 48px;
    }

    .gpdb-destination__intro h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .gpdb-destination__cards {
        grid-template-columns: 1fr;
        max-width: 624px;
        margin: 0 auto;
    }

    .gpdb-destination__decision {
        width: 100%;
        flex-wrap: wrap;
        gap: 16px 28px;
    }
}

@media (max-width: 600px) {
    .gpdb-destination {
        padding: 56px 0;
    }

    .gpdb-destination__intro h2 {
        font-size: 28px;
    }

    .gpdb-destination__intro p {
        font-size: 16px;
        line-height: 1.4;
    }

    .gpdb-destination-card {
        padding: 24px;
    }

    .gpdb-destination__decision {
        align-items: flex-start;
        flex-direction: column;
        padding: 20px 24px;
    }
}

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

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

.gpdb-tool {
    h2 {
        margin-bottom: 16px;
    }

    .des {
        font-size: 18px;
        margin-bottom: 80px;
    }

    article {
        img {
            margin-bottom: 24px;
        }

        p {
            margin: 16px 0;
        }
    }
}

/* Figma 605:10287 — FAQ */
.gpdb-page .faq {
    min-height: 1345px;
    padding: 120px 0;
    background: #f9fafc;
}

.gpdb-page .faq .sync-section-title {
    margin: 0;
    font-size: 36px;
    line-height: 47px;
}

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

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

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

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

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

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

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

.gpdb-page .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) {
    .gpdb-page .faq {
        height: auto;
        min-height: 0;
        padding: 56px 16px;
    }

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

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

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

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

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

    .gpdb-page .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-page .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-page .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-page .gpdb-cta .gpdb-cta-copy {
    flex: 1 1 0;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

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

.gpdb-page .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-page .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-page .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-page .gpdb-cta .gpdb-cta-art {
    position: relative;
    flex: 0 0 540px;
    width: 540px;
    height: 380px;
    max-width: 100%;
    overflow: hidden;
}

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

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

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

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

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

    .gpdb-page .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-page .gpdb-cta .gpdb-cta-copy {
        align-items: center;
        flex: 0 0 auto;
        width: 100%;
    }

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

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

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

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


.gpdb-page .gpdb-tool article,
.gpdb-page .gpdb-reasons article {
    transition: all 0.3s ease-in-out;
}

.gpdb-page .gpdb-tool article:hover,
.gpdb-page .gpdb-reasons article:hover {
    transform: translateY(-10px);
}