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

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

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

.viewer4-page .dcm-btn--start,
.viewer4-hero .dcm-btn--start {
    border-color: #087854;
    background: linear-gradient(135deg, #12b981, #087854);
    color: #fff;
    box-shadow: 0 12px 26px rgba(18, 185, 129, .23);
}

.viewer4-page .dcm-btn--info,
.viewer4-hero .dcm-btn--info {
    border-color: #1a6fd4;
    background: linear-gradient(135deg, #3d98eb, #1a6fd4);
    color: #fff;
    box-shadow: 0 10px 24px rgba(26, 111, 212, .25);
}

.viewer4-page .dcm-btn--orientation,
.viewer4-hero .dcm-btn--orientation {
    border-color: #9fc3eb;
    background: linear-gradient(135deg, #dcecff, #bdd8f4);
    color: #16466f;
    box-shadow: 0 10px 22px rgba(63, 119, 173, .16);
}

.viewer4-page .dcm-btn--info:hover,
.viewer4-hero .dcm-btn--info:hover {
    border-color: #1a6fd4;
    background: linear-gradient(135deg, #3d98eb, #1a6fd4);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: var(--wa-shadow-md);
}

.viewer4-page .dcm-btn--start:hover,
.viewer4-hero .dcm-btn--start:hover {
    border-color: #087854;
    background: linear-gradient(135deg, #12b981, #087854);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: var(--wa-shadow-md);
}

.viewer4-page .dcm-btn--orientation:hover,
.viewer4-hero .dcm-btn--orientation:hover {
    border-color: #8ab5e3;
    background: linear-gradient(135deg, #d3e7fc, #accded);
    color: #123d62;
    transform: translateY(-1px);
    box-shadow: var(--wa-shadow-md);
}

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

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

.viewer4-offer__system {
    margin-top: 24px;
    padding: 22px 24px;
    border-radius: 16px;
    background: #f4f7fb;
}

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

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

.viewer4-page #vergleich .wa-compare-offer {
    width: 100%;
    min-width: 0;
}

.viewer4-page #vergleich .wa-compare-offer small {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-inline: 4px;
    white-space: normal;
    overflow-wrap: break-word;
}

.viewer4-page #vergleich .wa-compare-offer .wa-btn {
    width: calc(100% - 16px);
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-inline: 8px;
    font-size: clamp(.72rem, .9vw, .86rem);
}

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