.vorteile-section{margin:0 auto;padding:var(--vorteile-section-space-y, var(--section-space-y-leistung)) var(--vorteile-section-space-x, var(--section-space-x-leistung));max-width:var(--page-max-width)}.vorteile-section--band{background:linear-gradient(180deg,var(--surface-warm-strong) 0%,var(--surface-warm) 100%);border-radius:1.4rem;width:calc(100% - 2 * var(--vorteile-band-gutter, var(--section-space-x)));max-width:calc(var(--page-max-width) - 2 * var(--vorteile-band-gutter, var(--section-space-x)));margin-inline:auto}.vorteile-header h2{margin:0 0 .55rem;font-size:clamp(1.55rem,3vw,2.35rem);line-height:1.18;letter-spacing:-.015em}.vorteile-subtitle{margin:0;max-width:64ch;line-height:1.65;color:var(--text-muted)}.vorteile-grid{margin-top:1.4rem;display:grid;grid-template-columns:1fr;gap:.9rem}.vorteil-card{width:100%;background:var(--surface-elevated);border:1px solid var(--border-soft);border-radius:1rem;transition:transform .17s ease,box-shadow .17s ease,border-color .17s ease}.vorteil-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);border-color:var(--border-hover)}.vorteil-card-body{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.9rem;padding:1rem 1.05rem}.vorteil-icon-badge{width:2.6rem;height:2.6rem;border-radius:999px;display:grid;place-items:center;color:var(--accent);flex:none}.vorteil-icon,.vorteil-icon-badge svg{width:1.35rem;height:1.35rem;flex-shrink:0}.vorteil-text{margin:0;line-height:1.55}@media(min-width:700px){.vorteile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media(min-width:1100px){.vorteile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
