/* Pages légales */
.dms-legal { padding-top: clamp(8rem, 16vh, 10rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.dms-legal__title { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 2rem; }
.dms-geo-prose { max-width: 800px; }
.dms-geo-prose h2 { font-size: 1.5rem; margin: 1.8rem 0 0.8rem; }
.dms-geo-prose h3 { font-size: 1.2rem; margin: 1.4rem 0 0.6rem; }
.dms-geo-prose p { font-size: 1rem; line-height: 1.8; margin-bottom: 1rem; color: var(--dms-text-soft); }
.dms-geo-prose ul { margin: 0 0 1rem 1.2rem; list-style: disc; color: var(--dms-text-soft); }
.dms-geo-prose a { color: var(--dms-blue-bright); text-decoration: underline; }
