.loader-bars{--w1: 80px;--w2: 40px;--w3: 40px;--h: 80px;--dur: .7s;--gap: 50ms;--start-delay: 1.1s;width:calc(var(--w1) + var(--w2) + var(--w3));height:var(--h);display:flex;background:#fff;margin-top:50px;overflow:hidden}@media screen and (max-width: 1024px){.loader-bars{margin-top:0}}.seg{height:100%}.seg1{background:#3b82f6;border-right:1px solid #fff;width:0;animation:fill1 var(--dur) ease-out forwards;animation-delay:var(--start-delay)}@keyframes fill1{to{width:var(--w1)}}.seg2{background:#3b82f6;width:0;animation:fill2 var(--dur) ease-out forwards;animation-delay:calc(var(--start-delay) + var(--dur) + var(--gap))}@keyframes fill2{to{width:var(--w2)}}.seg3{background:#fff;width:var(--w3)}@media (prefers-reduced-motion: reduce){.seg1{animation:none;width:var(--w1)}.seg2{animation:none;width:var(--w2)}}.hero-title{font-family:Montserrat,sans-serif;text-transform:uppercase}.hero-code{font-family:DM Mono,monospace}.hero-start-button,.hero-subtitle{font-family:Inter,sans-serif}
