.lp-editorial {
    --pc-paper: #fff;
    --pc-ink: #07564a;
    --pc-text: #202321;
    --pc-muted: #69716d;
    --pc-line: #e9eeeb;
    --pc-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --pc-font: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
    --header-height: 80px;
    background: #fff;
}
.pc-header,
.pc-hero {
    font-family: var(--pc-font);
}
.pc-header *,
.pc-hero * {
    box-sizing: border-box;
}
.pc-header a,
.pc-hero a {
    color: inherit;
    text-decoration: none;
}
.pc-header button,
.pc-hero button {
    font: inherit;
    cursor: pointer;
}
.pc-header a:focus-visible,
.pc-header summary:focus-visible,
.pc-hero a:focus-visible,
.pc-hero button:focus-visible {
    outline: 2px solid var(--pc-ink);
    outline-offset: 4px;
}
.pc-skip {
    position: fixed;
    top: 8px;
    left: 16px;
    z-index: 3000;
    padding: 12px 20px;
    background: white;
    color: #07564a;
    transform: translateY(-160%);
}
.pc-skip:focus {
    transform: none;
}
.pc-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    display: flex;
    align-items: center;
    height: 80px;
    padding-inline: max(32px, calc((100vw - 1280px) / 2));
    background: #fff;
    color: var(--pc-text);
    border-bottom: 1px solid transparent;
}
.pc-header-left,
.pc-header-right {
    display: flex;
    align-items: center;
}
.pc-header-left {
    flex: 1;
    gap: 56px;
}
.pc-header-right {
    gap: 28px;
}
.pc-brand {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}
.pc-brand img {
    display: block;
    width: 152px;
    height: auto;
}
.pc-desktop-nav {
    display: flex;
    gap: 30px;
    font-size: 13px;
    font-weight: 500;
    margin: auto;
}
.pc-desktop-nav a,
.pc-login {
    padding: 10px 0;
}
.pc-login {
    font-size: 13px;
    font-weight: 500;
}
.pc-header-consult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    background: var(--pc-ink);
    color: white !important;
    border: 1px solid var(--pc-ink);
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 160ms ease;
}
.pc-header.is-past-hero {
    border-bottom-color: var(--pc-line);
}
.pc-mobile-menu {
    display: none;
}
.pc-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
    gap: 72px;
    align-items: center;
    width: calc(100% - 96px);
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(112px, 14svh, 140px) 0 80px;
    color: var(--pc-text);
}
.pc-copy {
    min-width: 0;
    padding: 0;
}
.pc-eyebrow {
    margin: 0;
    color: var(--pc-ink);
    font-size: 13px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 0.015em;
}
.pc-headline {
    margin: 20px 0 24px;
    font-size: clamp(34px, 3vw, 44px);
    font-weight: 700;
    letter-spacing: -0.038em;
    line-height: 1.38;
    word-break: normal;
}
.pc-headline > span {
    display: block;
    white-space: nowrap;
}
.pc-intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.95;
    letter-spacing: -0.015em;
}
.pc-intro > span {
    display: block;
}
.pc-consult {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 30px;
    padding: 15px 22px;
    min-height: 56px;
    width: min(100%, 390px);
    background: var(--pc-ink);
    color: #fff !important;
    border: 1px solid var(--pc-ink);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    transition:
        background-color 160ms ease,
        transform 140ms var(--pc-ease);
}
.pc-consult:active {
    transform: scale(0.985);
}
.pc-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke-width: 1.6;
}
.pc-watch {
    display: flex;
    width: fit-content;
    gap: 12px;
    align-items: center;
    padding: 9px 0;
    min-height: 44px;
    margin-top: 18px;
    font-size: 13px;
    font-weight: 500;
}
.pc-watch > span {
    border-bottom: 1px solid #bac7c0;
    padding-bottom: 2px;
}
.pc-watch .pc-icon,
.pc-consult .pc-icon {
    transition: transform 180ms var(--pc-ease);
}
.pc-helper {
    margin: 12px 0 0;
    color: var(--pc-muted);
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: -0.015em;
}
.pc-stage {
    min-width: 0;
    min-height: clamp(584px, calc(100svh - 164px), 640px);
    padding: 24px 38px 20px;
    background: #eff5ef url('https://assets.pecochat.co.jp/static/img/public/lp/hero-stage.jpg?v=20260906-assets-1') center / cover no-repeat;
    color: var(--pc-text);
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    scroll-margin-top: 96px;
}
.pc-stage:focus {
    outline: none;
}
.pc-stage-heading {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}
.pc-mode-tabs {
    display: inline-flex;
    padding: 3px;
    background: #ffffffa6;
    border: 1px solid #e0e8e2;
    border-radius: 13px;
}
.pc-mode-tabs button {
    padding: 8px 24px;
    min-height: 38px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #69716d;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    transition:
        background-color 180ms ease,
        color 180ms ease,
        box-shadow 180ms ease;
}
.pc-mode-tabs [aria-selected='true'] {
    background: #fff;
    color: var(--pc-ink);
    box-shadow: 0 1px 5px #25473612;
}

