/* Privacy policy page (evo-page-build). Layout only: typography and colour come from style.css. */
.evo-legal{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,300px);gap:clamp(2rem,5vw,4rem);align-items:start}
.evo-legal__section{margin-top:clamp(1.6rem,3vw,2.2rem);padding-top:clamp(1.6rem,3vw,2.2rem);border-top:1px solid var(--blue-100);scroll-margin-top:110px}
.evo-legal__section p:last-child{margin-bottom:0}
.evo-legal__toc{position:sticky;top:110px;background:var(--bg-soft);border-radius:var(--radius-lg);padding:1.5rem 1.6rem}
.evo-legal__toc-title{display:flex;margin-bottom:.9rem}
.evo-page-build .evo-content .evo-legal__toc ol{list-style:decimal outside;padding-left:1.25em;margin:0;display:grid;gap:.55rem}
.evo-page-build .evo-content .evo-legal__toc li::marker{color:var(--blue);font-weight:600}
@media(max-width:980px){.evo-legal{grid-template-columns:1fr}.evo-legal__aside{order:-1}.evo-legal__toc{position:static}}
.evo-page-build .page-hero h1,.evo-page-build .page-hero .lead{max-width:none}
