/* Seitenspezifische Styles aus Pages/DATANORM-Viewer.cshtml. */

/* =========================================================
           LIVE-DEMO / IFRAME PRODUKTTOUR
           ========================================================= */

        .wa-live-demo-tour {
            min-height: auto;
        }

        .wa-live-demo-shell {
            overflow: hidden;
            border-radius: 26px;
            border: 1px solid rgba(219, 229, 238, 0.95);
            background: linear-gradient(180deg, #ffffff, #f8fafc);
            box-shadow: var(--wa-shadow-md);
        }

        .wa-live-demo-toolbar {
            min-height: 68px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 14px 18px;
            border-bottom: 1px solid rgba(219, 229, 238, 0.95);
            background: rgba(255, 255, 255, 0.92);
        }

            .wa-live-demo-toolbar strong {
                display: block;
                color: #061333;
                font-size: 15px;
                line-height: 1.2;
                font-weight: 600;
            }

            .wa-live-demo-toolbar span {
                display: block;
                margin-top: 3px;
                color: #64748b;
                font-size: 13px;
                line-height: 1.3;
            }

        .wa-live-demo-actions {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            flex: 0 0 auto;
        }

        .wa-live-demo-open,
        .wa-live-demo-fullscreen {
            min-height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 15px;
            border-radius: 999px;
            border: 1px solid rgba(16, 185, 129, 0.24);
            background: transparent;
            color: #061333;
            font: inherit;
            font-size: 13px;
            font-weight: 600;
            line-height: 1;
            text-decoration: none;
            cursor: pointer;
            transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
        }

            .wa-live-demo-open:hover,
            .wa-live-demo-fullscreen:hover {
                background: rgba(236, 253, 245, 0.94);
                border-color: rgba(16, 185, 129, 0.34);
                color: #047857;
                transform: translateY(-1px);
            }

        .wa-live-demo-frame-wrap {
            width: 100%;
            height: min(72vh, 760px);
            min-height: 620px;
            background: #ffffff;
        }

        .wa-live-demo-frame {
            display: block;
            width: 100%;
            height: 100%;
            border: 0;
            background: #ffffff;
        }

        .wa-live-demo-shell:fullscreen {
            width: 100vw;
            height: 100vh;
            border-radius: 0;
            border: 0;
            background: #ffffff;
        }

            .wa-live-demo-shell:fullscreen .wa-live-demo-toolbar {
                min-height: 64px;
            }

            .wa-live-demo-shell:fullscreen .wa-live-demo-frame-wrap {
                height: calc(100vh - 64px);
                min-height: 0;
            }

        @media (max-width: 820px) {
            .wa-live-demo-toolbar

        {
            align-items: flex-start;
            flex-direction: column;
        }

        .wa-live-demo-actions {
            width: 100%;
        }

        .wa-live-demo-open,
        .wa-live-demo-fullscreen {
            flex: 1 1 auto;
        }

        .wa-live-demo-frame-wrap {
            min-height: 520px;
            height: 68vh;
        }

        }
+        /* Einheitliches Pixelraster für alle drei Kompetenzlinien */
        .dcm-trust-open--expertise .dcm-trust-open__principles > li {
            display: flex !important;
            height: 112px !important;
            min-height: 112px !important;
            max-height: 112px !important;
            box-sizing: border-box;
            flex-direction: column;
            justify-content: center;
            gap: 7px;
            padding: 18px 0 !important;
        }

        .dcm-trust-open--expertise .dcm-trust-open__principles > li > strong {
            line-height: 24px;
        }

        .dcm-trust-open--expertise .dcm-trust-open__principles > li > small {
            line-height: 20px;
        }

        .dcm-trust-open--expertise .dcm-trust-open__principles > li::after {
            display: block !important;
            width: 100% !important;
            height: 3px !important;
            min-height: 3px !important;
            max-height: 3px !important;
            opacity: 1 !important;
            transform: none !important;
        }

/* Viewer 3: ausschließlich Farbkonzept der bereits vorhandenen Buttons */
        .wa-btn-primary,
        .wa-btn-secondary {
            border-color: #087854;
            background: linear-gradient(135deg, #12b981, #087854);
            color: #fff;
            box-shadow: 0 12px 26px rgba(18, 185, 129, .23);
        }

        .wa-btn-register {
            border-color: #1a6fd4;
            background: linear-gradient(135deg, #3d98eb, #1a6fd4);
            color: #fff;
            box-shadow: 0 10px 24px rgba(26, 111, 212, .25);
        }

        .wa-btn-buy {
            border-color: #ea5b19;
            background: linear-gradient(135deg, #ff8a34, #ea5b19);
            color: #fff;
            box-shadow: 0 12px 26px rgba(255, 122, 61, .22);
        }

        .wa-btn-primary:hover,
        .wa-btn-secondary:hover {
            border-color: #087854;
            background: linear-gradient(135deg, #12b981, #087854);
            color: #fff;
            transform: translateY(-1px);
            box-shadow: var(--wa-shadow-md);
        }

        .wa-btn-register:hover {
            border-color: #1a6fd4;
            background: linear-gradient(135deg, #3d98eb, #1a6fd4);
            color: #fff;
            transform: translateY(-1px);
            box-shadow: var(--wa-shadow-md);
        }

        .wa-btn-buy:hover {
            border-color: #ea5b19;
            background: linear-gradient(135deg, #ff8a34, #ea5b19);
            color: #fff;
            transform: translateY(-1px);
            box-shadow: var(--wa-shadow-md);
        }

        .wa-compare-table tfoot th,
        .wa-compare-table tfoot td {
            padding-top: 24px;
            padding-bottom: 24px;
            vertical-align: top;
            border-top: 2px solid rgba(13, 27, 53, .12);
            background: rgba(247, 250, 253, .78);
        }

        .wa-compare-table tfoot th {
            color: #0d1b35;
            font-size: 1rem;
        }

        .wa-compare-offer {
            display: flex;
            min-height: 90px;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .wa-compare-offer small {
            display: block;
            min-height: 34px;
            margin-bottom: 14px;
            color: #7e8da7;
            line-height: 1.35;
        }

        .wa-compare-offer .wa-btn {
            width: calc(100% - 8px);
            min-height: 48px;
            margin-top: auto;
            padding-right: 10px;
            padding-left: 10px;
            white-space: nowrap;
        }

        .wa-compare-table-frame {
            position: relative;
            min-width: 720px;
        }

        .wa-compare-table-frame .wa-compare-table {
            min-width: 0;
        }

        .wa-compare-table-frame::after {
            position: absolute;
            z-index: 2;
            top: 7px;
            bottom: 7px;
            left: 68%;
            width: 16%;
            box-sizing: border-box;
            border: 1px solid rgba(0, 188, 101, .58);
            border-radius: 14px;
            box-shadow: 0 5px 18px rgba(0, 188, 101, .06);
            content: "";
            pointer-events: none;
        }

        .wa-compare-table .wa-compare-recommended {
            position: relative;
        }

        .wa-compare-recommended__badge {
            display: block;
            width: max-content;
            margin: 7px auto 0;
            padding: 4px 9px;
            border-radius: 999px;
            background: rgba(0, 188, 101, .09);
            color: #087a45;
            font-size: .66rem;
            font-weight: 800;
            letter-spacing: .08em;
            line-height: 1;
            text-transform: uppercase;
        }

        /* Viewer 3: freigegebener CTA aus der offenen Writer-Trust-Seite */
        .dcm-cta-variants {
            display: grid;
            gap: clamp(72px, 8vw, 116px);
        }

        .dcm-cta-blue-option .wa-final-cta {
            border-color: rgba(15, 61, 151, .68);
            border-radius: 28px;
            background: linear-gradient(148deg, #162f6d 0%, #2858ad 52%, #4184e7 100%);
            color: #fff;
            box-shadow: 0 30px 68px rgba(24, 59, 130, .22);
        }

        .dcm-cta-blue-option .wa-final-cta h2,
        .dcm-cta-blue-option .wa-final-cta h3 {
            color: #fff;
        }

        .dcm-cta-blue-option .wa-final-cta p {
            color: rgba(255, 255, 255, .86);
        }

        .dcm-cta-blue-option .wa-final-cta .wa-section-label {
            display: inline-flex;
            width: fit-content;
            margin-inline: auto;
            padding: 5px 13px;
            border: 1px solid rgba(255, 255, 255, .3);
            border-radius: 999px;
            background: rgba(255, 255, 255, .11);
            color: rgba(255, 255, 255, .92);
        }

        .dcm-cta-variant--original .wa-final-cta::before {
            top: -115px;
            right: -105px;
            width: 410px;
            height: 410px;
            border: 1px solid rgba(255, 255, 255, .055);
            background: rgba(255, 255, 255, .035);
        }

        .dcm-cta-variant--original .wa-final-cta::after {
            bottom: -105px;
            left: -90px;
            width: 300px;
            height: 300px;
            border: 1px solid rgba(0, 188, 101, .08);
            background: rgba(0, 188, 101, .04);
        }

        /* Viewer 3: freigegebene Trust-Komponenten aus der offenen Trust-Ansicht */
        .dcm-product-proof--trust {
            position: relative;
        }

        .dcm-product-proof--trust-open {
            overflow: visible;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
        }

        .dcm-trust-option:has(.dcm-product-proof--trust-open) {
            padding: clamp(20px, 3vw, 36px) 0;
        }

        .dcm-gradient-combo--rail::before {
            position: absolute;
            inset: 4% auto 4% 0;
            display: block;
            width: 7px;
            border-radius: 999px;
            background: linear-gradient(180deg, #58cf83 0%, #4c98f2 54%, #6d58f2 100%);
            box-shadow: 0 8px 22px rgba(76, 129, 225, .16);
            content: "";
        }

        .dcm-gradient-combo--rail > .dcm-trust-open {
            padding-left: calc(clamp(30px, 5vw, 72px) + 8px);
        }

        .dcm-trust-index,
        .dcm-coord-label {
            display: block;
            color: #216fc7;
            font-size: .72rem;
            font-weight: 900;
            letter-spacing: .13em;
            text-transform: uppercase;
        }

        .dcm-trust-open {
            position: relative;
            padding: clamp(28px, 4vw, 48px) clamp(6px, 2vw, 20px);
        }

        .dcm-trust-open--numbers {
            display: grid;
            grid-template-columns: 1.35fr repeat(3, .65fr);
            gap: 0;
            align-items: end;
            border-top: 0;
            border-bottom: 0;
        }

        .dcm-trust-open__intro {
            padding-right: clamp(28px, 5vw, 70px);
        }

        .dcm-trust-open__intro h2 {
            margin: 20px 0;
            font-size: clamp(2.5rem, 5vw, 5.2rem);
            line-height: .96;
            letter-spacing: -.065em;
        }

        .dcm-trust-open__metric {
            min-height: 250px;
            padding: 24px;
            border-left: 1px solid rgba(23, 77, 120, .2);
        }

        .dcm-trust-open__metric strong,
        .dcm-trust-open__metric span,
        .dcm-trust-open__metric small {
            display: block;
        }

        .dcm-trust-open__metric strong {
            margin-top: 42px;
            color: #0c3152;
            font-size: clamp(3.2rem, 6vw, 6.2rem);
            line-height: .9;
            letter-spacing: -.08em;
        }

        .dcm-trust-open__metric:nth-child(2) strong { color: #00bc65; }
        .dcm-trust-open__metric:nth-child(3) strong { color: #1981ff; }
        .dcm-trust-open__metric:nth-child(4) strong { color: #4c2eeb; }

        .dcm-trust-open__metric span {
            margin-top: 18px;
            font-size: 1rem;
            font-weight: 900;
        }

        .dcm-trust-open__metric small {
            margin-top: 4px;
            color: #6b7b8d;
        }

        .dcm-trust-open--expertise {
            display: grid;
            grid-template-columns: 1.05fr .95fr;
            gap: clamp(46px, 8vw, 120px);
            align-items: start;
        }

        .dcm-product-profile {
            padding: clamp(28px, 4vw, 46px);
            border: 1px solid rgba(23, 77, 120, .14);
            border-radius: 24px;
            background: rgba(255, 255, 255, .82);
            box-shadow: 0 18px 42px rgba(45, 88, 132, .07);
        }

        .dcm-product-profile__intro {
            padding-bottom: 28px;
        }

        .dcm-product-profile__intro h2 {
            margin: 0 0 12px;
            color: #0c3152;
            font-size: clamp(1.7rem, 3vw, 2.45rem);
            line-height: 1.12;
            letter-spacing: -.04em;
        }

        .dcm-product-profile__intro p {
            margin: 0;
            color: #53657a;
            line-height: 1.65;
        }

        .dcm-product-profile__facts {
            margin: 0;
            border-top: 1px solid #dbe5ee;
        }

        .dcm-product-profile__row {
            display: grid;
            grid-template-columns: minmax(180px, .28fr) minmax(0, .72fr);
            gap: 24px;
            padding: 17px 12px;
            align-items: baseline;
            border-bottom: 1px solid #dbe5ee;
        }

        .dcm-product-profile__row dt {
            color: #657488;
            font-size: .72rem;
            font-weight: 900;
            letter-spacing: .08em;
            text-transform: uppercase;
        }

        .dcm-product-profile__row dd {
            margin: 0;
            color: #24364c;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.5;
        }

        .dcm-trust-open__principles {
            margin: 0;
            padding: 12px 0 0;
            list-style: none;
        }

        .dcm-trust-open__principles li {
            position: relative;
            display: grid;
            width: 100%;
            box-sizing: border-box;
            grid-template-columns: 1fr;
            gap: 7px;
            padding: 24px 0;
        }

        .dcm-trust-open__principles li::after {
            position: absolute;
            right: auto;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, #00bc65 0%, #1981ff 54%, #4c2eeb 100%);
            content: "";
        }

        .dcm-trust-open__principles strong {
            color: #0c3152;
            font-size: 1.25rem;
        }

        .dcm-trust-open__principles small {
            color: #617184;
            line-height: 1.45;
        }

        .dcm-coord-credential {
            display: grid;
            grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
            gap: clamp(48px, 8vw, 120px);
            padding: clamp(42px, 7vw, 88px) clamp(6px, 2vw, 20px);
            align-items: center;
        }

        .dcm-coord-credential__proof {
            position: relative;
            overflow: hidden;
            padding: clamp(28px, 4vw, 46px);
            border: 1px solid #dbe5ee;
            border-radius: 28px;
            background: #fff;
            box-shadow: 0 18px 42px rgba(45, 88, 132, .08);
        }

        .dcm-coord-credential__proof::before {
            position: absolute;
            inset: 0 auto 0 0;
            width: 6px;
            background: linear-gradient(180deg, #00bc65 0%, #1981ff 55%, #4c2eeb 100%);
            content: "";
        }

        .dcm-coord-credential__proof > * {
            position: relative;
            z-index: 1;
        }

        .dcm-coord-credential__proof > span {
            display: block;
            color: #1981ff;
            font-size: .69rem;
            font-weight: 900;
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        .dcm-coord-credential__logo {
            display: block;
            width: min(100%, 230px);
            height: 74px;
            margin-top: 30px;
            object-fit: contain;
            object-position: left center;
        }

        .dcm-coord-credential__person {
            margin-top: 28px;
            padding-top: 24px;
            border-top: 1px solid rgba(25, 76, 121, .14);
        }

        .dcm-coord-credential__person strong,
        .dcm-coord-credential__person span,
        .dcm-coord-credential__person small {
            display: block;
        }

        .dcm-coord-credential__person strong {
            color: #0c3152;
            font-size: 1.35rem;
        }

        .dcm-coord-credential__person span {
            margin-top: 8px;
            color: #176fcf;
            font-size: .72rem;
            font-weight: 900;
            letter-spacing: .08em;
            text-transform: uppercase;
        }

        .dcm-coord-credential__person small {
            margin-top: 5px;
            color: #657488;
            font-size: .78rem;
            line-height: 1.45;
        }

        .dcm-coord-credential__contribution {
            margin: 22px 0 0;
            padding-top: 20px;
            border-top: 1px solid rgba(25, 76, 121, .14);
            color: #40546b;
            font-size: .86rem;
            line-height: 1.58;
        }

        .dcm-coord-credential__content h2 {
            max-width: 980px;
            margin: 18px 0 26px;
            font-size: clamp(2.7rem, 4.35vw, 4.7rem);
            line-height: .97;
            letter-spacing: -.065em;
        }

        .dcm-coord-credential__content p {
            max-width: 820px;
            margin: 0;
            color: #526174;
            font-size: 1.02rem;
            line-height: 1.7;
        }

        .dcm-coord-keywords {
            display: flex;
            margin-top: 30px;
            padding: 0;
            gap: 12px;
            flex-wrap: wrap;
            list-style: none;
        }

        .dcm-coord-keywords li {
            display: inline-flex;
            padding: 9px 14px;
            gap: 8px;
            align-items: center;
            border: 1px solid rgba(25, 129, 255, .14);
            border-radius: 999px;
            background: rgba(255, 255, 255, .68);
            color: #243e59;
            font-size: .76rem;
            font-weight: 850;
        }

        .dcm-coord-keywords li::before {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #00bc65;
            content: "";
        }

        .dcm-coord-keywords li:nth-child(2)::before { background: #1981ff; }
        .dcm-coord-keywords li:nth-child(3)::before { background: #4c2eeb; }

        @media (max-width: 760px) {
            .dcm-trust-open--numbers,
            .dcm-trust-open--expertise,
            .dcm-coord-credential {
                grid-template-columns: 1fr;
            }

            .dcm-product-profile__row {
                grid-template-columns: 1fr;
                gap: 7px;
            }

            .dcm-trust-open__metric {
                min-height: 0;
                border-top: 1px solid rgba(23, 77, 120, .2);
                border-left: 0;
            }
        }
        .wa-visually-hidden {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important;
        }

        .wa-compare-table .wa-compare-feature {
            background: transparent;
            font-weight: 400;
        }