.pc-product-panel {
    min-width: 0;
    min-height: 440px;
}
.pc-hero [hidden] {
    display: none !important;
}
.pc-workbench {
    background: #fff;
    color: #1c1c1c;
    border: 1px solid #ffffffb3;
    border-radius: 16px;
    box-shadow:
        0 8px 24px #294a3510,
        0 1px 2px #294a3506;
    overflow: hidden;
}
.pc-workbench-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    padding: 12px 18px;
    border-bottom: 1px solid #e8edf0;
    font-size: 10px;
    color: #64748b;
}
.pc-workbench-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}
.pc-workbench-brand img {
    display: block;
    width: 96px;
    height: auto;
}
.pc-admin-conversation {
    padding: 14px 20px 16px;
    min-height: 100px;
    max-height: 188px;
    overflow-y: auto;
    background: #fafafa;
    scrollbar-width: thin;
}
.pc-admin-question {
    width: fit-content;
    max-width: 95%;
    margin: 0;
    padding: 10px 13px;
    background: #f1f1f1;
    border-radius: 12px 12px 12px 3px;
    color: #1c1c1c;
    font-size: 13px;
    line-height: 1.7;
}
.pc-admin-reply {
    margin-top: 12px;
    margin-left: auto;
    width: fit-content;
    max-width: 90%;
}
.pc-admin-reply > span {
    display: block;
    font-size: 9px;
    color: #64748b;
    text-align: right;
    margin-bottom: 5px;
}
.pc-admin-reply p {
    margin: 0;
    padding: 10px 13px;
    border-radius: 12px 12px 3px 12px;
    background: #e0f1ed;
    font-size: 13px;
    line-height: 1.7;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}
