@import url("/fad/smartapp/zumenarviewer/css/style.css?v=20260710-8");

.photo-zipper-lp {
  --accent: #67e3b1;
  --accent-2: #67e3b1;
  --accent-3: #67e3b1;
}

.photo-zipper-lp .zv-site-background {
  background: radial-gradient(circle at 50% -10%, rgba(103, 227, 177, .1) 0, transparent 42%), var(--bg);
}

.photo-zipper-lp .orb-primary {
  background: radial-gradient(circle, rgba(103, 227, 177, .28), transparent 65%);
}

.photo-zipper-lp .orb-secondary {
  background: radial-gradient(circle, rgba(103, 227, 177, .16), transparent 65%);
}

.photo-zipper-lp .grid-glow {
  background: radial-gradient(ellipse at center, rgba(103, 227, 177, .08), transparent 58%);
}

body.photo-zipper-page.is-light-theme .photo-zipper-lp .zv-site-background {
  background: radial-gradient(circle at 50% -10%, rgba(103, 227, 177, .16) 0, transparent 42%), linear-gradient(180deg, #f9fbff 0%, #eef3f8 100%);
}

body.photo-zipper-page.is-light-theme .photo-zipper-lp .orb-primary {
  background: radial-gradient(circle, rgba(103, 227, 177, .28), transparent 65%);
}

body.photo-zipper-page.is-light-theme .photo-zipper-lp .orb-secondary {
  background: radial-gradient(circle, rgba(103, 227, 177, .16), transparent 65%);
}

body.photo-zipper-page.is-light-theme .photo-zipper-lp .grid-glow {
  background: radial-gradient(ellipse at center, rgba(103, 227, 177, .16), transparent 58%);
}

.photo-zipper-lp .zv-brand-mark,
.photo-zipper-lp .zv-brand-logo {
  width: 40px;
  height: 40px;
}

.photo-zipper-lp .zv-brand-logo {
  transform: scale(1.28, 1.18) translateY(-2px);
}

.photo-zipper-lp .hero-recommended-icon {
  background: var(--accent-2);
}

.photo-zipper-lp .hero-recommended-label,
body.photo-zipper-page.is-light-theme .hero-recommended-label {
  border-color: rgba(103, 227, 177, .72);
}

.photo-zipper-lp .hero-section>.hero-scroll-cue {
  border-color: rgba(103, 227, 177, .62);
}

.photo-zipper-lp .hero-section>.hero-scroll-cue:hover {
  border-color: rgba(103, 227, 177, .92);
  background: rgba(103, 227, 177, .12);
}

.photo-zipper-lp .zv-button-primary {
  box-shadow: 0 22px 50px rgba(255, 255, 255, .16), 0 14px 55px rgba(103, 227, 177, .28);
}

.photo-zipper-lp .hero-visual-badge--free {
  box-sizing: border-box;
  padding: clamp(18px, 2.2vw, 26px);
  font-size: clamp(15px, 1.9vw, 22px);
  line-height: 1.25;
  letter-spacing: 0;
}

.photo-zipper-lp h3,
.photo-zipper-lp .usecase-title {
  font-size: 22px;
}

.photo-zipper-lp .usecase-solution p {
  font-size: 18px;
}

.photo-zipper-lp .hero-section .hero-actions .zv-button-primary {
  min-width: 240px;
  box-shadow: 0 22px 50px rgba(255, 255, 255, .16), 0 16px 58px rgba(103, 227, 177, .28);
}

.photo-zipper-lp .hero-content {
  position: relative;
  z-index: 6;
}

.photo-zipper-lp .hero-recommended-strip {
  position: relative;
  z-index: 7;
}

.photo-zipper-lp h1 {
  font-size: clamp(38px, 5.9vw, 76px);
}

.photo-zipper-lp h2 {
  font-size: clamp(30px, 4vw, 54px);
}

@media (min-width: 981px) {
  .photo-zipper-lp .hero-section {
    grid-template-columns: minmax(0, 5fr) minmax(360px, 3fr);
  }
}

.photo-zipper-lp .zv-header-cta-app {
  color: #06070e !important;
  background: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 10px 35px rgba(255, 255, 255, .12);
}

.photo-upload-illustration {
  position: relative;
  z-index: 2;
  width: min(686px, 108.2vw);
  transform: translate(30px, -60px);
}

.photo-upload-illustration img {
  width: 100%;
  height: auto;
  display: block;
}

.photo-zipper-lp .floating-panel {
  box-sizing: border-box;
  min-width: 224px;
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.photo-zipper-lp .floating-panel small {
  display: block;
  white-space: nowrap;
}

.photo-zipper-lp .panel-top {
  top: auto;
  left: 50%;
  bottom: calc(24% + 20px);
  transform: translateX(-103%);
}

.photo-zipper-lp .panel-bottom {
  bottom: 18%;
  min-height: 78px;
}

.photo-zipper-lp .photo-flow-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photo-zipper-lp .photo-flow-steps .flow-step-number::before {
  content: none;
}

.photo-icon-card {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  color: var(--accent-2);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
  border-radius: 0;
  border: 1px dashed rgba(255, 255, 255, .24);
  background: radial-gradient(circle at 50% 48%, rgba(103, 227, 177, .2), transparent 42%), linear-gradient(135deg, rgba(103, 227, 177, .18), rgba(255, 255, 255, .05));
}

.photo-icon-card i {
  filter: drop-shadow(0 16px 30px rgba(103, 227, 177, .18));
}

.photo-zipper-lp .flow-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  border-radius: 0;
  border: 1px dashed rgba(255, 255, 255, .24);
  background: linear-gradient(135deg, rgba(103, 227, 177, .22), rgba(255, 255, 255, .05));
}

.photo-zipper-lp .usecase-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, .14);
}

