.legal-page { position: relative }

.legal-page::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48px;
  width: min(760px, 76vw);
  height: 360px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 48%, rgba(255,241,215,.13), transparent 52%),
    radial-gradient(circle at 15% 20%, rgba(255,98,35,.18), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(255,193,79,.12), transparent 28%);
  filter: blur(14px);
  pointer-events: none;
  z-index: 0;
}

.legal-shell {
  position: relative;
  z-index: 1;
}

.legal-head {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.legal-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.legal-title {
  margin: 22px auto 0;
  max-width: 11ch;
  color: #f7efe5;
  font-size: clamp(44px, 7vw, 88px);
  line-height: .96;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.legal-title .accent {
  display: inline-block;
  margin-left: .08em;
  font-family: "Times New Roman", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: #fff4e9;
  transform: translateY(.06em) rotate(-3deg);
  text-shadow: 0 10px 30px rgba(255,255,255,.08);
}

.legal-copy {
  margin: 18px auto 0;
  max-width: 720px;
  color: rgba(255,255,255,.62);
  font-size: 17px;
  line-height: 1.7;
}

.legal-note {
  margin: 40px auto 0;
  max-width: 980px;
  padding: 24px 26px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.1);
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    rgba(10,10,16,.72);
  box-shadow: 0 28px 70px rgba(0,0,0,.26);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.legal-note-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.92);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legal-note p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.7);
  line-height: 1.7;
  font-size: 15px;
}

.legal-grid {
  margin: 28px auto 0;
  max-width: 980px;
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.1);
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    rgba(10,10,16,.68);
  box-shadow: 0 24px 58px rgba(0,0,0,.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.legal-card h2 {
  margin: 0;
  color: #fff7ef;
  font-size: 32px;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.legal-card p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.8;
}

.legal-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,.72);
}

.legal-card li {
  margin: 10px 0 0;
  line-height: 1.75;
}

.legal-card a {
  color: #fff4e9;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.legal-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.84);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.placeholder {
  color: #d7b07b;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .legal-title { max-width: none }

  .legal-note,
  .legal-card {
    padding: 22px;
    border-radius: 24px;
  }
}

@media (max-width: 720px) {
  .legal-title { font-size: clamp(34px, 11vw, 48px) }
  .legal-copy { font-size: 15px }
  .legal-card h2 { font-size: 26px }

  .legal-card p,
  .legal-card li,
  .legal-note p { font-size: 14px }
}
