main{background:linear-gradient(to right,transparent -10%,var(--primary) 3000%)}main .wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:10%}main .wrapper .image{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}main .wrapper .image img{max-width:100%;max-height:500px;border-radius:25px;z-index:2}main .wrapper .image img.second-phone{position:absolute;height:80%;right:-20%;bottom:-10%;z-index:1}main .wrapper .image .blur{position:absolute;top:50%;right:0;border-radius:100%;height:20vh;width:20vw;background-color:var(--primary);filter:blur(100px);opacity:50%;z-index:0}main .wrapper .text{display:flex;flex-direction:column;justify-content:center;gap:15px}main .wrapper .actions{display:flex;align-items:center;gap:15px}section#statistics{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}section#statistics .statistics-badge{position:relative;border-radius:30px;border:1px solid var(--border);padding:50px 40px;display:flex;flex-direction:column;width:100%}section#statistics .statistics-badge .icon{position:absolute;top:15px;right:15px;align-self:flex-end;display:grid;place-items:center;height:40px;width:40px;border-radius:100%}section#statistics .statistics-badge .icon.red{background-color:#ff000021}section#statistics .statistics-badge .icon.red svg{stroke:#ff000095}section#statistics .statistics-badge .icon.green{background-color:#04ff0021}section#statistics .statistics-badge .icon.green svg{fill:#04ff0095}section#statistics .statistics-badge .icon.orange{background-color:#ffb70021}section#statistics .statistics-badge .icon.orange svg{fill:#ffb70095}section#statistics .statistics-badge h2{font-size:42px;font-weight:700}section#statistics .statistics-badge span{font-size:18px;font-weight:500}@media screen and (max-width: 900px){main .wrapper{grid-template-columns:repeat(1,1fr);margin-bottom:40px}main .wrapper .image img.second-phone{right:-10%;bottom:-5%}main .wrapper .image .blur{top:30%}section#statistics{grid-template-columns:repeat(1,1fr)}}