.pc-admin-composer {
    padding: 12px 20px 13px;
    background: #fff;
    border-top: 1px solid #e8edf0;
}
.pc-composer-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.pc-human-mode {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    min-height: 26px;
    border-radius: 6px;
    font-size: 10px;
    line-height: 1.6;
    font-weight: 600;
}
.pc-operation-mode {
    display: inline-flex;
    align-items: center;
    padding: 2px;
    gap: 2px;
    border: 1px solid #cfd8dc;
    border-radius: 7px;
}
.pc-ai-mode {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 9px;
    font-size: 10px;
    font-weight: 600;
    color: #78909c;
}
.pc-human-mode {
    color: #fff;
    background: #bf360c;
    border-radius: 5px;
    min-height: 24px;
    padding-block: 3px;
}
.pc-composer-meta .pc-icon {
    width: 13px;
    height: 13px;
}
.pc-rich-editor {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease;
}
.pc-rich-editor:focus-within {
    border-color: #2a9d8f;
    box-shadow: 0 0 0 2px #2a9d8f16;
}
.pc-editor-toolbar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}
.pc-editor-toolbar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    width: 28px;
    height: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #f1f5f9;
    color: #64748b;
}
.pc-editor-toolbar .pc-icon {
    width: 16px;
    height: 16px;
    stroke-width: 2;
}
.pc-editor-toolbar button[aria-pressed='true'] {
    background: #dfeeea;
    color: #07564a;
    border-color: #9dcac1;
}
.pc-toolbar-caption {
    margin-left: auto;
    color: #8a96a3;
    font-size: 9px;
}
.pc-editor {
    min-height: 68px;
    max-height: 116px;
    overflow-y: auto;
    padding: 10px 14px 2px;
    font: 14px/1.75 var(--pc-font);
    color: #25313c;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
    outline: none;
    scrollbar-width: thin;
}
.pc-editor:empty::before {
    content: attr(data-placeholder);
    color: #8a96a3;
    pointer-events: none;
}
.pc-editor.is-generating:empty::before {
    content: '返信の下書きを準備しています...';
}
.pc-editor p,
.pc-editor div {
    margin: 0;
}
.pc-editor ul,
.pc-editor ol {
    padding-left: 1.5em;
    margin: 0;
}
.pc-editor-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 8px 7px;
}
.pc-char-count {
    font-size: 9px;
    color: #7d8994;
    font-variant-numeric: tabular-nums;
}
.pc-circle-send {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 8px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #2a9d8f;
    transition:
        background-color 160ms ease,
        transform 160ms var(--pc-ease),
        opacity 160ms ease;
}
.pc-circle-send .pc-icon {
    width: 17px;
    height: 17px;
    stroke-width: 2;
}
.pc-circle-send:active:not(:disabled) {
    transform: scale(0.94);
}
.pc-circle-send:disabled {
    opacity: 0.4;
    cursor: default;
}
.pc-generate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-height: 36px;
    margin-top: 8px;
    padding: 8px 12px;
    background: #fff;
    color: #25313c;
    border: 1px solid #cfd8dc;
    border-radius: 8px;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.6;
    transition: background-color 160ms ease;
}
.pc-generate .pc-icon {
    width: 17px;
    height: 17px;
}
.pc-generate:disabled {
    cursor: default;
    color: #73838e;
    background: #f8fafc;
}
.pc-editor-hint {
    margin: 8px 0 0;
    font-size: 9px;
    line-height: 1.6;
    color: #798795;
}
.pc-widget {
    width: min(100%, 420px);
    margin-inline: auto;
    border-radius: 20px;
}
.pc-widget-header {
    min-height: 64px;
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #edf0ee;
}
.pc-widget-identity {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}
.pc-widget-identity img {
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 50%;
}
.pc-widget-reset {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: none;
    color: #89928e;
    border: 0;
    border-radius: 8px;
}
.pc-widget-messages {
    height: 262px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 12px 16px 20px;
}
.pc-widget-date {
    margin: 0 0 17px;
    text-align: center;
    font-size: 9px;
    color: #8c9691;
}
.pc-widget-question {
    margin: 0 0 20px auto;
    width: fit-content;
    max-width: 88%;
}
.pc-widget-question p,
.pc-widget-reply p {
    margin: 0;
    padding: 12px 16px;
    border-radius: 18px;
    border: 1px solid #0f172a14;
    font-size: 13px;
    line-height: 1.7;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}
