body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 8%, rgba(4, 151, 107, 0.1), transparent 30%),
    linear-gradient(180deg, #f2f7f1 0%, #f7f8f4 42%, #eff5ef 100%);
  color: #101412;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

main {
  max-width: 860px;
  margin: 40px auto 56px;
  padding: 32px;
  border: 1px solid #c9d4cc;
  border-radius: 20px;
  background: rgba(254, 255, 252, 0.86);
  box-shadow:
    0 18px 48px rgba(7, 59, 45, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

a {
  color: #073b2d;
  font-weight: 800;
  text-underline-offset: 3px;
}

h1 {
  margin: 0 0 10px;
  color: #101412;
  font-size: clamp(36px, 6vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
}

h2 {
  margin: 34px 0 8px;
  color: #101412;
  font-size: 20px;
  line-height: 1.25;
}

p,
li,
.muted {
  color: #5b625c;
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
  color: #101412;
  text-decoration: none;
  font-weight: 900;
}

.brand img {
  width: 32px;
  height: 32px;
}

.box,
main > h1,
main > .muted,
main > h2,
main > p {
  position: relative;
}

.box {
  border: 1px solid #dde4df;
  background: rgba(255, 255, 255, 0.78);
  padding: 20px;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.legal-footer {
  border-top: 1px solid #d7e4db;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
}

.legal-footer-inner {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #5b625c;
  font-size: 14px;
}

.legal-footer p {
  margin: 0;
  font-weight: 700;
}

.legal-footer-copy {
  max-width: 620px;
}

.legal-footer-note {
  margin-top: 8px !important;
  color: #5b625c;
  font-size: 12px;
  font-weight: 600 !important;
  line-height: 1.6;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.legal-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  text-decoration: none;
}

.legal-links a:hover {
  text-decoration: underline;
}

@media (max-width: 720px) {
  main {
    margin: 20px 16px 36px;
    padding: 24px;
  }

  .legal-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
