/**
 * Clickout-Zwischenseite – hochwertige Portal-Hub-Komposition.
 *
 * Änderungsprotokoll: 2026-07-20 | parent-agent | @skill-change-provenance, @skill-css-rules | premium Clickout-Layout
 */

/* Änderungsprotokoll: 2026-07-20 | parent-agent | @skill-css-rules, @skill-change-provenance | Stage */
.screen-clickout-stage {
    --screen-clickout-ink: #1c1917;
    --screen-clickout-ink-soft: #44403c;
    --screen-clickout-rule: #292524;
    --screen-clickout-accent: #9f1239;
    --screen-clickout-paper: #faf8f3;
    --screen-clickout-font-display: Georgia, "Times New Roman", Times, serif;
    --screen-clickout-font-body: Georgia, "Times New Roman", Times, serif;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 62vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: var(--screen-clickout-ink);
    font-family: var(--screen-clickout-font-body);
}

/* Änderungsprotokoll: 2026-07-20 | parent-agent | @skill-css-rules, @skill-change-provenance | Panel */
.screen-clickout-panel {
    box-sizing: border-box;
    width: 100%;
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    background-color: var(--screen-clickout-paper);
    border-top-width: 3px;
    border-top-style: double;
    border-top-color: var(--screen-clickout-rule);
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color: var(--screen-clickout-rule);
}

/* Änderungsprotokoll: 2026-07-20 | parent-agent | @skill-css-rules, @skill-change-provenance | Brand-Kicker */
.screen-clickout-brand-kicker {
    margin-top: 0;
    margin-bottom: 0.85rem;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--screen-clickout-ink-soft);
}

/* Änderungsprotokoll: 2026-07-20 | parent-agent | @skill-css-rules, @skill-change-provenance | Headline */
.screen-clickout-headline-wrap {
    margin-bottom: 0.85rem;
    padding-bottom: 0.85rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--screen-clickout-rule);
}

.screen-clickout-headline {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--screen-clickout-font-display);
    font-size: clamp(1.75rem, 5.5vw, 2.35rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--screen-clickout-ink);
}

/* Änderungsprotokoll: 2026-07-20 | parent-agent | @skill-css-rules, @skill-change-provenance | Lead */
.screen-clickout-lead {
    margin-top: 1.15rem;
    margin-bottom: 1.5rem;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.0625rem;
    line-height: 1.55;
    color: var(--screen-clickout-ink-soft);
}

/* Änderungsprotokoll: 2026-07-20 | parent-agent | @skill-css-rules, @skill-change-provenance | Destination */
.screen-clickout-destination {
    margin-bottom: 1.5rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d6d3d1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d6d3d1;
}

.screen-clickout-destination-eyebrow {
    margin-top: 0;
    margin-bottom: 0.45rem;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--screen-clickout-accent);
}

.screen-clickout-target-host {
    margin-top: 0;
    margin-bottom: 0.55rem;
    font-family: var(--screen-clickout-font-display);
    font-size: clamp(1.25rem, 4vw, 1.65rem);
    font-weight: 700;
    line-height: 1.25;
    word-break: break-word;
    color: var(--screen-clickout-ink);
}

.screen-clickout-meta {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    line-height: 1.4;
    color: var(--screen-clickout-ink-soft);
}

/* Änderungsprotokoll: 2026-07-20 | parent-agent | @skill-css-rules, @skill-change-provenance | CTA ohne Progressbar */
.screen-clickout-continue-link {
    display: inline-block;
    box-sizing: border-box;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #faf8f3;
    background-color: var(--screen-clickout-ink);
    border-width: 1px;
    border-style: solid;
    border-color: var(--screen-clickout-ink);
}

.screen-clickout-continue-link:hover,
.screen-clickout-continue-link:focus {
    background-color: var(--screen-clickout-accent);
    border-color: var(--screen-clickout-accent);
    color: #faf8f3;
}

/* Änderungsprotokoll: 2026-07-20 | parent-agent | @skill-css-rules, @skill-change-provenance | Fehler */
.screen-clickout-error-message {
    margin-top: 1.25rem;
    margin-bottom: 0;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.0625rem;
    line-height: 1.55;
    color: var(--screen-clickout-ink-soft);
}

.screen-clickout-redirect {
    display: none;
}

@media (min-width: 768px) {
    .screen-clickout-panel {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .screen-clickout-stage {
        min-height: 68vh;
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
}
