body {
  margin: 0;
  background: #fffaf4;
  color: #171412;
  font-family: Poppins, "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
}

a {
  color: inherit;
}

.legal-header,
.legal-footer {
  padding: 24px clamp(18px, 5vw, 64px);
  background: #171412;
  color: #ffffff;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.legal-header img {
  width: min(210px, 44vw);
  filter: brightness(0) invert(1);
}

.legal-header a,
.legal-footer a {
  text-decoration: none;
  font-weight: 700;
}

.legal-main {
  width: min(900px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 9vw, 96px) 0;
}

h1 {
  margin: 0 0 28px;
  font-size: clamp(2.4rem, 7vw, 4.4rem);
  line-height: 1.05;
}

h2 {
  margin-top: 42px;
  font-size: 1.35rem;
}

p,
li {
  color: #625b54;
}

.notice {
  border-left: 4px solid #b9844a;
  padding: 14px 18px;
  background: #ffffff;
}

.legal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
