/* Google Photos with OneDrive 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 { overflow-x: auto; 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: 1280px; 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; }
.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: 200px; text-align: left; }
.gpg-table-shell th:not(:first-child) { width: 270px; }
.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 { width: 178px; height: 34px; 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; }
}

/* Google Photos with OneDrive page */
.gpo-page {
  font-family: "PT Sans", Arial, sans-serif;
}
.gpo-page * { box-sizing: border-box; }
.gpo-page h1, .gpo-page h2, .gpo-page h3, .gpo-page p { margin: 0; }
.gpo-page a { color: #0055ff; }
.gpo-page .sync-container { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.gpo-head { width: 100%; text-align: center; }
.gpo-head h2 { color: #000; font-size: 36px; line-height: 1.28; font-weight: 700; }
.gpo-head > p { max-width: 1220px; margin: 24px auto 0; color: #222; font-size: 18px; line-height: 1.35; }

.gpo-hero { height: 984px; padding: 80px 0 58px; }
.gpo-hero h1 { max-width: 1280px; margin: 0 auto; color: #fff; font-size: 56px; line-height: 1.2857; text-align: center; }
.gpo-hero .hero-copy { margin-top: 16px; color: #fff; font-size: 18px; line-height: 1.28; text-align: center; }
.gpo-hero .sync-tool-frame { width: 100vw; max-width: none; height: 506px; margin-top: 40px; margin-left: calc((100% - 100vw) / 2); }
.gpo-hero .sync-go-app { margin-top: -18px; }
.gpo-hero .sync-partners { margin-top: 40px; }

.gpo-pain { height: 937px; padding: 120px 0 160px; background: #fff; }
.gpo-pain-head { width: 1220px; max-width: 100%; margin: 0 auto; text-align: center; }
.gpo-pain-head h2 { color: #000; font-size: 36px; line-height: 1.28; font-weight: 700; }
.gpo-pain-head p { margin-top: 24px; color: #222; font-size: 18px; line-height: 1.35; }
.gpo-pain-carousel { position: relative; width: 1280px; height: 440px; max-width: 100%; margin: 100px auto 0; outline: none; overscroll-behavior: contain; }
.gpo-pain-card { position: absolute; display: flex; align-items: flex-start; overflow: hidden; border: 1px solid #e5e7eb; background: #fff; }
.gpo-pain-preview { z-index: 0; top: 0; left: 10%; width: 80%; height: 320px; border-radius: 19px; box-shadow: 0 3px 24px rgba(0,46,137,.1); opacity: .98; transform: translateY(0); transition: transform .5s ease, opacity .5s ease; }
.gpo-pain-current { z-index: 1; top: 40px; left: 0; width: 100%; height: 400px; border-radius: 24px; box-shadow: 0 4px 30px rgba(0,46,137,.1); transition: transform .5s ease, opacity .5s ease; }
.gpo-pain-visual { flex: 0 0 46.875%; height: 100%; overflow: hidden; background: radial-gradient(ellipse at center, #f9fafc 71%, #ebf1fc 100%); }
.gpo-pain-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gpo-pain-copy { flex: 1; min-width: 0; height: 100%; padding: 48px; display: flex; flex-direction: column; justify-content: center; gap: 40px; }
.gpo-pain-copy h3 { color: #000; font-size: 32px; line-height: 1.28; font-weight: 700; }
.gpo-pain-quote { margin-top: 24px !important; color: #5d5d5d; font-size: 16px; line-height: 1.35; }
.gpo-pain-solution { display: flex; align-items: flex-start; gap: 8px; color: #000; font-size: 16px; line-height: 1.35; }
.gpo-pain-solution > img { flex: 0 0 24px; width: 24px; height: 24px; object-fit: contain; }
.gpo-pain-solution > span { flex: 1; min-width: 0; }
.gpo-pain-preview .gpo-pain-copy { padding: 38px 32px; gap: 19px; }
.gpo-pain-preview .gpo-pain-copy h3 { font-size: 25.6px; }
.gpo-pain-preview .gpo-pain-quote { margin-top: 19px !important; font-size: 12.8px; }
.gpo-pain-preview .gpo-pain-solution { font-size: 12.8px; }
.gpo-pain-preview .gpo-pain-solution > img { flex-basis: 19px; width: 19px; height: 19px; }
.gpo-pain-carousel.is-changing .gpo-pain-preview { transform: translateY(-16px); opacity: .65; }
.gpo-pain-carousel.is-changing .gpo-pain-current { transform: translateY(12px); }
.gpo-pain-hint { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.gpo-report { height: 637px; padding: 0; background: #fff; }
.gpo-report-box { display: flex; width: 100%; height: 637px; padding: 60px; flex-direction: column; align-items: center; gap: 24px; border-radius: 24px; background: #021a60; color: #fff; }
.gpo-report-box > h2 { margin: 0; font-size: 36px; line-height: 46px; text-align: center; }
.gpo-report-note { display: flex; align-items: center; justify-content: center; gap: 12px; color: #87c2ff; font-size: 14px; line-height: 18px; white-space: nowrap; }
.gpo-report-note span { width: 20px; height: 2px; background: linear-gradient(90deg, transparent, #3999fe); }
.gpo-report-note span:last-child { transform: rotate(180deg); }
.gpo-tests { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.gpo-tests article { overflow: hidden; border-radius: 24px; background: #fff; color: #000; }
.gpo-tests header { position: relative; display: flex; align-items: flex-start; gap: 16px; height: 101px; padding: 24px; border-bottom: 3px solid #2664f7; background: #eef2ff; }
.gpo-tests header > img:first-child { width: 52px; height: 52px; flex: 0 0 52px; }
.gpo-tests header h3 { font-size: 20px; line-height: 26px; }
.gpo-tests header p { margin-top: 4px; font-size: 18px; line-height: 23px; }
.gpo-verified { position: absolute; right: -14px; top: -18px; width: 100px !important; height: 100px !important; transform: rotate(-18deg); }
.gpo-tests ul { display: grid; gap: 16px; margin: 0; padding: 40px; list-style: none; font-size: 14px; font-weight: 700; }
.gpo-tests li { display: flex; align-items: center; gap: 8px; line-height: 24px; }
.gpo-tests li > img { flex: 0 0 24px; width: 24px; height: 24px; object-fit: contain; }
.gpo-tests li strong { color: #2d62ff; }

.gpo-steps { min-height: 1702px; padding: 120px 0; background: #fff; }
.gpo-steps .gpo-head { width: 1010px; max-width: 100%; margin: 0 auto; }
.gpo-steps .gpo-head > p { line-height: 24px; }
.gpo-steps .gpo-head strong { font-style: italic; }
.gpo-step-list { display: grid; gap: 80px; margin-top: 80px; }
.gpo-step { display: grid; grid-template-columns: 556px 644px; gap: 80px; align-items: center; min-height: 328px; }
.gpo-step.reverse { grid-template-columns: 644px 556px; }
.gpo-step-image { display: block; width: 556px; height: 328px; padding: 0; overflow: hidden; border: 0; border-radius: 0; background: #fff; cursor: zoom-in; }
.gpo-step-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.gpo-step h3 { color: #000; font-size: 32px; line-height: 1.3; font-weight: 700; }
.gpo-step p { margin-top: 24px; color: #000; font-size: 16px; line-height: 1.35; }
.gpo-steps > .sync-container > .sync-primary-btn { display: block; margin: 80px auto 0; }

.gpo-advanced { height: 1038px; padding: 120px 0; background: #021a60; color: #fff; }
.gpo-advanced .gpo-head { width: 1080px; max-width: 100%; margin: 0 auto; }
.gpo-advanced .gpo-head h2, .gpo-advanced .gpo-head > p { color: #fff; }
.gpo-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; margin-top: 80px; }
.gpo-feature-grid article { min-height: 278px; padding: 40px; border: 1px solid #e5e7eb; border-radius: 16px; background: #fff; color: #000; text-align: center; box-shadow: 0 10px 10px rgba(0,0,0,.05); }
.gpo-feature-grid article:nth-child(n+3) { min-height: 257px; }
.gpo-feature-grid article > span { display: block; width: 40px; height: 40px; margin: 0 auto 24px; }
.gpo-feature-grid article > span img { display: block; width: 40px; height: 40px; }
.gpo-feature-grid h3 { font-size: 20px; line-height: 26px; }
.gpo-feature-grid p { margin-top: 24px; color: #5d5d5d; font-size: 16px; line-height: 1.35; }

.gpo-comparison { height: auto; min-height: 734px; padding: 120px 0; background: #f9fafc; }
.gpo-comparison:has(.sync-compare-table-wrap.open) { min-height: 1714px; }
.gpo-comparison .gpo-head h2 { width: 1070px; max-width: 100%; margin: auto; }
.gpo-comparison .gpo-head > p { width: 880px; max-width: 100%; }
.gpo-methods { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-top: 80px; }
.gpo-method { position: relative; min-height: 272px; padding: 40px 24px 24px; border: 1px solid #e2e8f0; border-radius: 14px; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.05); }
.gpo-method.recommended { border: 2px solid #a7f3d0; background: #ecfdf5; }
.gpo-method h3 { font-size: 20px; line-height: 34px; }
.gpo-method-logo { display: block; width: 178px; height: 34px; object-fit: contain; object-position: left center; }
.gpo-method .method-sub { margin-top: 8px; color: #5d5d5d; font-size: 14px; line-height: 18px; }
.gpo-method ul { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; font-size: 14px; line-height: 1.25; }
.gpo-method li { position: relative; padding-left: 24px; }
.gpo-method li::before { content: ""; position: absolute; left: 0; top: 1px; width: 16px; height: 16px; background: url("/resource/images/sync-google-photos-with-onedrive/ic-x.png") center/16px no-repeat; }
.gpo-method.recommended li { color: #15803d; font-weight: 700; }
.gpo-method.recommended li::before { background-image: url("/resource/images/sync-google-photos-with-onedrive/ic-check-green.png"); }
.gpo-badge { position: absolute; top: 8px; right: 8px; padding: 6px 10px; border-radius: 999px; background: rgba(21,182,106,.2); color: #15803d; font-size: 12px; font-weight: 700; }
.gpo-more-differences { margin: 26px auto 0; color: #0055ff; font: inherit; font-size: 18px; line-height: 23px; text-align: center; }
.gpo-comparison-table { position: relative; max-width: 100%; margin-top: 24px; overflow-x: 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); }
.gpo-comparison-table 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; }
.gpo-comparison-table th, .gpo-comparison-table 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; }
.gpo-comparison-table tr.tall > * { height: 90px; }
.gpo-comparison-table tr.mid > * { height: 72px; }
.gpo-comparison-table tr:last-child > * { border-bottom: 0; }
.gpo-comparison-table tr > *:last-child { border-right: 0; }
.gpo-comparison-table th:first-child { width: 15.625%; text-align: left; }
.gpo-comparison-table th:not(:first-child), .gpo-comparison-table td:not(:first-child) { width: 28.125%; }
.gpo-comparison-table thead th { background: #f9fafc; font-weight: 700; }
.gpo-comparison-table tbody tr:nth-child(even) > * { background: #f9fafc; }
.gpo-comparison-table .mc-col { background: #eef2ff !important; border-left: 2px solid #1d70ec !important; border-right: 2px solid #1d70ec !important; }
.gpo-comparison-table thead .mc-col { border-top: 2px solid #1d70ec; border-radius: 16px 16px 0 0; }
.gpo-comparison-table tbody tr:last-child .mc-col { border-bottom: 2px solid #1d70ec; border-radius: 0 0 16px 16px; }
.gpo-comparison-table thead .mc-col img { display: block; width: 178px; height: 34px; margin: 0 auto; object-fit: contain; }
.gpo-stars { display: inline-flex; align-items: center; justify-content: center; gap: 4px; height: 16px; }
.gpo-stars img { display: block; width: 16px; height: 16px; object-fit: contain; }

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

.gpo-security { height: 937px; padding: 120px 0; background: #f9fafc; }
.gpo-security .gpo-head > p { max-width: 1280px; margin-top: 12px; }
.gpo-security-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; margin-top: 80px; padding: 0 8px; }
.gpo-security-grid article { min-height: 244px; 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); }
.gpo-security-grid article > span { display: grid; width: 60px; height: 60px; margin: 0 auto 12px; place-items: center; border-radius: 16px; }
.gpo-security-grid .shield { background: #eef2ff; }
.gpo-security-grid .lock { background: #ecfdf5; }
.gpo-security-grid .key { background: #f5f3ff; }
.gpo-security-grid .eye { background: #fffbeb; }
.gpo-security-grid article > span img { display: block; width: 60px; height: 60px; }
.gpo-security-grid h3 { font-size: 20px; line-height: 26px; }
.gpo-security-grid p { max-width: 540px; margin: 12px auto 0; color: #5d5d5d; font-size: 14px; line-height: 1.3; }

.gpo-reviews { position: relative; height: 797px; padding: 120px 0 0; background: #f9fafc; }
.gpo-reviews .sync-review-stage { margin-top: 79px; }
.gpo-reviews .sync-review-fade.left { background: linear-gradient(90deg, #f9fafc 0%, #f9fafc 46%, rgba(249,250,252,0) 100%); }
.gpo-reviews .sync-review-fade.right { background: linear-gradient(270deg, #f9fafc 0%, #f9fafc 46%, rgba(249,250,252,0) 100%); }
.gpo-reviews .sync-review-arrow { top: 447.5px; }
.gpo-reviews .sync-review-arrow.prev { left: max(calc((100% - 1488px) / 2), 10%); }
.gpo-reviews .sync-review-arrow.next { right: max(calc((100% - 1488px) / 2), 10%); }

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

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

.gpo-lightbox[hidden] { display: none; }
.gpo-lightbox { position: fixed; z-index: 99999; inset: 0; display: grid; place-items: center; padding: 56px; background: rgba(0,0,0,.78); }
.gpo-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); }
.gpo-lightbox-close { position: absolute; top: 16px; right: 24px; border: 0; background: transparent; color: #fff; font-size: 48px; cursor: pointer; }
.gpo-modal-open { overflow: hidden; }

@media (max-width: 1100px) {
  .gpo-step, .gpo-step.reverse { grid-template-columns: 46% 1fr; gap: 42px; }
  .gpo-step-image { width: 100%; height: auto; aspect-ratio: 556 / 328; }
  .gpo-feature-grid, .gpo-security-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 767px) {
  .gpo-page .sync-container { width: min(100% - 32px, 1280px); }
  .gpo-hero, .gpo-pain, .gpo-report, .gpo-steps, .gpo-advanced, .gpo-comparison, .gpo-clouds, .gpo-security, .gpo-reviews, .gpo-faq, .gpo-cta { height: auto; min-height: 0; padding: 72px 0; }
  .gpo-hero { padding-top: 56px; }
  .gpo-hero h1 { font-size: 36px; line-height: 1.3; }
  .gpo-hero .hero-copy { font-size: 16px; }
  .gpo-head h2, .gpo-pain-head h2, .gpo-faq > .sync-container > h2 { font-size: 29px; }
  .gpo-head > p, .gpo-pain-head p { font-size: 16px; }
  .gpo-pain-carousel { height: auto; margin-top: 48px; }
  .gpo-pain-preview { display: none; }
  .gpo-pain-current { position: relative; top: 0; left: 0; width: 100%; height: auto; min-height: 0; flex-direction: column; }
  .gpo-pain-visual { flex-basis: auto; width: 100%; height: auto; aspect-ratio: 3 / 2; }
  .gpo-pain-copy { width: 100%; height: auto; padding: 28px; gap: 28px; }
  .gpo-pain-copy h3 { font-size: 26px; }
  .gpo-feature-grid, .gpo-tests, .gpo-methods, .gpo-security-grid { grid-template-columns: 1fr; }
  .gpo-report-box { height: auto; padding: 32px 20px; }
  .gpo-report-box > h2 { font-size: 28px; line-height: 1.3; }
  .gpo-report-note { text-align: center; white-space: normal; }
  .gpo-step-list { gap: 56px; margin-top: 48px; }
  .gpo-step, .gpo-step.reverse { display: flex; flex-direction: column; gap: 24px; }
  .gpo-step.reverse .gpo-step-image, .gpo-step.reverse > div { order: initial; }
  .gpo-step h3 { font-size: 26px; }
  .gpo-steps > .sync-container > .sync-primary-btn { margin-top: 48px; }
  .gpo-feature-grid { margin-top: 48px; }
  .gpo-feature-grid article, .gpo-security-grid article { min-height: 0; padding: 32px 22px; }
  .gpo-comparison-table { margin-top: 48px; }
  .gpo-clouds .sync-cloud-grid { margin-top: 48px; }
  .gpo-security-grid { margin-top: 48px; }
  .gpo-reviews { padding-top: 72px; }
  .gpo-reviews .sync-review-arrow, .gpo-reviews .sync-review-fade { display: none; }
  .gpo-faq .sync-faq-list { margin-top: 48px; }
  .gpo-faq .sync-faq-question { min-height: 88px; padding: 28px 44px 28px 0; font-size: 18px; }
  .gpo-cta .sync-final-box { height: auto; padding: 40px 28px; }
  .gpo-cta .sync-final-art { display: none; }
  .gpo-cta .sync-final-box h2 { font-size: 30px; }
  .gpo-lightbox { padding: 20px; }
}
