body.wsp-legal-body {
  margin: 0;
  background: #0d0c0c;
  color: #fff;
  font-family: Rubik, Arial, Helvetica, sans-serif;
}

.wsp-legal-top {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: #050505;
}

.wsp-legal-top-inner,
.wsp-legal-main,
.wsp-legal-footer-inner {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
}

.wsp-legal-top-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.wsp-legal-logo {
  display: inline-flex;
  align-items: center;
}

.wsp-legal-logo img {
  width: 150px;
  max-width: 42vw;
  height: auto;
  display: block;
}

.wsp-legal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.wsp-legal-nav a,
.wsp-legal-main a,
.wsp-legal-footer a {
  color: #f97316;
  font-weight: 800;
  text-decoration: none;
}

.wsp-legal-nav a:hover,
.wsp-legal-main a:hover,
.wsp-legal-footer a:hover {
  color: #fb923c;
  text-decoration: none;
}

.wsp-legal-main {
  padding: 58px 0 64px;
}

.wsp-legal-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: #f97316;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wsp-legal-main h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.25rem, 6vw, 4.7rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.wsp-legal-lead {
  max-width: 800px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .72);
  font-size: 1.12rem;
  line-height: 1.7;
}

.wsp-legal-card {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid #27272a;
  border-radius: 8px;
  background: #18181b;
}

.wsp-legal-card h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}

.wsp-legal-card p,
.wsp-legal-card li {
  color: rgba(255, 255, 255, .7);
  font-size: 1rem;
  line-height: 1.7;
}

.wsp-legal-card p:last-child,
.wsp-legal-card ul:last-child {
  margin-bottom: 0;
}

.wsp-legal-card ul {
  padding-left: 20px;
}

.wsp-legal-note {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(249, 115, 22, .36);
  border-radius: 8px;
  background: rgba(249, 115, 22, .09);
  color: rgba(255, 255, 255, .74);
  line-height: 1.7;
}

.wsp-legal-footer {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #050505;
}

.wsp-legal-footer-inner {
  padding: 26px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, .48);
  font-size: 14px;
}

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

@media (max-width: 720px) {
  .wsp-legal-top-inner,
  .wsp-legal-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .wsp-legal-nav {
    justify-content: flex-start;
  }

  .wsp-legal-main {
    padding-top: 42px;
  }
}
