/* Einheitliches Titel-Trennelement aller sichtbaren Startseiten-Sections. */
.section-heading-signal {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 142px;
    height: 28px;
    margin: 25px 0 20px;
    color: #f2ab00;
}

.section-heading-signal::before {
    width: 50px;
    height: 26px;
    flex: 0 0 50px;
    content: "";
    background: currentColor;
    transform: skewX(-29deg);
}

.section-heading-signal > i {
    display: block;
    width: 72px;
    height: 2px;
    flex: 0 0 72px;
    background: currentColor;
}

/* Einleitungen bleiben typografisch ruhig: keine senkrechte Akzentkante links. */
:is(
    .content-section[data-section-kind] .section-heading .section-lead,
    .services-reference__lead,
    .reference-projects__lead,
    .advantages-reference__lead,
    .reviews-reference__copy > p,
    .partners-productworlds__lead,
    .contact-project-reference__lead,
    .service-benefits-reference__heading > p,
    .other-services-reference__lead,
    .service-details-reference__lead
) {
    padding-left: 0 !important;
    border-left: 0 !important;
}

@media (max-width: 680px) {
    .section-heading-signal {
        justify-content: center;
        margin-inline: auto;
    }
}
