@page {
    size: A4;
    margin: 0mm;
  
    @bottom-center {
      content: element(footer);
    }
  }
  body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  color: #333;
  background: #fff;
}

.watermark-layer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  z-index: 9999;
  pointer-events: none;
  text-align: center;
  opacity: 0.05;
  white-space: nowrap;
}

.watermark-title {
  font-size: 60px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}

.watermark-tagline {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-top: 6px;
}


.report-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 40px;
  background-color: white;
  overflow: hidden;
}

.report-wrapper > * {
  position: relative;
  z-index: 1;
}

