* {
  box-sizing: border-box;
}

:root {
  color: #111923;
  background: #f5f7f8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
}

.legal-shell {
  width: min(820px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 56px;
}

.legal-mark {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  object-fit: cover;
}

.legal-card {
  margin-top: 18px;
  padding: 28px;
  border: 1px solid #d8e2e8;
  border-radius: 10px;
  background: white;
  box-shadow: 0 16px 40px rgba(17, 31, 44, 0.08);
}

h1 {
  margin: 0 0 8px;
  font-size: clamp(30px, 7vw, 48px);
  line-height: 1.05;
}

h2 {
  margin: 28px 0 8px;
  font-size: 20px;
}

p,
li {
  color: #52616d;
  line-height: 1.65;
}

a {
  color: #08746f;
  font-weight: 750;
}

.legal-meta {
  margin-top: 0;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.legal-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfdce5;
  border-radius: 8px;
  padding: 8px 14px;
  background: white;
  color: #111923;
  text-decoration: none;
}

.legal-button.primary {
  border-color: #08746f;
  background: #08746f;
  color: white;
}