.pc-widget-question p {
    background: #2a9d8f;
    color: #fff;
    border-bottom-right-radius: 5px;
}
.pc-widget-question time,
.pc-widget-reply time {
    display: block;
    margin-top: 4px;
    color: #97a09a;
    font-size: 8px;
}
.pc-widget-question time {
    text-align: right;
}
.pc-widget-reply {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 94%;
}
.pc-widget-reply > div {
    min-width: 0;
}
.pc-bot-avatar {
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 50%;
    margin-top: 16px;
}
.pc-bot-name {
    display: block;
    margin: 0 0 4px 2px;
    color: #8a948e;
    font-size: 9px;
}
.pc-widget-reply p {
    color: #1c1c1c;
    background: #f1f1f1;
    border-top-left-radius: 5px;
}
.pc-widget-form {
    margin: 0;
    padding: 10px 14px 10px;
}
.pc-widget-input-wrap {
    position: relative;
}
.pc-widget-input {
    display: block;
    width: 100%;
    min-height: 48px;
    height: 48px;
    max-height: 100px;
    resize: none;
    padding: 11px 54px 11px 14px;
    border: 1px solid #0f172a1f;
    border-radius: 14px;
    background: #f7f7f7;
    color: #1c1c1c;
    font: 12px/22px var(--pc-font);
    box-shadow: 0 4px 10px #0f172a08;
}
.pc-widget-input:focus-visible {
    outline: 2px solid #2a9d8f;
    outline-offset: 2px;
}
.pc-widget-input::placeholder {
    color: #8c9590;
}
.pc-widget-send {
    position: absolute;
    right: 5px;
    bottom: 6px;
    box-shadow: 0 4px 10px #0f172a12;
}
.pc-widget-form > p {
    margin: 9px 0 0;
    font-size: 8px;
    text-align: center;
    color: #9aa39e;
}
.pc-widget-form strong {
    font-weight: 500;
    color: #7c8880;
}
.pc-progress {
    height: 1px;
    background: #284d3514;
    margin-top: 22px;
    overflow: hidden;
}
.pc-progress-fill {
    height: 100%;
    background: #548770;
    transform-origin: left;
    transform: scaleX(1);
}
.pc-stage-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 7px;
}
.pc-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex: 1;
    align-items: center;
    gap: 12px;
    font-size: 12px;
}
.pc-steps li {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    white-space: nowrap;
    color: #64736b;
}
.pc-steps li:last-child {
    flex: 0;
}
.pc-steps li:not(:last-child)::after {
    content: '';
    height: 1px;
    flex: 1;
    background: #adbdaf66;
}
.pc-steps span {
    padding-block: 4px;
}
.pc-steps [aria-current='step'] {
    color: var(--pc-ink);
    font-weight: 600;
}
.pc-playback {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 118px;
}
.pc-playback button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 0;
    min-height: 40px;
    color: #586b5e;
    background: none;
    border: 0;
    font-size: 11px;
}
.pc-playback button[hidden],
.pc-playback span[hidden] {
    display: none;
}
.pc-playback .pc-icon {
    width: 15px;
    height: 15px;
}
.pc-pause-label {
    display: none;
}
.pc-demo-notes {
    margin-top: auto;
    padding-top: 12px;
}
.pc-demo-disclaimer {
    color: #758076;
    font-size: 9px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}
