
.qtv-trust {
  --qtv-bg: #ffffff;
  --qtv-text: #17201b;
  --qtv-body: #5c665f;
  --qtv-accent: #1f6f4a;
  --qtv-accent-dark: #123b2a;
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding: 76px 24px;
  background: var(--qtv-bg);
  color: var(--qtv-text);
  font-family: "Montserrat", Arial, sans-serif;
  box-sizing: border-box;
}
.qtv-trust * {
  box-sizing: border-box;
}
.qtv-container {
  max-width: 1200px;
  margin: 0 auto;
}
.qtv-story {
  display: grid;
  grid-template-columns: minmax(0, .52fr) minmax(0, .48fr);
  gap: 54px;
  align-items: center;
}
.qtv-story + .qtv-story {
  margin-top: 58px;
}
.qtv-story.is-reverse {
  grid-template-columns: minmax(0, .44fr) minmax(0, .56fr);
}
.qtv-copy h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}
.qtv-copy p {
  margin: 0;
  color: var(--qtv-body);
  font-size: 14.5px;
  line-height: 1.72;
}
.qtv-copy p + p {
  margin-top: 12px;
}
.qtv-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border-radius: 3px;
  background: var(--qtv-accent);
  color: #ffffff;
  padding: 12px 22px;
  text-decoration: none;
  font-size: 13.5px;
  line-height: 16px;
  font-weight: 800;
}
.qtv-button:hover,
.qtv-button:focus {
  background: var(--qtv-accent-dark);
  color: #ffffff;
  outline: none;
}
.qtv-delivery-proof {
  position: relative;
  min-height: 434px;
  background: #ffffff;
}
.qtv-delivery-proof:before {
  content: "";
  position: absolute;
  inset: 48px 28px 18px;
  background: linear-gradient(135deg, rgba(23, 32, 27, .045), rgba(23, 32, 27, 0));
  filter: blur(18px);
  pointer-events: none;
}
.qtv-main-photo {
  position: relative;
  z-index: 2;
  width: 84%;
  height: 352px;
  margin-left: auto;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 22px 52px rgba(23, 32, 27, .11),
    0 1px 0 rgba(23, 32, 27, .05);
  transform: rotate(1.1deg);
}
.qtv-main-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.qtv-support-row {
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: 3;
  display: flex;
  gap: 16px;
  width: 70%;
}
.qtv-support-photo {
  flex: 1 1 0;
  height: 136px;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 18px 42px rgba(23, 32, 27, .12),
    0 1px 0 rgba(23, 32, 27, .05);
}
.qtv-support-photo:first-child {
  transform: rotate(-2.1deg);
}
.qtv-support-photo:last-child {
  transform: rotate(1.8deg);
}
.qtv-support-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.qtv-photo-caption {
  display: none;
  margin-top: 14px;
  color: var(--qtv-body);
  font-size: 12.5px;
  line-height: 1.58;
}
.qtv-doc-stage {
  position: relative;
  min-height: 430px;
}
.qtv-doc-stage:before {
  content: "";
  position: absolute;
  inset: 54px 36px 26px;
  background: linear-gradient(135deg, rgba(23, 32, 27, .045), rgba(23, 32, 27, 0));
  filter: blur(18px);
  pointer-events: none;
}
.qtv-doc-paper {
  position: absolute;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 22px 52px rgba(23, 32, 27, .11),
    0 1px 0 rgba(23, 32, 27, .05);
}
.qtv-doc-paper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.qtv-doc-paper.primary {
  left: 26%;
  top: 0;
  z-index: 2;
  width: 52%;
  height: 390px;
  transform: rotate(1.2deg);
}
.qtv-doc-paper.secondary {
  left: 5%;
  top: 74px;
  z-index: 1;
  width: 48%;
  height: 322px;
  opacity: .94;
  transform: rotate(-2.4deg);
}
@media (max-width: 920px) {
  .qtv-story,
  .qtv-story.is-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .qtv-story.is-reverse .qtv-copy {
    order: 2;
  }
  .qtv-story.is-reverse .qtv-doc-stage {
    order: 1;
  }
}
@media (max-width: 640px) {
  .qtv-trust {
    padding: 44px 16px 54px;
  }
  .qtv-copy h3 {
    font-size: 24px;
  }
  .qtv-main-photo {
    width: 100%;
    height: 300px;
    transform: none;
    margin-left: 0;
  }
  .qtv-support-row {
    position: static;
    width: 100%;
    margin-top: 14px;
  }
  .qtv-support-photo {
    height: 104px;
  }
  .qtv-doc-stage {
    min-height: 330px;
  }
  .qtv-doc-paper.primary {
    left: 27%;
    width: 58%;
    height: 300px;
  }
  .qtv-doc-paper.secondary {
    left: 0;
    width: 54%;
    height: 260px;
  }
  .qtv-button {
    width: 100%;
  }
}
