.preload-steps{display:grid;grid-template-columns:1fr;gap:2.75rem;margin:1.5rem 0 3rem}.preload-step{position:relative;padding:2.5rem 1.5rem 1.75rem;border-radius:var(--radius-lg);background:var(--surface-color);box-shadow:var(--shadow-md);text-align:center}.preload-step:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .9),transparent) -67% 0 / 40% 4px no-repeat,linear-gradient(rgb(var(--brand-highlight)),rgb(var(--brand-highlight))) 0 0 / 100% 4px no-repeat;pointer-events:none}.preload-step-number{position:absolute;top:2px;left:50%;z-index:1;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:var(--radius-full);background:rgb(var(--brand-highlight));box-shadow:var(--shadow-md),0 0 0 0 rgb(var(--brand-highlight) / 0);color:var(--text-color);font-size:var(--text-xl);font-weight:700;translate:-50% -50%}.preload-step-title{font-size:var(--text-2xl);font-weight:700;line-height:var(--leading-tight);color:var(--text-color)}.preload-step-text{margin-top:.5rem;font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-color)}.preload-step-text a{color:var(--brand-primary-color);text-decoration:underline}@media (min-width: 768px){.preload-steps{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (prefers-reduced-motion: no-preference){.preload-steps.is-playing .preload-step,.preload-steps.is-playing .preload-step:before,.preload-steps.is-playing .preload-step-number{animation-duration:2.6s;animation-timing-function:ease-in-out;animation-iteration-count:2;animation-fill-mode:both}.preload-steps.is-playing .preload-step{animation-name:preload-step-glow}.preload-steps.is-playing .preload-step:before{animation-name:preload-step-sweep}.preload-steps.is-playing .preload-step-number{animation-name:preload-step-pulse}.preload-steps.is-playing .preload-step:nth-child(2),.preload-steps.is-playing .preload-step:nth-child(2):before,.preload-steps.is-playing .preload-step:nth-child(2) .preload-step-number{animation-delay:.7s}.preload-steps.is-playing .preload-step:nth-child(3),.preload-steps.is-playing .preload-step:nth-child(3):before,.preload-steps.is-playing .preload-step:nth-child(3) .preload-step-number{animation-delay:1.4s}}@keyframes preload-step-sweep{0%{background-position:-67% 0,0 0}30%,to{background-position:167% 0,0 0}}@keyframes preload-step-pulse{0%,8%{scale:1;box-shadow:var(--shadow-md),0 0 0 0 rgb(var(--brand-highlight) / .55)}16%{scale:1.12}34%,to{scale:1;box-shadow:var(--shadow-md),0 0 0 .9rem rgb(var(--brand-highlight) / 0)}}@keyframes preload-step-glow{0%,to{box-shadow:var(--shadow-md)}16%{box-shadow:0 8px 30px rgb(var(--brand-highlight) / .3)}36%{box-shadow:var(--shadow-md)}}
