/* Договор-оферта — /oferta */

body { background: var(--bg); }

.oferta {
  padding: 120px 0 100px;
}

.oferta__container { max-width: 820px; }

.oferta__header {
  margin-bottom: 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line, rgba(255,255,255,0.08));
}

.oferta__label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.oferta__title {
  font-family: 'Forum', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 16px;
}

.oferta__meta {
  font-size: 0.85rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

.oferta__body {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.oferta__intro {
  margin-bottom: 36px;
  padding: 24px 28px;
  background: rgba(255,255,255,0.02);
  border-left: 2px solid var(--gold);
  border-radius: 0 12px 12px 0;
  color: var(--text);
}

.oferta__body h2 {
  font-family: 'Forum', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--text);
  margin: 40px 0 16px;
  letter-spacing: 0.01em;
}

.oferta__body p { margin: 0 0 12px; }

.oferta__body strong { color: var(--text); font-weight: 600; }

.oferta__body a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  transition: border-color 0.3s ease;
}

.oferta__body a:hover { border-color: var(--gold); }

.oferta__details {
  width: 100%;
  margin-top: 16px;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.oferta__details th,
.oferta__details td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line, rgba(255,255,255,0.06));
  vertical-align: top;
}

.oferta__details th {
  width: 36%;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.oferta__details td { color: var(--text); }

@media (max-width: 640px) {
  .oferta { padding: 100px 0 70px; }
  .oferta__details th, .oferta__details td { padding: 12px 8px; font-size: 0.85rem; }
  .oferta__details th { width: 42%; }
}

@media print {
  body { background: #fff; color: #000; }
  .oferta__body, .oferta__title, .oferta__details td, .oferta__details th { color: #000; }
}
