.morem-tour{position:fixed;z-index:82;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));font-family:var(--font,Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)}
.morem-tour__launcher{display:flex;align-items:center;justify-content:center;width:54px;height:54px;padding:0;border:1px solid rgba(255,255,255,.65);border-radius:999px;color:#fff;background:linear-gradient(135deg,#0b7468,#07584f);box-shadow:0 18px 45px rgba(7,88,79,.3);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.morem-tour__launcher:hover{transform:translateY(-2px);box-shadow:0 22px 55px rgba(7,88,79,.38)}
.morem-tour__launcher svg{width:24px;height:24px;fill:currentColor;flex:0 0 auto}
.morem-tour__launcher-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.morem-tour.is-playing .morem-tour__launcher svg{animation:morem-tour-pulse 1.2s ease-in-out infinite}
.morem-tour__panel{position:absolute;right:0;bottom:66px;width:min(390px,calc(100vw - 24px));padding:20px;border:1px solid rgba(19,35,59,.1);border-radius:22px;background:rgba(255,255,255,.98);box-shadow:0 28px 85px rgba(13,31,50,.25);backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translateY(10px) scale(.98);transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.morem-tour__panel.is-open{opacity:1;visibility:visible;transform:none}
.morem-tour__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}
.morem-tour__head small{display:block;margin-bottom:4px;color:#0b7468;font-size:.64rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.morem-tour__head h2{margin:0;color:#13233b;font-size:1.18rem;line-height:1.15;letter-spacing:-.025em}
.morem-tour__close{display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid #e1e7ed;border-radius:11px;background:#fff;color:#42536a;font-size:1.35rem;line-height:1;cursor:pointer}
.morem-tour__playlist{margin:0 0 16px}.morem-tour__playlist-label{margin:0 0 8px;color:#66758a;font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.morem-tour__playlist ol{display:grid;gap:7px;max-height:220px;margin:0;padding:0;overflow-y:auto;list-style:none;scrollbar-width:thin}.morem-tour__playlist li{margin:0}.morem-tour__playlist-button{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:1px solid #e1e7ed;border-radius:12px;background:#fff;color:#35475d;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.morem-tour__playlist-button:hover{border-color:#b9d4ce;background:#f5faf8}.morem-tour__playlist-button:focus-visible{outline:3px solid rgba(11,116,104,.2);outline-offset:2px}.morem-tour__playlist-button.is-active,.morem-tour__playlist-button[aria-current="true"]{border-color:#83beb3;background:#eef8f5;box-shadow:inset 3px 0 0 #0b7468}.morem-tour__playlist-number{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:9px;background:#edf3f2;color:#0b7468;font-size:.68rem;font-weight:900}.morem-tour__playlist-button.is-active .morem-tour__playlist-number{color:#fff;background:#0b7468}.morem-tour__playlist-copy{display:grid;min-width:0;gap:2px}.morem-tour__playlist-copy strong{overflow:hidden;color:#13233b;font-size:.78rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.morem-tour__playlist-copy small{display:-webkit-box;overflow:hidden;color:#738196;font-size:.65rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}
.morem-tour__progress{height:6px;margin-bottom:15px;overflow:hidden;border-radius:999px;background:#e7efed}
.morem-tour__progress span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b7468,#27a792);transition:width .3s ease}
.morem-tour__step{margin:0 0 6px;color:#66758a;font-size:.72rem;font-weight:760}
.morem-tour__track{display:block;min-height:21px;color:#13233b;font-size:.94rem;line-height:1.4}
.morem-tour__status{min-height:0;margin:9px 0 16px;color:#66758a;font-size:.76rem;line-height:1.55}.morem-tour__status:empty{display:none}
.morem-tour__controls{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.morem-tour__button{min-height:42px;padding:9px 12px;border:1px solid #dfe6ed;border-radius:12px;background:#fff;color:#35475d;font-size:.74rem;font-weight:820;cursor:pointer}
.morem-tour__button:hover:not(:disabled){border-color:#cbd8d5;background:#f4f9f7;color:#07584f}
.morem-tour__button:disabled{cursor:not-allowed;opacity:.48}
.morem-tour__button--primary{grid-column:1/-1;color:#fff;background:linear-gradient(135deg,#0b7468,#07584f);border-color:transparent}
.morem-tour__button--primary:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#0a6a5f,#064e46)}
.morem-tour__button--stop{color:#b42318}
#hero,#products,#design,#education,#process,#platform,#features,#security,#cta,#footer{scroll-margin-top:110px}
body.menu-open .morem-tour{pointer-events:none;opacity:0}
@keyframes morem-tour-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.13)}}
@media(max-width:760px){.morem-tour{right:12px;bottom:max(12px,env(safe-area-inset-bottom))}.morem-tour__launcher{width:52px;height:52px}.morem-tour__panel{position:fixed;right:12px;left:12px;bottom:76px;width:auto;max-height:calc(100dvh - 110px);overflow-y:auto;transform-origin:bottom center}.morem-tour__playlist ol{max-height:min(34vh,230px)}.morem-tour__controls{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){.morem-tour__launcher,.morem-tour__panel,.morem-tour__progress span{transition:none}.morem-tour.is-playing .morem-tour__launcher svg{animation:none}}
