/* Дополнение к requisites.css: вёрстка договора-оферты */
.page-oferta-main {
  padding-bottom: 2rem;
}
.oferta-crumb {
  margin-bottom: 8px;
}
.oferta-crumb a {
  text-decoration: underline;
  text-decoration-color: rgba(241, 226, 204, 0.35);
  color: var(--muted);
}
.oferta-crumb a:hover {
  color: var(--accent);
}

.oferta-document {
  max-width: 820px;
  margin: 0 auto;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.65;
}
.oferta-document h1 {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  line-height: 1.35;
}
.oferta-subtitle {
  text-align: center;
  color: var(--muted);
  margin: 0 0 8px;
  font-size: 0.95rem;
}
.oferta-date-pub {
  text-align: center;
  color: var(--muted);
  margin: 0 0 28px;
  font-size: 0.95rem;
}
.oferta-lead {
  margin: 0 0 14px;
  text-align: justify;
  hyphens: auto;
}
.oferta-lead:last-of-type {
  margin-bottom: 22px;
}

.oferta-block {
  margin-bottom: 22px;
}
.oferta-block h2 {
  font-size: 1.08rem;
  font-weight: 700;
  color: #f1e2cc;
  margin: 0 0 12px;
  line-height: 1.35;
}
.oferta-clause {
  margin: 0 0 10px;
  text-align: justify;
  hyphens: auto;
}
.oferta-clause:last-child {
  margin-bottom: 0;
}
.oferta-subclause {
  margin: 8px 0 0;
  padding-left: 0;
  list-style: none;
  counter-reset: none;
}
.oferta-subclause li {
  margin-bottom: 8px;
  text-align: justify;
  hyphens: auto;
}

.oferta-table-wrap {
  overflow-x: auto;
  margin: 12px 0 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #121212;
}
.oferta-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.oferta-table th,
.oferta-table td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  vertical-align: top;
  text-align: left;
}
.oferta-table th {
  width: 32%;
  max-width: 220px;
  color: var(--muted);
  font-weight: 600;
  background: rgba(199, 139, 74, 0.06);
}

.oferta-signature {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.oferta-signature-line {
  margin: 16px 0 0;
  color: var(--muted);
}

.oferta-final {
  margin-top: 24px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(199, 139, 74, 0.25);
  background: rgba(199, 139, 74, 0.06);
  font-size: 0.93rem;
  text-align: justify;
}

@media print {
  .header,
  .footer,
  .oferta-crumb {
    display: none !important;
  }
  body {
    background: #fff;
    color: #000;
  }
  .oferta-document {
    max-width: 100%;
  }
}
