/* Google Photos to Google Drive sync landing page */
.gpg-page,
.gpg-page button { font-family: "PT Sans", Arial, sans-serif; }
.gpg-page * { box-sizing: border-box; }
.gpg-page .sync-container { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.gpg-page a { color: #0055ff; }
.gpg-head { width: 100%; text-align: center; }
.gpg-head h2,
.gpg-faq h2 { margin: 0; color: #000; font-size: 36px; line-height: 1.28; font-weight: 700; }
.gpg-head > p { max-width: 1220px; margin: 24px auto 0; color: #222; font-size: 18px; line-height: 1.35; }
.gpg-page .sync-primary-btn { min-width: 270px; height: 64px; padding: 0 59px; border: 0; border-radius: 8px; background: #0055ff; color: #fff; font-size: 18px; line-height: 64px; font-weight: 700; text-align: center; cursor: pointer; }

.gpg-hero { height: 925px; padding: 80px 0 58px; }
.gpg-hero h1 { max-width: 1280px; margin: 0 auto; font-size: 48px; line-height: normal; letter-spacing: -.48px; }
.gpg-hero .hero-copy { margin-top: 16px; font-size: 18px; line-height: 1.45; }
.gpg-hero .sync-tool-frame { height: 506px; margin-top: 40px; }
.gpg-hero .sync-go-app { margin-top: -18px; }
.gpg-hero .sync-partners { margin-top: 18px; }

.gpg-pain { min-height: 1400px; padding: 120px 0; background: #f9fafc; }
.gpg-pain-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 80px; }
.gpg-pain-grid article { height: 458px; overflow: hidden; border: 1px solid #e5e7eb; border-radius: 16px; background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,.05); }
.gpg-pain-grid article > img { display: block; width: 100%; height: 274px; object-fit: cover; }
.gpg-pain-grid article > div { padding: 24px; }
.gpg-pain-grid h3 { margin: 0; color: #000; font-size: 24px; line-height: 28px; text-align: center; }
.gpg-pain-grid p { margin: 24px 0 0; color: #5d5d5d; font-size: 16px; line-height: 1.3; }

.gpg-steps { min-height: 1734px; padding: 120px 0; background: #fff; }
.gpg-steps .gpg-head { width: 1010px; max-width: 100%; margin: 0 auto; }
.gpg-steps .gpg-head > p { line-height: 1.75; }
.gpg-steps .gpg-head strong { font-style: italic; }
.gpg-step-list { display: grid; gap: 80px; margin-top: 80px; }
.gpg-step { display: grid; grid-template-columns: 556px 1fr; gap: 80px; align-items: center; min-height: 328px; }
.gpg-step.reverse { grid-template-columns: 1fr 556px; }
.gpg-step.reverse .gpg-step-image { order: 2; }
.gpg-step.reverse > div { order: 1; }
.gpg-step-image { display: block; width: 556px; height: 328px; padding: 0; overflow: hidden; border: 0; border-radius: 0; background: transparent; cursor: zoom-in; }
.gpg-step-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.gpg-step h3 { margin: 0; color: #000; font-size: 32px; line-height: 1.3; font-weight: 700; }
.gpg-step p { margin: 24px 0 0; color: #000; font-size: 16px; line-height: 1.4; }
.gpg-tip { display: flex; gap: 8px; padding: 12px; border: 1.5px dashed #facf79; border-radius: 8px; color: #ff8400 !important; }
.gpg-tip img { flex: 0 0 20px; width: 20px; height: 20px; }
.gpg-steps > .sync-container > .sync-primary-btn { display: block; margin: 80px auto 0; }

.gpg-advanced { min-height: 967px; padding: 120px 0; background: #f9fafc; }
.gpg-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 80px; }
.gpg-feature-grid article { min-height: 268px; padding: 40px; border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; text-align: center; box-shadow: 0 14px 14px rgba(15,23,42,.05), 0 2px 4px rgba(15,23,42,.04); }
.gpg-feature-grid article > span { display: grid; width: 60px; height: 60px; margin: 0 auto; place-items: center; border-radius: 16px; background: #eef2ff; }
.gpg-feature-grid article:nth-child(2) > span { background: #ecfdf5; }
.gpg-feature-grid article:nth-child(3) > span { background: #f5f3ff; }
.gpg-feature-grid article:nth-child(4) > span { background: #fffbeb; }
.gpg-feature-grid span img { width: 30px; height: 30px; }
.gpg-feature-grid h3 { margin: 12px 0 0; color: #000; font-size: 20px; line-height: 1.3; }
.gpg-feature-grid p { margin: 12px 0 0; color: #5d5d5d; font-size: 14px; line-height: 1.35; }

.gpg-report { height: 637px; padding: 0; background: #f9fafc; }
.gpg-report-box { display: flex; height: 637px; padding: 60px; flex-direction: column; align-items: center; gap: 24px; border-radius: 24px; background: #021a60; color: #fff; }
.gpg-report-box > h2 { margin: 0; font-size: 36px; line-height: 46px; text-align: center; }
.gpg-report-note { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0; color: #87c2ff; font-size: 14px; }
.gpg-report-note span { width: 20px; height: 2px; background: linear-gradient(90deg, transparent, #3999fe); }
.gpg-report-note span:last-child { transform: rotate(180deg); }
.gpg-tests { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.gpg-tests article { overflow: hidden; border-radius: 24px; background: #fff; color: #000; }
.gpg-tests header { position: relative; display: flex; align-items: flex-start; gap: 16px; height: 104px; padding: 24px; border-bottom: 3px solid #2664f7; background: #eef2ff; }
.gpg-tests header b { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: #2664f7; color: #fff; font-size: 24px; }
.gpg-tests h3 { margin: 0; font-size: 20px; line-height: 26px; }
.gpg-tests header p { margin: 4px 0 0; font-size: 18px; }
.gpg-tests header em { position: absolute; right: 12px; top: 17px; color: rgba(38,100,247,.18); font-size: 18px; transform: rotate(-18deg); }
.gpg-tests ul { display: grid; gap: 16px; margin: 0; padding: 40px; list-style: none; font-size: 14px; font-weight: 700; }
.gpg-tests li::before { content: "●"; margin-right: 10px; color: #2d62ff; }
.gpg-tests li strong { color: #2d62ff; }

.gpg-comparison { min-height: 1602px; padding: 120px 0; background: #f9fafc; }
.gpg-comparison .gpg-head h2 { max-width: 1070px; margin: auto; }
.gpg-comparison .gpg-head p { max-width: 880px; }
.gpg-table-shell { max-width: 100%; overflow-x: hidden; margin-top: 80px; 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); }
.gpg-table-shell table { width: 100%; min-width: 0; table-layout: fixed; border-collapse: separate; border-spacing: 0; color: #000; font-size: 14px; line-height: 1.3; text-align: center; }
.gpg-table-shell th, .gpg-table-shell td { height: 72px; padding: 12px 20px; border-right: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; vertical-align: middle; overflow-wrap: anywhere; word-break: break-word; }
.gpg-table-shell tr > *:last-child { border-right: 0; }
.gpg-table-shell tbody tr:last-child > * { border-bottom: 0; }
.gpg-table-shell thead th { background: #f9fafc; font-weight: 700; }
.gpg-table-shell tr:nth-child(even) > *:not(.mc-col) { background: #f9fafc; }
.gpg-table-shell th:first-child { width: 15.625%; text-align: left; }
.gpg-table-shell th:not(:first-child), .gpg-table-shell td:not(:first-child) { width: 21.09375%; }
.gpg-table-shell .tall > * { height: 126px; }
.gpg-table-shell .mid > * { height: 90px; }
.gpg-table-shell .mc-col { background: #eef2ff; border-left: 2px solid #1d70ec; border-right: 2px solid #1d70ec; }
.gpg-table-shell thead .mc-col { border-top: 2px solid #1d70ec; border-radius: 16px 16px 0 0; }
.gpg-table-shell tbody tr:last-child .mc-col { border-bottom: 2px solid #1d70ec; border-radius: 0 0 16px 16px; }
.gpg-table-shell .mc-col img { display: block; width: 178px; max-width: 100%; height: 34px; margin: 0 auto; object-fit: contain; }

.gpg-page .sync-clouds { min-height: 1109px; height: auto; padding: 120px 0; background: #fff; }
.gpg-page .sync-clouds .sync-container { width: min(1358px, calc(100% - 48px)); }
.gpg-page .sync-clouds .sync-section-lead { max-width: 960px; }
.gpg-page .sync-cloud-grid { margin-top: 80px; }
.gpg-page .sync-cloud[hidden] { display: none !important; }

.gpg-faq { min-height: 1457px; padding: 120px 0; background: #f9fafc; }
.gpg-faq .sync-container { width: min(1200px, calc(100% - 48px)); }
.gpg-faq h2 { text-align: center; }
.gpg-faq .sync-faq-list { margin-top: 80px; }
.gpg-faq .sync-faq-item { padding: 0; border: 0; border-bottom: 1px solid #e5e7eb; background: transparent; }
.gpg-faq .sync-faq-question { min-height: 104px; padding: 40px 48px 40px 0; font-size: 20px; line-height: 1.25; }
.gpg-faq .sync-faq-answer { height: auto; padding: 0 0 40px; color: #000; font-size: 16px; line-height: 1.45; }
.gpg-faq .sync-faq-item:not(.open) .sync-faq-answer { display: none; }
.gpg-faq .sync-faq-item.open .sync-faq-question { color: #0055ff; }

.gpg-cta { min-height: 620px; padding: 0 0 120px; background: #f9fafc; }
.gpg-cta .sync-final-box { height: 500px; padding: 60px 72px; border-radius: 24px; }
.gpg-cta .sync-final-box > div { flex: 1; }
.gpg-cta .sync-final-logo { width: 152px; height: 26px; margin-bottom: 16px; }
.gpg-cta .sync-final-box h2 { max-width: 600px; font-size: 36px; line-height: 1.35; }
.gpg-cta .sync-final-box p { max-width: 600px; font-size: 18px; line-height: 1.45; }
.gpg-cta .sync-final-art { width: 540px; height: 380px; object-fit: contain; }

.gpg-lightbox[hidden] { display: none; }
.gpg-lightbox { position: fixed; z-index: 99999; inset: 0; display: grid; place-items: center; padding: 56px; background: rgba(0,0,0,.78); }
.gpg-lightbox > img { width: min(1112px, 92vw); height: auto; max-height: 86vh; object-fit: contain; border-radius: 16px; box-shadow: 0 20px 80px rgba(0,0,0,.4); }
.gpg-lightbox-close { position: absolute; right: 24px; top: 16px; border: 0; background: transparent; color: #fff; font-size: 48px; cursor: pointer; }
.gpg-modal-open { overflow: hidden; }

@media (max-width: 1100px) {
  .gpg-pain-grid, .gpg-feature-grid { grid-template-columns: 1fr 1fr; }
  .gpg-step, .gpg-step.reverse { grid-template-columns: 44% 1fr; gap: 42px; }
  .gpg-step-image { width: 100%; height: auto; aspect-ratio: 556 / 328; }
  .gpg-cta .sync-final-art { width: 42%; }
}
@media (max-width: 767px) {
  .gpg-page .sync-container { width: min(100% - 32px, 1280px); }
  .gpg-head h2, .gpg-faq h2 { font-size: 29px; }
  .gpg-head > p { font-size: 16px; }
  .gpg-hero, .gpg-pain, .gpg-steps, .gpg-advanced, .gpg-report, .gpg-comparison, .gpg-page .sync-clouds, .gpg-faq, .gpg-cta { height: auto; min-height: 0; padding: 72px 0; }
  .gpg-hero { padding-top: 56px; }
  .gpg-hero h1 { font-size: 36px; }
  .gpg-pain-grid, .gpg-feature-grid, .gpg-tests { grid-template-columns: 1fr; margin-top: 48px; }
  .gpg-pain-grid article { height: auto; }
  .gpg-pain-grid article > img { height: auto; }
  .gpg-step-list { gap: 56px; margin-top: 48px; }
  .gpg-step, .gpg-step.reverse { display: flex; flex-direction: column; gap: 24px; }
  .gpg-step.reverse .gpg-step-image, .gpg-step.reverse > div { order: initial; }
  .gpg-step h3 { font-size: 26px; }
  .gpg-steps > .sync-container > .sync-primary-btn { margin-top: 48px; }
  .gpg-feature-grid article { min-height: 0; }
  .gpg-report-box { height: auto; padding: 32px 20px; }
  .gpg-report-box > h2 { font-size: 28px; line-height: 1.3; }
  .gpg-report-note { text-align: center; }
  .gpg-tests article { border-radius: 16px; }
  .gpg-table-shell { margin-top: 48px; }
  .gpg-page .sync-cloud-grid { margin-top: 48px; }
  .gpg-faq .sync-faq-list { margin-top: 48px; }
  .gpg-faq .sync-faq-question { min-height: 88px; padding: 28px 44px 28px 0; font-size: 18px; }
  .gpg-cta .sync-final-box { height: auto; padding: 40px 28px; }
  .gpg-cta .sync-final-art { display: none; }
  .gpg-cta .sync-final-box h2 { font-size: 30px; }
  .gpg-lightbox { padding: 20px; }
}
