#demo-tour-overlay{position:fixed;inset:0;z-index:99990;background:transparent;pointer-events:none;transition:opacity .3s ease}#demo-tour-overlay.active{pointer-events:all}@keyframes tourSpotlightPulse{0%{outline-color:#4caf50cc}50%{outline-color:#4caf504d}to{outline-color:#4caf50cc}}.demo-tour-target{z-index:99995!important;box-shadow:0 0 0 9999px #000000ad!important;outline:3px solid rgba(76,175,80,.8)!important;outline-offset:4px;animation:tourSpotlightPulse 2s infinite;transition:box-shadow .35s ease,outline .3s ease}.demo-tour-parent-overflow{overflow:visible!important}#demo-tour-tooltip{position:fixed;z-index:100020!important;width:320px;max-width:calc(100vw - 24px);background:#fff;border-radius:20px;box-shadow:0 24px 60px #00000038,0 8px 24px #0000001f;overflow:visible;opacity:0;transform:scale(.92) translateY(8px);transition:opacity .28s ease,transform .28s cubic-bezier(.34,1.56,.64,1);pointer-events:none}#demo-tour-tooltip:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1b5e20,#4caf50);border-radius:20px 20px 0 0}#demo-tour-tooltip.visible{opacity:1;transform:scale(1) translateY(0);pointer-events:all}#demo-tour-tooltip .tour-arrow{position:absolute;width:14px;height:14px;background:#fff;transform:rotate(45deg);z-index:-1}#demo-tour-tooltip .tour-arrow.arrow-top{top:-7px;left:50%;margin-left:-7px;border-top:1px solid transparent;border-left:1px solid transparent;box-shadow:-2px -2px 4px #0000000d}#demo-tour-tooltip .tour-arrow.arrow-bottom{bottom:-7px;left:50%;margin-left:-7px;border-bottom:1px solid transparent;border-right:1px solid transparent;box-shadow:3px 3px 6px #00000014}#demo-tour-tooltip .tour-arrow.arrow-left{left:-7px;top:50%;margin-top:-7px}#demo-tour-tooltip .tour-arrow.arrow-right{right:-7px;top:50%;margin-top:-7px}.tour-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem .6rem;gap:8px}.tour-step-badge{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;font-size:.72rem;font-weight:800;padding:3px 10px;border-radius:50px;letter-spacing:.3px;white-space:nowrap;flex-shrink:0}.tour-skip-btn{background:none;border:none;color:#9e9e9e;font-size:.78rem;font-weight:700;cursor:pointer;padding:2px 6px;border-radius:6px;transition:color .2s,background .2s;display:flex;align-items:center;gap:4px;white-space:nowrap}.tour-skip-btn:hover{color:#d32f2f;background:#fff5f5}.tour-body{padding:.3rem 1.1rem .9rem}.tour-title{font-size:1rem;font-weight:800;color:#1a1a1a;margin:0 0 .45rem;line-height:1.3}.tour-description{font-size:.865rem;color:#555;line-height:1.6;margin:0}.tour-description strong{color:#2e7d32;font-weight:700}.tour-footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.1rem 1rem;border-top:1px solid #f0f0f0;gap:8px}.tour-dots{display:flex;gap:5px;align-items:center;flex:1}.tour-dot{width:7px;height:7px;border-radius:50%;background:#e0e0e0;transition:background .2s,width .2s}.tour-dot.active{background:#2e7d32;width:18px;border-radius:4px}.tour-dot.done{background:#a5d6a7}.tour-nav-buttons{display:flex;gap:7px;align-items:center}.tour-btn-back{background:#f5f5f5;border:1px solid #e0e0e0;color:#555;font-size:.82rem;font-weight:700;padding:7px 14px;border-radius:50px;cursor:pointer;transition:background .2s,color .2s}.tour-btn-back:hover{background:#eee;color:#333}.tour-btn-next{background:linear-gradient(135deg,#2e7d32,#4caf50);border:none;color:#fff;font-size:.82rem;font-weight:800;padding:7px 16px;border-radius:50px;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;display:flex;align-items:center;gap:5px}.tour-btn-next:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2e7d3259}.tour-btn-next.finish{background:linear-gradient(135deg,#1b5e20,#388e3c)}.demo-tour-restart-btn{background:#ffffff2e;border:1.5px solid rgba(255,255,255,.6);color:#fff;font-size:.78rem;font-weight:800;padding:4px 12px 4px 8px;border-radius:20px;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:background .2s,transform .2s;text-decoration:none;white-space:nowrap}.demo-tour-restart-btn:hover{background:#ffffff4d;transform:scale(1.04)}.demo-tour-restart-btn .restart-dot{width:7px;height:7px;border-radius:50%;background:#a5d6a7;animation:tourPulse 1.6s ease-in-out infinite}@keyframes tourPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.6}}@keyframes tourSpotlightIn{0%{box-shadow:0 0 #0000}to{box-shadow:0 0 0 9999px #000000ad}}@media(max-width:600px){#demo-tour-tooltip{width:calc(100vw - 24px);inset:auto 12px 20px!important;transform-origin:bottom center}#demo-tour-tooltip.visible{transform:scale(1) translateY(0)}#demo-tour-tooltip .tour-arrow{display:none!important}body.detail-page-tour #demo-tour-tooltip{bottom:90px!important}.tour-title{font-size:.95rem}.tour-description{font-size:.82rem}}body.demo-tour-active .floating-call-btn,body.demo-tour-active .faq-chatbot-btn{display:none!important}body.demo-tour-active .timeline-container{overflow:visible!important}body.demo-tour-active header#header{z-index:100005!important}body.demo-tour-active .demo-banner{z-index:100010!important}
