.documents-visual-tile {
  grid-template-columns: minmax(360px, 1.35fr) minmax(0, 1fr);
}

.documents-preview-stage {
  position: relative;
  min-height: 320px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
}

.documents-preview-frame {
  position: absolute;
  width: 58%;
  height: 250px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 18px 36px rgba(0,0,0,0.34);
}

.word-preview-frame {
  left: 3%;
  top: 34px;
  transform: rotate(-2.5deg);
}

.excel-preview-frame {
  right: 3%;
  bottom: 28px;
  transform: rotate(2.5deg);
}

.documents-preview-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  background: #fff;
}

.documents-preview-label {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(7,17,31,0.88);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

@media (max-width: 860px) {
  .documents-visual-tile {
    grid-template-columns: 1fr;
  }

  .documents-preview-stage {
    min-height: 290px;
  }
}

@media (max-width: 620px) {
  .documents-preview-stage {
    min-height: 235px;
  }

  .documents-preview-frame {
    height: 185px;
  }
}
