.legal-page { max-width: 1080px; }
.legal-page .public-hero { max-width: 850px; }
.legal-page .public-hero h1 { font-size: clamp(2.35rem,5vw,4.1rem); }
.legal-updated { margin-top: 14px !important; font-size: .78rem !important; font-weight: 750; }
.legal-highlight { display: flex; gap: 15px; margin: -10px 0 28px; padding: 20px 22px; border: 1px solid #dcd5f4; border-radius: 16px; background: #f8f6ff; }
.legal-highlight > span { display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 40px; border-radius: 11px; background: #e9e3fc; color: var(--purple); }
.legal-highlight strong { display: block; margin-bottom: 4px; }
.legal-highlight p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.legal-layout { display: grid; grid-template-columns: 210px minmax(0,1fr); align-items: start; gap: 24px; }
.legal-summary { position: sticky; top: 82px; display: flex; flex-direction: column; gap: 4px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.legal-summary strong { margin-bottom: 7px; font-size: .8rem; }
.legal-summary a { padding: 7px 8px; border-radius: 7px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.legal-summary a:hover { background: #f4f1fd; color: var(--purple); }
.legal-content { min-width: 0; }
.legal-content-wide { max-width: 900px; }
.legal-content section { scroll-margin-top: 90px; margin-bottom: 16px; padding: 25px 27px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 10px 35px #30235f08; }
.legal-content h2 { margin: 0 0 13px; font-size: 1.15rem; }
.legal-content p { margin: 0 0 11px; color: #536075; font-size: .88rem; line-height: 1.7; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content ul { margin: 10px 0 12px; padding-left: 21px; color: #536075; font-size: .86rem; line-height: 1.75; }
.legal-content a { color: var(--purple); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.legal-warning { padding: 11px 13px; border-radius: 9px; background: #fff8e8; color: #765f36 !important; }
.legal-data { margin: 0; }
.legal-data > div { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.legal-data > div:last-child { border-bottom: 0; }
.legal-data dt { color: var(--muted); font-size: .78rem; font-weight: 750; }
.legal-data dd { margin: 0; font-size: .86rem; }
.legal-missing { display: inline-block; padding: 5px 8px; border-radius: 7px; background: #fff0f2; color: #a52c42; font-size: .73rem; font-weight: 750; }
@media (max-width:760px) { .legal-layout { grid-template-columns: 1fr; } .legal-summary { position: static; } .legal-content section { padding: 20px; } .legal-data > div { grid-template-columns: 1fr; gap: 4px; } .legal-highlight { align-items: flex-start; padding: 17px; } }
