.stats{
  margin-top:60px;

  display:grid;
  grid-template-columns:repeat(4,1fr);

  gap:20px;
}

.stat{
  background:rgba(255,255,255,.04);

  border:1px solid rgba(255,255,255,.06);

  border-radius:24px;

  padding:28px;

  text-align:center;
}

.stat h2{
  font-size:2rem;
  margin-bottom:8px;
  color:var(--secondary);
}

.stat p{
  color:#9fb0c8;
}
  .fake-btn{
      width:100%;
      height:54px;
      border-radius:14px;
      background:linear-gradient(135deg,#0066ff,#00c2ff);
      display:flex;
      align-items:center;
      justify-content:center;
      color:white;
      font-weight:800;
      margin-top:20px;
    }

    .feature-icon{
      width:70px;
      height:70px;
      border-radius:18px;
      background:linear-gradient(135deg,#0066ff,#00c2ff);
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:1.8rem;
      margin-bottom:22px;
    }

    .download-area{
      margin-top:34px;
      display:flex;
      gap:16px;
      justify-content:center;
      flex-wrap:wrap;
    }