.pc-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}
.pc-hero [data-reveal] {
    opacity: 1;
    transform: none;
}
.pc-hero.is-ready [data-reveal] {
    transition:
        opacity 280ms var(--pc-ease),
        transform 380ms var(--pc-ease);
}
.pc-hero.is-ready [data-reveal].is-pending {
    opacity: 0;
    transform: translateY(5px);
    pointer-events: none;
}
.pc-hero.is-instant [data-reveal],
.pc-hero.is-instant .pc-mode-tabs button {
    transition: none;
}
.lp-editorial #features {
    scroll-margin-top: 96px;
}
.lp-editorial .learning-loop-showcase {
    background: #f7f9f7;
}
.lp-editorial .learning-loop-showcase-title {
    color: var(--pc-ink);
}
@media (hover: hover) and (pointer: fine) {
    .pc-desktop-nav a:hover,
    .pc-login:hover {
        color: var(--pc-ink);
    }
    .pc-header-consult:hover,
    .pc-consult:hover {
        background: #096b59;
    }
    .pc-watch:hover .pc-icon,
    .pc-consult:hover .pc-icon {
        transform: translateX(3px);
    }
    .pc-circle-send:hover:not(:disabled) {
        background: #208c7e;
    }
    .pc-generate:hover:not(:disabled),
    .pc-editor-toolbar button:hover {
        background: #edf3f2;
    }
    .pc-playback button:hover {
        color: var(--pc-ink);
    }
}
@media (min-width: 961px) and (max-width: 1200px) {
    .pc-hero {
        width: calc(100% - 64px);
        gap: 40px;
        grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
    }
    .pc-headline {
        font-size: clamp(31px, 3vw, 36px);
    }
    .pc-intro {
        font-size: 13px;
    }
    .pc-stage {
        padding-inline: 24px;
    }
    .pc-workbench-bar {
        padding-inline: 14px;
    }
    .pc-admin-conversation {
        padding-inline: 14px;
    }
    .pc-admin-composer {
        padding-inline: 14px;
    }
    .pc-toolbar-caption {
        display: none;
    }
    .pc-workbench-brand {
        gap: 10px;
    }
    .pc-stage-footer {
        gap: 14px;
    }
    .pc-steps,
    .pc-steps li {
        gap: 8px;
    }
    .pc-consult {
        font-size: 12px;
        padding-inline: 18px;
        gap: 12px;
    }
    .pc-helper {
        font-size: 10px;
    }
}
@media (min-width: 961px) and (max-height: 740px) {
    .pc-hero {
        padding-top: 104px;
        padding-bottom: 52px;
    }
    .pc-stage {
        min-height: 572px;
        padding-top: 18px;
        padding-bottom: 14px;
    }
    .pc-stage-heading {
        margin-bottom: 14px;
    }
    .pc-product-panel {
        min-height: 420px;
    }
    .pc-admin-conversation {
        min-height: 86px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pc-editor {
        min-height: 62px;
    }
    .pc-admin-composer {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pc-headline {
        line-height: 1.34;
        margin-top: 18px;
    }
}
@media (max-width: 960px) {
    .lp-editorial {
        --header-height: 68px;
    }
    .pc-header {
        height: 68px;
        padding-inline: 24px;
    }
    .pc-brand img {
        width: 132px;
    }
    .pc-desktop-nav,
    .pc-login {
        display: none;
    }
    .pc-header-right {
        gap: 18px;
    }
    .pc-header-consult {
        padding: 8px 16px;
        min-height: 40px;
        font-size: 12px;
    }
    .pc-mobile-menu {
        display: block;
    }
    .pc-mobile-menu summary {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 44px;
        list-style: none;
        cursor: pointer;
    }
    .pc-mobile-menu summary::-webkit-details-marker {
        display: none;
    }
    .pc-mobile-menu nav {
        position: absolute;
        inset: 68px 0 auto;
        background: white;
        padding: 16px 24px 24px;
        display: grid;
        border-bottom: 1px solid var(--pc-line);
    }
    .pc-mobile-menu nav a {
        padding: 14px 0;
        border-bottom: 1px solid var(--pc-line);
        font-size: 15px;
    }
    .pc-hero {
        grid-template-columns: minmax(0, 1fr);
        width: calc(100% - 48px);
        max-width: 600px;
        gap: 32px;
        padding: 110px 0 48px;
    }
    .pc-copy {
        padding-inline: 12px;
    }
    .pc-headline {
        font-size: clamp(30px, 5.2vw, 42px);
    }
    .pc-stage {
        min-height: 0;
        padding: 26px 30px 20px;
        scroll-margin-top: 84px;
    }
    .pc-product-panel {
        min-height: 494px;
    }
    .pc-mode-tabs button {
        min-height: 44px;
    }
    .pc-playback button,
    .pc-generate {
        min-height: 44px;
    }
    .pc-editor-toolbar button {
        width: 36px;
        height: 36px;
    }
    .pc-circle-send {
        width: 40px;
        height: 40px;
    }
    .pc-editor,
    .pc-widget-input {
        font-size: 16px;
    }
    .pc-widget-input {
        height: 52px;
        padding-top: 14px;
    }
    .pc-widget {
        width: min(100%, 420px);
    }
}
@media (max-width: 480px) {
    .pc-header {
        padding-inline: 18px;
    }
    .pc-brand img {
        width: 118px;
    }
    .pc-header-right {
        gap: 10px;
    }
    .pc-header-consult {
        padding-inline: 12px;
    }
    .pc-hero {
        width: calc(100% - 32px);
        padding-top: 104px;
        gap: 28px;
    }
    .pc-copy {
        padding-inline: 6px;
    }
    .pc-eyebrow {
        font-size: 11px;
    }
    .pc-headline {
        font-size: clamp(24px, 7.35vw, 34px);
        letter-spacing: -0.04em;
        line-height: 1.48;
        margin: 18px 0 20px;
    }
    .pc-intro {
        font-size: 14px;
        line-height: 1.9;
    }
    .pc-intro > span {
        display: inline;
    }
    .pc-consult {
        font-size: clamp(11.5px, 3.34vw, 13px);
        width: 100%;
        padding-inline: 18px;
        gap: 8px;
        min-height: 54px;
        margin-top: 24px;
    }
    .pc-helper {
        font-size: 11px;
        max-width: 30em;
        margin-top: 10px;
    }
    .pc-watch {
        font-size: 12px;
        margin-top: 12px;
    }
    .pc-stage {
        border-radius: 22px;
        padding: 20px 14px 16px;
    }
    .pc-mode-tabs button {
        font-size: 12px;
        padding-inline: 23px;
    }
    .pc-stage-heading {
        margin-bottom: 20px;
    }
    .pc-workbench {
        border-radius: 15px;
    }
    .pc-workbench-bar {
        padding: 12px;
        min-height: 46px;
        font-size: 9px;
    }
    .pc-admin-conversation {
        padding: 13px 12px;
    }
    .pc-admin-composer {
        padding: 12px;
    }
    .pc-editor {
        min-height: 102px;
        max-height: 160px;
        line-height: 1.65;
        padding-inline: 10px;
    }
    .pc-editor-toolbar {
        gap: 6px;
        padding-inline: 8px;
    }
    .pc-toolbar-caption {
        font-size: 8px;
    }
    .pc-editor-hint {
        font-size: 9px;
    }
    .pc-widget-messages {
        height: 280px;
        padding-inline: 12px;
    }
    .pc-widget-question {
        max-width: 95%;
    }
    .pc-widget-question p,
    .pc-widget-reply p {
        font-size: 13px;
        padding: 11px 13px;
    }
    .pc-widget-reply {
        max-width: 100%;
        gap: 6px;
    }
    .pc-widget-form {
        padding-inline: 12px;
    }
    .pc-widget-identity {
        font-size: 13px;
    }
    .pc-bot-avatar {
        width: 25px;
        height: 25px;
    }
    .pc-workbench-brand {
        gap: 8px;
    }
    .pc-workbench-brand img {
        width: 82px;
    }
    .pc-progress {
        margin-top: 18px;
    }
    .pc-stage-footer {
        gap: 12px;
        flex-wrap: wrap;
    }
    .pc-steps {
        flex-basis: 100%;
        font-size: 11px;
    }
    .pc-playback {
        margin-left: auto;
    }
    .pc-demo-notes {
        padding-top: 0;
    }
    .pc-demo-disclaimer {
        font-size: 9px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .pc-header *,
    .pc-hero * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
    .pc-hero [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }
}

@media (max-width: 360px) {
    .pc-product-panel {
        min-height: 518px;
    }
    .pc-toolbar-caption {
        display: none;
    }
    .pc-workbench-brand > span {
        font-size: 8px;
    }
    .pc-workbench-brand {
        gap: 6px;
    }
    .pc-admin-composer {
        padding-inline: 10px;
    }
}
