.pc-hero .pc-headline {
    font-size: clamp(34px, 3vw, 42px);
}
.pc-hero .pc-eyebrow {
    font-size: 12px;
    line-height: 1.85;
    letter-spacing: 0;
}
.pc-hero .pc-intro {
    font-size: 14px;
    line-height: 1.95;
}
.pc-hero .pc-intro > span + span {
    margin-top: 8px;
}
.pc-hero .pc-consult {
    width: fit-content;
    max-width: 100%;
    min-height: 54px;
    justify-content: center;
    gap: 20px;
    padding: 14px 24px;
}
.pc-hero .pc-consult > span {
    white-space: nowrap;
}

@media (min-width: 961px) {
    .pc-hero .pc-product-panel {
        min-height: 442px;
    }
}
.pc-hero .pc-widget-messages {
    height: 286px;
    overflow-anchor: none;
}
.pc-hero .pc-widget-messages:focus-visible {
    outline: 2px solid #2a9d8f;
    outline-offset: -3px;
}
.pc-hero .pc-chat-message {
    margin-bottom: 14px;
    transition:
        opacity 180ms var(--pc-ease),
        transform 180ms var(--pc-ease);
}
.pc-hero.is-instant .pc-chat-message {
    transition: none;
}
@starting-style {
    .pc-hero:not(.is-instant) .pc-chat-message {
        opacity: 0;
        transform: translateY(4px);
    }
}
.pc-hero .pc-chat-message p {
    font-size: 13px;
    line-height: 1.75;
    white-space: pre-line;
}
.pc-hero .is-streaming:not(:empty)::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 0.9em;
    margin-left: 3px;
    border-radius: 1px;
    background: #2a9d8f;
    vertical-align: -0.05em;
}

@media (min-width: 961px) and (max-width: 1200px) {
    .pc-hero .pc-headline {
        font-size: clamp(31px, 3vw, 36px);
    }
    .pc-hero .pc-intro {
        font-size: 13px;
    }
    .pc-hero .pc-eyebrow {
        font-size: 11px;
    }
}
@media (max-width: 600px) {
    .pc-hero .pc-headline {
        font-size: clamp(22px, 7vw, 34px);
    }
    .pc-hero .pc-eyebrow {
        font-size: 11px;
    }
    .pc-hero .pc-eyebrow > span {
        display: block;
    }
    .pc-hero .pc-intro .pc-phrase {
        white-space: nowrap;
    }
    .pc-hero .pc-intro {
        font-size: 14px;
    }
    .pc-hero .pc-intro > span {
        display: block;
    }
    .pc-hero .pc-widget-messages {
        height: 302px;
    }
}

.pc-hero .pc-stage {
    min-height: 0;
}

.pc-hero .pc-headline-lead {
    font-size: 0.64em;
    letter-spacing: -0.035em;
    margin-bottom: 12px;
    line-height: 1.6;
}

.pc-hero .pc-copy {
    container-type: inline-size;
}
.pc-hero .pc-headline {
    font-size: clamp(20px, 7.8cqw, 40px);
}

.pc-hero .pc-admin,
.pc-hero .pc-widget {
    width: min(100%, 420px);
    margin-inline: auto;
    border-radius: 20px;
}
.pc-hero .pc-admin-conversation {
    background: #fff;
}

@media (min-width: 961px) {
    .pc-hero .pc-admin {
        min-height: 442px;
    }
}

.pc-hero .pc-product-panel {
    --pc-chat-height: 442px;
    height: var(--pc-chat-height);
    min-height: var(--pc-chat-height);
}
.pc-hero .pc-workbench {
    height: var(--pc-chat-height);
    min-height: var(--pc-chat-height);
}
.pc-hero .pc-workbench:not([hidden]) {
    display: flex;
    flex-direction: column;
}
.pc-hero .pc-widget-header,
.pc-hero .pc-widget-form {
    flex: 0 0 auto;
}
.pc-hero .pc-widget-messages,
.pc-hero .pc-admin-conversation {
    flex: 1 1 0;
    height: auto;
    min-height: 0;
    max-height: none;
}
.pc-hero .pc-admin-composer {
    flex: 0 0 auto;
    max-height: calc(var(--pc-chat-height) - 144px);
    overflow-y: auto;
    scrollbar-width: thin;
}
@media (max-width: 960px) {
    .pc-hero .pc-product-panel {
        --pc-chat-height: 494px;
    }
}
