.home-qr {
  padding: 0 1.5rem;
}

.home-qr__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.75rem;
  padding: 0.2rem 0 0.25rem;
}

.home-qr__grid::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  bottom: 0.25rem;
  left: 50%;
  width: 2px;
  transform: translateX(-1px);
  background: linear-gradient(180deg, transparent, rgba(120, 183, 221, 0.5) 18%, rgba(255, 255, 255, 0.98) 50%, rgba(120, 183, 221, 0.5) 82%, transparent);
  box-shadow: 0 0 8px rgba(98, 166, 208, 0.28);
}

.home-qr__item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: start;
  gap: 1.2rem;
  min-width: 0;
  padding: 0 0.55rem;
}

.home-qr__copy {
  padding-top: 0.75rem;
}

.home-qr__figure {
  position: relative;
  display: grid;
  place-items: center;
  width: 122px;
  height: 122px;
  margin: 0;
  border-radius: 10px;
  background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.98), rgba(222, 241, 252, 0.76) 64%, rgba(222, 241, 252, 0) 78%);
}

.home-qr__figure::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 4px;
  left: 7px;
  height: 13px;
  border-radius: 50%;
  background: rgba(50, 91, 119, 0.17);
  filter: blur(7px);
  transform: translateY(7px);
  pointer-events: none;
}

.home-qr__figure img {
  position: relative;
  z-index: 1;
  display: block;
  width: 112px;
  height: 112px;
  padding: 0.28rem;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(42, 80, 107, 0.13), inset 0 0 0 1px rgba(255, 255, 255, 0.82);
  object-fit: contain;
}

.home-qr__copy .eyebrow {
  margin-bottom: 0.38rem;
}

.home-qr__copy h3 {
  margin-bottom: 0.45rem;
  color: var(--color-blue-deep);
  font-size: 1.02rem;
}

.home-qr__copy p:last-child {
  margin-bottom: 0;
  color: var(--color-text-soft);
  line-height: 1.55;
}

.home-light-divider--after-qr {
  margin-top: 1.65rem;
  margin-bottom: 1.35rem;
}
