/* Legal documents — frames 32:* (1440) / 48:* (390): deposit limits, privacy,
 * cookie policy, terms. Same hero as the help centre, editorial sections below. */

.lg { font-family: var(--font-display); }
.lg-hero { position: relative; overflow: hidden; height: 455px; padding: 96px 60px; background: var(--color-bg); color: var(--color-cream-2); }
.lg-hero__wm { position: absolute; left: 476px; top: 56px; color: var(--color-lime); opacity: .08; font-weight: 800; font-size: 220px; line-height: 264px; letter-spacing: -8px; pointer-events: none; }
.lg-hero__content { position: relative; display: flex; justify-content: space-between; align-items: flex-start; }
.lg-hero__left { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; width: 760px; flex: none; }
.lg-hero__title { display: flex; flex-direction: column; align-self: stretch; font-weight: 800; font-size: 96px; line-height: 86px; letter-spacing: -2px; }
.lg-hero__lead { width: 560px; font-family: var(--font-body); font-size: 16px; line-height: 26px; color: var(--color-muted); }
.lg-hero__updated { font-weight: 600; font-size: 12px; line-height: 14.4px; letter-spacing: 1px; color: var(--color-muted-4); }   /* added: a legal page must date itself */
.lg-hero__right { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; width: 420px; margin-top: 23px; }
.lg-hero__box { display: flex; align-items: center; justify-content: center; width: 120px; height: 120px; border-radius: var(--radius-sm); background: var(--color-lime); color: var(--color-text-dark); font-weight: 800; font-size: 72px; line-height: 86.4px; }
.lg-hero__down { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-right: 6px; color: var(--color-lime); font-weight: 800; font-size: 14px; line-height: 17px; }
.lg-hero__down i { display: block; width: 2px; height: 56px; background: currentColor; }

.lg-body { padding: 80px; background: var(--color-cream); color: var(--color-surface-2); }
.lg-body__inner { display: flex; flex-direction: column; max-width: 1120px; margin-inline: auto; }
.lg-sec { display: flex; gap: 48px; align-items: flex-start; padding: 40px 0; box-shadow: inset 0 -1px 0 var(--color-border-2); }
.lg-sec__n { width: 120px; flex: none; font-weight: 800; font-size: 40px; line-height: 48px; color: var(--color-lime); }
.lg-sec__body { display: flex; flex-direction: column; gap: 16px; flex: 1; min-width: 0; }
.lg-sec__title { font-weight: 800; font-size: 28px; line-height: 34px; letter-spacing: .5px; text-transform: uppercase; }   /* the mockup stores Title Case with case: UPPER */
.lg-sec__p { font-family: var(--font-body); font-size: 16px; line-height: 26px; }
.lg-sec__list { display: flex; flex-direction: column; gap: 12px; padding: 8px 0; }
.lg-sec__list li { position: relative; padding-left: 18px; font-family: var(--font-body); font-size: 15px; line-height: 22.5px; }
.lg-sec__list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--color-lime); }

@media (max-width: 1199px) {
  .lg-hero { height: auto; padding: 40px 16px; }
  .lg-hero__wm { left: 25px; top: 43px; font-size: 140px; line-height: 168px; letter-spacing: -4px; opacity: .06; }
  .lg-hero__left { width: 100%; }
  .lg-hero__title { gap: 4px; font-size: 44px; line-height: 40px; letter-spacing: -1px; color: var(--color-cream); }
  .lg-hero__title span:nth-child(2) { align-self: flex-start; margin-top: 3px; padding: 2px 10px; border-radius: var(--radius-sm); box-shadow: inset 0 0 0 1px var(--color-lime); color: #fff; }
  .lg-hero__lead { width: auto; font-family: var(--font-sans); font-size: 14px; line-height: 20px; color: var(--color-muted-2); }
  .lg-hero__deco { font-size: 12px; line-height: 14px; }
  .lg-hero__deco i { width: 40px; height: 1px; }
  .lg-body { padding: 0; }
  .lg-body__inner { max-width: none; }
  .lg-sec { flex-direction: column; gap: 16px; padding: 32px 16px; }
  .lg-sec__n { display: inline; width: auto; font-size: 24px; line-height: 29px; }
  .lg-sec__body { gap: 16px; }
  .lg-sec__title { font-size: 20px; line-height: 24px; }
  .lg-sec { display: grid; grid-template-columns: 32px 1fr; column-gap: 12px; }
  .lg-sec__title { margin-top: 3px; }
  .lg-sec__body { display: contents; }
  .lg-sec__p, .lg-sec__list { grid-column: 1 / -1; }
  .lg-sec__p { font-family: var(--font-sans); font-size: 14px; line-height: 20px; }
  .lg-sec__list { padding: 0; }
  .lg-sec__list li { font-family: var(--font-sans); font-size: 14px; line-height: 20px; }
  .lg-sec__list li::before { top: 7px; }
}
