:root {
  color-scheme: light;
}

.offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.offer-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.offer-action:hover {
  border-color: #0f766e;
  color: #0f766e;
}

.offer-action-primary {
  border-color: #0f766e;
  background: #0f766e;
  color: #ffffff;
}

.offer-action-primary:hover {
  background: #115e59;
  color: #ffffff;
}

.offer-toc {
  margin: 0 0 30px;
  padding: 18px 20px;
  border: 1px solid #dbe4ec;
  border-radius: 12px;
  background: #f8fafc;
}

.offer-toc strong {
  display: block;
  margin-bottom: 10px;
  color: #0f172a;
  font-size: 14px;
}

.offer-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 24px;
  margin: 0;
  padding-left: 22px;
}

.offer-toc a {
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}

.offer-document {
  color: #263548;
  font-size: 16px;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: normal;
}

.offer-document[hidden] {
  display: none;
}

.offer-document > h1,
.offer-document > .subtitle,
.offer-document > .meta {
  text-align: center;
}

.offer-document > h1 {
  margin: 0 0 10px;
  color: #17324d;
  font-size: clamp(30px, 5vw, 42px);
  line-height: 1.15;
}

.offer-document > .subtitle {
  margin: 0;
  color: #3e596e;
  font-size: 19px;
}

.offer-document > .meta {
  margin: 18px 0 28px;
  color: #64748b;
}

.offer-document .notice,
.offer-document .translation {
  margin: 0 0 16px;
  padding: 18px 20px;
  border-radius: 12px;
  font-weight: 700;
}

.offer-document .notice {
  border: 1px solid #a7f3d0;
  background: #ecfdf5;
  color: #065f46;
}

.offer-document .translation {
  border: 1px solid #f4d39a;
  background: #fff7e6;
  color: #784800;
}

.offer-document h2 {
  margin: 34px 0 12px;
  padding-top: 18px;
  border-top: 1px solid #e7edf3;
  color: #0f766e;
  font-size: 22px;
  line-height: 1.3;
}

.offer-document p {
  margin: 9px 0;
}

.offer-document a {
  color: #0b67b2;
}

.offer-document footer {
  width: auto;
  min-height: 0;
  margin: 36px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #d8e1e8;
  background: transparent;
  color: #64748b;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 720px) {
  .offer-toc ol {
    grid-template-columns: 1fr;
  }

  .offer-actions {
    display: grid;
  }

  .offer-action {
    width: 100%;
  }

  .offer-document {
    font-size: 15px;
    line-height: 1.68;
  }

  .offer-document h2 {
    font-size: 20px;
  }
}

@media print {
  .legal-header,
  .legal-footer,
  .offer-actions,
  .offer-toc {
    display: none !important;
  }

  .legal-main,
  .legal-card {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
}