.photo-zipper-lp .feature-grid {
  grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(26px, 4vw, 54px);
}

.photo-feature-demo {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.photo-feature-demo::before {
  content: "";
  position: absolute;
  width: min(560px, 96%);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(103, 227, 177, .34), rgba(103, 227, 177, .12) 42%, transparent 72%);
  filter: blur(6px);
}

.photo-feature-demo::after {
  content: "";
  position: absolute;
  width: min(420px, 78%);
  aspect-ratio: 1 / 1.28;
  border-radius: 38% 62% 46% 54% / 48% 38% 62% 52%;
  background: linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(103, 227, 177, .18));
  filter: blur(28px);
  opacity: .56;
}

.photo-phone-mock {
  position: relative;
  z-index: 2;
  width: min(360px, 78vw);
  aspect-ratio: 9.8 / 18.6;
  padding: 10px 13px 14px;
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, .34);
  background: linear-gradient(145deg, #e8fff6 0%, #8fdcbe 16%, #22392f 36%, #0b1114 64%, #f4fff9 100%);
  box-shadow: 0 40px 95px rgba(0, 0, 0, .42), 0 0 54px rgba(103, 227, 177, .34), 0 0 0 2px rgba(103, 227, 177, .18) inset;
  overflow: hidden;
}

.photo-phone-mock::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 13px solid rgba(10, 18, 17, .9);
  border-top-width: 11px;
  border-radius: 48px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .32) inset, 0 0 0 3px rgba(103, 227, 177, .18);
  pointer-events: none;
}

.photo-phone-mock::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 4;
  width: 92px;
  height: 18px;
  border-radius: 0 0 15px 15px;
  background: rgba(7, 13, 13, .96);
  transform: translateX(-50%);
  pointer-events: none;
}

.photo-phone-mock video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 36px 36px 35px 35px;
  background: #05070d;
  object-fit: cover;
}

.photo-feature-list {
  display: grid;
  gap: 14px;
}

