.leistung-page{padding-top:120px;padding-bottom:80px}.leistung-back{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--text-secondary);text-decoration:none;margin-bottom:48px;transition:color .2s ease}.leistung-back:hover{color:var(--accent-light)}.leistung-hero{display:grid;grid-template-columns:auto 1fr;gap:32px;align-items:flex-start;max-width:800px;margin-bottom:80px}.leistung-hero-icon{width:64px;height:64px;border-radius:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(91,168,232,.1);border:1px solid rgba(91,168,232,.2);color:var(--accent-light);box-shadow:0 0 32px rgba(91,168,232,.15)}.leistung-hero-text .overline{display:inline-block;font-size:13px;font-weight:600;color:var(--accent-light);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}.leistung-hero-text h1{font-size:clamp(2rem, 4vw, 3.2rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:8px}.leistung-hero-text h1 span{background:linear-gradient(135deg,#5ba8e8,#5e5ce6,#bf5af2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.leistung-hero-text .subtitle{font-size:18px;color:var(--text-secondary);margin-bottom:20px;font-weight:400}.leistung-hero-text p{font-size:16px;color:var(--text-secondary);line-height:1.8}.leistung-hero-actions{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}.highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:80px}.highlight-item{padding:32px 28px;border-radius:var(--card-radius);background:rgba(255,255,255,.06);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 24px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.08);position:relative;overflow:hidden}.highlight-item::before{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.06) 0,transparent 50%);pointer-events:none}.highlight-item-icon{width:40px;height:40px;border-radius:12px;margin-bottom:18px;display:flex;align-items:center;justify-content:center;background:rgba(91,168,232,.1);border:1px solid rgba(91,168,232,.15);color:var(--accent-light)}.highlight-item h3{font-size:16px;font-weight:700;margin-bottom:10px;letter-spacing:-.01em}.highlight-item p{font-size:14px;color:var(--text-secondary);line-height:1.7}.leistung-meta{max-width:800px;margin-bottom:80px}.leistung-meta-section{margin-bottom:40px}.leistung-meta-section:last-child{margin-bottom:0}.leistung-meta-label{font-size:12px;font-weight:600;color:var(--accent-light);letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--capsule-radius);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);font-size:13px;color:var(--text-secondary);font-weight:500}.tag-usecase{background:rgba(91,168,232,.07);border-color:rgba(91,168,232,.18);color:var(--text-secondary)}.leistung-related{margin-bottom:80px}.leistung-related .section-label{font-size:12px;font-weight:600;color:var(--text-tertiary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.related-grid{display:flex;flex-wrap:wrap;gap:12px}.related-card{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:var(--capsule-radius);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);text-decoration:none;color:var(--text-secondary);font-size:14px;font-weight:500;transition:all .25s ease}.related-card:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:var(--text-primary)}.leistung-cta{padding:48px;border-radius:var(--section-radius);text-align:center;background:rgba(255,255,255,.06);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 40px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.1)}.leistung-cta h2{font-size:26px;font-weight:700;margin-bottom:12px}.leistung-cta p{color:var(--text-secondary);font-size:16px;margin-bottom:28px}@media (max-width:960px){.highlights-grid{grid-template-columns:1fr 1fr}.leistung-hero{grid-template-columns:1fr;gap:20px}.leistung-hero-icon{width:52px;height:52px}}@media (max-width:640px){.leistung-page{padding-top:100px}.highlights-grid{grid-template-columns:1fr}.leistung-cta{padding:28px 20px}}