/* Isolierte Ergänzungen für /DATANORM-Pruefung3. */

.pruefung3-page {
    --writer3-trust-inset: clamp(72px, 10vw, 127px);
    --writer3-trust-optical-bottom: 16px;
}

.pruefung3-hero .wa-lead-highlight {
    max-width: 760px;
}

.pruefung3-offer {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr);
    gap: clamp(36px, 7vw, 90px);
    align-items: center;
}

.pruefung3-offer h2 {
    margin: 10px 0 12px;
}

.pruefung3-offer__copy > p {
    max-width: 760px;
    color: #405474;
    line-height: 1.7;
}

.pruefung3-checks {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.pruefung3-checks li {
    position: relative;
    padding-left: 27px;
    color: #203552;
    font-weight: 700;
}

.pruefung3-checks li::before {
    position: absolute;
    left: 0;
    color: var(--wa-green);
    content: "✓";
    font-weight: 900;
}

.pruefung3-offer__purchase {
    padding: clamp(26px, 4vw, 40px);
    border: 2px solid transparent;
    border-radius: 20px;
    background:
        linear-gradient(#fbfcfe, #fbfcfe) padding-box,
        linear-gradient(135deg, #48c886, #258cf0 52%, #4a3aff) border-box;
}

.pruefung3-offer__purchase .wa-btn {
    margin-top: 18px;
}

.pruefung3-offer__system {
    grid-column: 1 / -1;
    padding: 22px 24px;
    border-radius: 16px;
    background: #f4f7fb;
}

.pruefung3-offer__system strong {
    display: block;
    margin-bottom: 7px;
    color: #172033;
}

.pruefung3-offer__system p {
    margin: 0;
    color: #405474;
    line-height: 1.6;
}

.pruefung3-review-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 960px;
}

.pruefung3-page .writer3-coordinator-section h2 {
    max-width: 900px;
}

@media (max-width: 900px) {
    .pruefung3-offer,
    .pruefung3-review-grid--two {
        grid-template-columns: 1fr;
    }
}
