.vv-product-trust {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 62px;
  color: #102a43;
  font-family: Inter, Arial, sans-serif;
}

.vv-product-trust__head,
.vv-product-faq__head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.vv-product-trust__eyebrow {
  margin: 0 0 12px;
  color: #a34835;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vv-product-trust h2 {
  margin: 0;
  color: #102a43;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.vv-product-trust__head > p:last-child {
  margin: 14px 0 0;
  color: #647286;
  font-size: 16px;
  line-height: 1.55;
}

.vv-product-reviews {
  column-count: 3;
  column-gap: 18px;
  margin-bottom: 54px;
}

.vv-product-review {
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid #e3dbd2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 42, 67, 0.08);
}

.vv-product-review img {
  width: 100%;
  height: 270px;
  display: block;
  object-fit: cover;
  background: #f5f0ea;
}

.vv-product-review--short img {
  height: 225px;
}

.vv-product-review--tall img {
  height: 330px;
}

.vv-product-review__stars {
  margin: 16px 18px 8px;
  color: #d99a42;
  font-size: 15px;
  font-weight: 900;
}

.vv-product-review p {
  margin: 0 18px 14px;
  color: #314256;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.vv-product-review span {
  display: block;
  margin: 0 18px 18px;
  color: #7a8592;
  font-size: 13px;
  font-weight: 800;
}

.vv-product-faq {
  padding: 34px;
  border-radius: 8px;
  background: #fbf7f1;
}

.vv-product-faq__list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.vv-product-faq details {
  border: 1px solid #e3dbd2;
  border-radius: 8px;
  background: #fff;
}

.vv-product-faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 20px 56px 20px 22px;
  color: #102a43;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.vv-product-faq summary::-webkit-details-marker {
  display: none;
}

.vv-product-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5ece4;
  color: #a34835;
  font-size: 20px;
  font-weight: 900;
}

.vv-product-faq details[open] summary::after {
  content: "-";
  background: #102a43;
  color: #fff;
}

.vv-product-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #536174;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .vv-product-reviews {
    column-count: 2;
  }
}

@media (max-width: 720px) {
  .vv-product-trust {
    width: min(100% - 24px, 680px);
    padding: 38px 0 46px;
  }

  .vv-product-trust h2 {
    font-size: 30px;
  }

  .vv-product-reviews {
    column-count: 1;
  }

  .vv-product-review img,
  .vv-product-review--short img,
  .vv-product-review--tall img {
    height: auto;
    aspect-ratio: 1 / 1.05;
  }

  .vv-product-faq {
    padding: 24px 14px;
  }

  .vv-product-faq summary {
    padding: 18px 50px 18px 18px;
    font-size: 16px;
  }
}
