@keyframes flow-dash{0%{stroke-dashoffset:20}to{stroke-dashoffset:0}}.animated-dash{animation:flow-dash 1s linear infinite}.solution-steps-container{position:relative;max-width:1200px;margin:0 auto;padding:0 1rem;isolation:isolate}.solution-connecting-line{position:absolute;top:40px;height:80px;z-index:1;opacity:1;pointer-events:none}.solution-line-1{left:calc(16.666% + 40px);width:calc(33.333% - 80px)}.solution-line-2{right:calc(16.666% + 40px);width:calc(33.333% - 80px)}.solution-steps-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:2rem}.solution-step-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:2rem 1.5rem;background:transparent;border-radius:12px;transition:transform .3s ease;position:relative;z-index:3}.solution-step-card:hover{transform:translateY(-8px)}.solution-step-badge{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#7C3AED,#3B82F6);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px rgba(124,58,237,.3);position:relative;isolation:isolate;color:white}.solution-step-badge:before{content:"";position:absolute;width:300px;height:180px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(155,48,255,.35) 0,transparent 70%);filter:blur(32px);z-index:-1;pointer-events:none;animation:badgeAurora 6s ease-in-out infinite}@keyframes badgeAurora{0%,to{opacity:.7}50%{opacity:1}}.solution-step-badge svg{color:white}.solution-step-title{font-size:1.75rem;font-weight:700;margin:0;line-height:1.2}.solution-step-subtitle{font-size:1.125rem;margin:0;line-height:1.6;max-width:280px}@media (max-width:1024px){.solution-steps-grid{gap:2rem}.solution-step-badge{width:70px;height:70px}.solution-step-badge svg{width:36px;height:36px}.solution-step-title{font-size:1.5rem}.solution-step-subtitle{font-size:1rem}}.solution-mobile-line{display:none}@media (max-width:768px){.solution-connecting-line{display:none}.solution-mobile-line{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:visible}.solution-steps-grid{grid-template-columns:1fr;gap:3rem;max-width:400px;margin-left:auto;margin-right:auto}.solution-step-card{padding:2rem 1rem}.solution-step-badge{width:64px;height:64px}.solution-step-badge svg{width:32px;height:32px}.solution-step-title{font-size:1.375rem}.solution-step-subtitle{font-size:1rem;max-width:100%}}