.photo-zipper-lp .photo-feature-card {
  min-height: 0;
  padding: 22px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.photo-zipper-lp .photo-feature-card:hover {
  transform: translateX(6px);
}

.photo-zipper-lp .photo-feature-media {
  width: 58px;
  height: 58px;
  aspect-ratio: auto;
  margin: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(103, 227, 177, .36);
  border-radius: 18px;
  background: rgba(103, 227, 177, .1);
  color: var(--accent-2);
  font-size: 25px;
}

.photo-zipper-lp .showcase-card {
  background: radial-gradient(circle at 78% 20%, rgba(103, 227, 177, .34), transparent 34%), radial-gradient(circle at 20% 80%, rgba(103, 227, 177, .22), transparent 36%), linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
}

.photo-zipper-lp .cta-card {
  background: radial-gradient(circle at 15% 10%, rgba(103, 227, 177, .2), transparent 30%), radial-gradient(circle at 88% 24%, rgba(103, 227, 177, .36), transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055));
}

.photo-zipper-lp .cta-card::before {
  background: radial-gradient(circle, rgba(103, 227, 177, .12), transparent 60%);
}

.photo-evidence-section {
  padding-top: 88px;
}

.photo-evidence-section .showcase-card {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 28px;
}

.photo-evidence-section .showcase-copy {
  display: contents;
}

.photo-evidence-section .showcase-copy h2 {
  grid-column: 1 / -1;
  order: 1;
  margin-bottom: 0;
  text-align: left;
}

.photo-evidence-section .showcase-copy p:not(.eyebrow) {
  grid-column: 1 / -1;
  order: 2;
  margin-bottom: 0;
  text-align: left;
}

.photo-metric-list {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  order: 4;
  margin-top: 0;
}

.photo-metric-list strong {
  color: #67e3b1;
}

.photo-video-compare {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  order: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.photo-video-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: rgba(5, 6, 10, .38);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
}

.photo-video-card h3 {
  margin: 0;
  padding: 14px 16px;
  font-size: 17px;
}

.photo-video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #0f172a;
  object-fit: contain;
}

.photo-video-card p {
  margin: 0;
  padding: 13px 16px 16px;
  color: var(--muted);
  font-size: 13px;
}

.photo-zipper-lp .cta-card>h2,
.photo-zipper-lp .cta-card>p,
.photo-zipper-lp .cta-card>.photo-cta-mobile,
.photo-zipper-lp .cta-card>.photo-cta-note {
  margin-left: auto;
  margin-right: auto;
}

.photo-cta-mobile {
  margin-top: 26px;
  display: grid;
  grid-template-columns: minmax(220px, .68fr) auto minmax(280px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: rgba(5, 6, 10, .34);
}

.photo-cta-action {
  min-width: 0;
  display: flex;
  justify-content: center;
}

.photo-cta-divider {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, .28);
}

