.rof-no-purchase {
  padding: 100px 0;
  overflow-x: clip;
}

.rof-no-purchase__panel {
  position: relative;
  background-color: #10171b;
  background-size: cover;
  background-position: center;
  border-radius: 32px;
  padding: 56px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: visible;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.rof-no-purchase__left {
  position: absolute;
  top: -40px;
  left: -50px;
  width: 220px;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.45));
  z-index: 1;
}

.rof-no-purchase__right {
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-30%);
  width: 240px;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.45));
  z-index: 1;
}

.rof-no-purchase__content {
  position: relative;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  z-index: 2;
}

.rof-no-purchase__title {
  margin: 0;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.1;
  white-space: nowrap;
}

.rof-no-purchase__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1024px) {
  .rof-no-purchase__left {
    width: 180px;
    top: -30px;
    left: -30px;
  }
  .rof-no-purchase__right {
    width: 200px;
    right: -50px;
  }
  .rof-no-purchase__title {
    font-size: 34px;
  }
}

@media (max-width: 860px) {
  .rof-no-purchase {
    padding: 60px 0;
  }
  .rof-no-purchase__panel {
    padding: 48px 24px;
  }
  .rof-no-purchase__left {
    width: 140px;
    top: -24px;
    left: -20px;
  }
  .rof-no-purchase__right {
    width: 160px;
    right: -30px;
    top: auto;
    bottom: -30px;
    transform: none;
  }
  .rof-no-purchase__title {
    font-size: 26px;
    white-space: normal;
  }
  .rof-no-purchase__text {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .rof-no-purchase__panel {
    padding: 44px 20px;
  }
  .rof-no-purchase__left {
    width: 100px;
    top: -18px;
    left: -12px;
  }
  .rof-no-purchase__right {
    width: 110px;
    right: -16px;
    bottom: -24px;
  }
}
