/* Rechtliche Unterseiten */
.legal-hero{position:relative;overflow:hidden;padding:86px 0;background:linear-gradient(180deg,#fff 0%,#f4f7f9 100%)}
.legal-hero:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;right:-220px;top:-280px;background:radial-gradient(circle,rgba(0,200,255,.14),rgba(0,200,255,0) 70%);pointer-events:none}
.legal-layout{position:relative;z-index:1;display:grid;grid-template-columns:.75fr 1.25fr;gap:58px;align-items:start}
.legal-intro{position:sticky;top:120px}
.legal-intro h1{font-size:clamp(3.2rem,6vw,5.8rem);margin:12px 0 20px;line-height:.94;letter-spacing:-.055em}
.legal-intro .lead{max-width:520px;margin:0}
.legal-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.legal-meta span{padding:7px 10px;border:1px solid rgba(0,200,255,.18);border-radius:999px;background:rgba(0,200,255,.06);color:#54616b;font-size:.76rem;font-weight:800}
.legal-card{position:relative;overflow:hidden;padding:34px;border-radius:30px;background:#fff;border:1px solid #dde5ea;box-shadow:0 18px 50px rgba(26,38,48,.08)}
.legal-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--blue),var(--orange))}
.legal-card section{padding:0 0 26px;margin:0 0 26px;border-bottom:1px solid #e6ebef}
.legal-card section:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.legal-label{display:block;margin-bottom:8px;color:#008fbf;font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.legal-card h2{margin:0 0 10px;font-size:1.65rem;letter-spacing:-.02em}
.legal-card p{margin:0;color:#5d6872;line-height:1.7}
.legal-card strong{color:#182028}
.legal-card a{color:#007fa8;font-weight:700}
.legal-card a:hover{color:#005f7f}
@media(max-width:900px){.legal-layout{grid-template-columns:1fr;gap:36px}.legal-intro{position:static}}
@media(max-width:700px){.legal-hero{padding:62px 0}.legal-card{padding:25px;border-radius:24px}.legal-intro h1{font-size:clamp(2.8rem,13vw,4.2rem)}}
