.concept-one .hero {
  padding: 96px 0 108px;
  background: #ffffff;
}

.concept-one .hero-visual {
  margin-right: -7vw;
}

.concept-one .hero-visual .product-frame {
  transform: perspective(1600px) rotateY(-3deg) rotateX(1deg);
  transform-origin: center;
}

.concept-one .proof-ribbon {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--blue-soft);
}

.concept-one .proof-ribbon .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
}

.concept-one .proof-ribbon strong {
  color: var(--blue-strong);
}

@media (max-width: 980px) {
  .concept-one .hero-visual {
    margin-right: 0;
  }

  .concept-one .hero-visual .product-frame {
    transform: none;
  }
}

