.how-it-works{position:relative;width:100%;min-height:100vh;overflow:hidden;padding-bottom:50px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px 20px}.background-slideshow-how-it-works{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-size:cover;background-position:center;animation:slideshow-how-it-works 12s infinite}@keyframes slideshow-how-it-works{0%{background-image:url('../images/slide7.png')}33%{background-image:url('../images/slide8.webp')}66%{background-image:url('../images/slide7.png')}100%{background-image:url('../images/slide8.webp')}}.how-it-works-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:1}.how-it-works-heading{position:relative;top:50px;left:0;font-size:clamp(2rem, 5vw, 4rem);color:#fff;z-index:5;max-width:80%;margin:0 auto;word-wrap:break-word;text-align:left}.animated-text-container{position:relative;display:flex;justify-content:center;align-items:center;color:#fff;height:50px;z-index:5;white-space:nowrap;transform:translate(0,50px);max-width:100%}.animated-text-container .animated-text{position:absolute;opacity:0;animation:zoomInOut 8s infinite}.animated-text-container .animated-text:first-child{animation-delay:0s}.animated-text-container .animated-text:nth-child(2){animation-delay:2s}.animated-text-container .animated-text:nth-child(3){animation-delay:4s}.animated-text-container .animated-text:nth-child(4){animation-delay:6s}@keyframes zoomInOut{0%{opacity:0;transform:scale(.5)}10%{opacity:1;transform:scale(1)}25%{opacity:1}35%{opacity:0;transform:scale(1.2)}100%{opacity:0}}.animated-text-container{position:relative;display:flex;justify-content:center;align-items:center;font-size:clamp(1rem, 2vw, 5.5rem);font-weight:700;color:#fff;height:10px;max-width:400%}.animated-text-container .animated-text{position:absolute;opacity:0;animation:zoomInOut 8s infinite}.animated-text-container .animated-text:first-child{animation-delay:0s}.animated-text-container .animated-text:nth-child(2){animation-delay:2s}.animated-text-container .animated-text:nth-child(3){animation-delay:4s}.animated-text-container .animated-text:nth-child(4){animation-delay:6s}@keyframes zoomInOut{0%{opacity:0;transform:scale(.5)}10%{opacity:1;transform:scale(1)}25%{opacity:1}35%{opacity:0;transform:scale(1.2)}100%{opacity:0}}.steps-container{position:relative;z-index:3;display:flex;flex-direction:column;gap:15px;padding:30px;top:20px;left:0;background:rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.1);border-radius:15px;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(9px);box-shadow:0 8px 16px rgba(0,0,0,.2);width:90%;max-width:600px;margin:auto}@media (min-width:1000px){.steps-container{width:70%;max-width:none}}.step{display:flex;align-items:center;gap:15px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.7)}.step:last-child{border-bottom:none}.number{font-size:clamp(2.5rem, 3.5vw, 5rem);color:#df126e;font-weight:700;text-align:center;width:50px;flex-shrink:0}.step p{margin:0;font-size:clamp(.9rem, 2.5vw, 1.5rem);color:#fff;line-height:1.5;text-align:left;flex-grow:1}