:root {
  color: #20221c;
  background: #f4f5ef;
  font-family: Inter, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #12130f;
  --paper: #f4f5ef;
  --lime: #b9ff66;
  --muted: #686d63;
  --line: #d7dad2;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--paper); }
a { color: inherit; text-decoration: none; }

.legal-header {
  min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 0 clamp(22px, 6vw, 88px); color: #f4f5ef; background: var(--ink);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.brand-mark { width: 30px; height: 30px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; }
.brand-slash { color: var(--lime); margin: 0 3px; }
.back-link { color: #bfc3b9; font-size: 12px; }
.back-link:hover { color: var(--lime); }

main { width: min(880px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 90px; }
.eyebrow { margin: 0 0 14px; color: #72776d; font-size: 10px; letter-spacing: .13em; }
h1 { margin: 0; font-size: clamp(40px, 6vw, 68px); line-height: 1.05; letter-spacing: -.05em; }
.lead { margin: 23px 0 40px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.meta { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 42px; padding: 14px 16px; color: #666b61; background: #e7e9e3; border-radius: 6px; font-size: 11px; }
.legal-section { padding: 29px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 14px; font-size: 20px; letter-spacing: -.02em; }
.legal-section h3 { margin: 22px 0 8px; font-size: 15px; }
.legal-section p, .legal-section li { color: #595e55; font-size: 13px; line-height: 1.9; }
.legal-section p { margin: 9px 0; }
.legal-section ul, .legal-section ol { margin: 10px 0; padding-left: 22px; }
.contact-box { margin-top: 34px; padding: 25px; color: #ecf0e7; background: var(--ink); border-radius: 8px; }
.contact-box h2 { margin: 0 0 12px; }
.contact-box p { margin: 6px 0; color: #aeb3a7; font-size: 13px; }
.contact-box a { color: var(--lime); }

.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 35px 0; }
.catalog-card { scroll-margin-top: 24px; padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.catalog-card .catalog-type { margin: 0 0 8px; color: #777c72; font-size: 10px; letter-spacing: .1em; }
.catalog-card h2 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.catalog-card .catalog-description { min-height: 72px; margin: 13px 0; color: #5c6158; font-size: 13px; line-height: 1.8; }
.catalog-card ul { min-height: 88px; padding-left: 20px; color: #5c6158; font-size: 12px; line-height: 1.9; }
.catalog-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.catalog-price { color: var(--ink); font-size: 29px; font-weight: 750; }
.catalog-price small { display: block; margin-bottom: 3px; color: #888d83; font-size: 9px; font-weight: 400; }
.catalog-footer a { padding: 10px 13px; color: #fff; background: var(--ink); border-radius: 4px; font-size: 11px; }
.facts { margin: 30px 0; border-top: 1px solid var(--line); }
.facts div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.facts dt { color: #777c72; }
.facts dd { margin: 0; font-weight: 600; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.service-cards article { padding: 23px; background: #e7e9e3; border-radius: 7px; }
.service-cards h3 { margin: 0 0 9px; font-size: 16px; }
.service-cards p { margin: 0; color: #5c6158; font-size: 12px; line-height: 1.8; }

footer { padding: 24px 20px; color: #858a80; background: var(--ink); text-align: center; font-size: 10px; }
footer nav { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 14px; }
footer nav a:hover, footer > a:hover { color: var(--lime); }

@media (max-width: 620px) {
  .legal-header { min-height: 66px; }
  main { padding-top: 52px; }
  .brand { font-size: 12px; }
  .back-link { font-size: 11px; }
  .catalog-grid, .service-cards { grid-template-columns: 1fr; }
  .catalog-card .catalog-description, .catalog-card ul { min-height: 0; }
  .facts div { grid-template-columns: 105px 1fr; }
}
