.steps-section{
 --steps-blue:#0869f5;
 --steps-ink:#101827;
 position:relative;
 overflow:hidden;
 padding:124px max(5vw,24px) 144px;
 background:
  radial-gradient(circle at 20% 28%,rgba(107,174,255,.13),transparent 27%),
  radial-gradient(circle at 82% 66%,rgba(8,105,245,.09),transparent 30%),
  #fff;
 border-top:1px solid #eff4fb;
 font-family:Satoshi,"Satoshi Placeholder",sans-serif;
}
.steps-section:before{
 content:"";position:absolute;left:50%;top:0;width:min(920px,82vw);height:1px;
 transform:translateX(-50%);background:linear-gradient(90deg,transparent,#bdd7ff,transparent)
}
.steps-heading{max-width:790px;margin:0 auto 62px;text-align:center}
.steps-kicker{margin:0 0 18px;color:#3574da;font-size:11px;font-weight:700;letter-spacing:4px}
.steps-heading h2{margin:0;color:var(--steps-ink);font-size:clamp(40px,4.3vw,64px);font-weight:700;line-height:1.02;letter-spacing:-.045em;text-wrap:balance}
.steps-heading>p:last-child{max-width:610px;margin:24px auto 0;color:#66758d;font-size:17px;line-height:1.55;text-wrap:balance}
.steps-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1440px;margin:auto}
.step-card{position:relative;min-width:0;min-height:620px;overflow:hidden;border:1px solid rgba(151,186,231,.24);border-radius:32px;background:#f5f9ff;box-shadow:0 22px 60px rgba(32,77,139,.08);opacity:0;transform:translateY(34px);transition:opacity .75s ease,transform .85s cubic-bezier(.2,.75,.2,1)}
.step-card:nth-child(2){transition-delay:.11s}
.step-card:nth-child(3){transition-delay:.22s}
.step-card.is-visible{opacity:1;transform:translateY(0)}
.step-copy{position:relative;z-index:5;display:grid;grid-template-columns:auto 1fr;gap:16px;padding:28px 28px 10px}
.step-number{display:grid;place-items:center;width:38px;height:38px;border:1px solid #cfe0fa;border-radius:50%;background:rgba(255,255,255,.72);color:#2670e9;font-size:11px;font-weight:700;letter-spacing:.08em}
.step-copy h3{margin:0;color:#111a2b;font-size:21px;font-weight:700;line-height:1.18;letter-spacing:-.025em}
.step-copy p{margin:8px 0 0;color:#71819a;font-size:14px;line-height:1.5}
.motion-stage{position:absolute;inset:142px 0 0;isolation:isolate}

.step-scenarios{background:linear-gradient(155deg,#f8fbff 0%,#eaf4ff 62%,#f8fbff 100%)}
.scenario-stage{perspective:850px;background:radial-gradient(circle at 50% 44%,rgba(79,151,255,.22),transparent 48%)}
.scenario-stage:before{content:"";position:absolute;left:12%;right:12%;top:44%;height:42%;border:1px solid rgba(131,178,239,.32);border-radius:50%;transform:rotate(-9deg);box-shadow:0 0 55px rgba(68,139,237,.12)}
.scenario-rail{position:absolute;left:-12%;display:flex;width:max-content;gap:10px;color:#49709f;transform:rotate(-7deg);animation:scenarioDrift 16s linear infinite;animation-play-state:paused}
.step-card.is-visible .scenario-rail{animation-play-state:running}
.scenario-rail span{padding:12px 17px;border:1px solid rgba(190,213,242,.72);border-radius:14px;background:rgba(255,255,255,.76);box-shadow:0 12px 28px rgba(37,91,159,.08);font-size:12px;font-weight:500;white-space:nowrap}
.rail-back{top:17%;filter:blur(.15px);opacity:.64;transform:rotate(-7deg) scale(.9);animation-direction:reverse;animation-duration:20s}
.rail-front{bottom:12%;animation-duration:18s}
.scenario-focus{position:absolute;z-index:2;left:50%;top:49%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;width:min(86%,370px);padding:18px;border:1px solid rgba(255,255,255,.95);border-radius:20px;background:rgba(255,255,255,.93);box-shadow:0 24px 48px rgba(33,91,171,.17),inset 0 1px 0 #fff;transform:translate(-50%,-50%) rotateX(3deg);animation:scenarioFocus 4.8s ease-in-out infinite;animation-play-state:paused}
.step-card.is-visible .scenario-focus{animation-play-state:running}
.scenario-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:linear-gradient(145deg,#e6f2ff,#d5e8ff);color:#1470f8}
.scenario-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.scenario-focus>span:nth-child(2){display:flex;min-width:0;flex-direction:column}
.scenario-focus small{color:#2471df;font-size:9px;font-style:normal;font-weight:700;letter-spacing:.12em}
.scenario-focus strong{margin-top:4px;color:#101a2c;font-size:19px;line-height:1.1}
.scenario-focus em{margin-top:4px;overflow:hidden;color:#7688a3;font-size:12px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}
.scenario-focus i{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#0869f5;color:#fff;font-size:18px;font-style:normal}

.step-conversation{background:linear-gradient(165deg,#f9fcff,#eaf4ff 55%,#f8fbff)}
.conversation-stage{background:radial-gradient(circle at 50% 54%,rgba(72,146,255,.2),transparent 42%)}
.conversation-stage:before,.conversation-stage:after{content:"";position:absolute;left:50%;top:51%;width:76%;aspect-ratio:1;border:1px solid rgba(92,155,239,.22);border-radius:50%;transform:translate(-50%,-50%) rotate(18deg);animation:conversationOrbit 12s linear infinite;animation-play-state:paused}
.conversation-stage:after{width:62%;transform:translate(-50%,-50%) rotate(-28deg);animation-direction:reverse;animation-duration:9s}
.step-card.is-visible .conversation-stage:before,.step-card.is-visible .conversation-stage:after{animation-play-state:running}
.steps-ora{position:absolute;z-index:1;left:50%;top:48%;width:88%;aspect-ratio:1;transform:translate(-50%,-50%) scale(.86);filter:saturate(1.05);animation:oraBreathe 4.4s ease-in-out infinite;animation-play-state:paused}
.step-card.is-visible .steps-ora{animation-play-state:running}
.talk-pill{position:absolute;z-index:3;max-width:76%;padding:11px 15px;border:1px solid rgba(255,255,255,.9);border-radius:15px;background:rgba(255,255,255,.87);box-shadow:0 14px 34px rgba(34,84,151,.12);color:#263956;font-size:12px;font-weight:500;opacity:0}
.talk-user{left:6%;top:12%;animation:talkUser 7s ease-in-out infinite;animation-play-state:paused}
.talk-ora{right:6%;top:25%;color:#0869f5;animation:talkOra 7s 1.3s ease-in-out infinite;animation-play-state:paused}
.step-card.is-visible .talk-pill{animation-play-state:running}
.voice-live{position:absolute;z-index:4;left:50%;bottom:9%;display:flex;align-items:center;justify-content:center;gap:4px;width:78%;height:72px;padding-bottom:20px;border:1px solid rgba(255,255,255,.9);border-radius:21px;background:rgba(255,255,255,.88);box-shadow:0 18px 40px rgba(28,81,154,.12);transform:translateX(-50%)}
.voice-live span{display:block;width:3px;height:12px;border-radius:4px;background:#3484f8;animation:voiceBar 1s ease-in-out infinite;animation-play-state:paused}
.step-card.is-visible .voice-live span{animation-play-state:running}
.voice-live span:nth-child(2){animation-delay:-.2s}.voice-live span:nth-child(3){animation-delay:-.45s}.voice-live span:nth-child(4){animation-delay:-.7s}.voice-live span:nth-child(5){animation-delay:-.3s}.voice-live span:nth-child(6){animation-delay:-.6s}.voice-live span:nth-child(7){animation-delay:-.1s}
.voice-live small{position:absolute;bottom:10px;color:#5078ae;font-size:8px;font-weight:700;letter-spacing:.17em}

.step-feedback{background:linear-gradient(155deg,#f8fbff,#edf5ff 55%,#f8fbff)}
.feedback-stage{background:radial-gradient(circle at 52% 50%,rgba(89,154,255,.15),transparent 48%)}
.feedback-summary,.score-card,.insight-card{border:1px solid rgba(255,255,255,.94);background:rgba(255,255,255,.9);box-shadow:0 18px 44px rgba(34,84,151,.11);backdrop-filter:blur(10px)}
.feedback-summary{position:absolute;left:7%;right:7%;top:8%;display:flex;flex-direction:column;padding:20px;border-radius:21px;transform:translateY(18px);opacity:0;transition:opacity .65s .15s ease,transform .8s .15s cubic-bezier(.2,.8,.2,1)}
.step-card.is-visible .feedback-summary{opacity:1;transform:translateY(0)}
.feedback-summary span{color:#2471df;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.feedback-summary strong{margin-top:8px;color:#111a2b;font-size:20px;line-height:1.2}
.feedback-summary small{margin-top:8px;color:#71819a;font-size:12px;line-height:1.5}
.score-card{position:absolute;top:42%;width:42%;padding:16px;border-radius:18px;opacity:0;transition:opacity .6s .35s ease,transform .8s .35s cubic-bezier(.2,.8,.2,1)}
.score-one{left:7%;transform:translate(-15px,12px) rotate(-2deg)}
.score-two{right:7%;transform:translate(15px,12px) rotate(2deg)}
.step-card.is-visible .score-card{opacity:1}
.step-card.is-visible .score-one{transform:translate(0,0) rotate(-2deg)}
.step-card.is-visible .score-two{transform:translate(0,0) rotate(2deg)}
.score-card span{display:block;color:#6e809a;font-size:11px}
.score-card strong{display:block;margin:5px 0 10px;color:#132039;font-size:24px}
.score-card i{display:block;height:5px;overflow:hidden;border-radius:9px;background:#e3edfb}
.score-card b{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b68ef,#65a9ff);transition:width 1.2s .75s cubic-bezier(.2,.8,.2,1)}
.step-card.is-visible .score-one b{width:86%}.step-card.is-visible .score-two b{width:78%}
.insight-card{position:absolute;left:9%;right:9%;bottom:10%;display:flex;align-items:center;gap:13px;padding:17px;border-radius:20px;opacity:0;transform:translateY(18px);transition:opacity .65s .65s ease,transform .8s .65s cubic-bezier(.2,.8,.2,1)}
.step-card.is-visible .insight-card{opacity:1;transform:translateY(0)}
.insight-card>span{display:grid;place-items:center;min-width:40px;height:40px;border-radius:14px;background:#e3f0ff;color:#0869f5;font-size:20px}
.insight-card p{display:flex;flex-direction:column;margin:0}
.insight-card small{color:#2773df;font-size:8px;font-weight:700;letter-spacing:.13em}
.insight-card strong{margin-top:5px;color:#21304a;font-size:12px;line-height:1.4}

.scenario-stage:before{display:none}
.scenario-stage .scenario-focus{top:17%;width:88%;animation:none}
.scenario-stage .scenario-focus strong{font-size:clamp(15px,1.4vw,19px)}
.scenario-stage .scenario-focus em{white-space:normal;line-height:1.4}
.scenario-stage .scenario-focus i{display:none}
.scenario-modules{position:absolute;left:6%;right:6%;top:38%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.scenario-module{display:flex;align-items:center;gap:9px;min-height:63px;padding:12px 10px;border:1px solid #dce8f8;border-radius:15px;background:#ffffffc9;color:#526680;font:500 12px/1.3 Satoshi,sans-serif;text-align:left;box-shadow:0 7px 18px #25539408;transition:transform .25s,border-color .25s,background .25s,color .25s,box-shadow .25s}
.scenario-module svg{width:22px;height:22px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.scenario-module.is-active{color:#0869f5;background:#fff;border-color:#8bbcff;box-shadow:0 8px 23px #0869f51a;transform:translateY(-5px) scale(1.025)}
.conversation-stage:before,.conversation-stage:after{display:none}
.steps-ora{transition:filter 1.4s ease}
.step-conversation.is-speaking .steps-ora{filter:saturate(1.22)}
.step-conversation.is-speaking .voice-live span{background:#0869f5}
.step-feedback .score-card b{transition:none}
.score-card strong{font-variant-numeric:tabular-nums}
@media(max-width:1100px){.scenario-module{font-size:14px;min-height:68px;padding:14px}.scenario-stage .scenario-focus strong{font-size:19px}}
@media(max-width:380px){.scenario-module{font-size:12px;padding:10px;gap:7px;min-height:60px}}
@keyframes scenarioDrift{to{transform:translateX(-42%) rotate(-7deg)}}
@keyframes scenarioFocus{0%,100%{transform:translate(-50%,-50%) rotateX(3deg) translateY(0)}50%{transform:translate(-50%,-50%) rotateX(3deg) translateY(-7px)}}
@keyframes conversationOrbit{to{transform:translate(-50%,-50%) rotate(378deg)}}
@keyframes oraBreathe{0%,100%{transform:translate(-50%,-50%) scale(.84)}50%{transform:translate(-50%,-50%) scale(.9)}}
@keyframes talkUser{0%,15%,66%,100%{opacity:0;transform:translateY(8px)}23%,55%{opacity:1;transform:translateY(0)}}
@keyframes talkOra{0%,15%,70%,100%{opacity:0;transform:translateY(8px)}23%,58%{opacity:1;transform:translateY(0)}}
@keyframes voiceBar{0%,100%{height:9px;opacity:.55}50%{height:31px;opacity:1}}

@media(max-width:1100px){
 .steps-section{padding-top:100px}
 .steps-grid{grid-template-columns:1fr;max-width:720px;gap:24px}
 .step-card{min-height:590px}
 .motion-stage{inset:130px 0 0}
 .scenario-focus{width:min(72%,420px)}
 .steps-ora{width:70%}
}
@media(max-width:620px){
 .steps-section{padding:84px 5% 100px}
 .steps-heading{margin-bottom:38px;text-align:left}
 .steps-kicker{margin-bottom:13px;font-size:9px;letter-spacing:3px}
 .steps-heading h2{font-size:clamp(36px,11vw,50px);line-height:1.04}
 .steps-heading>p:last-child{margin-top:18px;font-size:16px;text-wrap:pretty}
 .step-card{min-height:530px;border-radius:25px}
 .step-copy{gap:12px;padding:22px 20px 8px}
 .step-copy h3{font-size:19px}.step-copy p{font-size:13px}
 .step-number{width:34px;height:34px}
 .motion-stage{inset:126px 0 0}
 .scenario-focus{width:88%;padding:14px;gap:10px}
 .scenario-icon{width:42px;height:42px;border-radius:13px}
 .scenario-focus strong{font-size:17px}.scenario-focus em{font-size:11px}
 .steps-ora{top:49%;width:98%}
 .talk-pill{max-width:80%;font-size:11px}
 .voice-live{bottom:7%;width:84%}
 .feedback-summary{top:7%}
 .score-card{top:43%;width:43%;padding:14px}
 .insight-card{left:7%;right:7%;bottom:7%}
}
/* Two seamless module ribbons frame the automatically changing focus. */
.step-feedback .feedback-summary,.step-feedback .score-card,.step-feedback .insight-card{transition:none}
.feedback-summary{min-height:142px}
.insight-card{min-height:94px}
.scenario-stage .scenario-focus{min-height:112px}
.module-track{will-change:transform}
.scenario-stage .scenario-focus{top:48%;z-index:3}
.scenario-modules{inset:0;display:block;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.module-track{position:absolute;top:16%;left:0;display:flex;width:max-content;transform:rotate(-6deg);animation:moduleRibbon 24s linear infinite;animation-play-state:paused}
.module-track:nth-child(2){top:auto;bottom:23%;animation-direction:reverse;animation-duration:28s}
.module-group{display:flex;gap:12px;padding-right:12px}
.scenario-module{width:166px;min-height:66px;flex-shrink:0}
.step-card.is-visible .module-track{animation-play-state:running}
@keyframes moduleRibbon{from{transform:translateX(0)}to{transform:translateX(-50%)}}
/* Keep each motion in its own row: content height determines spacing. */
.step-scenarios,.step-feedback{display:flex;flex-direction:column}
.scenario-stage{position:relative;inset:auto;flex:1;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:88px auto 88px;align-content:center;gap:20px;padding:24px 0 32px}
.scenario-stage .scenario-focus{position:relative;inset:auto;grid-row:2;justify-self:center;transform:none;width:88%;margin:0}
.scenario-modules{display:contents}
.module-window{grid-row:1;min-width:0;overflow:hidden;display:flex;align-items:center;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.module-window:nth-child(2){grid-row:3}
.module-window .module-track{position:relative;inset:auto;transform:none;animation-duration:24s}
.module-window:nth-child(2) .module-track{animation-direction:reverse;animation-duration:28s}
.feedback-stage{position:relative;inset:auto;flex:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:18px;padding:24px 7% 32px}
.step-feedback .feedback-summary,.step-feedback .score-card,.step-feedback .insight-card{position:relative;inset:auto;width:auto;margin:0;transform:none;min-width:0}
.feedback-summary,.insight-card{grid-column:1 / -1}
.step-feedback .score-one,.step-card.is-visible .score-one{transform:rotate(-2deg)}
.step-feedback .score-two,.step-card.is-visible .score-two{transform:rotate(2deg)}
.step-feedback .feedback-stage{row-gap:24px;column-gap:18px}
.feedback-summary{min-height:142px}
.score-card{min-height:110px}
@media(max-width:620px){.scenario-stage{gap:16px;padding-block:20px 28px}.feedback-stage{gap:16px;padding:20px 6% 28px}}
@media(prefers-reduced-motion:reduce){
 .module-track{animation:none}.module-track:nth-child(2){left:-70px}
 .step-card,.feedback-summary,.score-card,.insight-card{opacity:1;transform:none;transition:none}
 .scenario-rail,.scenario-focus,.conversation-stage:before,.conversation-stage:after,.steps-ora,.talk-pill,.voice-live span{animation:none}
 .talk-pill{opacity:1}.talk-user{top:12%}.talk-ora{top:24%}
 .score-one b{width:86%}.score-two b{width:78%}
}
