/* Общие стили для юр-страниц LeadKitchen */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #FAF8F5;
  color: #111;
  line-height: 1.65;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
a { color: #C8583F; text-decoration: none; }
a:hover { text-decoration: underline; }

.legal-top {
  position: sticky; top: 0; z-index: 10;
  background: rgba(250,248,245,.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(17,17,17,.08);
  padding: 14px 24px;
}
.legal-top__inner {
  max-width: 900px; margin: 0 auto;
  display: flex; align-items: center; gap: 20px;
}
.legal-top a.back {
  color: #606F88; font-size: 13px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 6px;
}
.legal-top a.back:hover { color: #111; text-decoration: none; }
.legal-top .brand {
  margin-left: auto;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px; font-weight: 700; color: #111;
}
.legal-top .brand em { font-style: italic; color: #C8583F; }

.legal-wrap {
  max-width: 780px; margin: 0 auto; padding: 48px 24px 96px;
}
h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700; font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.2; margin-bottom: 10px;
  letter-spacing: -0.01em;
}
h1 em { font-style: italic; color: #C8583F; }
h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700; font-size: 22px;
  line-height: 1.3; margin: 40px 0 12px;
  letter-spacing: -0.005em;
}
h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600; font-size: 18px;
  margin: 24px 0 8px;
}
p { margin-bottom: 12px; color: #2a2a2a; }
ul, ol { margin: 8px 0 16px 24px; }
ul li, ol li { margin-bottom: 6px; color: #2a2a2a; }
.muted { color: #606F88; font-size: 13px; }
.meta {
  color: #606F88; font-size: 13px;
  margin: 4px 0 32px; padding-bottom: 20px;
  border-bottom: 1px solid rgba(17,17,17,.08);
}
.intro { font-size: 16px; color: #444; margin-bottom: 24px; }
table {
  border-collapse: collapse; width: 100%; margin: 12px 0 20px;
  font-size: 14px; background: #fff;
  border: 1px solid rgba(17,17,17,.08); border-radius: 10px; overflow: hidden;
}
table th, table td {
  padding: 10px 14px; text-align: left;
  border-bottom: 1px solid rgba(17,17,17,.06);
}
table tr:last-child td { border-bottom: none; }
table th { background: #F0EDE8; font-weight: 600; color: #111; font-size: 13px; }
table td:first-child { color: #606F88; width: 34%; }

.legal-foot {
  max-width: 780px; margin: 64px auto 0;
  padding: 20px 24px 32px;
  border-top: 1px solid rgba(17,17,17,.08);
  color: #606F88; font-size: 12px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}
.legal-foot a { color: #606F88; }

@media (max-width: 600px) {
  .legal-wrap { padding: 32px 16px 60px; }
  .legal-top { padding: 10px 16px; }
}
