.hero{background:radial-gradient(circle at 100% 0,#eef4ff,#fff);padding:20px 6% 60px}.hero-container{max-width:1200px;margin:0 auto}.hero-wide{aspect-ratio:16/6;border-radius:24px;width:100%;margin-bottom:30px;transition:all .3s;position:relative;overflow:hidden}.hero-wide:hover{transform:translateY(-5px)}.hero-grid-2{grid-template-columns:1fr 1fr;gap:25px;display:grid}.img-box{background:#f8fafc;border-radius:20px;width:100%;transition:all .3s;position:relative;overflow:hidden}.img-box:hover{transform:translateY(-5px)}.square{aspect-ratio:1}.img-contain{background:#fff;object-fit:contain!important}@media (max-width:900px){.hero-grid-2{grid-template-columns:1fr}}
.loader-wrap{z-index:9999;background:#fff;justify-content:center;align-items:center;animation:3s forwards hide;display:flex;position:fixed;inset:0}@keyframes hide{to{opacity:0;visibility:hidden}}.loader-ring{border:4px solid #0000;border-top:7px solid #2455ff;border-radius:60%;width:370px;height:350px;animation:3s linear infinite spin;position:absolute}@keyframes spin{to{transform:rotate(360deg)}}.loader-logo{width:300px;animation:3s ease-in-out infinite pulse}@keyframes pulse{70%{transform:scale(1.1)}}
