.pvg-bu-lotse-host {
    --pvg-blue: #00498e;
    --pvg-green: #58bd9c;
    --pvg-text: #16324a;
    --pvg-muted: #5d6b78;
    --pvg-border: #dbe4ea;
    --pvg-surface: #ffffff;
    --pvg-soft: #f4f8fa;
    color: var(--pvg-text);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

.pvg-bu-lotse-host *,
.pvg-bu-lotse-host *::before,
.pvg-bu-lotse-host *::after {
    box-sizing: border-box;
}

.pvg-bu-lotse {
    width: min(100%, 760px);
    margin-inline: auto;
}

.pvg-bu-lotse__progress {
    margin: 0 0 16px;
}

.pvg-bu-lotse__progress-track {
    overflow: hidden;
    height: 8px;
    border-radius: 999px;
    background: #e8eef2;
}

.pvg-bu-lotse__progress-bar {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: var(--pvg-green);
    transition: width 180ms ease;
}

.pvg-bu-lotse__progress-label {
    margin: 7px 0 0;
    color: var(--pvg-muted);
    font-size: 14px;
    font-weight: 700;
}

.pvg-bu-lotse__status,
.pvg-bu-lotse__screen {
    border: 1px solid var(--pvg-border);
    border-radius: 18px;
    background: var(--pvg-surface);
    box-shadow: 0 10px 35px rgba(0, 73, 142, 0.08);
}

.pvg-bu-lotse__status {
    padding: 24px;
}

.pvg-bu-lotse__status p {
    margin: 0;
}

.pvg-bu-lotse__content {
    padding: 24px;
}


.pvg-bu-lotse__person {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 20px;
}

.pvg-bu-lotse__portrait-frame {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border: 3px solid var(--pvg-green);
    border-radius: 50%;
    background: #ffffff;
}

.pvg-bu-lotse__portrait {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    border: 0 !important;
    border-radius: 50% !important;
    object-fit: cover;
    object-position: 50% 24%;
    clip-path: circle(50% at 50% 50%);
}

.pvg-bu-lotse__person-copy {
    display: grid;
    gap: 1px;
    line-height: 1.35;
}

.pvg-bu-lotse__person-copy strong {
    color: var(--pvg-blue);
    font-size: 17px;
}

.pvg-bu-lotse__person-copy span {
    color: var(--pvg-muted);
    font-size: 14px;
}

.pvg-bu-lotse__eyebrow {
    margin: 0 0 8px;
    color: var(--pvg-blue);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pvg-bu-lotse__content h2 {
    margin: 0 0 14px;
    color: var(--pvg-blue);
    font-size: clamp(26px, 6vw, 36px);
    line-height: 1.2;
}

.pvg-bu-lotse__body p {
    margin: 0 0 12px;
}

.pvg-bu-lotse__choices {
    display: grid;
    gap: 10px;
    margin: 22px 0;
}

.pvg-bu-lotse__choice,
.pvg-bu-lotse__button {
    appearance: none;
    width: 100%;
    min-height: 48px;
    border-radius: 12px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.pvg-bu-lotse__choice {
    border: 2px solid var(--pvg-border);
    padding: 14px 16px;
    background: var(--pvg-surface);
    color: var(--pvg-text);
    text-align: left;
    transition: border-color 120ms ease, background-color 120ms ease, transform 120ms ease;
}

.pvg-bu-lotse__choice:hover {
    border-color: var(--pvg-blue);
    background: #f4f8fc;
}

.pvg-bu-lotse__choice.is-selected {
    border-color: var(--pvg-green);
    background: #edf8f4;
}

.pvg-bu-lotse__choice.is-selected:hover {
    border-color: var(--pvg-blue);
}

.pvg-bu-lotse__actions {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.pvg-bu-lotse__button {
    border: 2px solid var(--pvg-green);
    padding: 13px 18px;
    background: var(--pvg-green);
    color: #ffffff;
    text-align: center;
}

.pvg-bu-lotse__button:hover {
    border-color: var(--pvg-blue);
    background: var(--pvg-blue);
    color: #ffffff;
}

.pvg-bu-lotse__button--secondary {
    border-color: var(--pvg-blue);
    background: #ffffff;
    color: var(--pvg-blue);
}

.pvg-bu-lotse__choice:focus-visible,
.pvg-bu-lotse__button:focus-visible,
.pvg-bu-lotse__content h2:focus-visible {
    outline: 3px solid var(--pvg-blue);
    outline-offset: 3px;
}

.pvg-bu-lotse__validation {
    margin: 14px 0 0;
    border-left: 4px solid #a33a2b;
    padding: 8px 12px;
    background: #fff4f2;
    color: #73281e;
    font-weight: 700;
}

.pvg-bu-lotse__note {
    margin: 18px 0 0;
    color: var(--pvg-muted);
    font-size: 15px;
}

.pvg-bu-lotse__noscript {
    margin: 12px 0;
    border: 1px solid var(--pvg-border);
    border-radius: 10px;
    padding: 12px 14px;
    background: var(--pvg-soft);
}

.pvg-bu-lotse-host [hidden] {
    display: none !important;
}

@media (min-width: 640px) {
    .pvg-bu-lotse-host {
        font-size: 19px;
    }

    .pvg-bu-lotse__content {
        padding: 36px;
    }

    .pvg-bu-lotse__portrait-frame {
        flex-basis: 84px;
        width: 84px;
        height: 84px;
    }

    .pvg-bu-lotse__person-copy strong {
        font-size: 18px;
    }

    .pvg-bu-lotse__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pvg-bu-lotse__actions .pvg-bu-lotse__button:only-child {
        grid-column: 1 / -1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pvg-bu-lotse__progress-bar,
    .pvg-bu-lotse__choice {
        transition: none;
    }
}
