/* CleanMission product walkthroughs. Native controls, no simulated live connection. */
.hx-landing{--hx-purple:#4c00ff;--hx-ink:#272a2c;--hx-line:#e4e1ec;--hx-soft:#f7f5fc;--hx-muted:#70697b}
.hx-landing .hw-hero>.hw-wrap{min-height:760px;column-gap:42px}
.hx-landing .hw-hero-copy{gap:30px}
.hx-landing .hw-hero h1{font-size:clamp(36px,3.2vw,48px);letter-spacing:-.055em;line-height:1.3;font-weight:550}
.hx-landing .hw-hero>.hw-wrap>.hx-demo{grid-column:2;grid-row:1;align-self:center;min-width:0}
.hx-landing .hw-products-nav{scrollbar-width:thin;scrollbar-color:#ddd3f3 transparent}
.hx-demo{position:relative;min-width:0;border:1px solid var(--hx-line,#e4e1ec);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 18px 60px #281c4a0b;isolation:isolate}
.hx-demo [hidden]{display:none!important}
.hx-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:56px;gap:12px;padding:12px 20px;border-bottom:1px solid var(--hx-line,#e4e1ec);font-size:12px;color:#736b81;background:white}
.hx-toolbar>span:first-child{display:flex;align-items:center;gap:8px}
.hx-toolbar>span:first-child:before{content:'';width:6px;height:6px;border-radius:50%;background:#4c00ff}
.hx-toolbar button,.hx-controls button{border:1px solid #e5deef;background:white;color:#4c00ff;border-radius:7px;min-height:40px;padding:9px 14px;font:inherit;font-size:13px;cursor:pointer}
.hx-toolbar button:hover,.hx-controls button:hover{background:#f4f0fe}
.hx-demo[data-hx-playing=true] [data-hx-play]{background:#f3edff;border-color:#bba3ff}
.hx-tabs{display:flex;gap:0;align-items:stretch;border-bottom:1px solid #e7e1f1;overflow:auto;scrollbar-width:thin;padding:0 12px;background:white}
.hx-tabs button{flex:1;min-width:100px;min-height:55px;padding:12px 14px;border:0;border-bottom:2px solid transparent;background:transparent;color:#7d7786;font-family:inherit;font-size:13px;line-height:1.4;cursor:pointer;white-space:nowrap;transition:color 180ms,background 180ms}
.hx-tabs button[aria-pressed=true]{border-bottom-color:#4c00ff;color:#4c00ff;background:#faf8ff;font-weight:600}
.hx-demo button:focus-visible,.hx-demo input:focus-visible,.hx-landing a:focus-visible{outline:3px solid #baa0ff;outline-offset:3px}
.hx-stage{position:relative;overflow:hidden;background:#faf9fd;min-width:0}
.hx-stage>img{width:100%;display:block;object-fit:contain}
.hx-panel{padding:28px;min-width:0}
.hx-panel h3{font-size:24px;font-weight:550;letter-spacing:-.035em;margin:0 0 20px}
.hx-result{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;min-height:78px;border-top:1px solid #e5deef;background:#faf8ff;color:#4c00ff;font-size:17px;font-weight:550;line-height:1.45}
.hx-result small{font-size:12px;color:#7c7389;font-weight:400}
.hx-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;border-top:1px solid #ebe5f1}
.hx-controls [data-hx-next]{background:#4c00ff;color:white;border-color:#4c00ff}
.hx-controls button:disabled{opacity:.35;cursor:default}
.hx-controls input[type=range],.hx-demo input[data-hx-range]{width:100%;accent-color:#4c00ff;cursor:pointer;min-height:44px}
.hx-controls label{font-size:13px;color:#5c5367;flex:1}
.hx-progress{height:3px;overflow:hidden;background:#eee9f7}
.hx-progress [data-hx-progress]{height:100%;width:100%;background:#4c00ff;transform-origin:left;transition:transform 450ms cubic-bezier(.2,.7,.2,1)}
.hx-section{padding:108px 0;border-bottom:1px solid #f0edf5}
.hx-section:nth-child(even){background:#faf9fc}
.hx-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin:0 0 42px}
.hx-section-head h2{font-size:clamp(30px,3vw,42px);font-weight:550;line-height:1.3;letter-spacing:-.05em;margin:0;word-break:keep-all}
.hx-section-head a{font-size:14px;color:#4c00ff;white-space:nowrap;padding-bottom:5px}
.hx-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;min-width:0}
.hx-split>*{min-width:0}
.hx-proof{border:1px solid #e7e3ee;border-radius:14px;overflow:hidden;background:#f6f4fa}
.hx-proof img{display:block;width:100%;height:auto;object-fit:contain}
.hx-chips{display:flex;flex-wrap:wrap;gap:9px}
.hx-chips span{border:1px solid #ddd2ef;border-radius:5px;padding:8px 10px;color:#665970;font-size:12px;background:#fff}
.hx-callout{position:absolute;background:white;border:1px solid #c8b3ff;color:#4c00ff;padding:12px 16px;border-radius:8px;box-shadow:0 8px 24px #32214414;font-size:15px;font-weight:550;line-height:1.4;max-width:70%;z-index:3}
.hx-callout:before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:#4c00ff;margin-right:8px}
.hx-landing .hx-demo svg{max-width:100%}
.hx-landing .hx-demo [data-hx-panel]:not([hidden]){animation:hx-content-in 240ms ease-out both}
@keyframes hx-content-in{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(hover:hover) and (pointer:fine){.hx-landing .hw-product{transition:transform 220ms,box-shadow 220ms}.hx-landing .hw-product:hover{transform:translateY(-5px);box-shadow:0 12px 32px #3623500a}}
@media(max-width:1000px){.hx-landing .hw-hero>.hw-wrap{column-gap:25px}.hx-landing .hw-hero h1{font-size:36px}.hx-split{gap:32px}}
@media(max-width:900px){.hx-landing .hw-hero>.hw-wrap{min-height:0}.hx-landing .hw-hero>.hw-wrap>.hx-demo{width:100%}.hx-section{padding:75px 0}.hx-split{grid-template-columns:1fr}.hx-section-head h2{font-size:33px}}
@media(max-width:600px){.hx-landing .hw-hero h1{font-size:30px}.hx-section{padding:60px 0}.hx-section-head{display:block;margin-bottom:28px}.hx-section-head h2{font-size:28px;line-height:1.35}.hx-section-head a{display:inline-block;margin-top:20px}.hx-demo{border-radius:11px}.hx-toolbar{padding:10px 13px;font-size:11px;min-height:53px}.hx-toolbar button{font-size:11px;min-height:36px;padding:7px 10px}.hx-tabs{padding:0}.hx-tabs button{font-size:11px;min-width:82px;min-height:50px;padding:10px 7px}.hx-panel{padding:20px}.hx-panel h3{font-size:21px}.hx-result{padding:16px;font-size:15px;min-height:77px}.hx-controls{padding:14px;gap:10px}.hx-controls button{font-size:12px;padding:9px 11px}.hx-callout{font-size:10px;padding:7px 9px}.hx-callout:before{width:4px;height:4px;margin-right:5px}}
@media(prefers-reduced-motion:reduce){.hx-landing *, .hx-landing *:before,.hx-landing *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.hx-landing .hx-nav-product{display:block;padding:14px 16px;border-radius:8px;font-size:14px;font-weight:500;line-height:1.4;color:#38313f;transition:background 160ms,color 160ms}
.hx-landing .hx-nav-product:hover,.hx-landing .hx-nav-product[aria-current=page]{background:#f2edfd;color:#4c00ff}
.hx-landing .hw-products-nav{display:flex;gap:3px;flex-wrap:wrap;overflow:visible}
.hx-landing .hw-products-nav a{font-size:12px;padding:11px 13px;white-space:nowrap}
@media(max-width:900px){.hx-landing .hw-products-nav{flex-wrap:nowrap;overflow-x:auto;max-width:100%;padding-bottom:7px}.hx-landing .hw-products-nav a{flex-shrink:0;font-size:11px}}

.hx-landing[data-hx-demo-visible=true] #floatCta{opacity:0!important;pointer-events:none!important}

.hx-environment-products{margin-top:48px;border-top:1px solid #e8e2f2;padding-top:12px}.hx-environment-products .hw-hero-tools{display:flex;align-items:center;justify-content:space-between;gap:20px}.hxe-hero #cmLangSwitch{position:static!important;transform:none!important;flex-shrink:0}
@media(max-width:600px){.hx-environment-products{margin-top:28px}.hx-environment-products .hw-hero-tools{display:block}.hxe-hero #cmLangSwitch{margin-top:10px;justify-self:end}}
.hx-landing:lang(ja) :is(h1,h2,h3,.hx-result){word-break:normal;overflow-wrap:anywhere;max-width:100%}
