#leistungen{background:var(--warm-white);padding:clamp(56px,8vw,100px) clamp(24px,6vw,80px)}.leistungen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;max-width:1400px;margin:0 auto;background:rgba(255,255,255,0.06)}.leistung-card{background:var(--black);padding:44px 36px;display:flex;flex-direction:column;cursor:default;transition:background var(--duration-base)}.leistung-card:hover{background:var(--dark-mid)}.leistung-number{font-family:var(--font-display);font-size:3.5rem;font-weight:300;color:rgba(255,255,255,0.07);line-height:1;margin-bottom:20px}.leistung-icon{width:40px;height:40px;margin-bottom:20px;color:var(--gold)}.leistung-title{font-family:var(--font-display);font-size:1.5rem;font-weight:400;color:var(--white);margin-bottom:14px}.leistung-text{font-size:0.88rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,0.45);flex:1;margin-bottom:20px}.leistung-ideal{font-size:0.72rem;font-weight:500;letter-spacing:0.08em;color:rgba(255,255,255,0.3);padding-top:16px;margin-bottom:20px;border-top:1px solid rgba(255,255,255,0.06)}.leistung-ideal strong{color:var(--gold);font-weight:600}.leistung-link{display:inline-flex;align-items:center;gap:8px;font-size:0.72rem;font-weight:600;letter-spacing:0.16em;text-transform:uppercase;color:var(--gold);text-decoration:none;transition:gap var(--duration-base),color var(--duration-base);margin-top:auto}.leistung-link::after{content:'→'}.leistung-link:hover{gap:14px;color:var(--gold-light)}.leistung-link:focus-visible{outline:2px solid var(--gold);outline-offset:4px;border-radius:2px}@media (max-width:1100px){.leistungen-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.leistungen-grid{grid-template-columns:1fr}.leistung-card{padding:36px 28px}}