.kwsde-showroom-active .kwsde-demo-bar {
    --kwsde-navy: #071426;
    --kwsde-orange: #ff5a1f;
    --kwsde-cream: #fff7ef;
    margin: 18px 0 24px;
    padding: 22px;
    border: 1px solid rgba(255, 90, 31, .28);
    border-radius: 18px;
    background: linear-gradient(135deg, var(--kwsde-navy), #122b4a);
    color: #fff;
    box-shadow: 0 18px 45px rgba(7, 20, 38, .16);
}
.kwsde-showroom-active .kwsde-demo-bar-copy { max-width: 760px; }
.kwsde-showroom-active .kwsde-eyebrow { display: block; margin: 0 0 7px; color: #ffb38f; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kwsde-showroom-active .kwsde-demo-bar h2 { margin: 0 0 8px; color: #fff; font-size: clamp(22px, 3vw, 34px); line-height: 1.12; }
.kwsde-showroom-active .kwsde-demo-bar p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.55; }
.kwsde-showroom-active .kwsde-demo-actions,
.kwsde-showroom-active .kwsde-dialog-actions,
.kwsde-showroom-active .kwsde-completion-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; align-items: center; }
.kwsde-showroom-active .kwsde-btn { min-height: 44px; padding: 11px 16px; border: 1px solid transparent; border-radius: 12px; font: inherit; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; }
.kwsde-showroom-active .kwsde-btn-primary { border-color: #ff5a1f; background: #ff5a1f; color: #fff; }
.kwsde-showroom-active .kwsde-btn-primary:hover { background: #e8470e; }
.kwsde-showroom-active .kwsde-btn-whatsapp { width: 100%; border-color: #178b55; background: #1fa463; color: #fff; }
.kwsde-showroom-active .kwsde-btn-whatsapp:hover { border-color: #117546; background: #178b55; }
.kwsde-showroom-active .kwsde-btn-secondary { border-color: #d9e0e8; background: #fff; color: #071426; }
.kwsde-showroom-active .kwsde-btn-link { padding-inline: 8px; background: transparent; color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.kwsde-showroom-active .kwsde-btn:focus-visible,
.kwsde-showroom-active .kwsde-dialog-close:focus-visible,
.kwsde-showroom-active .kwsde-scenario-card:focus-visible,
.kwsde-showroom-active .kwsde-info-trigger:focus-visible,
.kwsde-showroom-active .kwsde-info-close:focus-visible { outline: 3px solid #ffb38f; outline-offset: 3px; }
.kwsde-showroom-active .kwsde-progress { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.kwsde-showroom-active .kwsde-progress li { display: flex; align-items: center; gap: 7px; min-width: 0; padding: 9px; border-radius: 10px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.62); }
.kwsde-showroom-active .kwsde-progress li span { display: grid; flex: 0 0 25px; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); font-size: 12px; }
.kwsde-showroom-active .kwsde-progress li b { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.kwsde-showroom-active .kwsde-progress li.is-active,
.kwsde-showroom-active .kwsde-progress li.is-complete { background: rgba(255,90,31,.22); color: #fff; }
.kwsde-showroom-active .kwsde-progress li.is-complete span { background: #ff5a1f; }
.kwsde-showroom-active .kwsde-highlight { outline: 4px solid rgba(255,90,31,.85) !important; outline-offset: 6px; border-radius: 14px; animation: kwsde-pulse 1.2s ease-in-out 2; }
@keyframes kwsde-pulse { 50% { outline-color: rgba(255,90,31,.28); } }

.kwsde-showroom-active .kwsde-deposit { position: relative; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; align-items: center; min-width: 0; margin: 16px 0; padding: 17px; border: 1px solid #ffd2bd; border-radius: 16px; background: #fff7ef; color: #071426; }
.kwsde-showroom-active .kwsde-deposit > div { min-width: 0; writing-mode: horizontal-tb; overflow-wrap: break-word; word-break: normal; }
.kwsde-showroom-active .kwsde-deposit-copy { padding-right: 38px; }
.kwsde-showroom-active .kwsde-deposit-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: #071426; color: #fff; font-size: 12px; font-weight: 900; }
.kwsde-showroom-active .kwsde-deposit h3 { margin: 0 0 4px; color: #071426; font-size: 18px; }
.kwsde-showroom-active .kwsde-deposit p { margin: 0; color: #4c5a6b; font-size: 14px; line-height: 1.45; }
.kwsde-showroom-active .kwsde-deposit strong { display: block; margin-top: 5px; color: #19734a; font-size: 13px; }
.kwsde-showroom-active .kwsde-deposit > .kwsde-btn { grid-column: 1 / -1; width: 100%; max-width: 100%; white-space: normal; overflow-wrap: break-word; word-break: normal; }
.kwsde-showroom-active .kwsde-real-payment-hidden { display: none !important; }

.kwsde-showroom-active .kwsde-sr-only { 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; }
.kwsde-showroom-active .kwsde-info-host-static { position: relative; }
.kwsde-showroom-active .kwsde-info-guide { position: absolute; z-index: 12; top: 12px; right: 12px; display: block; width: 40px; height: 40px; margin: 0; color: #071426; font: 14px/1.45 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-align: left; }
.kwsde-showroom-active .kwsde-info-trigger { display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border: 1px solid #cdd6e1; border-radius: 50%; background: rgba(255,255,255,.97); color: #18304d; font: inherit; cursor: pointer; box-shadow: 0 5px 16px rgba(7,20,38,.12); transition: border-color .16s ease, background-color .16s ease, transform .16s ease; }
.kwsde-showroom-active .kwsde-info-trigger:hover { border-color: #ff5a1f; transform: translateY(-1px); }
.kwsde-showroom-active .kwsde-info-trigger > span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #071426; color: #fff; font-family: Georgia, serif; font-size: 15px; font-weight: 800; line-height: 1; }
.kwsde-showroom-active .kwsde-info-trigger[aria-expanded="true"] { border-color: #ff5a1f; background: #fff7ef; }
.kwsde-showroom-active .kwsde-info-trigger[aria-expanded="true"] > span { background: #ff5a1f; }
.kwsde-showroom-active .kwsde-info-popover { position: fixed; z-index: 100040; width: min(360px, calc(100vw - 24px)); padding: 16px; border: 1px solid #ffd2bd; border-radius: 16px; background: #fff; color: #26364a; font: 14px/1.55 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-align: left; box-shadow: 0 18px 50px rgba(7,20,38,.2); }
.kwsde-showroom-active .kwsde-info-popover[hidden] { display: none !important; }
.kwsde-showroom-active .kwsde-info-popover-head { display: flex; gap: 12px; align-items: flex-start; justify-content: space-between; margin-bottom: 7px; }
.kwsde-showroom-active .kwsde-info-popover-head strong { min-width: 0; color: #071426; font-size: 16px; line-height: 1.3; overflow-wrap: break-word; word-break: normal; }
.kwsde-showroom-active .kwsde-info-popover p { margin: 0; color: #4c5a6b; font-size: 14px; line-height: 1.58; overflow-wrap: break-word; word-break: normal; }
.kwsde-showroom-active .kwsde-info-close { display: grid; flex: 0 0 36px; width: 36px; height: 36px; padding: 0; place-items: center; border: 1px solid #d9e0e8; border-radius: 50%; background: #fff; color: #071426; font: 22px/1 system-ui, sans-serif; cursor: pointer; }
.kwsde-showroom-active .kwsde-dialog > .kwsde-info-guide { top: 20px; right: 76px; }
.kwsde-showroom-active .kwsde-deposit > .kwsde-info-guide { top: 12px; right: 12px; }
.kwsde-showroom-active .kws60-shopfront-hero-banner > .kwsde-info-guide { top: 16px; right: 16px; }

.kwsde-showroom-active .kws60-desktop-booking-form > h3 + p,
.kwsde-showroom-active .kws60-desktop-conversion-head p,
.kwsde-showroom-active .kws60-desktop-cart-head small,
.kwsde-showroom-active [data-kws60-cart-empty],
.kwsde-showroom-active .kws60-mobile-sheet p,
.kwsde-showroom-active .kws60-mobile-sheet small,
.kwsde-showroom-active .kws60-mobile-sheet label,
.kwsde-showroom-active .kws60-mobile-booking-stock-reminder { line-height: 1.55; overflow-wrap: break-word; word-break: normal; }
.kwsde-showroom-active .kws60-desktop-booking-form button,
.kwsde-showroom-active .kws60-mobile-sheet button,
.kwsde-showroom-active .kws60-mobile-sheet select,
.kwsde-showroom-active .kws60-mobile-sheet input { max-width: 100%; line-height: 1.35; white-space: normal; overflow-wrap: break-word; word-break: normal; }
.kwsde-showroom-active[lang="zh-CN"],
.kwsde-showroom-active [lang="zh-CN"] { line-break: strict; word-break: normal; }

.kwsde-showroom-active .kwsde-dialog-layer { position: fixed; z-index: 100020; inset: 0; display: grid; place-items: center; padding: 20px; }
.kwsde-showroom-active .kwsde-dialog-backdrop { position: absolute; inset: 0; background: rgba(3, 12, 24, .72); backdrop-filter: blur(5px); }
.kwsde-showroom-active .kwsde-dialog { position: relative; width: min(680px, 100%); max-height: min(84vh, 820px); overflow: auto; padding: 24px; border-radius: 20px; background: #fff; color: #071426; box-shadow: 0 28px 90px rgba(0,0,0,.35); }
.kwsde-showroom-active .kwsde-dialog-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-bottom: 15px; }
.kwsde-showroom-active .kwsde-dialog-head h2 { margin: 0; color: #071426; font-size: clamp(22px, 4vw, 31px); line-height: 1.15; }
.kwsde-showroom-active .kwsde-dialog-close { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border: 1px solid #d9e0e8; border-radius: 12px; background: #fff; color: #071426; font-size: 25px; cursor: pointer; }
.kwsde-showroom-active .kwsde-scenario-list { display: grid; gap: 12px; }
.kwsde-showroom-active .kwsde-scenario-card { width: 100%; padding: 17px; border: 1px solid #d9e0e8; border-radius: 15px; background: #f8fafc; color: #071426; text-align: left; cursor: pointer; }
.kwsde-showroom-active .kwsde-scenario-card:hover { border-color: #ff5a1f; background: #fff7ef; }
.kwsde-showroom-active .kwsde-scenario-card strong { display: block; margin-bottom: 5px; font-size: 17px; }
.kwsde-showroom-active .kwsde-scenario-card p { margin: 0; color: #566375; line-height: 1.45; }
.kwsde-showroom-active .kwsde-scenario-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.kwsde-showroom-active .kwsde-scenario-meta span { padding: 5px 8px; border-radius: 999px; background: #e9eef4; font-size: 12px; }
.kwsde-showroom-active .kwsde-owner-copy { color: #4c5a6b; line-height: 1.55; }
.kwsde-showroom-active .kwsde-lead-preview { padding: 17px; border: 1px solid #d9e0e8; border-radius: 15px; background: #f8fafc; }
.kwsde-showroom-active .kwsde-lead-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; }
.kwsde-showroom-active .kwsde-lead-grid div { padding: 10px; border-radius: 10px; background: #fff; }
.kwsde-showroom-active .kwsde-lead-grid dt { color: #6b7788; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.kwsde-showroom-active .kwsde-lead-grid dd { margin: 4px 0 0; font-weight: 750; }
.kwsde-showroom-active .kwsde-lead-items { margin: 14px 0 0; padding: 0; list-style: none; }
.kwsde-showroom-active .kwsde-lead-items li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-top: 1px solid #e3e8ee; }
.kwsde-showroom-active .kwsde-staff-note { padding: 13px; border-left: 4px solid #ff5a1f; background: #fff7ef; line-height: 1.5; }
.kwsde-showroom-active .kwsde-workshop-send { margin-top: 16px; padding: 15px; border: 1px solid #bfe5cf; border-radius: 15px; background: #effaf3; }
.kwsde-showroom-active .kwsde-workshop-send p { margin: 0 0 11px; color: #24533a; line-height: 1.5; overflow-wrap: break-word; word-break: normal; }
.kwsde-showroom-active .kwsde-cta-stack { display: grid; gap: 9px; margin-top: 16px; }
.kwsde-showroom-active .kwsde-whatsapp-message { overflow: auto; padding: 17px; border-radius: 15px; background: #e9f7ee; color: #143c26; font: 14px/1.55 system-ui, sans-serif; white-space: pre-wrap; }
.kwsde-showroom-active .kwsde-live-region { position: fixed; z-index: 100030; right: 18px; bottom: 18px; max-width: 340px; padding: 12px 15px; border-radius: 12px; background: #071426; color: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; }
.kwsde-showroom-active .kwsde-live-region.is-visible { opacity: 1; transform: translateY(0); }
.kwsde-showroom-active .kws60-demo-banner,
.kwsde-showroom-active .kws60-owner-mode-modal { display: none !important; }

@media (max-width: 700px) {
    .kwsde-showroom-active .kwsde-demo-bar { margin: 10px 12px 18px; padding: 17px; border-radius: 15px; }
    .kwsde-showroom-active .kwsde-demo-actions { display: grid; }
    .kwsde-showroom-active .kwsde-progress { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kwsde-showroom-active .kwsde-deposit { grid-template-columns: 44px minmax(0, 1fr); margin-inline: 0; padding: 14px; }
    .kwsde-showroom-active .kwsde-info-guide { width: 44px; height: 44px; }
    .kwsde-showroom-active .kwsde-info-trigger { width: 44px; height: 44px; }
    .kwsde-showroom-active .kwsde-info-popover { right: 12px !important; bottom: 82px !important; left: 12px !important; top: auto !important; width: auto !important; max-height: calc(100vh - 112px); overflow: auto; border-radius: 18px; }
    .kwsde-showroom-active .kwsde-dialog-layer { align-items: end; padding: 10px 10px 82px; }
    .kwsde-showroom-active .kwsde-dialog { width: 100%; max-height: calc(100vh - 105px); padding: 19px; border-radius: 20px 20px 14px 14px; }
    .kwsde-showroom-active .kwsde-lead-grid { grid-template-columns: 1fr; }
    .kwsde-showroom-active .kwsde-dialog-actions,
    .kwsde-showroom-active .kwsde-completion-actions { display: grid; }
    .kwsde-showroom-active .kwsde-dialog-actions .kwsde-btn,
    .kwsde-showroom-active .kwsde-completion-actions .kwsde-btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .kwsde-showroom-active .kwsde-highlight { animation: none; }
    .kwsde-showroom-active .kwsde-live-region { transition: none; }
}
