/* ============================================
   Monetix — Legal Documents pages (docs/)
   Печатный стиль: светлый лист, читаемый текст
   ============================================ */

body.docs-page {
  background: var(--bg-dark, #0A0E1A);
}

.doc-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 130px 20px 80px;
}

.doc-sheet {
  background: #ffffff;
  color: #1a2332;
  border-radius: 16px;
  padding: 56px 64px;
  box-shadow: 0 24px 80px rgba(0,0,0,.45);
}

.doc-sheet h1 {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 6px;
  color: #0A0E1A;
  line-height: 1.3;
}

.doc-org {
  text-align: center;
  font-size: 14px;
  color: #55606e;
  margin-bottom: 4px;
}

.doc-meta {
  text-align: center;
  font-size: 13px;
  color: #8a94a3;
  border-bottom: 1px solid #e3e8ef;
  padding-bottom: 20px;
  margin-bottom: 28px;
}

.doc-sheet h2 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #0A0E1A;
  margin: 34px 0 12px;
  padding-top: 18px;
  border-top: 1px solid #eef1f5;
}

.doc-sheet h2:first-of-type { border-top: none; padding-top: 0; }

.doc-sheet h3 {
  font-size: 15px;
  font-weight: 700;
  color: #0A0E1A;
  margin: 20px 0 8px;
}

.doc-sheet p, .doc-sheet li {
  font-size: 14.5px;
  line-height: 1.72;
  color: #2a3444;
}

.doc-sheet p { margin: 0 0 10px; }

.doc-sheet ul, .doc-sheet ol {
  margin: 0 0 12px;
  padding-left: 24px;
}

.doc-sheet li { margin-bottom: 6px; }

.doc-sheet table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 20px;
  font-size: 14px;
}

.doc-sheet th {
  background: #f0f4f8;
  font-weight: 700;
  text-align: left;
  padding: 10px 12px;
  border: 1px solid #dde4ec;
  color: #0A0E1A;
}

.doc-sheet td {
  padding: 10px 12px;
  border: 1px solid #dde4ec;
  color: #2a3444;
  vertical-align: top;
}

.doc-note {
  background: #f0faf5;
  border: 1px solid #bfe8d4;
  border-left: 4px solid #0B8A5F;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 13.5px;
  color: #1e4d3a;
  margin: 18px 0;
}

.doc-blank {
  color: #8a94a3;
  border-bottom: 1px dashed #b7c0cc;
  padding: 0 4px;
  letter-spacing: 2px;
}

.doc-footer-nav {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 60px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.doc-footer-nav a {
  color: var(--accent, #0B8A5F);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 700px) {
  .doc-sheet { padding: 32px 22px; }
  .doc-sheet h1 { font-size: 20px; }
  .doc-wrapper { padding-top: 100px; }
}

@media print {
  body.docs-page { background: #fff; }
  .header, .footer, .doc-footer-nav, .sticky-cta, .cookie-banner { display: none !important; }
  .doc-wrapper { padding: 0; max-width: 100%; }
  .doc-sheet { box-shadow: none; border-radius: 0; padding: 20px 0; }
}

/* ============================================
   Уставы (ustav-*.html): классический юр.документ
   + мягкая жёлтая подсветка незаполненных полей
   ============================================ */

.doc-todo {
  background: #FDF0C0;
  color: #7A5C00;
  padding: 0 5px;
  border-radius: 4px;
  border-bottom: 1px dashed #D9B84A;
}

.ustav-sheet {
  font-family: 'Times New Roman', 'Liberation Serif', serif;
}

.ustav-sheet p {
  text-align: justify;
  text-indent: 1.2em;
  margin: 10px 0;
  font-size: 15.5px;
  line-height: 1.65;
}

.ustav-sheet ul {
  margin: 8px 0 14px;
  padding-left: 2.6em;
}

.ustav-sheet li {
  text-align: justify;
  font-size: 15.5px;
  line-height: 1.6;
  margin: 5px 0;
}

.ustav-sheet h2 {
  font-family: 'Times New Roman', 'Liberation Serif', serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16.5px;
  text-align: center;
  font-weight: 700;
}

.ustav-approval {
  margin: 26px 0 30px;
  font-size: 14.5px;
  line-height: 1.7;
  text-align: left;
  border: 1px solid #e8e2d0;
  background: #FFFDF4;
  border-radius: 10px;
  padding: 16px 22px;
  max-width: 430px;
}

.ustav-title {
  text-align: center;
  margin: 34px 0 40px;
}

.ustav-title-main {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .18em;
  color: #0A0E1A;
}

.ustav-title-org {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.5;
}

.ustav-title-by {
  font-size: 14.5px;
  color: #55606e;
  margin-top: 14px;
  line-height: 1.7;
}

.ustav-title-place {
  font-size: 14.5px;
  color: #55606e;
  margin-top: 18px;
  line-height: 1.7;
}

.ustav-sign {
  margin-top: 40px !important;
  text-indent: 0 !important;
}
