.splash{justify-content:center;align-items:center;min-height:60vh;padding:40px 20px;display:flex}.splash__inner{flex-direction:column;align-items:center;gap:24px;width:100%;max-width:300px;display:flex}.splash__logo{object-fit:contain;width:130px;height:auto}.splash__bar{background:#e5e7eb;border-radius:3px;width:100%;height:3px;overflow:hidden}.splash__fill{background:linear-gradient(90deg,#3b6d11,#1d9e75);border-radius:3px;height:100%;animation:1.2s ease-in-out infinite splash-load}@keyframes splash-load{0%{width:0;margin-left:0}50%{width:60%;margin-left:20%}to{width:0;margin-left:100%}}.splash__usps{flex-direction:column;gap:14px;width:100%;margin:0;padding:0;list-style:none;display:flex}.splash__usps li{color:#374151;align-items:center;gap:12px;font-size:14px;font-weight:600;animation:.5s both splash-fade;display:flex}.splash__usps li:first-child{animation-delay:.1s}.splash__usps li:nth-child(2){animation-delay:.2s}.splash__usps li:nth-child(3){animation-delay:.3s}.splash__usps li:nth-child(4){animation-delay:.4s}.splash__usps li:nth-child(5){animation-delay:.5s}@keyframes splash-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.splash__icon{color:#3b6d11;flex-shrink:0;width:22px;height:22px}
