/* Trockenbau-Seite: H1 im Stil der title-section-h2, Checkliste */
.title-section.style6 .title-content h1 {
    max-width: 741px;
    color: var(--title);
    font-size: 59.766px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: -1.2px;
}

@media (max-width: 767px) {
    .title-section.style6 .title-content h1 {
        font-size: 36px;
        line-height: 40px;
    }
}

.tb-checklist {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.tb-checklist li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
}

.tb-checklist li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1E90FF;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

/* Projekt-Galerie (trockenbau.html) */
.tb-gallery-item {
    margin: 0;
}

.tb-gallery-thumb {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 16px;
}

.tb-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tb-gallery-item figcaption {
    margin-top: 12px;
    font-size: 15px;
    line-height: 24px;
    color: var(--text);
}

/* Vorher/Nachher-Vergleichsslider (trockenbau.html) */
.ba-slider {
    --ba-pos: 50%;
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 16px;
    user-select: none;
    -webkit-user-select: none;
}

.ba-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ba-after-wrap {
    position: absolute;
    inset: 0;
    clip-path: inset(0 0 0 var(--ba-pos));
}

.ba-label {
    position: absolute;
    top: 16px;
    padding: 4px 12px;
    border-radius: 4px;
    background: rgba(19, 19, 19, 0.65);
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 2;
}

.ba-label-before { left: 16px; }
.ba-label-after { right: 16px; }

.ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--ba-pos);
    width: 4px;
    margin-left: -2px;
    background: #fff;
    z-index: 2;
    pointer-events: none;
}

.ba-handle::after {
    content: "\2194";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #131313;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.ba-range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
    z-index: 3;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}
