:root{--global-scale: 1.5;--image-border-weight: 5px}@media(max-width:767px){:root{--global-scale: 1;--suite-icon-left: 5px}.suite-icon{left:var(--suite-icon-left)!important;transform:translateY(-50%)!important}.suite-icon svg{width:140px!important;height:140px!important}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0f1115;color:#fff;font-family:DM Sans,sans-serif;font-size:calc(16px * var(--global-scale) * var(--height-scale, 1))}.spacer{height:100vh;display:flex;justify-content:center;align-items:center;font-size:calc(24px * var(--global-scale) * var(--height-scale, 1));color:#4a5568;background-color:#161920}.walkthrough-container{height:100vh;position:relative}.walkthrough-sticky{position:sticky;top:80px;height:calc(100vh - 80px);width:100%;max-width:1400px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;padding:calc(40px * var(--global-scale) * var(--height-scale, 1));overflow:hidden}.tabs-container{width:100%;overflow:visible;z-index:10;border-bottom:1px solid #2d3748}.tabs-nav{display:flex;gap:calc(20px * var(--global-scale) * var(--height-scale, 1));padding-bottom:calc(15px * var(--global-scale) * var(--height-scale, 1));justify-content:flex-start;flex-wrap:nowrap;transition:transform .4s ease;width:-moz-max-content;width:max-content}.walkthrough-sticky.stacked-layout .tabs-nav{justify-content:center;width:100%}@media(max-width:767px){.walkthrough-sticky.stacked-layout .tabs-nav{justify-content:flex-start;width:-moz-max-content;width:max-content}}.tab{font-size:calc(14px * var(--global-scale) * var(--height-scale, 1) * var(--tab-scale, 1));letter-spacing:1px;color:#718096;padding:calc(5px * var(--global-scale)) calc(10px * var(--global-scale));transition:color .3s;font-weight:600;white-space:nowrap;border-bottom:calc(2px * var(--global-scale) * var(--height-scale, 1)) solid transparent}.tab span{font-size:calc(11px * var(--global-scale) * var(--height-scale, 1) * var(--tab-scale, 1));display:block;color:#4a5568}.tab.active{color:#fff;border-bottom:calc(2px * var(--global-scale) * var(--height-scale, 1)) solid #ffffff}.tab.active span{color:var(--tab-dot-color, #ffffff);display:flex;align-items:center;gap:5px}.tab.active span:after{content:"";display:block;width:5px;height:5px;border-radius:50%;background:var(--tab-dot-color, #ffffff);flex-shrink:0;animation:tabDotBreath 2s ease-in-out infinite}@keyframes tabDotBreath{0%,to{opacity:1;transform:scale(1)}50%{opacity:.25;transform:scale(.55)}}#walkthrough-ppm{--tab-dot-color: rgba(192, 132, 252, .9);--highlight-border-color: rgba(192, 132, 252, .95)}#walkthrough-qcm{--tab-dot-color: rgba(52, 211, 153, .9);--highlight-border-color: rgba(52, 211, 153, .95)}#walkthrough-ssm{--tab-dot-color: rgba(96, 165, 250, .9);--highlight-border-color: rgba(96, 165, 250, .95)}.display-grid{display:grid;grid-template-columns:1fr 2fr;grid-template-rows:1fr;gap:calc(40px * var(--global-scale) * var(--height-scale, 1));flex:1 1 0;align-items:center;margin-top:calc(40px * var(--global-scale) * var(--height-scale, 1));transition:grid-template-columns .4s ease;min-height:0;overflow:hidden}.walkthrough-sticky.stacked-layout .display-grid{grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:calc(30px * var(--global-scale) * var(--height-scale, 1))}@media(max-width:767px){.walkthrough-sticky.stacked-layout .display-grid{grid-template-rows:auto 1fr 45.6vh;gap:8px}}.text-content{position:relative;height:calc(300px * var(--global-scale) * var(--height-scale, 1));transition:height .4s ease;flex-shrink:0}.walkthrough-sticky.stacked-layout .text-content{height:auto;margin-bottom:calc(20px * var(--global-scale) * var(--height-scale, 1))}.step-text{position:absolute;top:0;left:0;width:100%;opacity:0;transition:opacity .4s ease;text-align:center}.walkthrough-sticky.stacked-layout .step-text{position:relative;top:auto;left:auto;display:none;transform:none;text-align:center;transition:none}.step-text h2{font-size:calc(24px * var(--global-scale) * var(--height-scale, 1));font-weight:700;color:#fff;margin-bottom:calc(10px * var(--global-scale) * var(--height-scale, 1))}.step-text p{color:#a0aec0;line-height:1.6;font-size:calc(12px * var(--global-scale) * var(--height-scale, 1))}.walkthrough-text-area{display:flex;flex-direction:column;gap:calc(12px * var(--global-scale) * var(--height-scale, 1))}.walkthrough-module-badge{display:inline-flex;align-items:center;background:#3b82f626;border:1px solid rgba(96,165,250,.4);border-radius:6px;padding:calc(4px * var(--global-scale)) calc(8px * var(--global-scale));align-self:center;flex-shrink:0}.walkthrough-module-badge span{color:#93c5fd;font-size:calc(9px * var(--global-scale) * var(--height-scale, 1));font-family:monospace;font-weight:600;letter-spacing:.05em;white-space:nowrap}.walkthrough-module-badge.purple{background:#a855f726;border-color:#c084fc66}.walkthrough-module-badge.purple span{color:#d8b4fe}.walkthrough-module-badge.emerald{background:#10b98126;border-color:#34d39966}.walkthrough-module-badge.emerald span{color:#6ee7b7}.walkthrough-sticky.layout-reversed .display-grid{grid-template-columns:2fr 1fr}.walkthrough-sticky.layout-reversed .walkthrough-text-area{grid-column:2;grid-row:1}.walkthrough-sticky.layout-reversed .image-container-outer{grid-column:1;grid-row:1}.walkthrough-sticky.layout-reversed.stacked-layout .display-grid{grid-template-columns:1fr}.walkthrough-sticky.layout-reversed.stacked-layout .walkthrough-text-area,.walkthrough-sticky.layout-reversed.stacked-layout .image-container-outer{grid-column:auto;grid-row:auto}.step-text.active{opacity:1}.walkthrough-sticky.stacked-layout .step-text.active{display:block}.image-container-outer{width:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;align-self:stretch;overflow:visible}.swipe-hint,.info-note-mobile{display:none}.image-ring{position:relative;flex-shrink:1;min-height:0;isolation:isolate}.image-ring:before{content:"";position:absolute;inset:calc(-1 * var(--image-border-weight));border-radius:calc(12px * var(--global-scale) + var(--image-border-weight));background:var(--image-ring-gradient, transparent);z-index:-1;pointer-events:none}#walkthrough-ppm{--image-ring-gradient: linear-gradient(135deg, rgba(192, 132, 252, .7) 0%, rgba(88, 28, 135, .5) 100%)}#walkthrough-qcm{--image-ring-gradient: linear-gradient(135deg, rgba(52, 211, 153, .7) 0%, rgba(6, 78, 59, .5) 100%)}#walkthrough-ssm{--image-ring-gradient: linear-gradient(135deg, rgba(96, 165, 250, .7) 0%, rgba(30, 58, 138, .5) 100%)}.image-wrap{position:relative;border-radius:calc(12px * var(--global-scale));overflow:hidden;box-shadow:0 20px 50px #00000080;flex-shrink:1;min-height:0}@media(max-width:767px){html,body{overflow-x:hidden;max-width:100%}#hero-flex{padding-top:0}#hero-section{background-size:250% auto!important}#hero-phase4 p{font-size:1.05rem;line-height:1.55;margin-bottom:1.2rem}#hero-phase4 .flex{gap:.875rem}.walkthrough-sticky{padding:calc(20px * var(--global-scale) * var(--height-scale, 1));top:64px;height:calc(100vh - 64px)}.display-grid{margin-top:10px;transition:none;overflow:visible;padding-bottom:28px;position:relative}.walkthrough-text-area{min-height:0;overflow:visible}.walkthrough-sticky.stacked-layout .text-content{margin-bottom:0;position:relative;height:36px;overflow:visible}.walkthrough-sticky.stacked-layout .step-text{position:absolute;top:0;left:0;width:100%;text-align:center}.image-container-outer{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;align-items:flex-start;justify-content:center;height:100%;min-height:0}.image-ring{min-width:0;width:auto;height:100%;flex-shrink:0}.image-ring:before{display:none}.image-wrap{min-width:0;width:auto;height:100%;flex-shrink:0;margin:0}.hero-img,.hero-img-next{height:100%}.swipe-hint{display:block;font-size:calc(10px * var(--global-scale));color:#718096;text-align:center;width:100%;font-weight:600;letter-spacing:1px;text-transform:uppercase;animation:hintPulse 2s infinite ease-in-out;pointer-events:none;padding-top:6px}@keyframes hintPulse{0%,to{opacity:.5;transform:translate(0)}50%{opacity:1;transform:translate(5px)}}.tab{font-size:14px}.tab span{font-size:13px}.walkthrough-module-badge span{font-size:11px}.step-text h2{font-size:26px;margin-bottom:0}.step-text p,.info-note{display:none}.info-note-mobile{display:block;padding:5px 12px;color:#fff;border-radius:8px;font-size:16px;line-height:1.4;text-align:center;box-shadow:0 4px 15px #0000004d;opacity:0;width:100%;align-self:center}}.hero-img,.hero-img-next{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media(max-width:767px){.hero-img,.hero-img-next{width:auto;max-width:none;-o-object-fit:fill;object-fit:fill;-o-object-position:top left;object-position:top left}}.overlay{position:absolute;background:#0000008c;pointer-events:none;transition:all .35s ease;z-index:2}.overlay-top,.overlay-left,.overlay-right,.overlay-bottom{background:transparent}.highlight-box{position:absolute;border:calc(3px * var(--global-scale)) solid var(--highlight-border-color, rgba(255,255,255,.95));box-shadow:0 0 0 9999px #0000008c,0 8px 30px #0009;border-radius:calc(8px * var(--global-scale));pointer-events:none;z-index:3;transition:all .35s ease;background:transparent;opacity:0}.info-note{position:absolute;padding:calc(12px * var(--image-relative-scale, 1) * var(--global-scale) * var(--note-font-scale, 1));background:#000000bf;color:#fff;border-radius:calc(8px * var(--image-relative-scale, 1) * var(--global-scale));z-index:4;pointer-events:none;opacity:0;font-size:calc(14px * var(--image-relative-scale, 1) * var(--global-scale) * var(--note-font-scale, 1));line-height:1.4;text-align:center;box-shadow:0 4px 15px #0000004d}.overlay[style*="height: 0px"]{opacity:0}#walkthrough-ppm .info-note,#walkthrough-ppm .info-note-mobile{background:linear-gradient(135deg,#581c87d1,#0f172ae6);border:1px solid rgba(192,132,252,.35)}#walkthrough-qcm .info-note,#walkthrough-qcm .info-note-mobile{background:linear-gradient(135deg,#064e3bd1,#0f172ae6);border:1px solid rgba(52,211,153,.35)}#walkthrough-ssm .info-note,#walkthrough-ssm .info-note-mobile{background:linear-gradient(135deg,#1e3a8ad1,#0f172ae6);border:1px solid rgba(96,165,250,.35)}#hero-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);opacity:0;pointer-events:none;z-index:20}.scroll-hint-inner{display:flex;flex-direction:column;align-items:center;gap:.6rem;animation:hintBob 2s ease-in-out infinite}.scroll-hint-mouse{width:24px;height:40px;border:2px solid rgba(255,255,255,.5);border-radius:12px;position:relative}.scroll-hint-wheel{position:absolute;top:6px;left:50%;width:3px;height:7px;background:#fffc;border-radius:2px;transform:translate(-50%);animation:hintWheel 2s ease-in-out infinite}.scroll-hint-text{font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;white-space:nowrap}.scroll-hint-arrow{width:8px;height:8px;border-right:1.5px solid rgba(255,255,255,.4);border-bottom:1.5px solid rgba(255,255,255,.4);transform:rotate(45deg);margin-top:-.1rem}@keyframes hintBob{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes hintWheel{0%,to{opacity:.8;transform:translate(-50%) translateY(0)}50%{opacity:.15;transform:translate(-50%) translateY(6px)}}
