/* ===== Legal Pages (Privacy Policy, Terms) ===== */

.legal {
  padding: 0 0 80px 0;
}

.legal__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
  margin-bottom: 16px;
}

.legal__date {
  font-size: 14px;
  color: #94a3b8;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e2e8f0;
}

.legal__content {
  max-width: 860px;
}

.legal__content h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 125%;
  margin: 48px 0 20px 0;
  color: #0f172a;
}

.legal__content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin: 32px 0 16px 0;
  color: #0f172a;
}

.legal__content p {
  font-size: 16px;
  line-height: 170%;
  color: #475569;
  margin-bottom: 16px;
}

.legal__content ul,
.legal__content ol {
  margin: 16px 0 24px 24px;
  color: #475569;
}

.legal__content ul li,
.legal__content ol li {
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 8px;
}

.legal__content ul li::marker {
  color: #1a89f9;
}

.legal__content ol li::marker {
  color: #1a89f9;
  font-weight: 600;
}

.legal__content a {
  color: #1a89f9;
  text-decoration: underline;
}

.legal__content a:hover {
  color: #0f6fdb;
}

.legal__content strong,
.legal__content b {
  font-weight: 600;
  color: #0f172a;
}

.legal__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  border-radius: 12px;
  overflow: hidden;
}

.legal__content table th {
  background: #f2f7fd;
  font-weight: 600;
  font-size: 14px;
  color: #0f172a;
  text-align: left;
  padding: 16px 20px;
  border-bottom: 2px solid #e2e8f0;
}

.legal__content table td {
  font-size: 14px;
  line-height: 150%;
  color: #475569;
  padding: 14px 20px;
  border-bottom: 1px solid #f1f5f9;
}

.legal__content table tr:last-child td {
  border-bottom: none;
}

.legal__content blockquote {
  background: #f2f7fd;
  border-left: 4px solid #1a89f9;
  border-radius: 0 12px 12px 0;
  padding: 20px 24px;
  margin: 24px 0;
  color: #334155;
  font-size: 15px;
  line-height: 160%;
}

/* Нумерация разделов */
.legal__content .section-number {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #f2f7fd;
  border-radius: 8px;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
  font-size: 14px;
  color: #1a89f9;
  margin-right: 12px;
  vertical-align: middle;
}

/* Responsive */
@media (max-width: 768px) {
  .legal__title {
    font-size: 28px;
  }
  .legal__content h2 {
    font-size: 22px;
    margin-top: 36px;
  }
  .legal__content h3 {
    font-size: 18px;
  }
  .legal__date {
    margin-bottom: 32px;
    padding-bottom: 24px;
  }
  .legal {
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .legal__title {
    font-size: 24px;
  }
  .legal__content p,
  .legal__content ul li,
  .legal__content ol li {
    font-size: 15px;
  }
  .legal__content table th,
  .legal__content table td {
    padding: 10px 12px;
    font-size: 13px;
  }
}