body{margin:0;font-family:Arial;background:#f2f2f2;}

.preview-block video{width:100%;height:240px;object-fit:cover;}

.wrapper{
  background:#fff;
  margin-top:-40px;
  padding:18px;
  border-radius:14px;
}

.header{
  display:flex;
  align-items:center;
  gap:12px;
}

.circle{
  width:60px;
  height:60px;
  border-radius:15px;
  background:linear-gradient(45deg,#ff0066,#ff9900);
}

.app-info_block{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.app-name{
  font-size:22px;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:6px;
}

.verified-icon{
  width:18px;
  height:18px;
}

.app-info_main{
  font-size:13px;
  color:#000000;
}
.app-logo{
  width:60px;
  height:60px;
  border-radius:15px;
  object-fit:cover;
}

.install-btn{
  display:block;
  background:#0068ff;
  color:#fff;
  padding:12px;
  text-align:center;
  border-radius:8px;
  text-decoration:none;
  margin-top:15px;
  font-size:16px;
  font-weight:600;
}

.app-stories{
  display:flex;
  gap:12px;
  padding:12px;
  overflow-x:auto;
}

.app-stories img{
  width:80px;
  height:80px;
  border-radius:50%;
  border:3px solid #0068ff;
}

.app-links{
  display:flex;
  justify-content:space-around;
  background:#fff;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}

.app-links__item{
  padding:12px;
  font-weight:bold;
  color:#777;
}

.app-links__item.active{
  color:#000;
  border-bottom:2px solid #000;
}

.app-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2px;
}

.app-gallery img{
  width:100%;
  height:175px;
  object-fit:cover;
}