.photo-cta-mobile-use {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.photo-cta-mobile-copy {
  display: grid;
  gap: 6px;
}

.photo-cta-mobile-copy strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.photo-cta-mobile-copy span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.photo-cta-mobile img {
  width: 116px;
  height: 116px;
  padding: 8px;
  border-radius: 14px;
  background: #fff;
}

.photo-cta-note {
  padding: 24px 0 0;
  margin-bottom: 0 !important;
  color: var(--subtle) !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

.photo-cta-note a {
  color: var(--accent-2) !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.photo-zipper-page.is-light-theme .photo-video-card {
  border-color: rgba(16, 24, 39, .14);
  background: rgba(255, 255, 255, .72);
  color: var(--text);
}

body.photo-zipper-page.is-light-theme .photo-icon-card,
body.photo-zipper-page.is-light-theme .photo-zipper-lp .flow-image,
body.photo-zipper-page.is-light-theme .photo-zipper-lp .usecase-image {
  border-color: rgba(16, 24, 39, .16);
}

body.photo-zipper-page.is-light-theme .photo-zipper-lp .photo-feature-media {
  border-color: rgba(70, 177, 137, .32);
  background: rgba(103, 227, 177, .16);
}

body.photo-zipper-page.is-light-theme .photo-cta-mobile {
  border-color: rgba(16, 24, 39, .14);
  background: rgba(255, 255, 255, .72);
}

body.photo-zipper-page.is-light-theme .photo-cta-divider {
  background: rgba(16, 24, 39, .18);
}

body.photo-zipper-page.is-light-theme .photo-cta-mobile-copy strong {
  color: var(--text) !important;
}

@media (max-width: 980px) {

  .photo-zipper-lp .requirements-card h3 {
    font-size: 20px;
  }

  .photo-evidence-section .showcase-card,
  .photo-video-compare,
  .photo-metric-list,
  .photo-zipper-lp .feature-grid {
    grid-template-columns: 1fr;
  }

  .photo-feature-demo {
    min-height: 520px;
  }

  .photo-zipper-lp .photo-flow-steps {
    grid-template-columns: 1fr;
  }

  .photo-evidence-section .showcase-copy h2,
  .photo-evidence-section .showcase-copy p:not(.eyebrow) {
    grid-column: 1;
  }

  .photo-zipper-lp .usecase-solution {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: left;
  }

  .photo-zipper-lp .usecase-solution p {
    justify-self: stretch;
  }

  .photo-cta-mobile {
    grid-template-columns: 1fr;
  }

  .photo-cta-action {
    justify-content: center;
  }

  .photo-cta-action .zv-button-primary {
    width: fit-content;
    max-width: 100%;
    font-size: 14px;
  }

  .photo-cta-divider {
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 640px) {
  .photo-zipper-lp .hero-visual-badge--free {
    width: 140px;
    height: 140px;
    padding: 18px;
    font-size: 16px;
    line-height: 1.15;
  }

  .photo-upload-illustration {
    width: min(306px, 73vw);
  }

  .photo-zipper-lp .floating-panel {
    min-width: 168px;
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 16px;
    backdrop-filter: blur(8px);
  }

  .photo-zipper-lp .floating-panel strong {
    font-size: 15px;
    line-height: 1.2;
  }

  .photo-zipper-lp .floating-panel small {
    font-size: 11px;
    line-height: 1.35;
  }

  .photo-zipper-lp .panel-top {
    right: auto;
    left: 50%;
    bottom: 8%;
    transform: translateX(calc(-100% - 6px));
  }

  .photo-zipper-lp .panel-bottom {
    right: auto;
    left: 50%;
    bottom: 8%;
    min-height: 58px;
    transform: translateX(6px);
  }

  .photo-feature-demo {
    min-height: 430px;
  }

  .photo-phone-mock {
    width: min(288px, 76vw);
  }

  .photo-zipper-lp .photo-feature-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: left;
    gap: 16px;
  }

  .photo-zipper-lp .photo-feature-media {
    justify-self: center;
    margin-bottom: 16px;
  }

  .photo-zipper-lp .photo-feature-card > div:not(.photo-feature-media) {
    width: 100%;
    justify-self: stretch;
  }

  .photo-cta-mobile {
    width: 100%;
    justify-items: start;
  }

  .photo-cta-action {
    width: 100%;
    justify-content: center;
  }

  .photo-cta-mobile-use {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .photo-cta-mobile-use img {
    justify-self: center;
  }
}

@media (max-width: 980px) {
  .photo-zipper-lp .requirements-section.section-shell {
    display: block !important;
  }

  .photo-zipper-lp .requirements-section > .section-heading {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .photo-zipper-lp .requirements-section > .requirements-grid {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .photo-zipper-lp .requirements-section > .requirements-caution-title,
  .photo-zipper-lp .requirements-section > .requirements-caution-list {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .photo-zipper-lp .requirements-caution-list {
    display: block !important;
  }
}