.eon-legal {
  min-height: 100vh;
  padding: 150px 20px 120px;
  background:
    radial-gradient(circle at 82% 8%, rgba(197, 150, 81, 0.16), transparent 32%),
    #f4f3f0;
  color: #2f2f2f;
}

.eon-legal,
.eon-legal *,
.eon-legal *::before,
.eon-legal *::after {
  box-sizing: border-box;
}

.eon-legal__container {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.eon-legal__hero {
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid rgba(47, 47, 47, 0.12);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 22px 55px rgba(35, 31, 27, 0.08);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.eon-legal__eyebrow {
  margin: 0 0 18px;
  color: #a37433;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eon-legal__title {
  max-width: 940px;
  margin: 0;
  color: #2f2f2f;
  font-family: "Oprah", "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 400;
  line-height: 1.03;
}

.eon-legal__lead {
  max-width: 820px;
  margin: 28px 0 0;
  color: rgba(47, 47, 47, 0.72);
  font-size: 16px;
  line-height: 1.6;
}

.eon-legal__meta {
  display: flex;
  margin-top: 28px;
  color: rgba(47, 47, 47, 0.55);
  font-size: 12px;
  line-height: 1.4;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.eon-legal__content {
  width: min(920px, 100%);
  margin: 56px auto 0;
}

.eon-legal__section {
  padding: 34px 0;
  border-top: 1px solid rgba(47, 47, 47, 0.16);
}

.eon-legal__section:first-child {
  padding-top: 0;
  border-top: 0;
}

.eon-legal__section h2 {
  margin: 0 0 18px;
  color: #2f2f2f;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25;
}

.eon-legal__section p,
.eon-legal__section li {
  color: rgba(47, 47, 47, 0.82);
  font-size: 15px;
  line-height: 1.65;
}

.eon-legal__section p + p {
  margin-top: 14px;
}

.eon-legal__section ul {
  display: grid;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}

.eon-legal__section li {
  position: relative;
  padding-left: 20px;
}

.eon-legal__section li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c59651;
  content: "";
}

.eon-legal__section a,
.eon-legal__contact a {
  color: #956a2e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.eon-legal__contact {
  margin-top: 26px;
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: rgba(47, 47, 47, 0.9);
  box-shadow: 0 18px 45px rgba(27, 24, 21, 0.14);
  color: #fff;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.eon-legal__contact strong,
.eon-legal__contact span {
  display: block;
}

.eon-legal__contact strong {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.eon-legal__contact span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.eon-legal__contact a {
  color: #ecd8b6;
}

.eon-legal__actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 12px;
}

.eon-legal__action {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(47, 47, 47, 0.18);
  border-radius: 3px;
  color: #2f2f2f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.eon-legal__action--accent {
  border-color: #c59651;
  background: #c59651;
  color: #fff;
}

.eon-legal__action:hover,
.eon-legal__action:focus-visible {
  border-color: #a37433;
}

.eon-legal__action--accent:hover,
.eon-legal__action--accent:focus-visible {
  background: #a37433;
  color: #fff;
}

.footer-legal-links {
  display: flex;
  margin-top: 14px;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible {
  color: #ecd8b6;
}

@media (max-width: 600px) {
  .eon-legal {
    padding: 108px 10px 70px;
  }

  .eon-legal__hero {
    padding: 24px 18px;
  }

  .eon-legal__title {
    font-size: 36px;
    line-height: 1.05;
  }

  .eon-legal__lead {
    margin-top: 20px;
    font-size: 14px;
  }

  .eon-legal__content {
    margin-top: 38px;
  }

  .eon-legal__section {
    padding: 27px 4px;
  }

  .eon-legal__section h2 {
    font-size: 21px;
  }

  .eon-legal__section p,
  .eon-legal__section li {
    font-size: 13px;
    line-height: 1.6;
  }

  .eon-legal__contact {
    padding: 20px;
  }

  .eon-legal__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .eon-legal__action {
    width: 100%;
  }
}
