.outer-container{width:100%;max-width:100%}.step-circle-container{background-color:hsl(var(--background)/.5);backdrop-filter:blur(12px);border:1px solid hsl(var(--border));border-radius:2rem;padding:2rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.1)}.step-indicator-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2.5rem}.step-indicator{cursor:pointer;z-index:10}.step-indicator-inner{width:3rem;height:3rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;position:relative;border:1px solid hsl(var(--border)/.5);box-shadow:0 4px 10px rgba(0,0,0,.05)}.active-dot{width:.5rem;height:.5rem;border-radius:50%;background-color:white;box-shadow:0 0 15px rgba(255,255,255,.8)}.step-number{font-weight:800;font-size:.875rem;letter-spacing:-.02em}.check-icon{width:1.25rem;height:1.25rem;color:white}.step-connector{flex:1;max-width:60px;height:2px;background-color:hsl(var(--muted));border-radius:1px;overflow:hidden}.step-connector-inner{height:100%}.step-content-default{margin-bottom:2rem}.footer-container{border-top:1px solid hsl(var(--border)/.5);padding-top:1.5rem;margin-top:1rem}.footer-nav{display:flex;align-items:center}.footer-nav.spread{justify-content:space-between}.footer-nav.end{justify-content:flex-end}.back-button{padding:.75rem 1.5rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground));border-radius:.75rem;transition:all .3s ease}.back-button:hover{background-color:hsl(var(--muted)/.5);color:hsl(var(--foreground))}.next-button{padding:.75rem 2rem;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.15em;background-color:hsl(var(--primary));color:white;border-radius:.75rem;box-shadow:0 10px 25px -5px hsl(var(--primary)/.3);transition:all .3s ease}.next-button:hover{transform:translateY(-2px);box-shadow:0 15px 30px -5px hsl(var(--primary)/.4)}.step-default{width:100%;animation:fade-in .5s ease}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.step-circle-container{padding:1.5rem;border-radius:1.5rem}.step-indicator-inner{width:2.5rem;height:2.5rem}}.text-type{display:inline-flex;align-items:center;font-family:inherit}.text-type__cursor--hidden{opacity:0!important}.text-type__cursor{margin-left:2px;font-weight:300}.scroll-stack-wrapper{position:relative;width:100%;padding:0 1rem 40vh}@media (min-width:768px){.scroll-stack-wrapper{padding:0 3rem 40vh}}.scroll-stack-item{position:sticky;top:var(--top-offset,80px);height:auto;z-index:calc(var(--index) + 1);margin-bottom:2rem;padding-top:calc(var(--index) * 12px)}.scroll-stack-item-inner{width:100%;border-radius:2.5rem;transform-origin:top center;transition:transform .1s linear;will-change:transform;isolation:isolate;backface-visibility:hidden}