/* shared styles for the legal pages */
html { scroll-behavior: auto; }
body { margin: 0; background: #f9faff; color: #112954; font-family: 'Manrope', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: #3859d0; text-decoration: none; }
a:hover { color: #112954; text-decoration: underline; }
.lg-top { padding: 28px clamp(20px, 5vw, 60px); border-bottom: 1px solid #dde5f5; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.lg-top img { display: block; height: 34px; width: auto; }
.lg-nav { display: flex; gap: 18px; font-family: 'Courier New', monospace; font-size: 10.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.lg-nav a { color: #8a96b0; }
.lg-nav a[aria-current] { color: #112954; }
.lg-wrap { max-width: 760px; margin: 0 auto; padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 60px) clamp(64px, 8vw, 110px); }
.lg-eyebrow { font-family: 'Courier New', monospace; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: #3859d0; margin-bottom: 14px; }
h1 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(28px, 4vw, 46px); line-height: 1.08; letter-spacing: -.03em; margin: 0 0 12px; }
.lg-updated { font-size: 14px; color: #8a96b0; margin: 0 0 36px; }
h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(19px, 2vw, 24px); line-height: 1.2; letter-spacing: -.02em; margin: 40px 0 12px; }
p, li { font-size: 16.5px; line-height: 1.75; color: #46536f; }
p { margin: 0 0 16px; }
ul { padding-left: 22px; margin: 0 0 16px; }
li { margin-bottom: 6px; }
strong { color: #112954; font-weight: 700; }
.lg-fill { background: #fff3c4; color: #7a5a00; padding: 1px 6px; border-radius: 4px; font-weight: 700; }
table { border-collapse: collapse; width: 100%; margin: 0 0 20px; font-size: 15px; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #dde5f5; vertical-align: top; color: #46536f; }
th { color: #112954; font-weight: 700; }
.lg-foot { padding: 28px clamp(20px, 5vw, 60px) 48px; border-top: 1px solid #dde5f5; font-family: 'Courier New', monospace; font-size: 10.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #8a96b0; display: flex; gap: 16px; flex-wrap: wrap; justify-content: space-between; }
.lg-foot a { color: inherit; }
@media (max-width: 640px) { .lg-nav { gap: 12px; font-size: 9.5px; } th, td { padding: 8px 6px; font-size: 14px; } }
