/* ==========================================================================
   SON KALE EGM - Official Document Print & Paper Engine Stylesheet
   ========================================================================== */

.official-document-paper {
  background: #ffffff;
  color: #111827;
  width: 100%;
  max-width: 820px;
  min-height: 1050px;
  margin: 0 auto;
  padding: 3rem 3.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  position: relative;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.45;
  font-size: 13.5px;
}

/* Document Watermark */
.doc-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 380px;
  opacity: 0.045;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Document Header */
.doc-header {
  text-align: center;
  margin-bottom: 2rem;
  border-bottom: 2px solid #1f2937;
  padding-bottom: 1.25rem;
  position: relative;
}

.doc-logo-top {
  width: 70px;
  height: 70px;
  margin: 0 auto 0.5rem;
  display: block;
}

.doc-header h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.05em;
  margin: 0;
  text-transform: uppercase;
}

.doc-header h3 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin: 0.2rem 0;
}

.doc-header h4 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  font-weight: 700;
  color: #b91c1c;
  margin-top: 0.75rem;
  text-decoration: underline;
  letter-spacing: 0.05em;
}

/* Document Metadata Bar */
.doc-meta-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  font-size: 12.5px;
  font-weight: 600;
  color: #374151;
}

/* Document Table */
.doc-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.doc-table th, .doc-table td {
  border: 1px solid #9ca3af;
  padding: 0.45rem 0.65rem;
  text-align: left;
  font-size: 12.5px;
}

.doc-table th {
  background: #f3f4f6;
  font-weight: 700;
  width: 25%;
}

.doc-content-body {
  margin-bottom: 2rem;
  text-align: justify;
  text-indent: 2rem;
}

.doc-qa-block {
  margin-bottom: 1.25rem;
}

.doc-qa-q {
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.25rem;
}

.doc-qa-a {
  padding-left: 1.5rem;
  color: #1f2937;
  font-style: italic;
  margin-bottom: 0.75rem;
}

/* Document Signatures */
.doc-signatures {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
  padding-top: 1rem;
}

.doc-sig-box {
  width: 45%;
  text-align: center;
}

.doc-sig-title {
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.doc-sig-name {
  font-weight: 700;
}

.doc-sig-rank {
  font-size: 12px;
  color: #4b5563;
}

.doc-stamp {
  display: inline-block;
  border: 2px solid #dc2626;
  color: #dc2626;
  font-weight: 800;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  transform: rotate(-8deg);
  margin-top: 0.5rem;
}

/* Print Media Styles */
@media print {
  body * {
    visibility: hidden;
  }
  .official-document-paper, .official-document-paper * {
    visibility: visible;
  }
  .official-document-paper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 2cm;
    box-shadow: none;
  }
  .no-print {
    display: none !important;
  }
}
