/* hero-creds — Lead + Credential-Leiste als designtes Hero-System (ersetzt .proofline) */
.hero .lead{max-width:640px;font-size:clamp(16px,1.7vw,18px);line-height:1.55}
.hero-creds{list-style:none;margin:24px 0 0;padding:22px 0 0;border-top:1px solid rgba(255,255,255,.15);
  display:grid;grid-template-columns:repeat(4,auto);justify-content:start;max-width:940px}
.hero-creds li{display:flex;align-items:center;gap:12px;padding:0 24px;position:relative}
.hero-creds li::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:32px;width:1px;background:rgba(255,255,255,.14)}
.hero-creds li:first-child{padding-left:0}
.hero-creds li:last-child{padding-right:0}
.hero-creds li:last-child::after{display:none}
.hero-creds .ic{width:36px;height:36px;flex:0 0 36px;border-radius:10px;display:grid;place-items:center;
  background:rgba(255,45,134,.14);border:1px solid rgba(255,45,134,.26);color:var(--magenta,#ff2d86)}
.hero-creds .ic svg{width:20px;height:20px;shape-rendering:geometricPrecision}
.hero-creds b{display:block;color:#fff;font-size:13.5px;font-weight:700;line-height:1.2;letter-spacing:.1px}
.hero-creds em{display:block;font-style:normal;color:#cdb8cc;font-size:11.5px;line-height:1.3;margin-top:2px}
@media(max-width:860px){
  .hero-creds{grid-template-columns:1fr 1fr;gap:18px 0;max-width:none}
  .hero-creds li{padding:0 18px 0 0}
  .hero-creds li::after{display:none}
}
@media(max-width:470px){.hero-creds{grid-template-columns:1fr}}

/* hero-rule — zarte Trennlinie zwischen Lead und CTA auf Seiten OHNE Credential-Leiste */
.hero-rule{border:0;height:1px;margin:24px 0 0;max-width:660px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22) 18%,rgba(255,255,255,.22) 82%,transparent)}
